Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336176
| From | Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] Syscon support for iProc touchscreen driver |
| Date | 2016-02-17 10:50 +0100 |
| Message-ID | <r36U9-4uj-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset is based on v4.5-rc3 tag and its tested on Broadcom Cygnus SoC. The patches can be fetched from iproc-tsc-v2 branch of https://github.com/Broadcom/arm64-linux.git Changes since v1: - Enhanced touchscreen driver to handle syscon based register access if "brcm,iproc-touchscreen-syscon" compatible string is provided in dt - Normal register access is handled through readl and writel API's if "brcm,iproc-touchscreen" compatible string is provided. - Updated touchscreen dt node document to reflect the new changes. - Updated change logs in each patchset to reflect the new changes. Raveendra Padasalagi (3): input: cygnus-update touchscreen dt node document input: syscon support in bcm_iproc_tsc driver ARM: dts: use syscon in cygnus touchscreen dt node .../input/touchscreen/brcm,iproc-touchscreen.txt | 57 +++++++- arch/arm/boot/dts/bcm-cygnus.dtsi | 11 +- drivers/input/touchscreen/bcm_iproc_tsc.c | 152 +++++++++++++++------ 3 files changed, 172 insertions(+), 48 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Syscon support for iProc touchscreen driver Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-02-17 10:50 +0100
[PATCH v2 1/3] input: cygnus-update touchscreen dt node document Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-02-17 10:50 +0100
Re: [PATCH v2 1/3] input: cygnus-update touchscreen dt node document Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100
Re: [PATCH v2 1/3] input: cygnus-update touchscreen dt node document Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-02-19 07:20 +0100
Re: [PATCH v2 1/3] input: cygnus-update touchscreen dt node document Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-02-22 20:40 +0100
Re: [PATCH v2 1/3] input: cygnus-update touchscreen dt node document Ray Jui <ray.jui@broadcom.com> - 2016-02-22 20:50 +0100
Re: [PATCH v2 1/3] input: cygnus-update touchscreen dt node document Scott Branden <scott.branden@broadcom.com> - 2016-02-22 20:50 +0100
[PATCH v2 3/3] ARM: dts: use syscon in cygnus touchscreen dt node Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-02-17 10:50 +0100
csiph-web