aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-txx9.c
AgeCommit message (Expand)Author
2014-01-23Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/top...Mark Brown
2013-12-20spi: txx9: drop clk_put for devm_clk_get in txx9spi_probe()Wei Yongjun
2013-12-17spi: txx9: Use devm_clk_get()Jingoo Han
2013-11-15spi: txx9: fix reference leak to master in txx9spi_remove()Wei Yongjun
2013-10-25Merge remote-tracking branch 'spi/topic/txx9' into spi-nextMark Brown
2013-10-25Merge remote-tracking branch 'spi/topic/probe' into spi-nextMark Brown
2013-10-15spi: txx9: Fix checkpatch issueJingoo Han
2013-10-09spi: spi-txx9: replace platform_driver_probe to support deferred probingWolfram Sang
2013-09-26spi: txx9: use devm_spi_register_master()Jingoo Han
2013-07-30spi/txx9: Use linux/gpio.h not asm/gpio.hMark Brown
2013-06-26Merge remote-tracking branch 'spi/topic/txx9' into spi-nextMark Brown
2013-06-01spi: spi-txx9: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker
2011-06-06spi: reorganize driversGrant Likely