public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR 6.19] Rc fixes
@ 2025-11-10 20:44 Sean Young
  2025-11-11  9:14 ` Hans Verkuil
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Young @ 2025-11-10 20:44 UTC (permalink / raw)
  To: linux-media; +Cc: Haotian Zhang, Liao Yuanhong, Johan Hovold

Hi Hans, Mauro,

Just some small fixes.

Many thanks,

Sean

The following changes since commit b4fbb13db86adb0bae1d7f968b61ea8dc9635e33:

  media: qcom: camss: Add support for MSM8939 (2025-11-06 12:43:56 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/linux-media/users/seanyoung tags/v6.19a

for you to fetch changes up to 370a7a6e77af43ea949710fd1919b8d6fb2b187e:

  media: siano: Remove redundant ternary operators (2025-11-10 10:42:48 +0000)

----------------------------------------------------------------
v6.19a

----------------------------------------------------------------
Haotian Zhang (1):
      media: rc: st_rc: Fix reset control resource leak

Johan Hovold (1):
      media: ir-hix5hd2: Drop unused module alias

Liao Yuanhong (1):
      media: siano: Remove redundant ternary operators

 drivers/media/common/siano/smsir.c | 2 +-
 drivers/media/rc/ir-hix5hd2.c      | 1 -
 drivers/media/rc/st_rc.c           | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL FOR 6.19] Rc fixes
  2025-11-10 20:44 [GIT PULL FOR 6.19] Rc fixes Sean Young
@ 2025-11-11  9:14 ` Hans Verkuil
  2025-11-11 15:56   ` Sean Young
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2025-11-11  9:14 UTC (permalink / raw)
  To: Sean Young, linux-media; +Cc: Haotian Zhang, Liao Yuanhong, Johan Hovold

On 10/11/2025 21:44, Sean Young wrote:
> Hi Hans, Mauro,
> 
> Just some small fixes.
> 
> Many thanks,
> 
> Sean
> 
> The following changes since commit b4fbb13db86adb0bae1d7f968b61ea8dc9635e33:
> 
>   media: qcom: camss: Add support for MSM8939 (2025-11-06 12:43:56 +0100)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/linux-media/users/seanyoung tags/v6.19a

Nitpick: this URL is missing the '.git' in 'seanyoung.git'.

I figured it out, so no need to do anything.

Regards,

	Hans

> 
> for you to fetch changes up to 370a7a6e77af43ea949710fd1919b8d6fb2b187e:
> 
>   media: siano: Remove redundant ternary operators (2025-11-10 10:42:48 +0000)
> 
> ----------------------------------------------------------------
> v6.19a
> 
> ----------------------------------------------------------------
> Haotian Zhang (1):
>       media: rc: st_rc: Fix reset control resource leak
> 
> Johan Hovold (1):
>       media: ir-hix5hd2: Drop unused module alias
> 
> Liao Yuanhong (1):
>       media: siano: Remove redundant ternary operators
> 
>  drivers/media/common/siano/smsir.c | 2 +-
>  drivers/media/rc/ir-hix5hd2.c      | 1 -
>  drivers/media/rc/st_rc.c           | 2 +-
>  3 files changed, 2 insertions(+), 3 deletions(-)
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL FOR 6.19] Rc fixes
  2025-11-11  9:14 ` Hans Verkuil
@ 2025-11-11 15:56   ` Sean Young
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Young @ 2025-11-11 15:56 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media, Haotian Zhang, Liao Yuanhong, Johan Hovold

Hi Hans,

On Tue, Nov 11, 2025 at 10:14:17AM +0100, Hans Verkuil wrote:
> On 10/11/2025 21:44, Sean Young wrote:
> > Hi Hans, Mauro,
> > 
> > Just some small fixes.
> > 
> > Many thanks,
> > 
> > Sean
> > 
> > The following changes since commit b4fbb13db86adb0bae1d7f968b61ea8dc9635e33:
> > 
> >   media: qcom: camss: Add support for MSM8939 (2025-11-06 12:43:56 +0100)
> > 
> > are available in the Git repository at:
> > 
> >   https://gitlab.freedesktop.org/linux-media/users/seanyoung tags/v6.19a
> 
> Nitpick: this URL is missing the '.git' in 'seanyoung.git'.
> 
> I figured it out, so no need to do anything.

Noted for next time.

Thanks,

Sean

> 
> Regards,
> 
> 	Hans
> 
> > 
> > for you to fetch changes up to 370a7a6e77af43ea949710fd1919b8d6fb2b187e:
> > 
> >   media: siano: Remove redundant ternary operators (2025-11-10 10:42:48 +0000)
> > 
> > ----------------------------------------------------------------
> > v6.19a
> > 
> > ----------------------------------------------------------------
> > Haotian Zhang (1):
> >       media: rc: st_rc: Fix reset control resource leak
> > 
> > Johan Hovold (1):
> >       media: ir-hix5hd2: Drop unused module alias
> > 
> > Liao Yuanhong (1):
> >       media: siano: Remove redundant ternary operators
> > 
> >  drivers/media/common/siano/smsir.c | 2 +-
> >  drivers/media/rc/ir-hix5hd2.c      | 1 -
> >  drivers/media/rc/st_rc.c           | 2 +-
> >  3 files changed, 2 insertions(+), 3 deletions(-)
> > 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-11 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 20:44 [GIT PULL FOR 6.19] Rc fixes Sean Young
2025-11-11  9:14 ` Hans Verkuil
2025-11-11 15:56   ` Sean Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox