This series adds support for Always Innovating OMAP3-based Touch Book. I also attach the patches as it seems that the last time, the indentation was screwed up by the mailer. Gregoire Gentil (8): defconfig file of Always Innovating OMAP3-based Touch Book Board file of Always Innovating OMAP3-based Touch Book Freescale MMA7455 accelerometer driver Driver for Always Innovating OMAP3-based Touch Book keyboard HID file for Always Innovating OMAP3-based Touch Book keyboard Audio driver of Always Innovating OMAP3-based Touch Book Video driver of Always Innovating OMAP3-based Touch Book Additional files for Always Innovating OMAP3-based Touch Book arch/arm/configs/omap3_touchbook_defconfig | 2441 ++++++++++++++++++++++++++++ arch/arm/mach-omap2/Kconfig | 5 + arch/arm/mach-omap2/Makefile | 2 + arch/arm/mach-omap2/board-omap3touchbook.c | 683 ++++++++ drivers/hid/Kconfig | 7 + drivers/hid/Makefile | 1 + drivers/hid/hid-alwaysinnovating.c | 262 +++ drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 3 + drivers/input/misc/Kconfig | 9 + drivers/input/misc/Makefile | 2 +- drivers/input/misc/mma7455l.c | 626 +++++++ drivers/video/omap/lcd_omap3touchbook.c | 130 ++ include/linux/mma7455l.h | 11 + sound/soc/omap/Kconfig | 8 + sound/soc/omap/Makefile | 2 + sound/soc/omap/omap3touchbook.c | 211 +++ 17 files changed, 4403 insertions(+), 1 deletions(-) create mode 100644 arch/arm/configs/omap3_touchbook_defconfig create mode 100644 arch/arm/mach-omap2/board-omap3touchbook.c create mode 100644 drivers/hid/hid-alwaysinnovating.c create mode 100644 drivers/input/misc/mma7455l.c create mode 100644 drivers/video/omap/lcd_omap3touchbook.c create mode 100644 include/linux/mma7455l.h create mode 100644 sound/soc/omap/omap3touchbook.c -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html