[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fg2byff6apqkdztjmql4x7eknpxdokjpwne6zwyrrfdpjugcr6@joo4vdlvgb56>
Date: Sat, 20 Jul 2024 13:31:53 +0200
From: Andi Shyti <andi.shyti@...nel.org>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>,
linux-i2c <linux-i2c@...r.kernel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] i2c-host for v6.11 - part 2
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@...ck-us.net>
> Tested-by: Guenter Roeck <linux@...ck-us.net>
> Reviewed-and-tested-by: Guenter Roeck <linux@...ck-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(-)
Powered by blists - more mailing lists