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-coldfire-qspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: coldfire-qspi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-09-04
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
spi: spi-coldfire-qspi: enable RuntimePM before registering to the core
Wolfram Sang
2015-10-12
1
-1
/
+2
*
spi: Remove FSF mailing addresses
Jarkko Nikula
2014-12-22
1
-5
/
+0
*
spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-13
1
-1
/
+1
*
-
-
-
.
Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...
Mark Brown
2014-03-30
1
-66
/
+46
|
\
\
\
|
|
|
*
spi: coldfire-qspi: Simplify the code to set register bits for transfer speed
Axel Lin
2014-03-25
1
-4
/
+1
|
|
|
*
spi: coldfire-qspi: Prevent NULL pointer dereference
Axel Lin
2014-03-10
1
-2
/
+7
|
|
|
*
spi: coldfire-qspi: Enable clock before calling spi_master_resume
Axel Lin
2014-03-10
1
-4
/
+5
|
|
|
*
spi: coldfire-qspi: Use core message handling
Axel Lin
2014-03-05
1
-47
/
+34
|
|
|
*
spi: coldfire-qspi: Remove unused dev field from struct mcfqspi
Axel Lin
2014-03-05
1
-6
/
+2
|
|
|
/
|
|
/
|
|
|
*
spi: Remove duplicate code to check chip_select
Axel Lin
2014-02-12
1
-6
/
+0
|
|
/
*
/
spi: coldfire-qspi: Fix getting correct address for *mcfqspi
Axel Lin
2014-03-05
1
-2
/
+4
|
/
*
spi: coldfire-qspi: remove redundant return value check of platform_get_resou...
Wei Yongjun
2013-12-09
1
-6
/
+0
*
spi: coldfire-qspi: Use devm_*() functions
Jingoo Han
2013-12-04
1
-33
/
+14
*
Merge remote-tracking branch 'spi/topic/qspi' into spi-next
Mark Brown
2013-09-01
1
-20
/
+1
|
\
|
*
spi/coldfire-qspi: Convert to core runtime PM
Mark Brown
2013-07-29
1
-20
/
+1
*
|
spi: Use dev_get_drvdata at appropriate places
Axel Lin
2013-08-29
1
-2
/
+2
*
|
spi: use dev_get_platdata()
Jingoo Han
2013-08-29
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'spi/topic/core' into spi-next
Mark Brown
2013-06-26
1
-1
/
+0
|
\
|
*
spi: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-13
1
-1
/
+0
*
|
Merge remote-tracking branch 'spi/topic/coldfire-qspi' into spi-next
Mark Brown
2013-06-26
1
-5
/
+6
|
\
\
|
*
|
spi: coldfire-qspi: fix error return code in mcfqspi_probe()
Wei Yongjun
2013-05-16
1
-5
/
+6
|
|
/
*
/
spi: convert drivers to use bits_per_word_mask
Stephen Warren
2013-05-29
1
-9
/
+2
|
/
*
spi: remove check for bits_per_word on transfer from low level driver
Laxman Dewangan
2013-02-05
1
-2
/
+1
*
spi: Remove HOTPLUG section attributes
Grant Likely
2012-12-07
1
-3
/
+3
*
spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume funct...
Guenter Roeck
2012-08-17
1
-2
/
+2
*
spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove function
Guenter Roeck
2012-08-17
1
-1
/
+0
*
spi: refactor spi-coldfire-qspi to use SPI queue framework.
Steven King
2012-05-19
1
-141
/
+114
*
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-10-25
1
-12
/
+2
*
spi: irq: Remove IRQF_DISABLED
Yong Zhang
2011-10-24
1
-1
/
+1
*
spi: reorganize drivers
Grant Likely
2011-06-06
1
-0
/
+642