On 29 April 2011 23:21, Vivien Didelot <[email protected]> wrote: > From: Jonas Fonseca <[email protected]> > > > Signed-off-by: Vivien Didelot <[email protected]> > --- > Documentation/ts5xxx-sbcinfo.txt | 47 ++++++ > MAINTAINERS | 6 + > drivers/platform/x86/Kconfig | 11 ++ > drivers/platform/x86/Makefile | 1 + > drivers/platform/x86/ts5xxx-sbcinfo.c | 254 > +++++++++++++++++++++++++++++++++ > include/linux/ts5xxx-sbcinfo.h | 42 ++++++ > 6 files changed, 361 insertions(+), 0 deletions(-) > create mode 100644 Documentation/ts5xxx-sbcinfo.txt > create mode 100644 drivers/platform/x86/ts5xxx-sbcinfo.c > create mode 100644 include/linux/ts5xxx-sbcinfo.h
Please note that the 2MiB on board flash is not supported by your platform driver, which is handled by drivers/mtd/maps/ts5500_flash.c. I guess it would be best to either merge that file into drivers/platform/x86/ts5xxx-sbcinfo.c or select CONFIG_MTD_TS5500 in the Kconfig. In addition, the flash is used by the BIOS as RFD FTL, so possibly CONFIG_RFD_FTL should be selected too. Thanks, Sean -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
