public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Support for the TS-5500 platform
@ 2011-09-02 18:30 Vivien Didelot
  2011-09-02 18:30 ` [PATCH v3 1/4] platform: (TS-5500) add base support Vivien Didelot
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vivien Didelot @ 2011-09-02 18:30 UTC (permalink / raw)
  To: x86
  Cc: Vivien Didelot, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
	linux-kernel

Thanks to H. Peter Anvin and Mark Brown for the comments and
explanations given in the previous versions of this patch set.

This is the third version, which brings support for
the Technologic Systems TS-5500 Single Board Computer.
The code is rebased on v3.1-rc4.

The first patch adds the base for the support of the board in
/arch/x86/platform/ts5500 and a documentation file in
Documentation/ABI/testing/sysfs-platform-ts5500.

The second patch adds support for GPIO.

The third patch adds support for the on-board LED.

The fourth patch brings support for the Analogic/Digital converter.

Jerome Oufella (1):
  platform: (TS-5500) add GPIO support

Jonas Fonseca (2):
  platform: (TS-5500) add LED support
  platform: (TS-5500) add ADC support

Vivien Didelot (1):
  platform: (TS-5500) add base support

 Documentation/ABI/testing/sysfs-platform-ts5500 |   46 +++
 MAINTAINERS                                     |    5 +
 arch/x86/Kconfig                                |    2 +
 arch/x86/platform/Makefile                      |    1 +
 arch/x86/platform/ts5500/Kconfig                |   28 ++
 arch/x86/platform/ts5500/Makefile               |    4 +
 arch/x86/platform/ts5500/ts5500.c               |  468 +++++++++++++++++++++++
 arch/x86/platform/ts5500/ts5500_adc.c           |  326 ++++++++++++++++
 arch/x86/platform/ts5500/ts5500_adc.h           |   62 +++
 arch/x86/platform/ts5500/ts5500_gpio.c          |  413 ++++++++++++++++++++
 arch/x86/platform/ts5500/ts5500_gpio.h          |   60 +++
 arch/x86/platform/ts5500/ts5500_led.c           |  115 ++++++
 12 files changed, 1530 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-ts5500
 create mode 100644 arch/x86/platform/ts5500/Kconfig
 create mode 100644 arch/x86/platform/ts5500/Makefile
 create mode 100644 arch/x86/platform/ts5500/ts5500.c
 create mode 100644 arch/x86/platform/ts5500/ts5500_adc.c
 create mode 100644 arch/x86/platform/ts5500/ts5500_adc.h
 create mode 100644 arch/x86/platform/ts5500/ts5500_gpio.c
 create mode 100644 arch/x86/platform/ts5500/ts5500_gpio.h
 create mode 100644 arch/x86/platform/ts5500/ts5500_led.c

-- 
1.7.6


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

end of thread, other threads:[~2011-11-18 23:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 18:30 [PATCH v3 0/4] Support for the TS-5500 platform Vivien Didelot
2011-09-02 18:30 ` [PATCH v3 1/4] platform: (TS-5500) add base support Vivien Didelot
2011-11-18 23:00   ` [tip:x86/platform] x86/platform: Add TS-5500 " tip-bot for Vivien Didelot
2011-09-02 18:30 ` [PATCH v3 2/4] platform: (TS-5500) add GPIO support Vivien Didelot
2011-11-18 23:01   ` [tip:x86/platform] x86/platform: Add TS-5500 " tip-bot for Jerome Oufella
2011-09-02 18:30 ` [PATCH v3 3/4] platform: (TS-5500) add LED support Vivien Didelot
2011-11-18 23:02   ` [tip:x86/platform] x86/platform: Add TS-5500 " tip-bot for Jonas Fonseca
2011-09-02 18:30 ` [PATCH v3 4/4] platform: (TS-5500) add ADC support Vivien Didelot
2011-11-18 23:03   ` [tip:x86/platform] x86/platform: Add TS-5500 " tip-bot for Jonas Fonseca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox