]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
geos: Platform driver for Geos and Geos2 single-board computers.
authorPhilip A. Prindeville <philipp@redfish-solutions.com>
Sat, 14 Jan 2012 08:45:39 +0000 (01:45 -0700)
committerMatthew Garrett <mjg@redhat.com>
Tue, 20 Mar 2012 16:02:23 +0000 (12:02 -0400)
commit3197059af0762c191af23c0ce3fd6f8311c564e7
tree2b7470ef386d6006261a7fe2132d2a61e073639f
parent592b746c55b63770da25148ea3b56ed463a596b2
geos: Platform driver for Geos and Geos2 single-board computers.

Trivial platform driver for Traverse Technologies Geos and Geos2
single-board computers. Uses SMBIOS to identify platform.
Based on progressive revisions of the leds-net5501 driver that
was rewritten by Ed Wildgoose as a platform driver.

Supports GPIO-based LEDs (3) and 1 polled button which is
typically used for a soft reset.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Reviewed-by: Ed Wildgoose <ed@wildgooses.com>
Acked-by: Andres Salomon <dilinger@queued.net>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
arch/x86/Kconfig
arch/x86/platform/geode/Makefile
arch/x86/platform/geode/geos.c [new file with mode: 0644]