Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1402921
| From | Robin van der Gracht <robin@protonic.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver |
| Date | 2016-05-18 14:30 +0200 |
| Message-ID | <rA8LT-25R-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset adds a new driver to the auxdisplay subsystem. It also adds devicetree bindings documentation and a new vendor prefix. I added myself as maintainer to the MAINTAINERS file. 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver Robin van der Gracht <robin@protonic.nl> - 2016-05-18 14:30 +0200
[PATCH v6 1/3] of: add vendor prefix for Holtek Semiconductor Robin van der Gracht <robin@protonic.nl> - 2016-05-18 14:30 +0200
Re: [PATCH v6 1/3] of: add vendor prefix for Holtek Semiconductor Rob Herring <robh@kernel.org> - 2016-05-19 01:20 +0200
Re: [PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-05-18 17:10 +0200
Re: [PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver Robin van der Gracht <robin@protonic.nl> - 2016-05-19 11:00 +0200
get_maintainer.pl and MAINTAINERS file Kalle Valo <kvalo@codeaurora.org> - 2016-05-19 15:00 +0200
Re: get_maintainer.pl and MAINTAINERS file Richard Weinberger <richard.weinberger@gmail.com> - 2016-05-19 16:30 +0200
Re: get_maintainer.pl and MAINTAINERS file Mauro Carvalho Chehab <mchehab@osg.samsung.com> - 2016-05-19 19:00 +0200
Re: get_maintainer.pl and MAINTAINERS file Kalle Valo <kvalo@codeaurora.org> - 2016-05-20 15:20 +0200
Re: get_maintainer.pl and MAINTAINERS file Jiri Slaby <jslaby@suse.cz> - 2016-05-19 22:00 +0200
Re: get_maintainer.pl and MAINTAINERS file Joe Perches <joe@perches.com> - 2016-05-20 00:40 +0200
csiph-web