[PATCH 0/2] Match data improvements for mcp23s08 driver

Biju Das posted 2 patches 2 years, 3 months ago
There is a newer version of this series
drivers/pinctrl/pinctrl-mcp23s08_i2c.c | 102 ++++++++++++-------------
1 file changed, 50 insertions(+), 52 deletions(-)
[PATCH 0/2] Match data improvements for mcp23s08 driver
Posted by Biju Das 2 years, 3 months ago
This patch series aims to add match data improvements for mcp23s08 driver.

This patch series is only compile tested.

Biju Das (2):
  pinctrl: mcp23s08: Extend match support for OF tables
  pinctrl: mcp23s08: Simplify probe()

 drivers/pinctrl/pinctrl-mcp23s08_i2c.c | 102 ++++++++++++-------------
 1 file changed, 50 insertions(+), 52 deletions(-)

-- 
2.25.1
Re: [PATCH 0/2] Match data improvements for mcp23s08 driver
Posted by Andy Shevchenko 2 years, 3 months ago
On Sat, Sep 02, 2023 at 10:09:35AM +0100, Biju Das wrote:
> This patch series aims to add match data improvements for mcp23s08 driver.
> 
> This patch series is only compile tested.

When driver has SPI and I2C parts, always take into account both of them.
There is more work needed here.

-- 
With Best Regards,
Andy Shevchenko