Commit 1a80ba88 authored by Mark Gross's avatar Mark Gross Committed by Linus Torvalds

[PATCH] Telecom Clock Driver for MPCBL0010 ATCA computer blade

Signed-off-by: default avatarMark Gross <mgross@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1291cf41
...@@ -2286,6 +2286,11 @@ W: http://tpmdd.sourceforge.net ...@@ -2286,6 +2286,11 @@ W: http://tpmdd.sourceforge.net
L: tpmdd-devel@lists.sourceforge.net L: tpmdd-devel@lists.sourceforge.net
S: Maintained S: Maintained
Telecom Clock Driver for MCPL0010
P: Mark Gross
M: mark.gross@intel.com
S: Supported
TENSILICA XTENSA PORT (xtensa): TENSILICA XTENSA PORT (xtensa):
P: Chris Zankel P: Chris Zankel
M: chris@zankel.net M: chris@zankel.net
......
...@@ -1001,5 +1001,17 @@ config MMTIMER ...@@ -1001,5 +1001,17 @@ config MMTIMER
source "drivers/char/tpm/Kconfig" source "drivers/char/tpm/Kconfig"
config TELCLOCK
tristate "Telecom clock driver for MPBL0010 ATCA SBC"
depends on EXPERIMENTAL
default n
help
The telecom clock device is specific to the MPBL0010 ATCA computer and
allows direct userspace access to the configuration of the telecom clock
configuration settings. This device is used for hardware synchronization
across the ATCA backplane fabric. Upon loading, the driver exports a
sysfs directory, /sys/devices/platform/telco_clock, with a number of
files for controlling the behavior of this hardware.
endmenu endmenu
...@@ -82,6 +82,7 @@ obj-$(CONFIG_NWFLASH) += nwflash.o ...@@ -82,6 +82,7 @@ obj-$(CONFIG_NWFLASH) += nwflash.o
obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o
obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
obj-$(CONFIG_TANBAC_TB0219) += tb0219.o obj-$(CONFIG_TANBAC_TB0219) += tb0219.o
obj-$(CONFIG_TELCLOCK) += tlclk.o
obj-$(CONFIG_WATCHDOG) += watchdog/ obj-$(CONFIG_WATCHDOG) += watchdog/
obj-$(CONFIG_MWAVE) += mwave/ obj-$(CONFIG_MWAVE) += mwave/
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment