mbox series

[PULL,REQUEST] i2c-for-6.10-rc5

Message ID ZnfXfkZfI5iNZqBW@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.10-rc5 | expand

Pull-request

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

Message

Wolfram Sang June 23, 2024, 8:06 a.m. UTC
Linus,

the doc updates not only fix outdated information but also set the base
for new terminology which we want to apply soon to avoid dependencies.

Please pull.

   Wolfram


The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -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-rc5

for you to fetch changes up to 2c50f892caadc94ff216d42accd8222e172b5144:

  Merge tag 'i2c-host-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-06-23 02:13:27 +0200)

----------------------------------------------------------------
The core gains placeholders for recently added functions when CONFIG_I2C
is not defined as well documentation fixes to start using inclusive
terminology. The drivers get paths in DT bindings fixed as well as
proper interrupt handling for the ocores driver.

----------------------------------------------------------------
Grygorii Tertychnyi (1):
      i2c: ocores: set IACK bit after core is enabled

Krzysztof Kozlowski (2):
      dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema
      dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema

Sakari Ailus (1):
      i2c: Add nop fwnode operations

Wolfram Sang (7):
      docs: i2c: summary: start sentences consistently.
      docs: i2c: summary: update I2C specification link
      docs: i2c: summary: update speed mode description
      docs: i2c: summary: document use of inclusive language
      docs: i2c: summary: document 'local' and 'remote' targets
      docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' pairs
      Merge tag 'i2c-host-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current


with much appreciated quality assurance from
----------------------------------------------------------------
Conor Dooley (2):
      (Rev.) dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema
      (Rev.) dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema

Easwar Hariharan (6):
      (Rev.) docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' pairs
      (Rev.) docs: i2c: summary: document 'local' and 'remote' targets
      (Rev.) docs: i2c: summary: document use of inclusive language
      (Rev.) docs: i2c: summary: update speed mode description
      (Rev.) docs: i2c: summary: update I2C specification link
      (Rev.) docs: i2c: summary: start sentences consistently.

 .../devicetree/bindings/i2c/atmel,at91sam-i2c.yaml |  2 +-
 .../bindings/i2c/google,cros-ec-i2c-tunnel.yaml    |  2 +-
 Documentation/i2c/i2c_bus.svg                      | 15 ++--
 Documentation/i2c/summary.rst                      | 79 ++++++++++++++--------
 drivers/i2c/busses/i2c-ocores.c                    |  2 +-
 include/linux/i2c.h                                | 24 ++++++-
 6 files changed, 83 insertions(+), 41 deletions(-)

Comments

pr-tracker-bot@kernel.org June 23, 2024, 3:13 p.m. UTC | #1
The pull request you sent on Sun, 23 Jun 2024 10:06:22 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7c16f0a4ed1ce7b0dd1c01fc012e5bde89fe7748

Thank you!