[PATCH 0/2] Add DTE driver for Cygnus

From: Jonathan Richardson
Date: Wed Apr 22 2015 - 19:19:42 EST


This patchset includes the Digital Timing Engine (DTE) driver for Cygnus SoC's.

Jonathan Richardson (2):
misc: Add DT binding for cygnus Digital Timing Engine (DTE) driver.
misc: Add initial Digital Timing Engine (DTE) driver for cygnus

.../bindings/arm/bcm/brcm,cygnus-dte.txt | 24 +
drivers/misc/Kconfig | 11 +
drivers/misc/Makefile | 1 +
drivers/misc/bcm_cygnus_dte.c | 927 ++++++++++++++++++++
include/linux/bcm_cygnus_dte.h | 99 +++
5 files changed, 1062 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,cygnus-dte.txt
create mode 100644 drivers/misc/bcm_cygnus_dte.c
create mode 100644 include/linux/bcm_cygnus_dte.h

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/