linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] spi: spi-ep93xx: cleanup and update driver to modern API
@ 2017-08-08 20:51 Chris Packham
  2017-08-08 20:51 ` [PATCH v3 2/7] spi: spi-ep93xx: use 32-bit read/write for all registers Chris Packham
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Chris Packham @ 2017-08-08 20:51 UTC (permalink / raw)
  To: broonie, linux-spi, linux-kernel, andy.shevchenko, hsweeten; +Cc: Chris Packham

Cleanup and update this driver to use the default master transfer queueing
mechanism provided by the core.

I've been carrying these changes locally to use as a basis for other SPI work.
Mark Brown pointed out that he's simply missed seeing it, Andy Shevchenko had
some minor comment's which I've now addressed. I'm just re-sending this on
Hartley Sweeten's behalf.

Changes in v3:
- add my sign-off to all the patches in this series

H Hartley Sweeten (7):
  spi: spi-ep93xx: remove io wrappers
  spi: spi-ep93xx: use 32-bit read/write for all registers
  spi: spi-ep93xx: add spi master prepare_transfer_hardware()
  spi: spi-ep93xx: absorb the interrupt enable/disable helpers
  spi: spi-ep93xx: pass the spi_master pointer around
  spi: spi-ep93xx: remove private data 'current_msg'
  spi: spi-ep93xx: use the default master transfer queueing mechanism

 drivers/spi/spi-ep93xx.c | 501 +++++++++++++++++------------------------------
 1 file changed, 177 insertions(+), 324 deletions(-)

-- 
2.13.0

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

end of thread, other threads:[~2017-08-08 20:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 20:51 [PATCH v3 0/7] spi: spi-ep93xx: cleanup and update driver to modern API Chris Packham
2017-08-08 20:51 ` [PATCH v3 2/7] spi: spi-ep93xx: use 32-bit read/write for all registers Chris Packham
2017-08-08 20:51 ` [PATCH v3 3/7] spi: spi-ep93xx: add spi master prepare_transfer_hardware() Chris Packham
2017-08-08 20:51 ` [PATCH v3 4/7] spi: spi-ep93xx: absorb the interrupt enable/disable helpers Chris Packham
     [not found] ` <20170808205131.30874-1-chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>
2017-08-08 20:51   ` [PATCH v3 1/7] spi: spi-ep93xx: remove io wrappers Chris Packham
2017-08-08 20:51   ` [PATCH v3 5/7] spi: spi-ep93xx: pass the spi_master pointer around Chris Packham
2017-08-08 20:51   ` [PATCH v3 7/7] spi: spi-ep93xx: use the default master transfer queueing mechanism Chris Packham
2017-08-08 20:51 ` [PATCH v3 6/7] spi: spi-ep93xx: remove private data 'current_msg' Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).