Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6ccc9e1128e50e518ecdf9e1b120c735e40de25a
/
drivers
/
spi
/
spi-bitbang.c
4b859db
spi: spi-gpio: add SPI_3WIRE support
by Lorenzo Bianconi
· 6 years ago
304d343
spi: add flags parameter to txrx_word function pointers
by Lorenzo Bianconi
· 6 years ago
0037686
spi: bitbang: switch to the generic implementation of transfer_one_message
by Heiner Kallweit
· 9 years ago
e30d8f2
spi: bitbang: remove unneeded check
by Heiner Kallweit
· 9 years ago
c15f6ed
spi: bitbang: Replace spinlock by mutex
by Nicolas Boichat
· 9 years ago
7d0ec8b
spi: bitbang: Make setup_transfer() callback optional
by Pelle Nilsson
· 10 years ago
2c658e2
spi: Remove FSF mailing addresses
by Jarkko Nikula
· 10 years ago
6e07b91
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next
by Mark Brown
· 11 years ago
d9721ae
spi: bitbang: Make spi_bitbang_stop() return void
by Axel Lin
· 11 years ago
3a44623
spi: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
cff93c5
spi: bitbang: Fix checkpatch issue
by Jingoo Han
· 11 years ago
702a487
spi: bitbang: Let spi_bitbang_start() take a reference to master
by Axel Lin
· 11 years ago
2e515bf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
03ddcbc
spi/bitbang: trivial: fix doubled word "use"
by Uwe Kleine-König
· 11 years ago
2e29db4
spi: bitbang: Remove unused tmp variable
by Axel Lin
· 11 years ago
52ade73
spi/bitbang: don't error out if there is no setup callback provided
by Uwe Kleine-König
· 11 years ago
d60990d5
spi: spi-bitbang: Fix conversion of spi_bitbang_transfer_one()
by Fabio Estevam
· 11 years ago
2025172
spi/bitbang: Use core message pump
by Mark Brown
· 11 years ago
91b3085
spi/bitbang: Factor out message transfer from message pump loop
by Mark Brown
· 11 years ago
874b315
spi/bitbang: Unexport spi_bitbang_transfer()
by Mark Brown
· 11 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
7a5d8ca
spi: bitbang: simplify pointer arithmetics
by Guennadi Liakhovetski
· 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
d7614de
spi: Add module.h to implicit users in drivers/spi
by Paul Gortmaker
· 13 years ago
ca632f5
spi: reorganize drivers
by Grant Likely
· 13 years ago
[Renamed (99%) from drivers/spi/spi_bitbang.c]
8c99268
spi/bitbang: initialize bits_per_word as specified by spi message
by Anatolij Gustschin
· 13 years ago
ea3065d
spi/bitbang: check for setup_transfer during initialization
by Sascha Hauer
· 14 years ago
b8f2e7b
spi/bitbang: reinitialize transfer parameters for every message
by Brian Niebuhr
· 14 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
529ba0d
spi: bitbang bugfix in message setup
by David Brownell
· 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
35f74fc
spi: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
b687d2a
spi: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
2cfb8ce
spi_bitbang: short transfer status fix
by Jan Nikitenko
· 17 years ago
d52df2e
spi_bitbang: always grab lock with irqs blocked
by David Brownell
· 17 years ago
49dce68
spi doesn't need class_device
by Tony Jones
· 17 years ago
dccd573
SPI controller drivers: check for unsupported modes
by David Brownell
· 17 years ago
a836f58
[PATCH] spi: destroy workqueue after spi_unregister_master
by Chris Lesiak
· 18 years ago
0ffa028
[PATCH] SPI cleanup() method param becomes non-const
by Hans-Peter Nilsson
· 18 years ago
7f8c761
[PATCH] spi_bitbang(): use overridable setup_transfer() method
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
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
1e316d7
[PATCH] SPI: spi_bitbang: clocking fixes
by David Brownell
· 19 years ago
ccf77cc
[PATCH] SPI: devices can require LSB-first encodings
by David Brownell
· 19 years ago
ff9f477
[PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and export it
by Kumar Gala
· 19 years ago
4cff33f
[PATCH] SPI: per-transfer overrides for wordsize and clocking
by Imre Deak
· 19 years ago
8275c64
[PATCH] spi: use linked lists rather than an array
by Vitaly Wool
· 19 years ago
9904f22
[PATCH] spi: add spi_bitbang driver
by David Brownell
· 19 years ago