aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap-uwire.c
AgeCommit message (Expand)Author
2023-09-11spi: omap-uwire: switch to use modern nameYang Yingliang
2023-07-11spi: Convert to SPI_CONTROLLER_HALF_DUPLEXAndy Shevchenko
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: omap-uwire: Convert to platform remove callback returning voidUwe Kleine-König
2023-01-12ARM: omap1: remove dead codeArnd Bergmann
2022-04-21ARM: omap1: move perseus spi pinconf to board fileArnd Bergmann
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-06-01spi: Cleanup on failure of initial setupLukas Wunner
2021-05-20spi: omap-uwire: add parenthesis for sizeofZhiqi Song
2021-05-11spi: omap-uwire: Use SPI_MODE_X_MASKAndy Shevchenko
2020-07-15spi: omap-uwire: Use clk_prepare_enable and clk_disable_unprepareQing Zhang
2015-09-17spi: omap-uwire: Remove needless bits_per_word and speed_hz testsJarkko Nikula
2015-03-23spi: omap-uwire: Remove needless include asm/irq.hJarkko Nikula
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-06-24spi: omap-uwire: Fix build errorSachin Kamat
2014-06-24spi: omap-uwire: Ensure devm_ioremap() is prototypedMark Brown
2014-06-21spi: omap-uwire: use devm_ functionsHimangi Saraogi
2014-04-14spi: Remove unneeded include of linux/workqueue.hAxel Lin
2014-03-30Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown
2014-03-29spi: bitbang: Make spi_bitbang_stop() return voidAxel Lin
2014-03-27spi: omap-uwire: add missing iounmapNishanth Menon
2014-03-26spi: omap-uwire: Remove full duplex checkAxel Lin
2014-03-03spi: omap-uwire: Convert to use bits_per_word_maskAxel Lin
2014-02-12spi: Remove duplicate code to check chip_selectAxel Lin
2013-10-09spi: spi-omap-uwire: replace platform_driver_probe to support deferred probingWolfram Sang
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-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren
2012-09-12ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker
2011-06-06spi: reorganize driversGrant Likely