Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
69961d8f2d6f30733ac85b95542ce05e796eecd7
/
drivers
/
spi
6c43a51
drivers/Kconfig: add several missing GENERIC_HARDIRQS dependencies
by Heiko Carstens
· 12 years ago
bab588f
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
460dc1e
Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
b3cdda2
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
3aad3f03
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
e80beb2
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
by Grant Likely
· 12 years ago
0da83bb
spi/of: Fix initialization of cs_gpios array
by Andreas Larsson
· 12 years ago
0d73299
Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git
by Grant Likely
· 12 years ago
a349685
spi/pxa2xx: add support for Lynxpoint SPI controllers
by Mika Westerberg
· 12 years ago
a0d2642
spi/pxa2xx: add support for Intel Low Power Subsystem SPI
by Mika Westerberg
· 12 years ago
b833172
spi/pxa2xx: add support for SPI_LOOP
by Mika Westerberg
· 12 years ago
7d94a50
spi/pxa2xx: add support for runtime PM
by Mika Westerberg
· 12 years ago
5928808
spi/pxa2xx: add support for DMA engine
by Mika Westerberg
· 12 years ago
cd7bed0
spi/pxa2xx: break out the private DMA API usage into a separate file
by Mika Westerberg
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
9f3b795
driver-core: constify data for class_find_device()
by Michał Mirosław
· 12 years ago
7410e84
spi/ath79: add shutdown handler
by Gabor Juhos
· 12 years ago
ec3eaec
spi/mips-lantiq: set SPI_MASTER_HALF_DUPLEX flag
by John Crispin
· 12 years ago
737a7c4
spi/mips-lantiq: make use of spi_finalize_current_message
by John Crispin
· 12 years ago
b17de07
spi/bcm63xx: work around inability to keep CS up
by Jonas Gorski
· 12 years ago
32310aa
spi/davinci: use request_threaded_irq() to fix deadlock
by Murali Karicheri
· 12 years ago
41ab724
spi/orion: Use module_platform_driver()
by Ezequiel Garcia
· 12 years ago
c0fde3b
spi/bcm63xx: reject transfers unable to transfer
by Jonas Gorski
· 12 years ago
2cd94c8
spi: Ensure memory used for spi_write_then_read() is DMA safe
by Mark Brown
· 12 years ago
c88dd34
spi/spi-mpc512x-psc: init mode bits supported by the driver
by Anatolij Gustschin
· 12 years ago
9d15a3b
spi/mpc512x-psc: don't use obsolet cell-index property
by Anatolij Gustschin
· 12 years ago
2deff8d
spi: Remove erroneous __init, __exit and __exit_p() references in drivers
by Grant Likely
· 12 years ago
75bf336
spi/s3c64xx: fix checkpatch warnings and error
by Jingoo Han
· 12 years ago
4eb7700
spi/s3c64xx: Use devm_clk_get() and devm_request_irq()
by Jingoo Han
· 12 years ago
3133fba3
spi/imx: Add MODULE_ALIAS()
by Fabio Estevam
· 12 years ago
beb96c2
spi/tegra: remove checks for valid speed
by Laxman Dewangan
· 12 years ago
059b8ff
spi: make sure all transfer has proper speed set
by Laxman Dewangan
· 12 years ago
c4a31f4
spi/ath79: avoid multiple initialization of the SPI controller
by Gabor Juhos
· 12 years ago
95d7941
spi/ath79: use gpio_request_one
by Gabor Juhos
· 12 years ago
f1e8fc9
spi/ath79: remove superfluous chip select code
by Gabor Juhos
· 12 years ago
72611db
spi/ath79: add missing HIGH->LOW SCK transition
by Gabor Juhos
· 12 years ago
440114f
spi/ath79: add delay between SCK changes
by Gabor Juhos
· 12 years ago
ba486a2
mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptor
by Juha Lumme
· 12 years ago
f3b8a8e
spi/sirf: add support for new SiRFmarco SMP SoC
by Barry Song
· 12 years ago
e5118cd
spi/sirf: use clk_prepare_enable and clk_disable_unprepare
by Barry Song
· 12 years ago
f305a0a
Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git
by Grant Likely
· 12 years ago
766ed70
spi: remove check for bits_per_word on transfer from low level driver
by Laxman Dewangan
· 12 years ago
bb29785
spi/of: Use DT aliases for assigning bus number
by Grant Likely
· 12 years ago
cf9c86e
spi/sh-msiof: Add device tree parsing to driver
by Bastian Hecht
· 12 years ago
aae7147
spi/davinci: add OF support for the spi controller
by Murali Karicheri
· 12 years ago
830379e
spi/omap2: disable DMA requests before complete()
by Felipe Balbi
· 12 years ago
b5be04d
spi: s3c64xx: Modify SPI driver to use generic DMA DT support
by Padmavathi Venna
· 12 years ago
3cb9190
spi: tegra: do not use clock name to get clock
by Prashant Gaikwad
· 12 years ago
61fd290
ARM: tegra: migrate to new clock code
by Prashant Gaikwad
· 12 years ago
5cbc7ca
spi: spi-omap2-mcspi.c: Toggle CS after each word
by Matthias Brugger
· 12 years ago
18dd619
spi: spi-omap2-mcspi.c: fix coding style
by Matthias Brugger
· 12 years ago
0202a32
spi: spi-gpio: Add checks for the dt properties
by Maxime Ripard
· 12 years ago
3343b7a
spi/pxa2xx: convert to the common clk framework
by Mika Westerberg
· 12 years ago
7f86bde
spi/pxa2xx: convert to the pump message infrastructure
by Mika Westerberg
· 12 years ago
2b9b84f
spi/pxa2xx: fix warnings when compiling a 64-bit kernel
by Mika Westerberg
· 12 years ago
2b49ebd
spi/pxa2xx: allow building on a 64-bit kernel
by Mika Westerberg
· 12 years ago
b0ee560
spi: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
6d1f56a
drivers/spi: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
7a5d8ca
spi: bitbang: simplify pointer arithmetics
by Guennadi Liakhovetski
· 12 years ago
851bacf
spi/pxa2xx: embed the ssp_device to platform data
by Mika Westerberg
· 12 years ago
0202775
spi/pxa2xx-pci: switch to use pcim_* interfaces
by Mika Westerberg
· 12 years ago
e1b0f0d
spi/s3c64xx: Complain if we fail to set a transfer speed
by Mark Brown
· 12 years ago
d3601e5
spi/sh-hspi: fix return value check in hspi_probe().
by Cyril Roelandt
· 12 years ago
850a5b6
spi/atmel: add DT support
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
cb71941
of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.
by David Daney
· 12 years ago
7d859ff
spi: Change FIFO flush operation and spi channel off
by Kyoungil Kim
· 12 years ago
6f38010
spi: Keep chipselect assertion during one message
by Kyoungil Kim
· 12 years ago
d3b43e1
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 12 years ago
8287361
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
bad73c5
Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
7cb9436
spi/sparc: Allow of_register_spi_devices for sparc
by Andreas Larsson
· 12 years ago
fd4a319
spi: Remove HOTPLUG section attributes
by Grant Likely
· 12 years ago
c20151d
spi: Add support for specifying 3-wire mode via device tree
by Lars-Peter Clausen
· 12 years ago
5323f49
spi: Fix comparison of different integer types
by Grant Likely
· 12 years ago
b15d5d7
spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver.
by Jason Gunthorpe
· 12 years ago
746aeff
spi/sh: Add SH Mobile series as dependency to MSIOF controller
by Bastian Hecht
· 12 years ago
078b6ea
spi/sh-msiof: Remove unneeded clock name
by Bastian Hecht
· 12 years ago
b3a223e
spi: Remove SPI_BUFSIZ restriction on spi_write_then_read()
by Mark Brown
· 12 years ago
266904c
spi/stmp: remove obsolete driver
by Wolfram Sang
· 12 years ago
a34fc82
Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git
by Grant Likely
· 12 years ago
161b96c
spi/clps711x: New SPI master driver
by Alexander Shiyan
· 12 years ago
227c4ce
spi: omap2-mcspi: remove duplicate inclusion of linux/err.h
by Sachin Kamat
· 12 years ago
6a47d80
spi: omap2-mcspi: Fix the redifine warning
by Shubhrajyoti D
· 12 years ago
64bee4d
spi / ACPI: add ACPI enumeration support
by Mika Westerberg
· 12 years ago
f3b6159
of/spi: Honour "status=disabled" property of device
by Alexander Sverdlin
· 12 years ago
ce32930
spi/sh-hspi: add CS manual control support
by Phil Edworthy
· 12 years ago
7431798
of_spi: add generic binding support to specify cs gpio
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
15d0983
spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c
by Wei Yongjun
· 12 years ago
edba9bf
spi/bitbang: (cosmetic) simplify list manipulation
by Guennadi Liakhovetski
· 12 years ago
b82b576
spi/bitbang: avoid needless loop flow manipulations
by Guennadi Liakhovetski
· 12 years ago
170c2d0
Merge branch 'spi-mcspi' into spi-next
by Mark Brown
· 12 years ago
2cd4517
spi/omap: fix D0/D1 direction confusion
by Daniel Mack
· 12 years ago
8266bdd
Merge branch 'spi-tegra' into spi-next
by Mark Brown
· 12 years ago
8528547
spi: tegra: add spi driver for sflash controller
by Laxman Dewangan
· 12 years ago
19f15f0
Merge branches 'spi-core' and 'spi-tegra' into spi-next
by Mark Brown
· 12 years ago
caae070
spi: Dont call master->setup if not populated
by Laxman Dewangan
· 12 years ago
24bc897
spi: tegra: sequence compatible strings as per preference
by Laxman Dewangan
· 12 years ago
e6811d1
spi: make sure all transfer has bits_per_word set
by Laxman Dewangan
· 12 years ago
fad8f9c
Merge branch 'spi-fix-s3c64xx' into spi-next
by Mark Brown
· 12 years ago
Next »