Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280077 > unrolled thread
| Started by | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| First post | 2015-11-30 17:30 +0100 |
| Last post | 2015-11-30 20:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 02/28] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs Paul Burton <paul.burton@imgtec.com> - 2015-11-30 17:30 +0100
Re: [PATCH 02/28] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs Rob Herring <robh@kernel.org> - 2015-11-30 20:00 +0100
| From | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| Date | 2015-11-30 17:30 +0100 |
| Subject | [PATCH 02/28] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs |
| Message-ID | <qAzuY-5YC-59@gated-at.bofh.it> |
Add documentation for a devicetree binding for simple memory-mapped ASCII LCD displays, such as those found on the Imagination Technologies Boston & Malta development boards. Signed-off-by: Paul Burton <paul.burton@imgtec.com> --- Documentation/devicetree/bindings/ascii-lcd.txt | 10 ++++++++++ MAINTAINERS | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/ascii-lcd.txt diff --git a/Documentation/devicetree/bindings/ascii-lcd.txt b/Documentation/devicetree/bindings/ascii-lcd.txt new file mode 100644 index 0000000..40ae536 --- /dev/null +++ b/Documentation/devicetree/bindings/ascii-lcd.txt @@ -0,0 +1,10 @@ +Binding for simple memory-mapped ASCII LCD displays + +Required properties: +- compatible : should be one of: + "img,boston-lcd" + "mti,malta-lcd" +- reg : memory region locating the device registers + +The layout of the registers & properties of the display are determined +from the compatible string, making this binding somewhat trivial. diff --git a/MAINTAINERS b/MAINTAINERS index cba790b..1e2b74b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1782,6 +1782,11 @@ S: Maintained F: Documentation/hwmon/asc7621 F: drivers/hwmon/asc7621.c +ASCII LCD DRIVER +M: Paul Burton <paul.burton@imgtec.com> +S: Maintained +F: Documentation/devicetree/bindings/ascii-lcd.txt + ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS M: Corentin Chary <corentin.chary@gmail.com> L: acpi4asus-user@lists.sourceforge.net -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2015-11-30 20:00 +0100 |
| Subject | Re: [PATCH 02/28] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs |
| Message-ID | <qABQ6-7jF-1@gated-at.bofh.it> |
| In reply to | #1280077 |
On Mon, Nov 30, 2015 at 04:21:27PM +0000, Paul Burton wrote: > Add documentation for a devicetree binding for simple memory-mapped > ASCII LCD displays, such as those found on the Imagination Technologies > Boston & Malta development boards. > > Signed-off-by: Paul Burton <paul.burton@imgtec.com> > --- > > Documentation/devicetree/bindings/ascii-lcd.txt | 10 ++++++++++ This should go under bindings/display/. > MAINTAINERS | 5 +++++ > 2 files changed, 15 insertions(+) > create mode 100644 Documentation/devicetree/bindings/ascii-lcd.txt > > diff --git a/Documentation/devicetree/bindings/ascii-lcd.txt b/Documentation/devicetree/bindings/ascii-lcd.txt > new file mode 100644 > index 0000000..40ae536 > --- /dev/null > +++ b/Documentation/devicetree/bindings/ascii-lcd.txt > @@ -0,0 +1,10 @@ > +Binding for simple memory-mapped ASCII LCD displays Presumably, this is a binding for the controller, not the actual display. You need to more fully describe what the h/w looks like here. Like what is the interface between the controller and display? Rob > + > +Required properties: > +- compatible : should be one of: > + "img,boston-lcd" > + "mti,malta-lcd" > +- reg : memory region locating the device registers > + > +The layout of the registers & properties of the display are determined > +from the compatible string, making this binding somewhat trivial. > diff --git a/MAINTAINERS b/MAINTAINERS > index cba790b..1e2b74b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1782,6 +1782,11 @@ S: Maintained > F: Documentation/hwmon/asc7621 > F: drivers/hwmon/asc7621.c > > +ASCII LCD DRIVER > +M: Paul Burton <paul.burton@imgtec.com> > +S: Maintained > +F: Documentation/devicetree/bindings/ascii-lcd.txt > + > ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS > M: Corentin Chary <corentin.chary@gmail.com> > L: acpi4asus-user@lists.sourceforge.net > -- > 2.6.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web