All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] spi: Add support for DMA transfers in sun6i SPI driver
@ 2018-04-03 15:44 ` Sergey Suloev
  0 siblings, 0 replies; 62+ messages in thread
From: Sergey Suloev @ 2018-04-03 15:44 UTC (permalink / raw)
  To: Mark Brown, Maxime Ripard, Chen-Yu Tsai
  Cc: linux-spi, linux-arm-kernel, linux-kernel, Sergey Suloev

The following patchset provides corrections for PIO-mode
and support for DMA transfers in sun6i SPI driver.

Changes in v2:
1) Fixed issue with misplacing a piece of code that requires access
to the transfer structure into sun6i_spi_prepare_message() function
where the transfer structure is not available.

2) Fixed issue with passing an invalid argument into devm_request_irq()
function.

Changes in v3:
1) Restored processing of 3/4 FIFO full interrupt.

2) Debug log enhancements.

Sergey Suloev (6):
  spi: sun6i: coding style/readability improvements
  spi: sun6i: handle chip select polarity flag
  spi: sun6i: restrict transfer length in PIO-mode
  spi: sun6i: use completion provided by SPI core
  spi: sun6i: introduce register set/unset helpers
  spi: sun6i: add DMA transfers support

 drivers/spi/spi-sun6i.c | 526 ++++++++++++++++++++++++++++++++++++------------
 1 file changed, 402 insertions(+), 124 deletions(-)

-- 
2.16.2

^ permalink raw reply	[flat|nested] 62+ messages in thread

end of thread, other threads:[~2018-04-10 14:05 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 15:44 [PATCH v3 0/6] spi: Add support for DMA transfers in sun6i SPI driver Sergey Suloev
2018-04-03 15:44 ` Sergey Suloev
2018-04-03 15:44 ` [PATCH v3 1/6] spi: sun6i: coding style/readability improvements Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-04  6:45   ` Maxime Ripard
2018-04-04  6:45     ` Maxime Ripard
2018-04-03 15:44 ` [PATCH v3 2/6] spi: sun6i: handle chip select polarity flag Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-03 15:44 ` [PATCH v3 3/6] spi: sun6i: restrict transfer length in PIO-mode Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-04  6:50   ` Maxime Ripard
2018-04-04  6:50     ` Maxime Ripard
2018-04-04 11:35     ` Sergey Suloev
2018-04-04 11:35       ` Sergey Suloev
2018-04-05  9:19       ` Maxime Ripard
2018-04-05  9:19         ` Maxime Ripard
2018-04-05  9:59         ` Sergey Suloev
2018-04-05  9:59           ` Sergey Suloev
2018-04-05 13:17           ` Mark Brown
2018-04-05 13:17             ` Mark Brown
2018-04-05 13:44             ` Sergey Suloev
2018-04-05 13:44               ` Sergey Suloev
2018-04-06  7:34               ` Maxime Ripard
2018-04-06  7:34                 ` Maxime Ripard
2018-04-06 15:48                 ` Sergey Suloev
2018-04-06 15:48                   ` Sergey Suloev
2018-04-09  9:27                   ` Maxime Ripard
2018-04-09  9:27                     ` Maxime Ripard
2018-04-09 10:26                     ` Sergey Suloev
2018-04-09 10:26                       ` Sergey Suloev
2018-04-09 10:50                       ` Mark Brown
2018-04-09 10:50                         ` Mark Brown
2018-04-09 11:10                         ` Sergey Suloev
2018-04-09 11:10                           ` Sergey Suloev
2018-04-09 11:27                           ` Mark Brown
2018-04-09 11:27                             ` Mark Brown
2018-04-09 11:36                           ` Maxime Ripard
2018-04-09 11:36                             ` Maxime Ripard
2018-04-09 11:59                             ` Sergey Suloev
2018-04-09 11:59                               ` Sergey Suloev
2018-04-10 14:05                               ` Maxime Ripard
2018-04-10 14:05                                 ` Maxime Ripard
2018-04-06 15:54                 ` Sergey Suloev
2018-04-06 15:54                   ` Sergey Suloev
2018-04-05 10:07         ` Mark Brown
2018-04-05 10:07           ` Mark Brown
2018-04-03 15:44 ` [PATCH v3 4/6] spi: sun6i: use completion provided by SPI core Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-04  6:53   ` Maxime Ripard
2018-04-04  6:53     ` Maxime Ripard
2018-04-03 15:44 ` [PATCH v3 5/6] spi: sun6i: introduce register set/unset helpers Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-04  1:32   ` kbuild test robot
2018-04-04  1:32     ` kbuild test robot
2018-04-04  7:02   ` Maxime Ripard
2018-04-04  7:02     ` Maxime Ripard
2018-04-03 15:44 ` [PATCH v3 6/6] spi: sun6i: add DMA transfers support Sergey Suloev
2018-04-03 15:44   ` Sergey Suloev
2018-04-04  7:00   ` Maxime Ripard
2018-04-04  7:00     ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.