Guennadi Liakhovetski
|
a66590de86
spi: remove redundant variable assignment
|
13 years ago |
Dan Carpenter
|
9af4acc096
spi: release lock on error path in spi_pump_messages()
|
13 years ago |
Mark Brown
|
690fb11be3
spi: Mark spi_register_board_info() __devinit
|
13 years ago |
Uwe Kleine-König
|
eb4af0f534
spi/doc: spi_master_put must be followed up by kfree
|
13 years ago |
Linus Walleij
|
ffbbdd2132
spi: create a message queueing infrastructure
|
13 years ago |
Laurent Pinchart
|
178db7d30f
spi: Fix device unregistration when unregistering the bus master
|
13 years ago |
Paul Gortmaker
|
025ed13060
spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c
|
14 years ago |
Grant Likely
|
ca632f5566
spi: reorganize drivers
|
14 years ago |
Mark Brown
|
0c4a159018
spi: Use void pointers for data in simple SPI I/O operations
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Mark Brown
|
3ae22e8c8a
spi / PM: Support dev_pm_ops
|
14 years ago |
Sebastian Andrzej Siewior
|
97dbf37d89
drivers/spi/spi.c: don't release the spi device twice
|
14 years ago |
Linus Walleij
|
eb288a1f45
spi: fixed odd static string conventions in core code
|
14 years ago |
Feng Tang
|
2b9603a0d7
spi: enable spi_board_info to be registered after spi_master
|
15 years ago |
Sinan Akman
|
2b7a32f7ec
of/spi: Fix OF-style driver binding of spi devices
|
14 years ago |
David Lamparter
|
34860089c9
spi: free children in spi_unregister_master, not siblings
|
15 years ago |
Linus Torvalds
|
b171aa2770
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
|
15 years ago |
Anatolij Gustschin
|
12b15e8328
of/spi: call of_register_spi_devices() from spi core code
|
15 years ago |
Ernst Schwab
|
cf32b71e98
spi/mmc_spi: SPI bus locking API, using mutex
|
15 years ago |
Roman Tereshonkov
|
07a389feef
spi: spi_device memory should be released instead of device.
|
15 years ago |
Roman Tereshonkov
|
8ec130a017
spi: release device claimed by bus_find_device_by_name
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
David Brownell
|
568d0697f4
spi: handle TX-only/RX-only
|
15 years ago |
Anton Vorontsov
|
e0626e3844
spi: prefix modalias with "spi:"
|
15 years ago |
Anton Vorontsov
|
75368bf6c2
spi: add support for device table matching
|
15 years ago |
Jiri Pirko
|
275704970c
spi: fix spi_write_then_read() comment
|
16 years ago |
David Brownell
|
e7db06b5d5
spi: move more spi_setup() functionality into core
|
16 years ago |
David Brownell
|
7d0771970c
spi: move common spi_setup() functionality into core
|
16 years ago |
David Brownell
|
bdff549ebe
spi: spi_write_then_read() bugfixes
|
16 years ago |
Kay Sievers
|
35f74fcab1
spi: struct device - replace bus_id with dev_name(), dev_set_name()
|
16 years ago |