All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] AI TB: Always Innovating OMAP3-based Touch Book
@ 2009-11-19 17:18 Gregoire Gentil
  2009-11-19 17:18 ` [PATCH 1/8] defconfig file of " Gregoire Gentil
  0 siblings, 1 reply; 18+ messages in thread
From: Gregoire Gentil @ 2009-11-19 17:18 UTC (permalink / raw)
  To: linux-omap; +Cc: Gregoire Gentil, Tony Lindgren, Tim Yamin


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-12-08 16:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-19 17:18 [PATCH 0/8] AI TB: Always Innovating OMAP3-based Touch Book Gregoire Gentil
2009-11-19 17:18 ` [PATCH 1/8] defconfig file of " Gregoire Gentil
2009-11-19 17:18   ` [PATCH 2/8] Board " Gregoire Gentil
2009-11-19 17:18     ` [PATCH 3/8] Freescale MMA7455 accelerometer driver Gregoire Gentil
2009-11-19 17:18       ` [PATCH 4/8] Driver for Always Innovating OMAP3-based Touch Book keyboard Gregoire Gentil
2009-11-19 17:18         ` [PATCH 5/8] HID file " Gregoire Gentil
2009-11-19 17:18           ` [PATCH 6/8] Audio driver of Always Innovating OMAP3-based Touch Book Gregoire Gentil
2009-11-19 17:18             ` [PATCH 7/8] Video " Gregoire Gentil
2009-11-19 17:18               ` [PATCH 8/8] Additional file for " Gregoire Gentil
2009-11-20  4:07               ` [PATCH 7/8] Video driver of " Hiremath, Vaibhav
2009-11-23 15:35             ` [alsa-devel] [PATCH 6/8] Audio " Mark Brown
2009-11-19 17:37           ` [PATCH 5/8] HID file for Always Innovating OMAP3-based Touch Book keyboard Koen Kooi
2009-11-19 19:24       ` [PATCH 3/8] Freescale MMA7455 accelerometer driver Jonathan Cameron
2009-11-20  4:20     ` [PATCH 2/8] Board file of Always Innovating OMAP3-based Touch Book Hiremath, Vaibhav
2009-12-07 21:49       ` Tony Lindgren
2009-12-07 22:11         ` Tim Yamin
2009-12-07 23:19           ` Tony Lindgren
2009-12-08 16:19             ` Hiremath, Vaibhav

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.