Message ID | 20241205204413.2466775-1-akemnade@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | ARM: ti/omap: gta04: properly specify GTA04 touchscreen properties | expand |
Dmitry, akemnade@kernel.org writes: > From: Andreas Kemnade <akemnade@kernel.org> > > Specify touchscreen in a way that no userspace configuration is needed. > > Note: if the devicetree patch is in without the input patch, things > will be broken in a different way. Due to this dependency, I can queue this driver patch in my tree along with the DT patch so things go in together. Let me know your preference. Kevin > Andreas Kemnade (2): > Input: tsc2007 - accept standard properties > ARM: dts: ti/omap: omap3-gta04: use proper touchscreen properties > > arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi | 6 ++++-- > drivers/input/touchscreen/tsc2007.h | 2 ++ > drivers/input/touchscreen/tsc2007_core.c | 5 ++--- > 3 files changed, 8 insertions(+), 5 deletions(-) > > -- > 2.39.2
On Thu, Dec 05, 2024 at 03:05:57PM -0800, Kevin Hilman wrote: > Dmitry, > > akemnade@kernel.org writes: > > > From: Andreas Kemnade <akemnade@kernel.org> > > > > Specify touchscreen in a way that no userspace configuration is needed. > > > > Note: if the devicetree patch is in without the input patch, things > > will be broken in a different way. > > Due to this dependency, I can queue this driver patch in my tree along > with the DT patch so things go in together. Let me know your > preference. Sure, works for me. Thanks.
On Thu, 05 Dec 2024 21:44:11 +0100, akemnade@kernel.org wrote: > From: Andreas Kemnade <akemnade@kernel.org> > > Specify touchscreen in a way that no userspace configuration is needed. > > Note: if the devicetree patch is in without the input patch, things > will be broken in a different way. > > [...] Applied, thanks! [1/2] Input: tsc2007 - accept standard properties commit: 6ef4ea3c944b9fc5d78317d1172cdcd10f9724f1 [2/2] ARM: dts: ti/omap: omap3-gta04: use proper touchscreen properties commit: 77f40f1983c40f6dba0a5eef125a037498de8268 Best regards,
From: Andreas Kemnade <akemnade@kernel.org> Specify touchscreen in a way that no userspace configuration is needed. Note: if the devicetree patch is in without the input patch, things will be broken in a different way. Andreas Kemnade (2): Input: tsc2007 - accept standard properties ARM: dts: ti/omap: omap3-gta04: use proper touchscreen properties arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi | 6 ++++-- drivers/input/touchscreen/tsc2007.h | 2 ++ drivers/input/touchscreen/tsc2007_core.c | 5 ++--- 3 files changed, 8 insertions(+), 5 deletions(-)