From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin van der Gracht Subject: [PATCH v7 0/3] auxdisplay: Introduce ht16k33 driver Date: Thu, 6 Oct 2016 13:53:30 +0200 Message-ID: <1475754813-1200-1-git-send-email-robin@protonic.nl> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg Kroah-Hartman Cc: Linus Walleij , Miguel Ojeda Sandonis , Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Robin van der Gracht List-Id: devicetree@vger.kernel.org This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree binding documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. @Greg: Would you like to review and push this upstream? Robin van der Gracht (3): of: add vendor prefix for Holtek Semiconductor auxdisplay: ht16k33: Driver for LED controller MAINTAINERS: auxdisplay: Added myself as maintainer for ht16k33 driver .../devicetree/bindings/display/ht16k33.txt | 42 ++ .../devicetree/bindings/vendor-prefixes.txt | 1 + MAINTAINERS | 6 + drivers/auxdisplay/Kconfig | 9 + drivers/auxdisplay/Makefile | 1 + drivers/auxdisplay/ht16k33.c | 563 +++++++++++++++++++++ 6 files changed, 622 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/ht16k33.txt create mode 100644 drivers/auxdisplay/ht16k33.c -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html