mbox series

[GIT,PULL] i2c-host-fixes for v6.10-rc4

Message ID u4eloe4b6geus3g24orbcz4fz5r6ze55fhdue4q7dwluhakwh5@a6j4n3jgu3tt
State New
Headers show
Series [GIT,PULL] i2c-host-fixes for v6.10-rc4 | expand

Pull-request

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

Message

Andi Shyti June 14, 2024, 11:34 a.m. UTC
Hi Wolfram,

not many fixes in this period. This pull request includes two
fixes from Jean that were queued up last week.

Thanks,
Andi

The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -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.10-rc4

for you to fetch changes up to cbf3fb5b29e99e3689d63a88c3cddbffa1b8de99:

  i2c: designware: Fix the functionality flags of the slave-only interface (2024-06-12 17:07:34 +0100)

----------------------------------------------------------------
Two fixes from Jean aim to correctly report i2c functionality,
specifically ensuring that I2C_FUNC_SLAVE is reported when a
device operates solely as a slave interface.

----------------------------------------------------------------
Jean Delvare (2):
      i2c: at91: Fix the functionality flags of the slave-only interface
      i2c: designware: Fix the functionality flags of the slave-only interface

 drivers/i2c/busses/i2c-at91-slave.c       | 3 +--
 drivers/i2c/busses/i2c-designware-slave.c | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

Comments

Wolfram Sang June 16, 2024, 10:53 a.m. UTC | #1
On Fri, Jun 14, 2024 at 01:34:17PM GMT, Andi Shyti wrote:
> Hi Wolfram,
> 
> not many fixes in this period. This pull request includes two
> fixes from Jean that were queued up last week.
> 
> Thanks,
> Andi
> 
> The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:
> 
>   Linux 6.10-rc3 (2024-06-09 14:19:43 -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.10-rc4
> 
> for you to fetch changes up to cbf3fb5b29e99e3689d63a88c3cddbffa1b8de99:
> 
>   i2c: designware: Fix the functionality flags of the slave-only interface (2024-06-12 17:07:34 +0100)
> 
> ----------------------------------------------------------------
> Two fixes from Jean aim to correctly report i2c functionality,
> specifically ensuring that I2C_FUNC_SLAVE is reported when a
> device operates solely as a slave interface.

Pulled, thanks!