index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-ppc4xx.c
Age
Commit message (
Expand
)
Author
2015-09-17
spi: bitbang: Replace spinlock by mutex
Nicolas Boichat
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-02-03
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-11
powerpc: add missing explicit OF includes for ppc
Rob Herring
2013-09-17
spi: bitbang: Let spi_bitbang_start() take a reference to master
Axel Lin
2013-06-26
Merge remote-tracking branch 'spi/topic/pdata' into spi-next
Mark Brown
2013-05-29
spi: convert drivers to use bits_per_word_mask
Stephen Warren
2013-05-23
spi: use platform_{get,set}_drvdata()
Jingoo Han
2013-02-20
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
2013-02-05
spi: Remove erroneous __init, __exit and __exit_p() references in drivers
Grant Likely
2012-09-01
spi: fix comment/printk typos in spi
Masanari Iida
2012-05-19
spi: By default setup spi_masters with 1 chipselect and dynamics bus number
Grant Likely
2012-04-13
spi/devicetree: Move devicetree support code into spi directory
Grant Likely
2011-10-25
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-10-24
spi: irq: Remove IRQF_DISABLED
Yong Zhang
2011-06-10
spi: Convert uses of struct resource * to resource_size(ptr)
Joe Perches
2011-06-06
spi: reorganize drivers
Grant Likely