Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ca632f556697d45d67ed5cada7cedf3ddfe0db4b
/
drivers
/
spi
/
spi.c
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
· 13 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
b171aa2
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
12b15e8
of/spi: call of_register_spi_devices() from spi core code
by Anatolij Gustschin
· 14 years ago
cf32b71
spi/mmc_spi: SPI bus locking API, using mutex
by Ernst Schwab
· 14 years ago
07a389f
spi: spi_device memory should be released instead of device.
by Roman Tereshonkov
· 15 years ago
8ec130a
spi: release device claimed by bus_find_device_by_name
by Roman Tereshonkov
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
568d069
spi: handle TX-only/RX-only
by David Brownell
· 15 years ago
e0626e3
spi: prefix modalias with "spi:"
by Anton Vorontsov
· 15 years ago
75368bf
spi: add support for device table matching
by Anton Vorontsov
· 15 years ago
2757049
spi: fix spi_write_then_read() comment
by Jiri Pirko
· 15 years ago
e7db06b
spi: move more spi_setup() functionality into core
by David Brownell
· 15 years ago
7d07719
spi: move common spi_setup() functionality into core
by David Brownell
· 15 years ago
bdff549
spi: spi_write_then_read() bugfixes
by David Brownell
· 16 years ago
35f74fc
spi: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
673c0c0
spi: core and gpio expanders use subsys_init
by David Brownell
· 16 years ago
f9b90e3
spi: simplify spi_write_then_read()
by Vernon Sauder
· 16 years ago
e48880e
spi: bugfix spi_add_device() with duplicate chipselects
by David Brownell
· 16 years ago
dc87c98
spi: split up spi_new_device() to allow two stage registration.
by Grant Likely
· 16 years ago
102eb97
spi: make spi_board_info.modalias a char array
by Grant Likely
· 16 years ago
695794a
Driver Core: add ability for class_find_device to start in middle of list
by Greg Kroah-Hartman
· 16 years ago
3c72426
spi core: stop updating dev->power.power_state
by David Brownell
· 17 years ago
911f215
Remove inclusions of <linux/autoconf.h>
by Ralf Baechle
· 17 years ago
5ed2c83
spi: use class iteration api
by Dave Young
· 17 years ago
9b938b7
spi: simplify spi_sync() calling convention
by Marc Pignat
· 17 years ago
068f407
SPI: use mutex not semaphore
by David Brownell
· 17 years ago
350d007
spi: fix double-free on spi_unregister_master
by Atsushi Nemoto
· 17 years ago
49dce68
spi doesn't need class_device
by Tony Jones
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
082c8cb
spi device setup gets better error checking
by David Brownell
· 17 years ago
149a650
spi.c:scan_boardinfo() mustn't be __init_or_module
by Adrian Bunk
· 17 years ago
9404082
use mutex instead of semaphore in SPI core/init code
by Matthias Kaehlcke
· 17 years ago
e44a45a
SPI dynamic busid generation bugfix
by David Brownell
· 17 years ago
33e34dc
SPI kerneldoc
by David Brownell
· 17 years ago
e9d5a46
[PATCH] drivers/spi/: fix section mismatches
by Adrian Bunk
· 18 years ago
0ffa028
[PATCH] SPI cleanup() method param becomes non-const
by Hans-Peter Nilsson
· 18 years ago
07b2463
Revert "Driver core: convert SPI code to use struct device"
by Greg Kroah-Hartman
· 18 years ago
2943ecf
Driver core: convert SPI code to use struct device
by Greg Kroah-Hartman
· 18 years ago
1e9a51d
[PATCH] SPI: alternative fix for spi_busnum_to_master
by Atsushi Nemoto
· 18 years ago
3bd0f69
[PATCH] spi: set kset of master class dev explicitly
by Hans-Christian Egtvedt
· 18 years ago
4740d38
[PATCH] spi: correct bus_num and buffer bug in spi core
by Hans-Christian Egtvedt
· 18 years ago
89fc9a1
[PATCH] SPI: improve sysfs compiler complaint handling
by Jeff Garzik
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
d3e5a93
[PATCH] spi section fix
by Andrew Morton
· 18 years ago
60be6b9
[PATCH] lockdep: annotate on-stack completions
by Ingo Molnar
· 18 years ago
980a01c
[PATCH] SPI: infrastructure to initialize spi_device.mode early
by David Brownell
· 18 years ago
ba1a051
[PATCH] minor SPI doc fix
by dmitry pervushin
· 18 years ago
a020ed7
[PATCH] SPI: busnum == 0 needs to work
by David Brownell
· 19 years ago
a9948b6
[PATCH] SPI: spi bounce buffer has a minimum length
by David Brownell
· 19 years ago
d2799f0
[PATCH] spi: Fix modular master driver remove and device suspend/remove
by Stephen Street
· 19 years ago
5d870c8
[PATCH] spi: remove fastcall crap
by Andrew Morton
· 19 years ago
8275c64
[PATCH] spi: use linked lists rather than an array
by Vitaly Wool
· 19 years ago
0c86846
[PATCH] SPI core tweaks, bugfix
by David Brownell
· 19 years ago
b885244
[PATCH] spi: add spi_driver to SPI framework
by David Brownell
· 19 years ago
8ae12a0
[PATCH] spi: simple SPI framework
by David Brownell
· 19 years ago