mbox series

[PULL,REQUEST] i2c-for-6.13-rc3

Message ID Z16Y0y5inb4t5jJm@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.13-rc3 | expand

Pull-request

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

Message

Wolfram Sang Dec. 15, 2024, 8:52 a.m. UTC
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5b6b08af1fb09ec1ffab9564994cc152e4930431:

  Merge tag 'i2c-host-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-12-14 10:01:46 +0100)

----------------------------------------------------------------
i2c-for-6.13-rc3

We have these fixes for hosts: PNX used the wrong unit for timeouts,
Nomadik was missing a sentinel, and RIIC was missing rounding up.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      i2c: nomadik: Add missing sentinel to match table
      i2c: riic: Always round-up when calculating bus period

Vladimir Riabchun (1):
      i2c: pnx: Fix timeout in wait functions

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


with much appreciated quality assurance from
----------------------------------------------------------------
Théo Lebrun (1):
      (Rev.) i2c: nomadik: Add missing sentinel to match table

 drivers/i2c/busses/i2c-nomadik.c | 1 +
 drivers/i2c/busses/i2c-pnx.c     | 4 ++--
 drivers/i2c/busses/i2c-riic.c    | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 16, 2024, 12:13 a.m. UTC | #1
The pull request you sent on Sun, 15 Dec 2024 09:52:35 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/151167d85ae5147dbe67842b702f0511052dc803

Thank you!