All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Rob Herring <robh@kernel.org>,
	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>,
	Willy Tarreau <willy@haproxy.com>,
	Ksenija Stanojevic <ksenija.stanojevic@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Mark Rutland <mark.rutland@arm.com>,
	Akira Tsukamoto <akira.tsukamoto@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 4/5] dt-bindings: auxdisplay: Add bindings for Hitachi HD44780
Date: Mon, 20 Mar 2017 16:48:31 +0100	[thread overview]
Message-ID: <20170320154831.GA19564@kroah.com> (raw)
In-Reply-To: <CAMuHMdX_9-yze0ErxKxTM0rgLAhWhtfvkW8wvXxR6vMdVXXGbg@mail.gmail.com>

On Mon, Mar 20, 2017 at 04:27:01PM +0100, Geert Uytterhoeven wrote:
> Hi Rob, Greg,
> 
> On Mon, Mar 20, 2017 at 4:15 PM, Rob Herring <robh@kernel.org> wrote:
> > On Fri, Mar 10, 2017 at 03:15:20PM +0100, Geert Uytterhoeven wrote:
> >> Add DT bindings for an Hitachi HD44780 Character LCD Controller where
> >> its M6800 bus interface is connected to GPIOs.
> >>
> >> Memory-mapped configurations are not yet supported.
> >>
> >> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> 
> >> --- /dev/null
> >> +++ b/Documentation/devicetree/bindings/auxdisplay/hit,hd44780.txt
> 
> >> +Required properties:
> >> +  - compatible: Must contain "hit,hd44780",
> >> +  - data-gpios: Must contain an array of either 4 or 8 GPIO specifiers,
> >> +    referring to the GPIO pins connected to the data signal lines DB0-DB7
> >> +    (8-bit mode) or DB4-DB7 (4-bit mode) of the LCD Controller's bus interface,
> >> +  - enable-gpios: Must contain a GPIO specifier, referring to the GPIO pin
> >> +    connected to the "E" (Enable) signal line of the LCD Controller's bus
> >> +    interface,
> >> +  - rs-gpios: Must contain a GPIO specifier, referring to the GPIO pin
> >> +    connected to the "RS" (Register Select) signal line of the LCD Controller's
> >> +    bus interface,
> >> +  - display-height: Height of the display, in character cells,
> >> +  - display-width: Width of the display, in character cells.
> >
> > display-{width,height}-chars
> 
> Makes sense.
> 
> Greg: As this is already in char-misc-next, shall I send an update for
> the bindings and the driver?

Please do.

thanks,

greg k-h

  reply	other threads:[~2017-03-20 15:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-10 14:15 [PATCH v2 0/5] Add HD44780 Character LCD support Geert Uytterhoeven
2017-03-10 14:15 ` Geert Uytterhoeven
     [not found] ` <1489155321-25666-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2017-03-10 14:15   ` [PATCH v2 1/5] auxdisplay: charlcd: Extract character LCD core from misc/panel Geert Uytterhoeven
2017-03-10 14:15     ` Geert Uytterhoeven
2017-03-10 14:15   ` [PATCH v2 3/5] auxdisplay: charlcd: Add support for displays with more than two lines Geert Uytterhoeven
2017-03-10 14:15     ` Geert Uytterhoeven
2017-03-10 14:15 ` [PATCH v2 2/5] auxdisplay: charlcd: Add support for 4-bit interfaces Geert Uytterhoeven
2017-03-10 14:15 ` [PATCH v2 4/5] dt-bindings: auxdisplay: Add bindings for Hitachi HD44780 Geert Uytterhoeven
2017-03-20 15:15   ` Rob Herring
2017-03-20 15:27     ` Geert Uytterhoeven
2017-03-20 15:48       ` Greg Kroah-Hartman [this message]
     [not found]       ` <CAMuHMdX_9-yze0ErxKxTM0rgLAhWhtfvkW8wvXxR6vMdVXXGbg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-20 17:00         ` Rob Herring
2017-03-20 17:00           ` Rob Herring
     [not found]           ` <CAL_Jsq+80ut=9eGK8v2e6pW_q0yPCV-Hk25C=KeE3xZVc5ooeg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-21  8:07             ` Geert Uytterhoeven
2017-03-21  8:07               ` Geert Uytterhoeven
2017-03-10 14:15 ` [PATCH v2 5/5] auxdisplay: Add HD44780 Character LCD support Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170320154831.GA19564@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akira.tsukamoto@gmail.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=ksenija.stanojevic@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=miguel.ojeda.sandonis@gmail.com \
    --cc=robh@kernel.org \
    --cc=willy@haproxy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.