RE: [PATCH v2 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller

Asmaa Mnebhi posted 2 patches 2 years, 7 months ago
Only 0 patches received!
There is a newer version of this series
RE: [PATCH v2 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller
Posted by Asmaa Mnebhi 2 years, 7 months ago
Hi Andy,

Thank you for your response. I was just going to contact you regarding this. I successfully sent these patches to you, Linus and Bartosz while they failed to get delivered to the "*.kernel.org" emails below:
linux-gpio@vger.kernel.org;
linux-kernel@vger.kernel.org;
linux-acpi@vger.kernel.org

Have these emails changed?

These patches don't have much in common with gpio-mlxbf or gpio-mlxbf2 because the hardware registers and logic have changed across generations. The only similar code between gpio-mlxbf2.c and gpio-mlxbf3.c is the irq handling.

Thanks.
Asmaa

-----Original Message-----
From: Andy Shevchenko <andy.shevchenko@gmail.com> 
Sent: Thursday, February 9, 2023 5:28 PM
To: Asmaa Mnebhi <asmaa@nvidia.com>
Cc: linus.walleij@linaro.org; 
Re: [PATCH v2 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller
Posted by Andy Shevchenko 2 years, 7 months ago
On Fri, Feb 10, 2023 at 12:48 AM Asmaa Mnebhi <asmaa@nvidia.com> wrote:

First of all, do not top-post!

> Thank you for your response. I was just going to contact you regarding this. I successfully sent these patches to you, Linus and Bartosz while they failed to get delivered to the "*.kernel.org" emails below:
> linux-gpio@vger.kernel.org;
> linux-kernel@vger.kernel.org;
> linux-acpi@vger.kernel.org
>
> Have these emails changed?

No, but you need to work with your company's IT to understand what's
going on. Your mails are only available privately and not in the
archives on lore.kernel.org. This is an issue and I'm not going to
comment on something that was not in public.

> These patches don't have much in common with gpio-mlxbf or gpio-mlxbf2 because the hardware registers and logic have changed across generations. The only similar code between gpio-mlxbf2.c and gpio-mlxbf3.c is the irq handling.

I see, don't forget to put it in the cover letter for the next version
(you will send it when you will be sure that emails are going to the
kernel.org archives).

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v2 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller
Posted by Andy Shevchenko 2 years, 7 months ago
On Fri, Feb 10, 2023 at 12:15:15PM +0200, Andy Shevchenko wrote:
> On Fri, Feb 10, 2023 at 12:48 AM Asmaa Mnebhi <asmaa@nvidia.com> wrote:
> 
> First of all, do not top-post!
> 
> > Thank you for your response. I was just going to contact you regarding this. I successfully sent these patches to you, Linus and Bartosz while they failed to get delivered to the "*.kernel.org" emails below:
> > linux-gpio@vger.kernel.org;
> > linux-kernel@vger.kernel.org;
> > linux-acpi@vger.kernel.org
> >
> > Have these emails changed?
> 
> No, but you need to work with your company's IT to understand what's
> going on. Your mails are only available privately and not in the
> archives on lore.kernel.org. This is an issue and I'm not going to
> comment on something that was not in public.

To illustrate what I'm talking about:

https://lore.kernel.org/linux-gpio/CACRpkdZ_sPCa+Q6MWUKj1ytCe5AxTp--bMmbRTUfsNO0kZTMpQ@mail.gmail.com/T/#t


> > These patches don't have much in common with gpio-mlxbf or gpio-mlxbf2 because the hardware registers and logic have changed across generations. The only similar code between gpio-mlxbf2.c and gpio-mlxbf3.c is the irq handling.
> 
> I see, don't forget to put it in the cover letter for the next version
> (you will send it when you will be sure that emails are going to the
> kernel.org archives).

-- 
With Best Regards,
Andy Shevchenko
RE: [PATCH v2 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller
Posted by Asmaa Mnebhi 2 years, 7 months ago
To illustrate what I'm talking about:

https://lore.kernel.org/linux-gpio/CACRpkdZ_sPCa+Q6MWUKj1ytCe5AxTp--bMmbRTUfsNO0kZTMpQ@mail.gmail.com/T/#t

Thanks for your help! Here is the v3 patch: 
https://lore.kernel.org/lkml/cover.1676042188.git.asmaa@nvidia.com/

Best,
Asmaa