Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703554
| From | Chris Packham <chris.packham@alliedtelesis.co.nz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/7] spi: spi-ep93xx: cleanup and update driver to modern API |
| Date | 2017-08-04 02:10 +0200 |
| Message-ID | <uaylH-7Ce-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/7] spi: spi-ep93xx: cleanup and update driver to modern API Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-04 02:10 +0200
[PATCH v2 2/7] spi: spi-ep93xx: use 32-bit read/write for all registers Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-04 02:10 +0200
Applied "spi: spi-ep93xx: use 32-bit read/write for all registers" to the spi tree Mark Brown <broonie@kernel.org> - 2017-08-09 19:00 +0200
[PATCH v2 7/7] spi: spi-ep93xx: use the default master transfer queueing mechanism Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-04 02:10 +0200
Applied "spi: spi-ep93xx: use the default master transfer queueing mechanism" to the spi tree Mark Brown <broonie@kernel.org> - 2017-08-09 19:00 +0200
[PATCH v2 4/7] spi: spi-ep93xx: absorb the interrupt enable/disable helpers Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-04 02:10 +0200
Applied "spi: spi-ep93xx: absorb the interrupt enable/disable helpers" to the spi tree Mark Brown <broonie@kernel.org> - 2017-08-09 19:00 +0200
[PATCH v2 1/7] spi: spi-ep93xx: remove io wrappers Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-04 02:10 +0200
Re: [PATCH v2 1/7] spi: spi-ep93xx: remove io wrappers Mark Brown <broonie@kernel.org> - 2017-08-08 11:50 +0200
Re: [PATCH v2 1/7] spi: spi-ep93xx: remove io wrappers Chris Packham <Chris.Packham@alliedtelesis.co.nz> - 2017-08-08 22:50 +0200
[PATCH v2 5/7] spi: spi-ep93xx: pass the spi_master pointer around Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-04 02:10 +0200
Applied "spi: spi-ep93xx: pass the spi_master pointer around" to the spi tree Mark Brown <broonie@kernel.org> - 2017-08-09 19:00 +0200
csiph-web