lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 15 Feb 2016 10:35:29 +0100
From:	Robin van der Gracht <robin@...tonic.nl>
To:	Rob Herring <robh@...nel.org>
Cc:	linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@...il.com>
Subject: Re: [PATCH v2] auxdisplay: ht16k33: Driver for LED controller.

On Fri, 12 Feb 2016 09:12:43 -0600
Rob Herring <robh@...nel.org> wrote:

> On Tue, Feb 09, 2016 at 12:31:08PM +0100, Robin van der Gracht wrote:
> > This is a driver for the Holtek HT16K33 LED controller with keyscan.
> > 
> > Signed-off-by: Robin van der Gracht <robin@...tonic.nl>
> > ---
> > Changes in v2:
> >   - Fixed build error reported by kbuild test robot by including
> > mm.h
> > 
> >  .../devicetree/bindings/display/ht16k33.txt        |  42 ++
> >  drivers/auxdisplay/Kconfig                         |   9 +
> >  drivers/auxdisplay/Makefile                        |   1 +
> >  drivers/auxdisplay/ht16k33.c                       | 573
> > +++++++++++++++++++++ 4 files changed, 625 insertions(+)
> >  create mode 100644
> > Documentation/devicetree/bindings/display/ht16k33.txt create mode
> > 100644 drivers/auxdisplay/ht16k33.c
> > 
> > diff --git a/Documentation/devicetree/bindings/display/ht16k33.txt
> > b/Documentation/devicetree/bindings/display/ht16k33.txt new file
> > mode 100644 index 0000000..45fbabb
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/display/ht16k33.txt
> > @@ -0,0 +1,42 @@
> > +Holtek ht16k33 RAM mapping 16*8 LED controller driver with keyscan
> > +-------------------------------------------------------------------------------
> > +
> > +Required properties:
> > +- compatible:			"ht,ht16k33"
> > +- reg:					I2C slave address of
> > the chip. +- interrupt-parent: 	A phandle pointing to the
> > interrupt controller
> > +						serving the
> > interrupt for this chip. +- interrupts:
> > Interrupt specification for the key pressed interrupt. +-
> > refresh-rate:			Display update interval in HZ.
> 
> Add units: "-hz"
> 
> > +- debounce-delay-ms:	Debouncing interval time in
> > microseconds. +- linux,keymap:			The keymap
> > for keys as described in the binding
> > +						document
> > (devicetree/bindings/input/matrix-keymap.txt).
> 
> The alignment of the descriptions here seem to be random. Please line 
> them up.
> 
> > +
> > +Optional properties:
> > +- linux,no-autorepeat:	Disable keyrepeat.
> > +- default-brightness:	Initial brightness setting [0-15] (15
> > if not set).
> 
> default-brightness-level seem a bit more common.
> 

Thanks for reviewing Rob. I'll take your comments into account and
resend an adjusted patch.

Best regards,

-- 
Robin van der Gracht
Protonic Holland
tel.: +31 (0) 229 212928
fax.: +31 (0) 229 210930
Factorij 36 / 1689 AL Zwaag

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ