Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1315324
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 3/4] Input: cyttsp - switch to using device properties |
| Date | 2016-01-22 23:40 +0100 |
| Message-ID | <qTSx4-20U-11@gated-at.bofh.it> (permalink) |
| References | <qTvTQ-3bF-21@gated-at.bofh.it> <qTvTR-3bF-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jan 21, 2016 at 11:21:31PM +0100, Oreste Salerno wrote: > Drop support for platform data passed via a C-structure and switch to > device properties instead, which should make the driver compatible > with all platforms: OF, ACPI and static boards. Static boards should > use property sets to communicate device parameters to the driver. > > Signed-off-by: Oreste Salerno <oreste.salerno@tomtom.com> > --- > .../bindings/input/touchscreen/cyttsp.txt | 95 ++++++++++++++ Acked-by: Rob Herring <robh@kernel.org> > drivers/input/touchscreen/cyttsp_core.c | 136 ++++++++++++++------- > drivers/input/touchscreen/cyttsp_core.h | 9 +- > include/linux/input/cyttsp.h | 15 --- > 4 files changed, 197 insertions(+), 58 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cyttsp.txt
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v5 3/4] Input: cyttsp - switch to using device properties Oreste Salerno <oreste.salerno@tomtom.com> - 2016-01-21 23:30 +0100 Re: [PATCH v5 3/4] Input: cyttsp - switch to using device properties Rob Herring <robh@kernel.org> - 2016-01-22 23:40 +0100
csiph-web