Message ID | 20230206150202.27892-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [v1,1/1] platform/x86: Add include/linux/platform_data/x86 to MAINTAINERS | expand |
Hi, On 2/6/23 16:02, Andy Shevchenko wrote: > Most of the files there are being used under PDx86 subsystem or > tightly related drivers (like drivers/clk/x86/). I think it makes > sense to assure that PDx86 keeps an eye on the changes there. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Thank you for your patch, I've applied this patch to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans Note it will show up in my review-hans branch once I've pushed my local branch there, which might take a while. Once I've run some tests on this branch the patches there will be added to the platform-drivers-x86/for-next branch and eventually will be included in the pdx86 pull-request to Linus for the next merge-window. Regards, Hans > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4329d6611c20..705ffd15afbe 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -22598,6 +22598,7 @@ S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git > F: drivers/platform/olpc/ > F: drivers/platform/x86/ > +F: include/linux/platform_data/x86/ > > X86 PLATFORM DRIVERS - ARCH > R: Darren Hart <dvhart@infradead.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 4329d6611c20..705ffd15afbe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22598,6 +22598,7 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git F: drivers/platform/olpc/ F: drivers/platform/x86/ +F: include/linux/platform_data/x86/ X86 PLATFORM DRIVERS - ARCH R: Darren Hart <dvhart@infradead.org>
Most of the files there are being used under PDx86 subsystem or tightly related drivers (like drivers/clk/x86/). I think it makes sense to assure that PDx86 keeps an eye on the changes there. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)