Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[PATCH] Telecom Clock Driver for MPCBL0010 ATCA computer blade

parent 1291cf41
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2286,6 +2286,11 @@ W: http://tpmdd.sourceforge.net
L:	tpmdd-devel@lists.sourceforge.net
S:	Maintained

Telecom Clock Driver for MCPL0010
P: Mark Gross
M: mark.gross@intel.com
S: Supported

TENSILICA XTENSA PORT (xtensa):
P:	Chris Zankel
M:	chris@zankel.net
+12 −0
Original line number Diff line number Diff line
@@ -1001,5 +1001,17 @@ config MMTIMER

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
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ obj-$(CONFIG_NWFLASH) += nwflash.o
obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o
obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
obj-$(CONFIG_TANBAC_TB0219) += tb0219.o
obj-$(CONFIG_TELCLOCK) += tlclk.o

obj-$(CONFIG_WATCHDOG)	+= watchdog/
obj-$(CONFIG_MWAVE) += mwave/

drivers/char/tlclk.c

0 → 100644
+896 −0

File added.

Preview size limit exceeded, changes collapsed.