mbox series

[v1,0/3] spi: gpio: Convert to be used outside of OF

Message ID 20240517194246.747427-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series spi: gpio: Convert to be used outside of OF | expand

Message

Andy Shevchenko May 17, 2024, 7:42 p.m. UTC
Convert the driver to be used outside of OF and a couple of cleanups.

Andy Shevchenko (3):
  spi: gpio: Make use of device properties
  spi: gpio: Use traditional pattern when checking error codes
  spi: gpio: Make num_chipselect 8-bit in the struct
    spi_gpio_platform_data

 drivers/spi/spi-gpio.c       | 66 ++++++++++++++----------------------
 include/linux/spi/spi_gpio.h |  2 +-
 2 files changed, 26 insertions(+), 42 deletions(-)