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(-)
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!