2024-06-05 07:20:11

by Wolfram Sang

[permalink] [raw]
Subject: [PULL REQUEST] i2c-for-6.10-rc3

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.10-rc3

for you to fetch changes up to c4aff1d1ec90d9596c71b6f06b0bfab40a36a34a:

Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-06-03 08:51:53 +0200)

----------------------------------------------------------------
This should have been my second pull request during the merge window but
one dependency in the drm subsystem fell through the cracks and was only
applied for rc2. Now, we can finally remove I2C_CLASS_SPD.

----------------------------------------------------------------
Christophe JAILLET (1):
i2c: synquacer: Remove a clk reference from struct synquacer_i2c

Heiner Kallweit (1):
i2c: Remove I2C_CLASS_SPD

Wolfram Sang (1):
Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current

drivers/i2c/busses/i2c-synquacer.c | 11 +++++------
include/linux/i2c.h | 1 -
2 files changed, 5 insertions(+), 7 deletions(-)


Attachments:
(No filename) (1.25 kB)
signature.asc (849.00 B)
Download all attachments

2024-06-05 13:21:42

by Andi Shyti

[permalink] [raw]
Subject: Re: [PULL REQUEST] i2c-for-6.10-rc3

Hi Wolfram,

On Wed, Jun 05, 2024 at 09:19:57AM +0200, Wolfram Sang wrote:
> The following changes since commit c3f38fa61af77b49866b006939479069cd451173:
>
> Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.10-rc3
>
> for you to fetch changes up to c4aff1d1ec90d9596c71b6f06b0bfab40a36a34a:
>
> Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-06-03 08:51:53 +0200)
>
> ----------------------------------------------------------------
> This should have been my second pull request during the merge window but
> one dependency in the drm subsystem fell through the cracks and was only
> applied for rc2. Now, we can finally remove I2C_CLASS_SPD.
>
> ----------------------------------------------------------------
> Christophe JAILLET (1):
> i2c: synquacer: Remove a clk reference from struct synquacer_i2c
>
> Heiner Kallweit (1):
> i2c: Remove I2C_CLASS_SPD

I had these in my branches queued up for 6.11. As you are taking
care of them, I will then remove them from my branch.

I have a few fixes more for rc3, though that I'm planning to send
you tomorrow.

Thanks,
Andi

> Wolfram Sang (1):
> Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current
>
> drivers/i2c/busses/i2c-synquacer.c | 11 +++++------
> include/linux/i2c.h | 1 -
> 2 files changed, 5 insertions(+), 7 deletions(-)



2024-06-05 14:19:18

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PULL REQUEST] i2c-for-6.10-rc3

Hi Andi,

> I have a few fixes more for rc3, though that I'm planning to send
> you tomorrow.

I see. If they are urgent, I will send a second PR. If not so much we
can wait for rc4. But I really wanted to get rid of I2C_CLASS_SPD as
soon as possible before new "users" (copy & pasting code) show up.

Happy hacking,

Wolfram


Attachments:
(No filename) (343.00 B)
signature.asc (849.00 B)
Download all attachments

2024-06-05 18:46:47

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [PULL REQUEST] i2c-for-6.10-rc3

The pull request you sent on Wed, 5 Jun 2024 09:19:57 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.10-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/558dc49aacc7f3a348c1f10af7d1169bed2fe426

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2024-06-05 20:33:08

by Andi Shyti

[permalink] [raw]
Subject: Re: [PULL REQUEST] i2c-for-6.10-rc3

Hi Wolfram,

On Wed, Jun 05, 2024 at 04:18:31PM +0200, Wolfram Sang wrote:
> > I have a few fixes more for rc3, though that I'm planning to send
> > you tomorrow.
>
> I see. If they are urgent, I will send a second PR. If not so much we
> can wait for rc4.

Sure... will keep them for rc4.

> But I really wanted to get rid of I2C_CLASS_SPD as
> soon as possible before new "users" (copy & pasting code) show up.

Makes sense!

Thanks,
Andi