Message ID | 20240919175913.1895670-9-Shyam-sundar.S-k@amd.com |
---|---|
State | Superseded |
Headers | show |
Series | Introduce initial AMD ASF Controller driver support | expand |
On Thu, Sep 19, 2024 at 11:29:13PM +0530, Shyam Sundar S K wrote: > Update the MAINTAINERS file with AMD ASF driver details. ... > +AMD ASF I2C DRIVER > +M: Shyam Sundar S K <shyam-sundar.s-k@amd.com> > +L: linux-i2c@vger.kernel.org > +S: Maintained > +F: drivers/i2c/busses/i2c-amd-asf-plat.c Just to be sure that people at AMD understand the difference between Maintained and Supported in S: line. The first one more for volunteers, while the second one for paid job. Maybe someone should go through the entire MAINTAINERS database and revisit AMD related records?
On 9/20/2024 20:36, Andy Shevchenko wrote: > On Thu, Sep 19, 2024 at 11:29:13PM +0530, Shyam Sundar S K wrote: >> Update the MAINTAINERS file with AMD ASF driver details. > > ... > >> +AMD ASF I2C DRIVER >> +M: Shyam Sundar S K <shyam-sundar.s-k@amd.com> >> +L: linux-i2c@vger.kernel.org >> +S: Maintained >> +F: drivers/i2c/busses/i2c-amd-asf-plat.c > > Just to be sure that people at AMD understand the difference between > Maintained and Supported in S: line. > > The first one more for volunteers, while the second one for paid job. > Maybe someone should go through the entire MAINTAINERS database and > revisit AMD related records? > That's right. Thanks for bringing this up. I do see a bit of odds out there and will bring this up in the next internal summit. Thanks, Shyam
diff --git a/MAINTAINERS b/MAINTAINERS index 815f46948c1b..9d49a5d366aa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1101,6 +1101,12 @@ L: linux-i2c@vger.kernel.org S: Maintained F: drivers/i2c/busses/i2c-amd-mp2* +AMD ASF I2C DRIVER +M: Shyam Sundar S K <shyam-sundar.s-k@amd.com> +L: linux-i2c@vger.kernel.org +S: Maintained +F: drivers/i2c/busses/i2c-amd-asf-plat.c + AMD PDS CORE DRIVER M: Shannon Nelson <shannon.nelson@amd.com> M: Brett Creeley <brett.creeley@amd.com>
Update the MAINTAINERS file with AMD ASF driver details. Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)