mbox series

[SPI,for-next,0/3] spi: mchp-pci1xxxx: Fix minor bugs in spi-pci1xxxx driver

Message ID 20230404171613.1336093-1-tharunkumar.pasumarthi@microchip.com
Headers show
Series spi: mchp-pci1xxxx: Fix minor bugs in spi-pci1xxxx driver | expand

Message

Tharun Kumar P April 4, 2023, 5:16 p.m. UTC
This patch series fixes the following bugs in spi-pci1xxxx driver:
1. Length of SPI transactions is improper
2. SPI transactions fail after suspend and resume
3. Incorrect implementation of pci1xxxx_spi_set_cs API

Tharun Kumar P (3):
  spi: mchp-pci1xxxx: Fix length of SPI transactions not set properly in
    driver
  spi: mchp-pci1xxxx: Fix SPI transactions not working after suspend and
    resume
  spi: mchp-pci1xxxx: Fix improper implementation of disabling chip
    select lines

 drivers/spi/spi-pci1xxxx.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)