mbox series

[PULL,REQUEST] i2c-fwnode-api-2023017 for netdev

Message ID Y8ZhI4g0wsvpjokd@ninjato
State New
Headers show
Series [PULL,REQUEST] i2c-fwnode-api-2023017 for netdev | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git/ tags/i2c-fwnode-api-2023017

Message

Wolfram Sang Jan. 17, 2023, 8:49 a.m. UTC
Hi,

here is an immtuable branch from I2C requested by Russell King. This
allows him to rework SFP code further.

Please pull.

   Wolfram


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git/ tags/i2c-fwnode-api-2023017

for you to fetch changes up to 373c612d72461ddaea223592df31e62c934aae61:

  i2c: add fwnode APIs (2023-01-17 09:29:59 +0100)

----------------------------------------------------------------
Immutable branch adding fwnode API to the I2C core

----------------------------------------------------------------
Russell King (Oracle) (1):
      i2c: add fwnode APIs


with much appreciated quality assurance from
----------------------------------------------------------------
Mika Westerberg (1):
      (Rev.) i2c: add fwnode APIs

 drivers/i2c/i2c-core-acpi.c | 13 +-----
 drivers/i2c/i2c-core-base.c | 98 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-core-of.c   | 66 ------------------------------
 include/linux/i2c.h         | 24 +++++++++--
 4 files changed, 120 insertions(+), 81 deletions(-)