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-orion.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: orion: cosmetics - alias long direct_access variables
Kosta Zertsekel
2018-09-03
1
-11
/
+11
*
spi: orion: fix CS GPIO handling again
Jan Kundrát
2018-06-19
1
-37
/
+40
*
spi: orion: Prepare space for per-child options
Jan Kundrát
2018-02-15
1
-7
/
+11
*
spi: orion: Make the error message greppable
Jan Kundrát
2018-02-15
1
-2
/
+2
*
spi: orion: Rework GPIO CS handling
Jan Kundrát
2018-02-14
1
-3
/
+44
*
spi: orion: Fix a resource leak if the optional "axi" clk is deferred
Christophe Jaillet
2018-01-26
1
-5
/
+8
*
spi: orion: Fix clock resource by adding an optional bus clock
Gregory CLEMENT
2018-01-12
1
-0
/
+14
*
spi: orion: remove redundant assignment of status to zero
Colin Ian King
2017-11-02
1
-1
/
+0
*
spi: Convert to using %pOF instead of full_name
Rob Herring
2017-07-19
1
-2
/
+2
*
spi: orion: Handle GPIO chip-selects
Chris Packham
2017-05-24
1
-1
/
+9
*
spi: orion: add LSB support
Bastian Stender
2017-04-07
1
-2
/
+9
*
spi: mvebu: fix baudrate calculation for armada variant
Uwe Kleine-König
2016-12-08
1
-29
/
+54
*
spi: orion: Fix return value check in orion_spi_probe()
Wei Yongjun
2016-06-13
1
-2
/
+2
*
spi: orion: Add direct access mode
Stefan Roese
2016-05-30
1
-0
/
+88
*
spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572
Nadav Haklai
2015-08-11
1
-1
/
+53
*
spi: orion: Fix extended baud rates for each Armada SoCs
Gregory CLEMENT
2015-05-27
1
-4
/
+43
*
spi: orion: Fix maximum baud rates for Armada 370/XP
Gregory CLEMENT
2015-05-26
1
-2
/
+23
*
spi: orion: Add multiple chip select support to spi-orion
Ken Wilson
2015-01-16
1
-1
/
+14
*
spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfers
Ken Wilson
2015-01-14
1
-50
/
+23
*
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-18
1
-1
/
+1
|
\
|
*
spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-13
1
-1
/
+1
*
|
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-03
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
spi: orion: fix potential NULL pointer de-reference
Greg Ungerer
2014-10-22
1
-1
/
+1
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...
Mark Brown
2014-10-03
1
-22
/
+94
|
\
\
|
|
*
spi: orion: support armada extended baud rates
Greg Ungerer
2014-10-01
1
-22
/
+94
|
|
/
*
/
spi: orion: Fix checkpatch issue
Jingoo Han
2014-09-03
1
-2
/
+3
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/top...
Mark Brown
2014-08-04
1
-12
/
+56
|
\
\
|
*
|
spi: orion: Fix error return code in orion_spi_probe()
Wei Yongjun
2014-07-25
1
-1
/
+2
|
*
|
spi: spi-orion: add runtime PM support
Russell King
2014-06-21
1
-9
/
+50
|
*
|
spi: spi-orion: check return value from clk_prepare()/clk_enable()
Russell King
2014-06-21
1
-2
/
+4
|
|
/
*
/
spi: orion: fix incorrect handling of cell-index DT property
Thomas Petazzoni
2014-07-28
1
-6
/
+4
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...
Mark Brown
2014-03-30
1
-68
/
+11
|
\
\
|
|
*
spi: orion: Let spi core handle validating transfer length
Axel Lin
2014-03-01
1
-11
/
+0
|
|
*
spi: orion: Convert to let spi core validate xfer->bits_per_word
Axel Lin
2014-02-11
1
-18
/
+9
|
|
*
spi: orion: Let spi core handle checking transfer speed
Axel Lin
2014-02-07
1
-37
/
+2
|
|
*
spi: orion: Remove unused pointer in orion_spi_write_read()
Christian Engelmayer
2014-02-06
1
-2
/
+0
|
|
/
*
/
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-03
1
-1
/
+0
|
/
*
spi: orion: Use devm_clk_get()
Jingoo Han
2013-12-09
1
-3
/
+1
*
Merge remote-tracking branch 'spi/topic/orion' into spi-next
Mark Brown
2013-10-25
1
-3
/
+3
|
\
|
*
spi: orion: Fix checkpatch issue
Jingoo Han
2013-10-15
1
-3
/
+3
*
|
spi: orion: use devm_spi_register_master()
Jingoo Han
2013-09-26
1
-3
/
+1
|
/
*
Merge remote-tracking branch 'spi/topic/orion' into spi-next
Mark Brown
2013-09-01
1
-17
/
+5
|
\
|
*
spi/orion: Convert to devm_ioremap_resource()
Mark Brown
2013-07-29
1
-17
/
+5
*
|
spi/orion: Directly include linux/size.h
Mark Brown
2013-07-29
1
-0
/
+1
|
/
*
spi: use platform_{get,set}_drvdata()
Jingoo Han
2013-05-23
1
-2
/
+2
*
spi/orion: Use module_platform_driver()
Ezequiel Garcia
2013-02-05
1
-11
/
+2
*
spi: Remove erroneous __init, __exit and __exit_p() references in drivers
Grant Likely
2013-02-05
1
-4
/
+4
*
spi: Remove HOTPLUG section attributes
Grant Likely
2012-12-07
1
-1
/
+1
*
spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver.
Jason Gunthorpe
2012-12-06
1
-1
/
+24
[next]