Low-power Intel MID SoC support is currently quite outdated. The code is meant for the old Moorestown platform and has not proper support for newer platforms like Medfield, Clovertrail, Merrifield, ...
This patch adds official maintainers for such platforms in order to get things in a better shape from now on. Signed-off-by: David Cohen <[email protected]> Cc: Kuppuswamy Sathyanarayanan <[email protected]> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7534a80..25a0aa0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5203,6 +5203,15 @@ W: logfs.org S: Maintained F: fs/logfs/ +LOW-POWER INTEL MID SOC SUPPORT +M: David Cohen <[email protected]> +M: Kuppuswamy Sathyanarayanan <[email protected]> +S: Supported +F: arch/x86/platform/intel-mid/ +F: arch/x86/pci/intel_mid_pci.c +F: arch/x86/include/asm/intel-mid.h +F: arch/x86/include/asm/intel_mid*.h + LPC32XX MACHINE SUPPORT M: Roland Stigge <[email protected]> L: [email protected] (moderated for non-subscribers) -- 1.8.4.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

