From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raveendra Padasalagi Subject: [PATCH v2 0/3] Syscon support for iProc touchscreen driver Date: Wed, 17 Feb 2016 15:13:43 +0530 Message-ID: <1455702226-20599-1-git-send-email-raveendra.padasalagi@broadcom.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dmitry Torokhov , Russell King , Rob Herring , Arnd Bergmann , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jonathan Richardson , Jon Mason , Florian Fainelli , Anup Patel , Ray Jui , Scott Branden , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, Raveendra Padasalagi List-Id: linux-input@vger.kernel.org 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html