linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i2c-host-fixes for v6.9-rc8
@ 2024-05-10 11:08 Andi Shyti
  2024-05-13  9:30 ` Wolfram Sang
  0 siblings, 1 reply; 6+ messages in thread
From: Andi Shyti @ 2024-05-10 11:08 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, lkml, Sai Pavan Boddu, Christophe JAILLET, Andi Shyti

Hi Wolfram,

after a few weeks, we received to patches marked as fixes from
Christophe and Sai Pavan.

Thanks,
Andi

The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:

  Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.8-rc8

for you to fetch changes up to 55750148e5595bb85605e8fbb40b2759c2c4c2d7:

  i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (2024-05-06 10:58:04 +0200)

----------------------------------------------------------------
This tag includes two fixes. The first one, in the Cadence driver
seen in Qemu, prevents unintentional FIFO clearing at the
beginning of a transaction. The second fix, in the SynQuacer,
ensures proper error handling during clock get, prepare, and
enable operations by using the devm_clk_get_enabled() helper.

----------------------------------------------------------------
Christophe JAILLET (1):
      i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()

Sai Pavan Boddu (1):
      i2c: cadence: Avoid fifo clear after start

 drivers/i2c/busses/i2c-cadence.c   |  1 +
 drivers/i2c/busses/i2c-synquacer.c | 20 +++++++-------------
 2 files changed, 8 insertions(+), 13 deletions(-)

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

* Re: [GIT PULL] i2c-host-fixes for v6.9-rc8
  2024-05-10 11:08 [GIT PULL] i2c-host-fixes for v6.9-rc8 Andi Shyti
@ 2024-05-13  9:30 ` Wolfram Sang
  2024-05-13 12:47   ` Andi Shyti
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2024-05-13  9:30 UTC (permalink / raw)
  To: Andi Shyti
  Cc: Wolfram Sang, linux-i2c, lkml, Sai Pavan Boddu, Christophe JAILLET

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

Hi Andi,

> after a few weeks, we received to patches marked as fixes from
> Christophe and Sai Pavan.

Sorry, I was away this weekend, so I couldn't get this into 6.9-final.
Yet, I think pulling into 6.10-rc1 and backporting to 6.9 should work as
well.

Thanks,

   Wolfram

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [GIT PULL] i2c-host-fixes for v6.9-rc8
  2024-05-13  9:30 ` Wolfram Sang
@ 2024-05-13 12:47   ` Andi Shyti
  2024-05-13 13:59     ` Wolfram Sang
  0 siblings, 1 reply; 6+ messages in thread
From: Andi Shyti @ 2024-05-13 12:47 UTC (permalink / raw)
  To: Wolfram Sang, Wolfram Sang, linux-i2c, lkml, Sai Pavan Boddu,
	Christophe JAILLET

Hi Wolfram,

> > after a few weeks, we received to patches marked as fixes from
> > Christophe and Sai Pavan.
> 
> Sorry, I was away this weekend, so I couldn't get this into 6.9-final.

no worries! Nothing seriously critical was missed :-)

> Yet, I think pulling into 6.10-rc1 and backporting to 6.9 should work as
> well.

If you want I can include them in the merge window pull request,
so that we fix also one of the two dependencies there. Then they
would find their way to the stable kernels.

Andi

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

* Re: [GIT PULL] i2c-host-fixes for v6.9-rc8
  2024-05-13 12:47   ` Andi Shyti
@ 2024-05-13 13:59     ` Wolfram Sang
  2024-05-13 14:10       ` Andi Shyti
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2024-05-13 13:59 UTC (permalink / raw)
  To: Andi Shyti
  Cc: Wolfram Sang, linux-i2c, lkml, Sai Pavan Boddu, Christophe JAILLET

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]


> If you want I can include them in the merge window pull request,
> so that we fix also one of the two dependencies there. Then they
> would find their way to the stable kernels.

I merged now the 6.9 request and the 6.10 one on top. All seems well.
Did I miss a dependency between the two?


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [GIT PULL] i2c-host-fixes for v6.9-rc8
  2024-05-13 13:59     ` Wolfram Sang
@ 2024-05-13 14:10       ` Andi Shyti
  2024-05-13 14:12         ` Wolfram Sang
  0 siblings, 1 reply; 6+ messages in thread
From: Andi Shyti @ 2024-05-13 14:10 UTC (permalink / raw)
  To: Wolfram Sang, Wolfram Sang, linux-i2c, lkml, Sai Pavan Boddu,
	Christophe JAILLET

Hi Wolfram,

> > If you want I can include them in the merge window pull request,
> > so that we fix also one of the two dependencies there. Then they
> > would find their way to the stable kernels.
> 
> I merged now the 6.9 request and the 6.10 one on top. All seems well.
> Did I miss a dependency between the two?

No... all good here... there is no dependency between these two.

I will send a 6.10 part 2 merge request in a few days.

Thanks,
Andi

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

* Re: [GIT PULL] i2c-host-fixes for v6.9-rc8
  2024-05-13 14:10       ` Andi Shyti
@ 2024-05-13 14:12         ` Wolfram Sang
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2024-05-13 14:12 UTC (permalink / raw)
  To: Andi Shyti
  Cc: Wolfram Sang, linux-i2c, lkml, Sai Pavan Boddu, Christophe JAILLET

[-- Attachment #1: Type: text/plain, Size: 80 bytes --]


> I will send a 6.10 part 2 merge request in a few days.

Awesome, thank you!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2024-05-13 14:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-10 11:08 [GIT PULL] i2c-host-fixes for v6.9-rc8 Andi Shyti
2024-05-13  9:30 ` Wolfram Sang
2024-05-13 12:47   ` Andi Shyti
2024-05-13 13:59     ` Wolfram Sang
2024-05-13 14:10       ` Andi Shyti
2024-05-13 14:12         ` Wolfram Sang

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).