mbox series

[GIT,PULL] arm/omap: drivers: updates for v6.14

Message ID 7hcygyb3yi.fsf@baylibre.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] arm/omap: drivers: updates for v6.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git tags/omap-for-v6.14/drivers-signed

Message

Kevin Hilman Jan. 7, 2025, 11:26 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git tags/omap-for-v6.14/drivers-signed

for you to fetch changes up to 6ef4ea3c944b9fc5d78317d1172cdcd10f9724f1:

  Input: tsc2007 - accept standard properties (2024-12-10 16:17:30 -0800)

----------------------------------------------------------------
arm/omap: drivers: updates for v6.14

----------------------------------------------------------------
Andreas Kemnade (1):
      Input: tsc2007 - accept standard properties

 drivers/input/touchscreen/tsc2007.h      | 2 ++
 drivers/input/touchscreen/tsc2007_core.c | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

Comments

Andreas Kemnade Jan. 8, 2025, 8:13 a.m. UTC | #1
Am Tue, 07 Jan 2025 15:26:45 -0800
schrieb Kevin Hilman <khilman@baylibre.com>:

> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git tags/omap-for-v6.14/drivers-signed
> 
> for you to fetch changes up to 6ef4ea3c944b9fc5d78317d1172cdcd10f9724f1:
> 
>   Input: tsc2007 - accept standard properties (2024-12-10 16:17:30 -0800)
> 
> ----------------------------------------------------------------
> arm/omap: drivers: updates for v6.14
> 
> ----------------------------------------------------------------
> Andreas Kemnade (1):
>       Input: tsc2007 - accept standard properties
> 
>  drivers/input/touchscreen/tsc2007.h      | 2 ++
>  drivers/input/touchscreen/tsc2007_core.c | 5 ++---
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
This is input, the only reason that is goes via soc to keep that
togother with
ARM: dts: ti/omap: omap3-gta04: use proper touchscreen properties

So shouln't it go via your dt branch?

Regards,
Andreas