linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i2c-host for v6.11 - part 2
@ 2024-07-20  8:29 Andi Shyti
  2024-07-20 11:15 ` Wolfram Sang
  2024-07-20 11:19 ` Wolfram Sang
  0 siblings, 2 replies; 5+ messages in thread
From: Andi Shyti @ 2024-07-20  8:29 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, lkml, Andi Shyti

Hi Wolfram,

here comes the second part of the merge window pull request. I
waited for Linus to take the first part so that I could send this
pull request on top of the mainline.

Until now I was on top of your i2c/for-mergewindow branch.

Thanks and have a great weekend,
Andi

The following changes since commit 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74:

  Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2024-07-19 16:51:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-6.11-part-2

for you to fetch changes up to 930e5186862b115953fb560be357f4e0bf496f94:

  i2c: piix4: Register SPDs (2024-07-20 03:07:56 +0200)

----------------------------------------------------------------
Added descriptions in the DTS for the Qualcomm SM8650 and SM8550
Camera Control Interface (CCI).

Added support for the "settle-time-us" property, which allows the
gpio-mux device to switch from one bus to another with a
configurable delay. The time can be set in the DTS.

The latest change also includes file sorting.

Fixed slot numbering in the SMBus framework to prevent failures
when more than 8 slots are occupied. It now enforces a a maximum
of 8 slots to be used. This ensures that the Intel PIIX4 device
can register the SPDs correctly without failure, even if other
slots are populated but not used.

----------------------------------------------------------------
Bastien Curutchet (3):
      dt-bindings: i2c: mux-gpio: Add 'settle-time-us' property
      i2c: mux: gpio: Re-order #include to match alphabetic order
      i2c: mux: gpio: Add support for the 'settle-time-us' property

Thomas Weißschuh (2):
      i2c: smbus: remove i801 assumptions from SPD probing
      i2c: piix4: Register SPDs

Vladimir Zapolskiy (2):
      dt-bindings: i2c: qcom-cci: Document sm8550 compatible
      dt-bindings: i2c: qcom-cci: Document sm8650 compatible

 Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml |  3 +++
 Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 20 ++++++++++++++++++++
 drivers/i2c/busses/Kconfig                              |  1 +
 drivers/i2c/busses/i2c-piix4.c                          |  9 +++++++++
 drivers/i2c/i2c-smbus.c                                 | 15 ++++-----------
 drivers/i2c/muxes/i2c-mux-gpio.c                        | 14 ++++++++++----
 include/linux/platform_data/i2c-mux-gpio.h              |  2 ++
 7 files changed, 49 insertions(+), 15 deletions(-)

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

* Re: [GIT PULL] i2c-host for v6.11 - part 2
  2024-07-20  8:29 [GIT PULL] i2c-host for v6.11 - part 2 Andi Shyti
@ 2024-07-20 11:15 ` Wolfram Sang
  2024-07-20 11:19 ` Wolfram Sang
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2024-07-20 11:15 UTC (permalink / raw)
  To: Andi Shyti; +Cc: linux-i2c, lkml

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


> The following changes since commit 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74:
> 
>   Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2024-07-19 16:51:39 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-6.11-part-2
> 
> for you to fetch changes up to 930e5186862b115953fb560be357f4e0bf496f94:
> 
>   i2c: piix4: Register SPDs (2024-07-20 03:07:56 +0200)

Thanks, pulled!


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

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

* Re: [GIT PULL] i2c-host for v6.11 - part 2
  2024-07-20  8:29 [GIT PULL] i2c-host for v6.11 - part 2 Andi Shyti
  2024-07-20 11:15 ` Wolfram Sang
@ 2024-07-20 11:19 ` Wolfram Sang
  2024-07-20 11:31   ` Andi Shyti
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2024-07-20 11:19 UTC (permalink / raw)
  To: Andi Shyti; +Cc: linux-i2c, lkml

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


>       i2c: piix4: Register SPDs

I just saw that this patch has:

    Reviewed-by: Guenter Roeck <linux@roeck-us.net>
    Tested-by: Guenter Roeck <linux@roeck-us.net>
    Reviewed-and-tested-by: Guenter Roeck <linux@roeck-us.net>

So, that's doubled. Could you kindly fix it?


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

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

* Re: [GIT PULL] i2c-host for v6.11 - part 2
  2024-07-20 11:19 ` Wolfram Sang
@ 2024-07-20 11:31   ` Andi Shyti
  2024-07-20 13:45     ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Andi Shyti @ 2024-07-20 11:31 UTC (permalink / raw)
  To: Wolfram Sang, linux-i2c, lkml

Hi Wolfram,

On Sat, Jul 20, 2024 at 01:19:24PM GMT, Wolfram Sang wrote:
> 
> >       i2c: piix4: Register SPDs
> 
> I just saw that this patch has:
> 
>     Reviewed-by: Guenter Roeck <linux@roeck-us.net>
>     Tested-by: Guenter Roeck <linux@roeck-us.net>
>     Reviewed-and-tested-by: Guenter Roeck <linux@roeck-us.net>
> 
> So, that's doubled. Could you kindly fix it?

Oh, yes, I wanted to separate the Reviewed-and-tested-by, but
then I forgot to remove it.

Thanks for checking it. I updated the branch and the tag. I'm
pasting the git-request-pull output as a reference.

Thank you Wolfram!
Andi

The following changes since commit 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74:

  Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2024-07-19 16:51:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-6.11-part-2

for you to fetch changes up to de4f2f52f93257433c9029ba2b4044cd9f029b21:

  i2c: piix4: Register SPDs (2024-07-20 13:29:10 +0200)

----------------------------------------------------------------
Added descriptions in the DTS for the Qualcomm SM8650 and SM8550
Camera Control Interface (CCI).

Added support for the "settle-time-us" property, which allows the
gpio-mux device to switch from one bus to another with a
configurable delay. The time can be set in the DTS.

The latest change also includes file sorting.

Fixed slot numbering in the SMBus framework to prevent failures
when more than 8 slots are occupied. It now enforces a a maximum
of 8 slots to be used. This ensures that the Intel PIIX4 device
can register the SPDs correctly without failure, even if other
slots are populated but not used.

----------------------------------------------------------------
Bastien Curutchet (3):
      dt-bindings: i2c: mux-gpio: Add 'settle-time-us' property
      i2c: mux: gpio: Re-order #include to match alphabetic order
      i2c: mux: gpio: Add support for the 'settle-time-us' property

Thomas Weißschuh (2):
      i2c: smbus: remove i801 assumptions from SPD probing
      i2c: piix4: Register SPDs

Vladimir Zapolskiy (2):
      dt-bindings: i2c: qcom-cci: Document sm8550 compatible
      dt-bindings: i2c: qcom-cci: Document sm8650 compatible

 Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml |  3 +++
 Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 20 ++++++++++++++++++++
 drivers/i2c/busses/Kconfig                              |  1 +
 drivers/i2c/busses/i2c-piix4.c                          |  9 +++++++++
 drivers/i2c/i2c-smbus.c                                 | 15 ++++-----------
 drivers/i2c/muxes/i2c-mux-gpio.c                        | 14 ++++++++++----
 include/linux/platform_data/i2c-mux-gpio.h              |  2 ++
 7 files changed, 49 insertions(+), 15 deletions(-)


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

* Re: [GIT PULL] i2c-host for v6.11 - part 2
  2024-07-20 11:31   ` Andi Shyti
@ 2024-07-20 13:45     ` Wolfram Sang
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2024-07-20 13:45 UTC (permalink / raw)
  To: Andi Shyti; +Cc: linux-i2c, lkml

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


> Oh, yes, I wanted to separate the Reviewed-and-tested-by, but
> then I forgot to remove it.

Thanks for separating them. I prefer that as well. Maybe time for a
script? :)

> Thanks for checking it. I updated the branch and the tag. I'm

Pulled.

Have a nice weekend!


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

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

end of thread, other threads:[~2024-07-20 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-20  8:29 [GIT PULL] i2c-host for v6.11 - part 2 Andi Shyti
2024-07-20 11:15 ` Wolfram Sang
2024-07-20 11:19 ` Wolfram Sang
2024-07-20 11:31   ` Andi Shyti
2024-07-20 13:45     ` 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).