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

Support for the Technologic Systems TS-5500 Single Board Computer.

This fourth version of the patches set fixes a small Kconfig dependency issue,
pointed out by Ingo, and turns GPIO, LED, and ADC drivers into modules, as
suggested by HPA. The code is rebased on v3.2.

The first patch adds the base support for 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):
  x86/platform: (TS-5500) add GPIO support

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

Vivien Didelot (1):
  x86/platform: (TS-5500) add platform 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                |   29 ++
 arch/x86/platform/ts5500/Makefile               |    4 +
 arch/x86/platform/ts5500/ts5500.c               |  302 ++++++++++++++
 arch/x86/platform/ts5500/ts5500.h               |   35 ++
 arch/x86/platform/ts5500/ts5500_adc.c           |  478 ++++++++++++++++++++++
 arch/x86/platform/ts5500/ts5500_gpio.c          |  479 +++++++++++++++++++++++
 arch/x86/platform/ts5500/ts5500_gpio.h          |   60 +++
 arch/x86/platform/ts5500/ts5500_led.c           |  180 +++++++++
 12 files changed, 1621 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.h
 create mode 100644 arch/x86/platform/ts5500/ts5500_adc.c
 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.5


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

end of thread, other threads:[~2012-01-24 21:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 23:52 [PATCH v4 0/4] Support for the TS-5500 platform Vivien Didelot
2012-01-18 23:52 ` [PATCH v4 1/4] x86/platform: (TS-5500) add platform base support Vivien Didelot
2012-01-18 23:52 ` [PATCH v4 2/4] x86/platform: (TS-5500) add GPIO support Vivien Didelot
2012-01-18 23:52 ` [PATCH v4 3/4] x86/platform: (TS-5500) add LED support Vivien Didelot
2012-01-18 23:52 ` [PATCH v4 4/4] x86/platform: (TS-5500) add ADC support Vivien Didelot
2012-01-19  2:55   ` Guenter Roeck
2012-01-19  2:57     ` Guenter Roeck
2012-01-20 23:41     ` Vivien Didelot
2012-01-21  0:09       ` Guenter Roeck
2012-01-20 23:43   ` [PATCH] x86/platform: (TS-5500) revised ADC driver Vivien Didelot
2012-01-21  4:46     ` Guenter Roeck
2012-01-23  1:36       ` Vivien Didelot
2012-01-23  4:36         ` Guenter Roeck
2012-01-23 20:54           ` Vivien Didelot
2012-01-23 22:35             ` Vivien Didelot
2012-01-24  0:41               ` Guenter Roeck
2012-01-24 20:16                 ` Vivien Didelot
2012-01-24 21:20                   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).