From: Gregoire Gentil <gregoire@gentil.com>
To: linux-omap@vger.kernel.org
Cc: Tony Lindgren <tony@atomide.com>, Tim Yamin <plasmaroo@gmail.com>
Subject: [PATCH 0/5] AI TB: Always Innovating OMAP3-based Touch Book
Date: Sun, 15 Nov 2009 20:30:09 -0800 [thread overview]
Message-ID: <1258345809.9089.15.camel@gregoire-laptop> (raw)
In-Reply-To: <1258228079.16065.17.camel@runt>
This series adds support for the Always Innovating OMAP3-based Touch
Book,
Grégoire Gentil
Gregoire Gentil (5):
Defconfig file of the Always Innovating OMAP3-based Touch Book.
Board file of the Always Innovating OMAP3-based Touch Book.
Driver for the Freescale MMA7455L accelerometer
Driver for the Always Innovating Touch Book keyboard.
Additional modifications for the Always Innovating OMAP3-based
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 | 625 +++++++
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, 4402 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-11-16 4:30 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-14 19:47 [PATCH 3/3] htcherald: Add default kernel configuration for Herald Cory Maccarrone
2009-11-16 4:30 ` Gregoire Gentil [this message]
2009-11-16 4:30 ` [PATCH 1/5] AI TB: Defconfig file of the Always Innovating OMAP3-based Touch Book Gregoire Gentil
2009-11-16 4:30 ` [PATCH 2/5] AI TB: Board " Gregoire Gentil
2009-11-16 21:18 ` Tony Lindgren
2009-11-16 4:30 ` [PATCH 3/5] AI TB: Driver for the Freescale MMA7455L accelerometer Gregoire Gentil
2009-11-16 4:30 ` [PATCH 4/5] AI TB: Driver for the Always Innovating Touch Book keyboard Gregoire Gentil
2009-11-16 4:30 ` [PATCH 5/5] AI TB: Additional modifications for the Always Innovating OMAP3-based Touch Book, including video and sound Gregoire Gentil
2009-11-19 2:57 ` [PATCH 2/8] AI TB: Board file of Always Innovating OMAP3-based Touch Book Gregoire Gentil
2009-11-19 2:57 ` [PATCH 4/8] AI TB: Driver for Always Innovating OMAP3-based Touch Book keyboard Gregoire Gentil
2009-11-19 2:57 ` [PATCH 5/8] AI TB: HID file " Gregoire Gentil
2009-11-19 6:30 ` Dmitry Torokhov
2009-11-19 2:57 ` [PATCH 6/8] AI TB: Audio driver of Always Innovating OMAP3-based Touch Book Gregoire Gentil
2009-11-23 11:33 ` [alsa-devel] " Mark Brown
2009-11-19 2:58 ` [PATCH 7/8] AI TB: Video " Gregoire Gentil
2009-11-19 2:58 ` [PATCH 8/8] AI TB: Additional files for " Gregoire Gentil
2009-11-16 20:39 ` [APPLIED] [PATCH 3/3] htcherald: Add default kernel configuration for Herald Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1258345809.9089.15.camel@gregoire-laptop \
--to=gregoire@gentil.com \
--cc=linux-omap@vger.kernel.org \
--cc=plasmaroo@gmail.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox