index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-davinci.c
Age
Commit message (
Expand
)
Author
2014-02-06
spi: davinci: Use of_match_ptr at appropriate place
Axel Lin
2014-02-06
spi: davinci: Remove unneeded NULL checking for dspi and dspi->bitbang.master
Axel Lin
2014-01-23
Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi...
Mark Brown
2014-01-17
spi: Remove duplicate code to set default bits_per_word setting
Axel Lin
2013-12-17
spi: davinci: Use devm_*() functions
Jingoo Han
2013-11-24
spi: davinci: Fix the build warning with CONFIG_ARM_LPAE=y
Santosh Shilimkar
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-10-25
Merge remote-tracking branch 'spi/topic/davinci' into spi-next
Mark Brown
2013-09-17
spi: bitbang: Let spi_bitbang_start() take a reference to master
Axel Lin
2013-09-17
spi: spi-davinci: Fix variable type
Sachin Kamat
2013-09-01
Merge remote-tracking branch 'spi/topic/pdata' into spi-next
Mark Brown
2013-08-29
spi: use dev_get_platdata()
Jingoo Han
2013-07-29
spi: spi-davinci: Fix direction in dma_map_single()
Christian Eggers
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-05-13
Merge remote-tracking branch 'spi/fix/grant' into spi-linus
Mark Brown
2013-04-17
spi/davinci: no wildcards in DT compatible property
Manjunathappa, Prakash
2013-04-07
spi/davinci: fix module build error
Manjunathappa, Prakash
2013-02-05
spi/davinci: use request_threaded_irq() to fix deadlock
Murali Karicheri
2013-02-05
spi/davinci: add OF support for the spi controller
Murali Karicheri
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
2012-10-10
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-09-14
ARM: davinci: move platform_data definitions
Arnd Bergmann
2012-09-01
spi: spi-davinci: convert to DMA engine API
Matt Porter
2012-03-30
spi/davinci: Fix DMA API usage in davinci
Shubhrajyoti D
2011-10-25
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-06-06
spi: reorganize drivers
Grant Likely