Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
62bbd72b099c7408a94f518d2274f906a43781ca
/
drivers
/
spi
/
spi.c
« Previous
a89e2d2
spi: core: Use list_first_entry to extract head of queue
by Axel Lin
· 11 years ago
e120cc0
spidev: fix hang when transfer_one_message fails
by Daniel Santos
· 11 years ago
1cfd97f
spi: core: Use list_first_entry_or_null() instead of open-coded
by Axel Lin
· 11 years ago
368ca4e
spi: Eliminate 3WIRE spi_transfer check
by Trent Piepho
· 11 years ago
b8aba76
Merge remote-tracking branch 'spi/fix/core' into spi-linus
by Mark Brown
· 11 years ago
9080873
spi: Factor validation and initialisation of messages outside lock
by Mark Brown
· 11 years ago
4b92894
spi: core: invert success test in devm_spi_register_master
by Stephen Warren
· 11 years ago
82023bb
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
e13ac47
spi: Use stable dev_name for ACPI enumerated SPI slaves
by Jarkko Nikula
· 11 years ago
7b19981
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
by Rafael J. Wysocki
· 11 years ago
f9300ea
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
8211e6b
Merge remote-tracking branch 'spi/topic/loop' into spi-next
by Mark Brown
· 11 years ago
8f737d6
Merge remote-tracking branch 'spi/topic/core' into spi-next
by Mark Brown
· 11 years ago
52d85eb
Merge remote-tracking branch 'spi/topic/bfin' into spi-next
by Mark Brown
· 11 years ago
5fe5f05
spi: Fix checkpatch issue
by Jingoo Han
· 11 years ago
2cc6e2e
Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loop
by Mark Brown
· 11 years ago
b158935
spi: Provide common spi_message processing loop
by Mark Brown
· 11 years ago
2841a5f
spi: Provide per-message prepare and unprepare operations
by Mark Brown
· 11 years ago
33cf00e
spi: attach/detach SPI device to the ACPI power domain
by Mika Westerberg
· 11 years ago
cf9eb39
spi: Fix modalias for ACPI enumerated SPI devices
by Jarkko Nikula
· 11 years ago
aa7da56
spi: convert bus code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
56ec197
spi: Provide trace points for message processing
by Mark Brown
· 11 years ago
89da429
spi: Use of_property_read_u32
by Trent Piepho
· 11 years ago
70fac17
spi: simplify call to request_module()
by Mathias Krause
· 11 years ago
666d5b4
spi: core: Add devm_spi_register_master()
by Mark Brown
· 11 years ago
278ac33
Merge remote-tracking branch 'spi/topic/quad' into spi-next
by Mark Brown
· 11 years ago
85cac43
Merge remote-tracking branch 'spi/topic/qspi' into spi-next
by Mark Brown
· 11 years ago
9020b75
Merge remote-tracking branch 'spi/topic/msglen' into spi-next
by Mark Brown
· 11 years ago
7e718b4
Merge remote-tracking branch 'spi/topic/core' into spi-next
by Mark Brown
· 11 years ago
a110f93
spi: quad: fix the name of DT property
by wangyuhang
· 11 years ago
e93b072
spi: core: Fix spi_register_master error handling
by Axel Lin
· 11 years ago
a822e99
spi: quad: Make DT properties optional
by Mark Brown
· 11 years ago
d5ee722
spi: quad: Fix missing return
by wangyuhang
· 11 years ago
21e34a3
Merge remote-tracking branch 'spi/topic/quad' into spi-qspi
by Mark Brown
· 11 years ago
96b3eac
spi: Remove a redundant test for master->running in spi_queued_transfer
by Axel Lin
· 11 years ago
db90a44
spi: conditional checking of mode and transfer bits.
by Sourav Poddar
· 11 years ago
f477b7f
spi: DUAL and QUAD support
by wangyuhang
· 11 years ago
56ede94
spi: limit default transfer speed to controller's max speed
by Gabor Juhos
· 11 years ago
49834de
spi: Provide core support for runtime PM during transfers
by Mark Brown
· 11 years ago
078726c
driver: spi: Modify core to compute the message length
by Sourav Poddar
· 11 years ago
24a0013
spi: More sanity checks for transfers
by Mark Brown
· 11 years ago
a2fd4f9
spi: Support transfer speed checking in the core
by Mark Brown
· 11 years ago
7f0ef02
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 11 years ago
f170168
drivers: avoid parsing names as kthread_run() format strings
by Kees Cook
· 11 years ago
45f0a85
PM / Runtime: Rework the "runtime idle" helper routine
by Rafael J. Wysocki
· 11 years ago
88b0357
Merge remote-tracking branch 'spi/fix/grant' into spi-linus
by Mark Brown
· 12 years ago
61f3d0a
Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 12 years ago
8ec5d84
spi: Return error from of_spi_register_master on bad "cs-gpios" property
by Andreas Larsson
· 12 years ago
446411e
spi: Initialize cs_gpio and cs_gpios with -ENOENT
by Andreas Larsson
· 12 years ago
e0a77f2
Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc
by Linus Torvalds
· 12 years ago
2989617
ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()
by Rafael J. Wysocki
· 12 years ago
e47ef0f
Merge branch 'spi-fix' into spi-next
by Mark Brown
· 12 years ago
b0b36b8
spi: Unlock a spinlock before calling into the controller driver.
by Bryan Freed
· 12 years ago
543bb25
spi: add ability to validate xfer->bits_per_word in SPI core
by Stephen Warren
· 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
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
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
2cd94c8
spi: Ensure memory used for spi_write_then_read() is DMA safe
by Mark Brown
· 12 years ago
059b8ff
spi: make sure all transfer has proper speed set
by Laxman Dewangan
· 12 years ago
bb29785
spi/of: Use DT aliases for assigning bus number
by Grant Likely
· 12 years ago
cb71941
of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.
by David Daney
· 12 years ago
d3b43e1
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
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
b3a223e
spi: Remove SPI_BUFSIZ restriction on spi_write_then_read()
by Mark Brown
· 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
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
7431798
of_spi: add generic binding support to specify cs gpio
by Jean-Christophe PLAGNIOL-VILLARD
· 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
e6811d1
spi: make sure all transfer has bits_per_word set
by Laxman Dewangan
· 12 years ago
d8e328b
spi: Add "spi:" prefix to modalias attribute of spi devices
by Grant Likely
· 12 years ago
1e8a52e
spi: By default setup spi_masters with 1 chipselect and dynamics bus number
by Grant Likely
· 12 years ago
7dfd2bd
spi: Dont call prepare/unprepare transfer if not populated
by Shubhrajyoti D
· 13 years ago
d57a428
spi/devicetree: Move devicetree support code into spi directory
by Grant Likely
· 13 years ago
a66590d
spi: remove redundant variable assignment
by Guennadi Liakhovetski
· 13 years ago
9af4acc
spi: release lock on error path in spi_pump_messages()
by Dan Carpenter
· 13 years ago
690fb11
spi: Mark spi_register_board_info() __devinit
by Mark Brown
· 13 years ago
eb4af0f
spi/doc: spi_master_put must be followed up by kfree
by Uwe Kleine-König
· 13 years ago
ffbbdd21
spi: create a message queueing infrastructure
by Linus Walleij
· 13 years ago
178db7d
spi: Fix device unregistration when unregistering the bus master
by Laurent Pinchart
· 13 years ago
025ed13
spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c
by Paul Gortmaker
· 13 years ago
ca632f5
spi: reorganize drivers
by Grant Likely
· 13 years ago
0c4a159
spi: Use void pointers for data in simple SPI I/O operations
by Mark Brown
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3ae22e8
spi / PM: Support dev_pm_ops
by Mark Brown
· 14 years ago
97dbf37
drivers/spi/spi.c: don't release the spi device twice
by Sebastian Andrzej Siewior
· 14 years ago
eb288a1
spi: fixed odd static string conventions in core code
by Linus Walleij
· 14 years ago
2b9603a
spi: enable spi_board_info to be registered after spi_master
by Feng Tang
· 14 years ago
2b7a32f
of/spi: Fix OF-style driver binding of spi devices
by Sinan Akman
· 14 years ago
3486008
spi: free children in spi_unregister_master, not siblings
by David Lamparter
· 14 years ago
Next »