* [GIT PULL] arm/omap: drivers: updates for v6.14
@ 2025-01-07 23:26 Kevin Hilman
2025-01-08 8:13 ` Andreas Kemnade
2025-03-17 18:37 ` Kevin Hilman
0 siblings, 2 replies; 4+ messages in thread
From: Kevin Hilman @ 2025-01-07 23:26 UTC (permalink / raw)
To: soc; +Cc: linux-omap, linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] arm/omap: drivers: updates for v6.14
2025-01-07 23:26 [GIT PULL] arm/omap: drivers: updates for v6.14 Kevin Hilman
@ 2025-01-08 8:13 ` Andreas Kemnade
2025-01-09 23:37 ` Kevin Hilman
2025-03-17 18:37 ` Kevin Hilman
1 sibling, 1 reply; 4+ messages in thread
From: Andreas Kemnade @ 2025-01-08 8:13 UTC (permalink / raw)
To: Kevin Hilman; +Cc: soc, linux-omap, linux-arm-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] arm/omap: drivers: updates for v6.14
2025-01-08 8:13 ` Andreas Kemnade
@ 2025-01-09 23:37 ` Kevin Hilman
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2025-01-09 23:37 UTC (permalink / raw)
To: Andreas Kemnade; +Cc: soc, linux-omap, linux-arm-kernel
Andreas Kemnade <andreas@kemnade.info> writes:
> 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
Correct, it's going through my tree after agreement with input
maintainer, Dmitry.
> So shouln't it go via your dt branch?
Since the dependency is not a strict build dependency, I separated into
dt and drivers like I normally do. They will both land in the same
upstream release, so should not cause any problems.
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] arm/omap: drivers: updates for v6.14
2025-01-07 23:26 [GIT PULL] arm/omap: drivers: updates for v6.14 Kevin Hilman
2025-01-08 8:13 ` Andreas Kemnade
@ 2025-03-17 18:37 ` Kevin Hilman
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2025-03-17 18:37 UTC (permalink / raw)
To: soc; +Cc: linux-omap, linux-arm-kernel
Hi Arnd,
On Tue, Jan 7, 2025 at 3:26 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> 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(-)
It seems this PR was missed for v6.14. Could you still take this one
for the v6.15 window?
Thanks,
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-17 18:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07 23:26 [GIT PULL] arm/omap: drivers: updates for v6.14 Kevin Hilman
2025-01-08 8:13 ` Andreas Kemnade
2025-01-09 23:37 ` Kevin Hilman
2025-03-17 18:37 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).