Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
69a186986111a31c0473971104e89c4975955e57
/
drivers
/
spi
50658b6
spi/pl022: remove function cannot exit
by Linus Walleij
· 13 years ago
7235dd7
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
22a85e4
spi/imx: add device tree probe support
by Shawn Guo
· 13 years ago
c2387cb
spi/imx: copy gpio number passed by platform data into driver private data
by Shawn Guo
· 13 years ago
04ee585
spi/imx: use soc name in spi device type naming scheme
by Shawn Guo
· 13 years ago
2a64a90
spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4
by Shawn Guo
· 13 years ago
66de757
spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro
by Shawn Guo
· 13 years ago
3451fb1
spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macro
by Shawn Guo
· 13 years ago
edd501bb
spi/imx: do not make copy of spi_imx_devtype_data
by Shawn Guo
· 13 years ago
40bfff8
spi/dw: Add spi number into spi irq desc
by Liu, ShuoX
· 13 years ago
30757414
spi/s3c64xx: Bug fix for SPI with different FIFO level
by Padmavathi Venna
· 13 years ago
22032c7
spi/tegra: Use engineering names in DT compatible property
by Stephen Warren
· 13 years ago
fb64409
spi/fsl_spi: fix CPM spi driver
by Holger Brunck
· 13 years ago
45fae7d
spi: remove obsolete spi-s3c24xx-gpio driver
by Peter Korsgaard
· 13 years ago
c52d4e5
spi/bfin_spi: uninline fat queue funcs
by Mike Frysinger
· 13 years ago
ddc0bf1
spi/bfin_spi: constify pin array
by Mike Frysinger
· 13 years ago
47885ce
spi/bfin_spi: use structs for accessing hardware regs
by Mike Frysinger
· 13 years ago
f8db4cc
Merge branch 'spi/merge' into spi/next
by Grant Likely
· 13 years ago
e479c60
spi/bfin_spi: fix handling of default bits per word setting
by Mike Frysinger
· 13 years ago
2e2de2e
spi/topcliff-pch: Support new device ML7223 IOH
by Tomoya MORINAGA
· 13 years ago
78b2b91
spi/pl022: strengthen FIFO watermark level checks
by Linus Walleij
· 13 years ago
bcda6ff
spi/pl022: support runtime PM
by Rabin Vincent
· 13 years ago
083be3f
spi/pl022: initialize burstsize from FIFO trigger level
by Linus Walleij
· 13 years ago
e892bac
gpio/tegra: Move Tegra gpio driver to drivers/gpio
by Grant Likely
· 13 years ago
e3f88ae
spi-pl022: Add missing return value update
by Virupax Sadashivpetimath
· 13 years ago
8e2943c
spi: Convert uses of struct resource * to resource_size(ptr)
by Joe Perches
· 13 years ago
e4c8308
Merge branch 'ep93xx-dma' into spi/next
by Grant Likely
· 13 years ago
c37f3c2
spi/topcliff_pch: DMA support
by Tomoya MORINAGA
· 13 years ago
f016aeb
spi/topcliff_pch: support new device ML7213 IOH
by Tomoya MORINAGA
· 13 years ago
626a96d
spi/ep93xx: add DMA support
by Mika Westerberg
· 13 years ago
ca632f5
spi: reorganize drivers
by Grant Likely
· 13 years ago
8c99268
spi/bitbang: initialize bits_per_word as specified by spi message
by Anatolij Gustschin
· 13 years ago
8b20c8c
spi/omap2: fix uninitialized variable
by Govindraj.R
· 13 years ago
9c3e737
spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral
by Cliff Cai
· 14 years ago
80b4037
spi/tle620x: add missing device_remove_file()
by Axel Lin
· 13 years ago
9f1912c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
20e0ec1
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
3271d38
mfd: Use mfd cell platform_data for timberdale cells platform bits
by Samuel Ortiz
· 14 years ago
0b4bf78
coldfire_qspi compile fix
by Steven King
· 14 years ago
43c6401
spi/amba-pl022: work in polling or interrupt mode if pl022_dma_probe fails
by Viresh Kumar
· 13 years ago
c6e7b8c
spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c24xx_spi_remove
by Axel Lin
· 13 years ago
708a7e4
spi/spi_nuc900: Use spi_bitbang_stop instead of spi_unregister_master in nuc900_spi_remove
by Axel Lin
· 13 years ago
8901e1b
spi/spi_tegra: use spi_unregister_master() instead of spi_master_put()
by Axel Lin
· 13 years ago
680c130
spi/spi_sh: use spi_unregister_master instead of spi_master_put in remove path
by Axel Lin
· 13 years ago
0c4a159
spi: Use void pointers for data in simple SPI I/O operations
by Mark Brown
· 13 years ago
521999b
spi/pl022: use cpu_relax in the busy loop
by Linus Walleij
· 13 years ago
7f9a4b9
spi/pl022: mark driver non-experimental
by Linus Walleij
· 13 years ago
a18c266
spi/pl022: timeout on polled transfer v2
by Magnus Templing
· 13 years ago
78fab4c
Merge commit 'v2.6.39' into spi/next
by Grant Likely
· 13 years ago
e05503e
Haavard Skinnemoen has left Atmel
by Jean Delvare
· 13 years ago
6b98cd5
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
850a28e
spi: Fix race condition in stop_queue()
by Vasily Khoruzhick
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3b8a4dd
spi/dw_spi: improve the interrupt mode with the batch ops
by Alek Du
· 14 years ago
2ff271b
spi/dw_spi: change poll mode transfer from byte ops to batch ops
by Alek Du
· 14 years ago
8a33a37
spi/dw_spi: remove the un-necessary flush()
by Alek Du
· 14 years ago
de6efe0
spi/dw_spi: unify the low level read/write routines
by Feng Tang
· 14 years ago
e264ac8
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
06fb01f
spi/pl022: Add loopback support for the SPI on 5500
by Philippe Langlais
· 14 years ago
95c5c3a
spi/omap_mcspi: Fix broken last word xfer
by Jarkko Nikula
· 14 years ago
e46dccf
mfd: mfd_cell is now implicitly available to timberdale drivers
by Andres Salomon
· 14 years ago
b061c59
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
568a60e
spi/dw_spi: move dw_spi.h into drivers/spi
by Grant Likely
· 14 years ago
0df0914
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
by Linus Torvalds
· 14 years ago
411f5c7
Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
6d7ed21
Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
2dd2299
Merge remote-tracking branch 'origin' into spi/next
by Grant Likely
· 14 years ago
9c9585e
Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers
by Russell King
· 14 years ago
9b963f3
Merge branch 'davinci-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci into devel-stable
by Russell King
· 14 years ago
a72aeef
spi: add ti-ssp spi master driver
by Cyril Chemparathy
· 14 years ago
5821c95
Merge branch 'davinci-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci into devel-stable
by Russell King
· 14 years ago
b1178b2
spi/davinci: Support DMA transfers larger than 65535 words
by Michael Williamson
· 14 years ago
d09519e
spi/davinci: Use correct length parameter to dma_map_single calls
by Michael Williamson
· 14 years ago
9c3c8af
Merge commit 'v2.6.38-rc8' into spi/next
by Grant Likely
· 14 years ago
3afdb0f
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
by Russell King
· 14 years ago
beb8596
spi_imx: Fix misspelled configuration variable SOC_IMX31
by Alberto Panizzo
· 14 years ago
c23eb89
ARM: imx3x: clean up ARCH_MX3X
by Richard Zhao
· 14 years ago
7685167
ARM: imx5x: clean up ARCH_MX5X
by Richard Zhao
· 14 years ago
adef658
spi/omap_mcspi: catch xfers of non-multiple SPI word size
by Michael Jones
· 14 years ago
12d7d4e
Merge branch 'devel-cleanup' into omap-for-linus
by Tony Lindgren
· 14 years ago
2e3e2a5
davinci: spi: move event queue parameter to platform data
by Michael Williamson
· 14 years ago
18d306d
dt/spi: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
38a5d67
Merge commit 'v2.6.38-rc6' into devicetree/next
by Grant Likely
· 14 years ago
57d9c10
spi/omap_mcspi: Off-by-one error in finding the right divisor
by Hannu Heikkinen
· 14 years ago
aa25afa
ARM: amba: make probe() functions take const id tables
by Russell King
· 14 years ago
c437667
spi/pl022: rid dangling labels
by Linus Walleij
· 14 years ago
5c05dd0
spi: add support for SuperH SPI
by Yoshihiro Shimoda
· 14 years ago
0b78253
spi: New driver for Altera SPI
by Thomas Chou
· 14 years ago
ce79258
spi: add OpenCores tiny SPI driver
by Thomas Chou
· 14 years ago
9bde36a
Merge branch 'devicetree/next' into spi/next
by Grant Likely
· 14 years ago
1f1a438
OMAP: runtime: McSPI driver runtime conversion
by Govindraj.R
· 14 years ago
1a5d819
OMAP: devices: Modify McSPI device to adapt to hwmod framework
by Charulatha V
· 14 years ago
9238b6d
Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus
by Tony Lindgren
· 14 years ago
f020c39
spi/imx: select master mode for all channels
by Sascha Hauer
· 14 years ago
12e8b32
spi/pl022: minor kerneldoc updates
by Linus Walleij
· 14 years ago
d63636d
spi/pl022: remove dangling status check
by Virupax Sadashivpetimath
· 14 years ago
808f103
spi/pl022: disable core voltage when idle
by Linus Walleij
· 14 years ago
ecd442f
spi/pl022: use dmaengine helper macros
by Linus Walleij
· 14 years ago
ea3065d
spi/bitbang: check for setup_transfer during initialization
by Sascha Hauer
· 14 years ago
1974eba
spi/bfin_spi: return immediately after skipping to next transfer
by Sonic Zhang
· 14 years ago
Next »