index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-qup.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
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-19
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-19
spi: Add Qualcomm QUP SPI controller support
Ivan T. Ivanov
1
-0
/
+837