summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: uniphier: remove unnecessary codeKeiji Hayashibara2019-09-031-2/+1
* spi: ep93xx: Repair SPI CS lookup tablesAlexander Sverdlin2019-09-024-5/+5
* spi: bcm-qspi: Make BSPI default modeRayagonda Kokatanur2019-08-301-0/+1
* spi: npcm-fiu: add NPCM FIU controller driverTomer Maimon2019-08-303-0/+782
* dt-binding: spi: add NPCM FIU controllerTomer Maimon2019-08-301-0/+47
* spi: bcm2835: Convert to use CS GPIO descriptorsLinus Walleij2019-08-281-18/+40
* spi: fsl: Convert to use CS GPIO descriptorsLinus Walleij2019-08-282-171/+25
* spi: spi-fsl-dspi: Use poll mode in case the platform IRQ is missingVladimir Oltean2019-08-231-23/+64
* spi: spi-fsl-dspi: Remove impossible to reach error checkVladimir Oltean2019-08-231-20/+4
* spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean2019-08-231-1/+1
* spi: spi-fsl-dspi: Reduce indentation level in dspi_interruptVladimir Oltean2019-08-231-39/+40
* Merge branch 'spi-5.3' into spi-5.4Mark Brown2019-08-238-9/+38
|\
| * spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean2019-08-231-1/+3
| * spi: Fix the number of CS lines documented as an exampleManivannan Sadhasivam2019-08-201-1/+1
| * spi: zynq-qspi: Fix missing spi_unregister_controller when unload moduleAxel Lin2019-08-201-1/+1
| * spi: dw-pci: Add support for Intel Elkhart Lake PSE SPIJarkko Nikula2019-08-121-0/+13
| * spi: bcm-qspi: Fix BSPI QUAD and DUAL mode support when using flex modeRayagonda Kokatanur2019-08-071-2/+2
| * spi: pxa2xx: Add support for Intel Tiger LakeJarkko Nikula2019-08-021-0/+8
| * spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner2019-07-241-1/+2
| * spi: pxa2xx: Balance runtime PM enable/disable on errorLubomir Rintel2019-07-221-2/+4
| * spi: gpio: Add SPI_MASTER_GPIO_SS flagLinus Walleij2019-07-171-0/+6
| * spi: spi-fsl-qspi: change i.MX7D RX FIFO sizeHan Xu2019-07-101-1/+1
| * spi: dt-bindings: spi-controller: remove unnecessary 'maxItems: 1' from regRob Herring2019-07-101-1/+0
* | spi: spi-fsl-qspi: Add ls2080a compatibility string to bindingsAshish Kumar2019-08-221-2/+1
* | spi: fsl-qspi: Enhance binding to extend example for flash entryAshish Kumar2019-08-221-1/+5
* | spi: spi-fsl-dspi: Move dspi_interrupt above dspi_transfer_one_messageVladimir Oltean2019-08-201-57/+57
* | spi: spi-fsl-dspi: Fix typosVladimir Oltean2019-08-201-2/+2
* | spi: spi-fsl-dspi: Use reverse Christmas tree declaration orderVladimir Oltean2019-08-201-14/+14
* | spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controllerVladimir Oltean2019-08-201-50/+50
* | spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULLVladimir Oltean2019-08-201-1/+0
* | spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probeVladimir Oltean2019-08-201-1/+1
* | spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()Vladimir Oltean2019-08-201-11/+12
* | spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macrosVladimir Oltean2019-08-201-16/+21
* | spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEARVladimir Oltean2019-08-201-1/+13
* | spi: spi-fsl-dspi: Use BIT() and GENMASK() macrosVladimir Oltean2019-08-201-29/+29
* | spi: spi-fsl-dspi: Remove unused defines and includesVladimir Oltean2019-08-201-26/+0
* | spi: spi-fsl-dspi: Fix code alignmentVladimir Oltean2019-08-201-185/+185
* | spi: Rename of_spi_register_master() functionLinus Walleij2019-08-081-3/+3
* | spi: sh-msiof: Use devm_platform_ioremap_resource() helperGeert Uytterhoeven2019-08-071-3/+1
* | spi: atmel: add tracing to custom .transfer_one_message callbackUwe Kleine-König2019-08-021-0/+5
* | spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-0236-80/+19
* | spi: Reduce kthread priorityPeter Zijlstra2019-08-022-2/+2
* | spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven2019-08-011-6/+5
* | spi: sprd: Change the hwlock support to be optionalBaolin Wang2019-07-261-3/+8
* | spi: sprd: adi: Change hwlock to be optionalBaolin Wang2019-07-261-26/+42
* | spi: sprd: adi: Add a reset reason for watchdog modeSherry Zong2019-07-261-0/+15
* | spi: sprd: adi: Add a reset reason for factory test modeSherry Zong2019-07-261-0/+3
* | spi: sprd: adi: Add a reset reason for TOS panicChenxu Wei2019-07-261-0/+3
* | spi: sprd: adi: Remove redundant address bits settingBaolin Wang2019-07-261-3/+0
* | spi: dw-pci: Use dev_get_drvdataChuhong Yuan2019-07-241-4/+2