aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap-100k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean1-2/+1
2019-10-09spi: omap-100k: Remove set but not used variable 'dataH'zhengbin1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2015-09-17spi: omap-100k: Rely on validations done by spi coreJarkko Nikula1-18/+8
2015-03-17spi/omap100k: Convert to runtime PMMark Brown1-24/+77
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-5/+0
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-16spi: omap-100k: Remove unused definitionsNick Krause1-4/+0
2014-06-06spi: omap-100k: Remove unnecessary platform_set_drvdata()Alexander Shiyan1-2/+0
2014-03-29spi: omap-100k: Fix memory leakAxel Lin1-1/+1
2014-03-05spi: omap-100k: fix spacing coding style issueJingoo Han1-17/+19
2014-02-10spi: omap-100k: Remove unused fields from struct omap1_spi100kAxel Lin1-7/+0
2014-02-10spi: omap-100k: Remove unused pointer in omap1_spi100k_txrx_pio()Christian Engelmayer1-2/+0
2014-02-10spi: omap-100k: Remove unused MOD_REG_BIT macroAxel Lin1-7/+0
2013-12-02spi: omap-100k: remove pointless _remove functionMichal Nazarewicz1-20/+0
2013-09-26spi: omap-100k: use devm_spi_register_master()Jingoo Han1-3/+1
2013-09-01Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown1-1/+1
2013-08-29spi: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-15spi/omap-100k: Convert to module_platform_driver()Mark Brown1-13/+2
2013-07-15spi/omap-100k: Prepare and unprepare clocksMark Brown1-8/+8
2013-07-15spi/omap-100k: Convert to devm_clk_get()Mark Brown1-13/+6
2013-07-15spi/omap-100k: Convert to use core message queue implementationMark Brown1-86/+17
2013-07-15spi/omap-100k: Factor message transfer function out of work queueMark Brown1-65/+68
2013-07-15spi/omap-100k: Use core functionality to check validity of transfersMark Brown1-30/+2
2013-07-15spi/omap-100k: Remove empty reset functionMark Brown1-8/+0
2013-06-26Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown1-2/+2
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-10/+2
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely1-3/+3
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-1/+1
2012-09-22SPI: OMAP: remove unnecessary includes of plat/clock.hPaul Walmsley1-2/+0
2011-06-06spi: reorganize driversGrant Likely1-0/+637