David Brownell
|
b55f627fee
spi: new spi->mode bits
|
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
|
6e538aaf50
spi: documentation: emphasise spi_master.setup() semantics
|
16 years ago |
Mike Rapoport
|
fd5e191e76
SPI: add dma_alignment field to spi_master
|
16 years ago |
Frederik Schwarzer
|
025dfdafe7
trivial: fix then -> than typos in comments and documentation
|
16 years ago |
Randy Dunlap
|
0a30c5cefa
spi.h uses/needs device.h
|
16 years ago |
Grant Likely
|
dc87c98e8f
spi: split up spi_new_device() to allow two stage registration.
|
17 years ago |
Grant Likely
|
102eb97564
spi: make spi_board_info.modalias a char array
|
17 years ago |
Kay Sievers
|
aab0de2451
driver core: remove KOBJ_NAME_LEN define
|
17 years ago |
Tony Jones
|
49dce689ad
spi doesn't need class_device
|
17 years ago |
David Brownell
|
2604288f45
spi kerneldoc update
|
18 years ago |
Anton Vorontsov
|
4ef7af5037
SPI loopback mode definition
|
18 years ago |
David Brownell
|
c06e677aed
SPI: add 3wire mode flag
|
18 years ago |
David Brownell
|
f5a9c77df4
spi doc updates
|
18 years ago |
David Brownell
|
33e34dc6ee
SPI kerneldoc
|
18 years ago |
David Brownell
|
802245611a
[PATCH] SPI doc clarifications
|
18 years ago |
Hans-Peter Nilsson
|
0ffa028505
[PATCH] SPI cleanup() method param becomes non-const
|
18 years ago |
Ben Dooks
|
ddc1e97531
[PATCH] spi: remove return in spi_unregister_driver()
|
18 years ago |
Ben Dooks
|
9b40ff4d72
[PATCH] spi: add spi_set_drvdata() and spi_get_drvdata()
|
18 years ago |
Greg Kroah-Hartman
|
07b2463046
Revert "Driver core: convert SPI code to use struct device"
|
18 years ago |
Greg Kroah-Hartman
|
2943ecf2ed
Driver core: convert SPI code to use struct device
|
18 years ago |
David Brownell
|
4b1badf5d9
[PATCH] SPI: define null tx_buf to mean "shift out zeroes"
|
18 years ago |
David Brownell
|
980a01c9bf
[PATCH] SPI: infrastructure to initialize spi_device.mode early
|
19 years ago |
David Brownell
|
a020ed7521
[PATCH] SPI: busnum == 0 needs to work
|
19 years ago |
David Brownell
|
ccf77cc4af
[PATCH] SPI: devices can require LSB-first encodings
|
19 years ago |
David Brownell
|
747d844ee9
[PATCH] SPI: spi whitespace fixes
|
19 years ago |
Imre Deak
|
4cff33f94f
[PATCH] SPI: per-transfer overrides for wordsize and clocking
|
19 years ago |
Andrew Morton
|
5d870c8e21
[PATCH] spi: remove fastcall crap
|
19 years ago |
Vitaly Wool
|
8275c642cc
[PATCH] spi: use linked lists rather than an array
|
19 years ago |