| From: |
| Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
| To: |
| x86@kernel.org |
| Subject: |
| [v2 0/4] Support for the TS-5500 platform |
| Date: |
| Fri, 26 Aug 2011 19:40:23 -0400 |
| Message-ID: |
| <1314402027-11293-1-git-send-email-vivien.didelot@savoirfairelinux.com> |
| Cc: |
| Vivien Didelot <vivien.didelot@savoirfairelinux.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>,
"H. Peter Anvin" <hpa@zytor.com>, linux-kernel@vger.kernel.org |
| Archive-link: |
| Article, Thread
|
This is the second version of the set of patches which brings the support for
the Technologic Systems TS-5500 Single Board Computer.
This second version reads the BIOS during the initialization to ensure the
platform is a TS-5x00. The code is rebased on v3.1-rc3.
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 | 12 +
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 | 471 +++++++++++++++++++++++
arch/x86/platform/ts5500/ts5500_adc.c | 326 ++++++++++++++++
arch/x86/platform/ts5500/ts5500_adc.h | 62 +++
arch/x86/platform/ts5500/ts5500_gpio.c | 421 ++++++++++++++++++++
arch/x86/platform/ts5500/ts5500_gpio.h | 60 +++
arch/x86/platform/ts5500/ts5500_leds.c | 133 +++++++
12 files changed, 1566 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_leds.c
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/