mbox series

i2c-host-fixes for v6.10-rc6

Message ID a6byafqkslh6wjsgfotnv3ibkax7gpuvlalf5bgtzc46imy6uu@6b2fsl4d4hh2
State New
Headers show
Series i2c-host-fixes for v6.10-rc6 | expand

Pull-request

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

Message

Andi Shyti June 28, 2024, 9:59 a.m. UTC
Hi Wolfram,

thanks for pinging me on Arnd's patch. You'll find it in this
pull request.

Thanks,
Andi

The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:

  Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)

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.10-rc6

for you to fetch changes up to 103458874baca0bbc8ae0b66d50201d5faa8c17b:

  i2c: viai2c: turn common code into a proper module (2024-06-26 16:07:21 +0200)

----------------------------------------------------------------
Fixed a build error following the major refactoring involving the
VIA-I2C modules. Originally, the code was split to group together
parts that would be used by different drivers. This caused build
issues when two modules linked to the same code.

----------------------------------------------------------------
Arnd Bergmann (1):
      i2c: viai2c: turn common code into a proper module

 drivers/i2c/busses/Makefile             |   6 ++----
 drivers/i2c/busses/i2c-viai2c-common.c  |  71 +++++++++--------------------------------------------------------------
 drivers/i2c/busses/i2c-viai2c-common.h  |   2 +-
 drivers/i2c/busses/i2c-viai2c-wmt.c     |  36 ++++++++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-viai2c-zhaoxin.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
 5 files changed, 139 insertions(+), 89 deletions(-)

Comments

Wolfram Sang June 28, 2024, 6:39 p.m. UTC | #1
On Fri, Jun 28, 2024 at 11:59:11AM +0200, Andi Shyti wrote:
> Hi Wolfram,
> 
> thanks for pinging me on Arnd's patch. You'll find it in this
> pull request.
> 
> Thanks,
> Andi
> 
> The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:
> 
>   Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)
> 
> 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.10-rc6
> 
> for you to fetch changes up to 103458874baca0bbc8ae0b66d50201d5faa8c17b:
> 
>   i2c: viai2c: turn common code into a proper module (2024-06-26 16:07:21 +0200)

Pulled, thanks!