On Tue, 8 Nov 2016, Tan Jui Nee wrote: > There is already one and at least one more user coming which > require an access to Primary to Sideband bridge (P2SB) in order > to get IO or MMIO bar hidden by BIOS. > Create a driver to access P2SB for x86 devices. > > arch/x86/Kconfig | 4 ++ > arch/x86/include/asm/p2sb.h | 27 +++++++++++ > arch/x86/platform/intel/Makefile | 1 + > arch/x86/platform/intel/p2sb.c | 98 ++++++++++++++++++++++++++++++++++++++++ This really has nothing to do with architecture. It's a platform enablement driver and therefor should go into drivers/platform/x86 Cc'ed Darren who is responsible for this. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html