summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sun6i.c
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde2020-07-061-8/+6
* spi: sun6i: Add support for GPIO chip select linesAlistair Francis2020-05-111-0/+1
* spi: sun6i: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* spi: sun6i: disable/unprepare clocks on removeTobias Jordan2017-12-071-1/+1
* spi: sun6i: explicitly request exclusive reset controlPhilipp Zabel2017-07-191-1/+1
* spi: sun6i: update max transfer size reportedIcenowy Zheng2017-03-201-3/+1
* spi: sun6i: Allow transfers larger than FIFO sizeIcenowy Zheng2017-03-071-9/+81
* spi: sun6i: Support Allwinner H3 SPI controllerMilo Kim2016-11-021-5/+13
*-. Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to...Mark Brown2016-07-241-0/+7
|\ \
| | * spi: sunxi: set maximum and minimum speed of SPI masterMichal Suchanek2016-06-271-0/+2
| | * spi: sunxi: expose maximum transfer size limitMichal Suchanek2016-06-141-0/+5
| |/
* / spi: sunxi: fix transfer timeoutMichal Suchanek2016-06-141-1/+9
|/
* spi: sun4i: allow transfers to set transmission speedMarcus Weseloh2015-11-181-4/+4
* spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* spi: Remove unneeded include of linux/workqueue.hAxel Lin2014-04-141-1/+0
* spi: sun6i: Set bits_per_word_mask to only support 8 bits word lengthAxel Lin2014-03-041-0/+1
* spi: sun6i: Fix define for SUN6I_TFR_CTL_CS_MASKAxel Lin2014-02-161-2/+2
* spi: sunxi: Add Allwinner A31 SPI controller driverMaxime Ripard2014-02-051-0/+483