aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-txx9.c
AgeCommit message (Expand)Author
2016-08-18spi: spi-txx9: Add missing clock (un)prepare calls for CCFGeert Uytterhoeven
2016-07-03spi: spi-txx9: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2015-09-16spi: txx9: Use transfer speed unconditionallyJarkko Nikula
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-01spi/txx9: Deletion of an unnecessary check before the function call "clk_disa...Markus Elfring
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-09-03spi: txx9: Fix checkpatch issueJingoo Han
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown
2014-04-03spi: Always check complete callback before calling itAxel Lin
2014-03-01spi: txx9: Let spi core handle validating transfer lengthAxel Lin
2014-02-28spi: txx9: Use devm_ioremap_resource()Jingoo Han
2014-02-10spi: txx9: Convert to let spi core handle checking transfer speedAxel Lin
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