mbox series

[GIT,PULL] i2c-host-fixes for v6.11-rc3

Message ID 3oxrthtenkyypr5pqpduxyndw6wxihn24s67p6ppogkcdd6mjd@s5pg3swp6flp
State Accepted
Delegated to: Wolfram Sang
Headers show
Series [GIT,PULL] i2c-host-fixes for v6.11-rc3 | expand

Pull-request

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

Message

Andi Shyti Aug. 9, 2024, 10:53 a.m. UTC
Hi Wolfram,

two fixes from Gaosheng in this pull request on the Qualcomm Geni
device.

Thanks Gaosheng and Vladimir for the reviews.

Wish you a great weekend,
Andi

The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -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.11-rc3

for you to fetch changes up to 9ba48db9f77ce0001dbb882476fa46e092feb695:

  i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (2024-08-07 01:12:14 +0100)

----------------------------------------------------------------
Two fixes on the Qualcomm GENI I2C controller are cleaning up the
error exit patch in the runtime_resume() function. The first is
disabling the clock, the second disables the icc on the way out.

----------------------------------------------------------------
Gaosheng Cui (2):
      i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
      i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume

 drivers/i2c/busses/i2c-qcom-geni.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Wolfram Sang Aug. 9, 2024, 1:31 p.m. UTC | #1
Hi Andi,

> two fixes from Gaosheng in this pull request on the Qualcomm Geni
> device.

Pulled. But I wonder why this wasn't just one fix because it is the same
error path?

> Wish you a great weekend,

Thanks, same to you!

   Wolfram
Andi Shyti Aug. 11, 2024, 12:22 a.m. UTC | #2
Hi Wolfram,

On Fri, Aug 09, 2024 at 03:31:25PM GMT, Wolfram Sang wrote:
> > two fixes from Gaosheng in this pull request on the Qualcomm Geni
> > device.
> 
> Pulled. But I wonder why this wasn't just one fix because it is the same
> error path?

The second patch came as a suggestion to the first patch and it
arrived after I merged the first.

Besides They have different Fixes tag and I spent some times at
checking and they look correct.

At the end I left it as it was sent.

Thanks,
Andi

> > Wish you a great weekend,
> 
> Thanks, same to you!
> 
>    Wolfram
>