summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: sh-msiof: Convert to generic unused native cs handling.Geert Uytterhoeven2020-01-071-50/+3
* spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven2020-01-072-0/+25
* spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error messageRayagonda Kokatanur2020-01-071-1/+1
* spi: Catch improper use of PTP system timestamping APIVladimir Oltean2019-12-271-0/+7
* spi: oc-tiny: Use GPIO descriptorsLinus Walleij2019-12-272-53/+1
* spi: uniphier: Add DMA transfer mode supportKunihiko Hayashi2019-12-251-2/+198
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-2510-26/+81
|\
| * spi: uniphier: Fix FIFO thresholdKunihiko Hayashi2019-12-251-12/+19
| * spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy2019-12-161-3/+3
| * spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle2019-12-161-1/+1
| * spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra2019-12-111-1/+5
| * spi: fsl: don't map irq during probeChristophe Leroy2019-12-091-3/+2
| * spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan2019-12-091-0/+2
| * spi: sprd: Fix the incorrect SPI registerHuanpeng Xin2019-12-041-1/+1
| * gpiolib: of: Make of_gpio_spi_cs_get_count staticYueHaibing2019-12-031-1/+1
| * spi: fsl: Handle the single hardwired chipselect caseLinus Walleij2019-11-281-2/+12
| * gpio: Handle counting of Freescale chipselectsLinus Walleij2019-11-281-0/+27
| * spi: fsl: Fix GPIO descriptor supportLinus Walleij2019-11-281-0/+1
| * spi: dw: Correct handling of native chipselectCharles Keepax2019-11-281-2/+3
| * spi: cadence: Correct handling of native chipselectCharles Keepax2019-11-271-3/+3
| * spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula2019-11-251-0/+4
* | spi: tegra114: use true,false for bool variablezhengbin2019-12-251-2/+2
* | spi: imx: use true,false for bool variablezhengbin2019-12-251-2/+2
* | spi: fsl-lpspi: use true,false for bool variablezhengbin2019-12-251-2/+2
* | spi: uniphier: Add handle_err callback functionKunihiko Hayashi2019-12-251-0/+17
* | spi: uniphier: Change argument of irq functions to private structureKunihiko Hayashi2019-12-251-6/+6
* | dt-bindings: spi: Convert stm32 spi bindings to json-schemaBenjamin Gaignard2019-12-182-62/+105
* | spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFERJim Quinlan2019-12-171-1/+4
* | spi: spi-ti-qspi: Remove unused macro for fclk frequencyJean Pihet2019-12-171-2/+0
* | spi: meson-spicc: Use GPIO descriptorsLinus Walleij2019-12-161-23/+2
* | spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-10/+22
* | spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-6/+24
* | spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-6/+6
* | spi: sirf: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-6/+6
* | spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-3/+3
* | spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-2/+16
* | spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-10/+24
* | spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi2019-12-161-2/+4
* | spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-18/+11
* | spi: rspi: Remove obsolete platform_device_id entriesGeert Uytterhoeven2019-12-111-2/+0
* | spi: dw: Avoid BUG_ON() in case of host failureAditya Pakki2019-12-111-1/+2
* | spi: bitbang: Make chipselect callback optionalLinus Walleij2019-12-091-2/+19
* | spi: stm32: Switch to use GPIO descriptors for CSLinus Walleij2019-12-091-44/+3
* | spi/topcliff-pch: Remove unneeded semicolonzhengbin2019-12-091-2/+2
* | Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\ \
| * | r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * | net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * | r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * | vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3