summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-omap-100k.c
AgeCommit message (Expand)Author
2021-05-20spi: fix some invalid char occurrencesMauro Carvalho Chehab
2021-05-11Merge series "spi: Set of cleanups" from Jay Fang <f.fangjian@huawei.com>:Mark Brown
2021-05-10spi: omap-100k: Fix the length judgment problemTian Tao
2021-05-10spi: omap-100k: Clean the value of 'status' is not usedJay Fang
2021-04-09spi: omap-100k: Fix reference leak to masterWei Yongjun
2021-03-24spi: omap-100k: Fix checkpatch spacing errorsJay Fang
2020-07-14spi: omap-100k: Drop includeLinus Walleij
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean
2019-10-09spi: omap-100k: Remove set but not used variable 'dataH'zhengbin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2015-09-17spi: omap-100k: Rely on validations done by spi coreJarkko Nikula
2015-03-17spi/omap100k: Convert to runtime PMMark Brown
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-08-16spi: omap-100k: Remove unused definitionsNick Krause
2014-06-06spi: omap-100k: Remove unnecessary platform_set_drvdata()Alexander Shiyan
2014-03-29spi: omap-100k: Fix memory leakAxel Lin
2014-03-05spi: omap-100k: fix spacing coding style issueJingoo Han
2014-02-10spi: omap-100k: Remove unused fields from struct omap1_spi100kAxel Lin
2014-02-10spi: omap-100k: Remove unused pointer in omap1_spi100k_txrx_pio()Christian Engelmayer
2014-02-10spi: omap-100k: Remove unused MOD_REG_BIT macroAxel Lin
2013-12-02spi: omap-100k: remove pointless _remove functionMichal Nazarewicz
2013-09-26spi: omap-100k: use devm_spi_register_master()Jingoo Han
2013-09-01Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown
2013-08-29spi: use dev_get_platdata()Jingoo Han
2013-07-15spi/omap-100k: Convert to module_platform_driver()Mark Brown
2013-07-15spi/omap-100k: Prepare and unprepare clocksMark Brown
2013-07-15spi/omap-100k: Convert to devm_clk_get()Mark Brown
2013-07-15spi/omap-100k: Convert to use core message queue implementationMark Brown
2013-07-15spi/omap-100k: Factor message transfer function out of work queueMark Brown
2013-07-15spi/omap-100k: Use core functionality to check validity of transfersMark Brown
2013-07-15spi/omap-100k: Remove empty reset functionMark Brown
2013-06-26Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-09-22SPI: OMAP: remove unnecessary includes of plat/clock.hPaul Walmsley
2011-06-06spi: reorganize driversGrant Likely