| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-06-11 | spi: Rework DMA mapped flag | Mark Brown | 1 | -5/+4 |
| 2024-06-10 | spi: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2024-06-10 | spi: qup: Use new spi_xfer_is_dma_mapped() helper | Andy Shevchenko | 1 | -5/+4 |
| 2023-09-25 | spi: qup: Vote for interconnect bandwidth to DRAM | Stephan Gerhold | 1 | -0/+38 |
| 2023-09-25 | spi: qup: Parse OPP table for DVFS support | Stephan Gerhold | 1 | -1/+11 |
| 2023-08-21 | spi: qup: switch to use modern name | Yang Yingliang | 1 | -83/+83 |
| 2023-07-14 | spi: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
| 2023-05-30 | spi: qup: Request DMA before enabling clocks | Stephan Gerhold | 1 | -19/+18 |
| 2023-04-04 | spi: qup: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-04 | spi: qup: Don't skip cleanup in remove's error path | Uwe Kleine-König | 1 | -9/+13 |
| 2023-03-07 | spi: qup: Use devm_platform_get_and_ioremap_resource() | Md Sadre Alam | 1 | -2/+1 |
| 2022-10-17 | spi: qup: support using GPIO as chip select line | Robert Marko | 1 | -0/+2 |
| 2022-09-05 | spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run... | Xu Qiang | 1 | -1/+3 |
| 2022-09-05 | spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume() | Xu Qiang | 1 | -3/+14 |
| 2022-03-07 | spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQ | Xingbang Liu | 1 | -3/+2 |
| 2021-04-09 | spi: qup: fix PM reference leak in spi_qup_remove() | Wang Li | 1 | -1/+1 |
| 2020-09-14 | spi: qup: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
| 2020-02-21 | spi: qup: call spi_qup_pm_resume_runtime before suspending | Yuji Sasaki | 1 | -4/+7 |
| 2019-11-15 | spi: qup: Use dma_request_chan() directly for channel request | Peter Ujfalusi | 1 | -2/+2 |
| 2019-07-04 | Merge branch 'spi-5.3' into spi-next | Mark Brown | 1 | -4/+0 |
| 2019-07-04 | Merge branch 'spi-5.2' into spi-linus | Mark Brown | 1 | -6/+45 |
| 2019-06-13 | spi: qup: fix PIO/DMA transfers. | Jorge Ramirez-Ortiz | 1 | -6/+45 |
| 2019-06-10 | Merge tag 'v5.2-rc4' into spi-5.3 | Mark Brown | 1 | -9/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 409 | Thomas Gleixner | 1 | -9/+1 |
| 2019-06-03 | spi: qup: remove unnecessary goto | Jorge Ramirez-Ortiz | 1 | -4/+0 |
| 2017-08-10 | spi: qup: fix 64-bit build warning | Arnd Bergmann | 1 | -1/+1 |
| 2017-08-10 | spi: qup: hide warning for uninitialized variable | Arnd Bergmann | 1 | -3/+1 |
| 2017-08-08 | spi: qup: Fix QUP version identify method | Varadarajan Narayanan | 1 | -4/+3 |
| 2017-08-08 | spi: qup: Ensure done detection | Varadarajan Narayanan | 1 | -5/+7 |
| 2017-08-08 | spi: qup: allow multiple DMA transactions per spi xfer | Varadarajan Narayanan | 1 | -26/+66 |
| 2017-08-08 | spi: qup: refactor spi_qup_prep_sg | Varadarajan Narayanan | 1 | -13/+10 |
| 2017-08-08 | spi: qup: allow block mode to generate multiple transactions | Varadarajan Narayanan | 1 | -48/+80 |
| 2017-08-08 | spi: qup: call io_config in mode specific function | Varadarajan Narayanan | 1 | -9/+17 |
| 2017-08-08 | spi: qup: refactor spi_qup_io_config into two functions | Varadarajan Narayanan | 1 | -29/+62 |
| 2017-08-08 | spi: qup: Do block sized read/write in block mode | Varadarajan Narayanan | 1 | -32/+119 |
| 2017-08-08 | spi: qup: Fix transaction done signaling | Varadarajan Narayanan | 1 | -22/+5 |
| 2017-08-08 | spi: qup: Fix error handling in spi_qup_prep_sg | Varadarajan Narayanan | 1 | -2/+2 |
| 2017-08-08 | spi: qup: Place the QUP in run mode before DMA | Varadarajan Narayanan | 1 | -0/+15 |
| 2017-08-08 | spi: qup: Add completion timeout | Varadarajan Narayanan | 1 | -4/+13 |
| 2017-08-08 | spi: qup: Setup DMA mode correctly | Varadarajan Narayanan | 1 | -63/+55 |
| 2017-08-08 | spi: qup: Enable chip select support | Varadarajan Narayanan | 1 | -0/+21 |
| 2016-09-30 | Merge remote-tracking branches 'spi/topic/octeon', 'spi/topic/pic32-sqi', 'sp... | Mark Brown | 1 | -2/+4 |
| 2016-09-01 | spi: qup: skip clk_disable_unprepare if the device is already runtime suspended | Sudeep Holla | 1 | -2/+4 |
| 2016-07-27 | spi: qup: Remove spi_master_put in spi_qup_remove() | Wei Yongjun | 1 | -1/+0 |
| 2016-05-02 | spi: qup: Add spi_master_put in remove function | Pramod Gurav | 1 | -0/+2 |
| 2016-05-02 | spi: qup: Handle clocks in pm_runtime suspend and resume | Pramod Gurav | 1 | -0/+13 |
| 2015-04-11 | Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to... | Mark Brown | 1 | -32/+304 |
| 2015-03-07 | spi: qup: Add DMA capabilities | Andy Gross | 1 | -32/+304 |
| 2015-03-07 | spi: qup: Fix cs-num DT property parsing | Ivan T. Ivanov | 1 | -4/+5 |
| 2014-12-29 | spi: qup: Add SPI_CPOL configuration support | Ivan T. Ivanov | 1 | -1/+10 |
| 2014-12-18 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2014-12-13 | spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -2/+2 |
| 2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-08-04 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/top... | Mark Brown | 1 | -14/+22 |
| 2014-06-22 | spi: qup: Remove chip select function | Andy Gross | 1 | -27/+6 |
| 2014-06-21 | spi: qup: Add support for v1.1.1 | Andy Gross | 1 | -14/+22 |
| 2014-06-21 | spi: qup: Fix order of spi_register_master | Andy Gross | 1 | -4/+7 |
| 2014-06-02 | Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fs... | Mark Brown | 1 | -1/+1 |
| 2014-05-14 | spi: qup: Correct selection of FIFO/Block mode | Andy Gross | 1 | -2/+2 |
| 2014-05-07 | spi: qup: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
| 2014-05-03 | spi: qup: Fix return value checking for pm_runtime_get_sync() | Axel Lin | 1 | -1/+1 |
| 2014-02-26 | spi: qup: Get rid of using struct spi_qup_device | Axel Lin | 1 | -52/+9 |
| 2014-02-24 | spi: qup: Remove module version | Axel Lin | 1 | -1/+0 |
| 2014-02-23 | spi: qup: Fix build error due to a typo | Axel Lin | 1 | -2/+2 |
| 2014-02-23 | spi: qup: Convert ot let spi core handle checking transfer speed | Axel Lin | 1 | -14/+1 |
| 2014-02-23 | spi: qup: Remove spi_master_put in spi_qup_remove | Axel Lin | 1 | -1/+0 |
| 2014-02-20 | spi: Add Qualcomm QUP SPI controller support | Ivan T. Ivanov | 1 | -0/+837 |