mbox series

[0/2] i2c: i801: Use MMIO if available

Message ID 28ad9377-6d8a-4259-8cd4-7edaa00e26d7@gmail.com
Headers show
Series i2c: i801: Use MMIO if available | expand

Message

Heiner Kallweit March 12, 2025, 7:06 p.m. UTC
Newer versions of supported chips support MMIO in addition to legacy
PMIO register access. Probe the MMIO PCI BAR and use faster MMIO
register access if available.

Tested on N100 (Alder Lake-N).

This series is a rebased re-spin of a series submitted last October.

Heiner Kallweit (2):
  i2c: i801: Switch to iomapped register access
  i2c: i801: Use MMIO if available

 drivers/i2c/busses/i2c-i801.c | 157 +++++++++++++++++-----------------
 1 file changed, 79 insertions(+), 78 deletions(-)

Comments

Andi Shyti March 12, 2025, 11:58 p.m. UTC | #1
Hi Heiner,

> Heiner Kallweit (2):
>   i2c: i801: Switch to iomapped register access
>   i2c: i801: Use MMIO if available

thanks for resending it. It looks good and I applied it to
i2c/i2c-host.

Andi