index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-qup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: qup: support using GPIO as chip select line
Robert Marko
2022-10-17
1
-0
/
+2
*
spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...
Xu Qiang
2022-09-05
1
-1
/
+3
*
spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
Xu Qiang
2022-09-05
1
-3
/
+14
*
spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQ
Xingbang Liu
2022-03-07
1
-3
/
+2
*
spi: qup: fix PM reference leak in spi_qup_remove()
Wang Li
2021-04-09
1
-1
/
+1
*
spi: qup: remove redundant assignment to variable ret
Colin Ian King
2020-09-14
1
-1
/
+1
*
spi: qup: call spi_qup_pm_resume_runtime before suspending
Yuji Sasaki
2020-02-21
1
-4
/
+7
*
spi: qup: Use dma_request_chan() directly for channel request
Peter Ujfalusi
2019-11-15
1
-2
/
+2
*
Merge branch 'spi-5.3' into spi-next
Mark Brown
2019-07-04
1
-4
/
+0
|
\
|
*
Merge tag 'v5.2-rc4' into spi-5.3
Mark Brown
2019-06-10
1
-9
/
+1
|
|
\
|
*
|
spi: qup: remove unnecessary goto
Jorge Ramirez-Ortiz
2019-06-03
1
-4
/
+0
*
|
|
Merge branch 'spi-5.2' into spi-linus
Mark Brown
2019-07-04
1
-6
/
+45
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spi: qup: fix PIO/DMA transfers.
Jorge Ramirez-Ortiz
2019-06-13
1
-6
/
+45
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 409
Thomas Gleixner
2019-06-05
1
-9
/
+1
|
/
*
spi: qup: fix 64-bit build warning
Arnd Bergmann
2017-08-10
1
-1
/
+1
*
spi: qup: hide warning for uninitialized variable
Arnd Bergmann
2017-08-10
1
-3
/
+1
*
spi: qup: Fix QUP version identify method
Varadarajan Narayanan
2017-08-08
1
-4
/
+3
*
spi: qup: Ensure done detection
Varadarajan Narayanan
2017-08-08
1
-5
/
+7
*
spi: qup: allow multiple DMA transactions per spi xfer
Varadarajan Narayanan
2017-08-08
1
-26
/
+66
*
spi: qup: refactor spi_qup_prep_sg
Varadarajan Narayanan
2017-08-08
1
-13
/
+10
*
spi: qup: allow block mode to generate multiple transactions
Varadarajan Narayanan
2017-08-08
1
-48
/
+80
*
spi: qup: call io_config in mode specific function
Varadarajan Narayanan
2017-08-08
1
-9
/
+17
*
spi: qup: refactor spi_qup_io_config into two functions
Varadarajan Narayanan
2017-08-08
1
-29
/
+62
*
spi: qup: Do block sized read/write in block mode
Varadarajan Narayanan
2017-08-08
1
-32
/
+119
*
spi: qup: Fix transaction done signaling
Varadarajan Narayanan
2017-08-08
1
-22
/
+5
*
spi: qup: Fix error handling in spi_qup_prep_sg
Varadarajan Narayanan
2017-08-08
1
-2
/
+2
*
spi: qup: Place the QUP in run mode before DMA
Varadarajan Narayanan
2017-08-08
1
-0
/
+15
*
spi: qup: Add completion timeout
Varadarajan Narayanan
2017-08-08
1
-4
/
+13
*
spi: qup: Setup DMA mode correctly
Varadarajan Narayanan
2017-08-08
1
-63
/
+55
*
spi: qup: Enable chip select support
Varadarajan Narayanan
2017-08-08
1
-0
/
+21
*
-
.
Merge remote-tracking branches 'spi/topic/octeon', 'spi/topic/pic32-sqi', 'sp...
Mark Brown
2016-09-30
1
-2
/
+4
|
\
\
|
|
*
spi: qup: skip clk_disable_unprepare if the device is already runtime suspended
Sudeep Holla
2016-09-01
1
-2
/
+4
|
|
/
*
/
spi: qup: Remove spi_master_put in spi_qup_remove()
Wei Yongjun
2016-07-27
1
-1
/
+0
|
/
*
spi: qup: Add spi_master_put in remove function
Pramod Gurav
2016-05-02
1
-0
/
+2
*
spi: qup: Handle clocks in pm_runtime suspend and resume
Pramod Gurav
2016-05-02
1
-0
/
+13
*
-
-
-
.
Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...
Mark Brown
2015-04-11
1
-32
/
+304
|
\
\
\
|
*
|
|
spi: qup: Add DMA capabilities
Andy Gross
2015-03-07
1
-32
/
+304
|
|
/
/
*
/
/
spi: qup: Fix cs-num DT property parsing
Ivan T. Ivanov
2015-03-07
1
-4
/
+5
|
/
/
*
/
spi: qup: Add SPI_CPOL configuration support
Ivan T. Ivanov
2014-12-29
1
-1
/
+10
|
/
*
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-18
1
-2
/
+2
|
\
|
*
spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-13
1
-2
/
+2
*
|
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/top...
Mark Brown
2014-08-04
1
-14
/
+22
|
\
\
|
|
*
spi: qup: Add support for v1.1.1
Andy Gross
2014-06-21
1
-14
/
+22
|
|
/
*
|
spi: qup: Remove chip select function
Andy Gross
2014-06-22
1
-27
/
+6
*
|
spi: qup: Fix order of spi_register_master
Andy Gross
2014-06-21
1
-4
/
+7
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fs...
Mark Brown
2014-06-02
1
-1
/
+1
|
\
\
|
|
*
spi: qup: Make of_device_id array const
Jingoo Han
2014-05-07
1
-1
/
+1
|
|
/
*
|
spi: qup: Correct selection of FIFO/Block mode
Andy Gross
2014-05-14
1
-2
/
+2
*
|
spi: qup: Fix return value checking for pm_runtime_get_sync()
Axel Lin
2014-05-03
1
-1
/
+1
|
/
[next]