diff options
author | Andy Shevchenko <[email protected]> | 2023-02-06 17:02:02 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2023-02-10 17:15:31 +0100 |
commit | 4ca26e565e1c91bb45221e15b98e4582f33375c0 (patch) | |
tree | 78fc91e122c8b97bc25789e597073f46380d5608 | |
parent | 67c7debbfc3b1ccfe18e10b7e7663737f7dff0e3 (diff) |
platform/x86: Add include/linux/platform_data/x86 to MAINTAINERS
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ffd004486a8c..72104b2d563c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22650,6 +22650,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 <[email protected]> |