| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 2023-03-11 | 1 | -4/+4 |
* | spi: omap-uwire: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-06 | 1 | -3/+2 |
* | ARM: omap1: remove dead code | Arnd Bergmann | 2023-01-12 | 1 | -15/+1 |
* | ARM: omap1: move perseus spi pinconf to board file | Arnd Bergmann | 2022-04-21 | 1 | -12/+3 |
* | Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2021-06-01 | 1 | -1/+8 |
|\ |
|
| * | spi: Cleanup on failure of initial setup | Lukas Wunner | 2021-06-01 | 1 | -1/+8 |
* | | spi: omap-uwire: add parenthesis for sizeof | Zhiqi Song | 2021-05-20 | 1 | -1/+1 |
* | | spi: omap-uwire: Use SPI_MODE_X_MASK | Andy Shevchenko | 2021-05-11 | 1 | -1/+1 |
|/ |
|
* | spi: omap-uwire: Use clk_prepare_enable and clk_disable_unprepare | Qing Zhang | 2020-07-15 | 1 | -2/+2 |
* | spi: omap-uwire: Remove needless bits_per_word and speed_hz tests | Jarkko Nikula | 2015-09-17 | 1 | -3/+4 |
* | spi: omap-uwire: Remove needless include asm/irq.h | Jarkko Nikula | 2015-03-23 | 1 | -1/+0 |
* | spi: Remove FSF mailing addresses | Jarkko Nikula | 2014-12-22 | 1 | -4/+0 |
* | spi: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | spi: omap-uwire: Fix build error | Sachin Kamat | 2014-06-24 | 1 | -1/+1 |
* | spi: omap-uwire: Ensure devm_ioremap() is prototyped | Mark Brown | 2014-06-24 | 1 | -0/+1 |
* | spi: omap-uwire: use devm_ functions | Himangi Saraogi | 2014-06-21 | 1 | -6/+2 |
* | spi: Remove unneeded include of linux/workqueue.h | Axel Lin | 2014-04-14 | 1 | -1/+0 |
*-. | Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ... | Mark Brown | 2014-03-30 | 1 | -20/+3 |
|\ \ |
|
| * | | spi: omap-uwire: add missing iounmap | Nishanth Menon | 2014-03-27 | 1 | -0/+1 |
| * | | spi: omap-uwire: Remove full duplex check | Axel Lin | 2014-03-26 | 1 | -4/+0 |
| * | | spi: omap-uwire: Convert to use bits_per_word_mask | Axel Lin | 2014-03-03 | 1 | -16/+2 |
| | | | |
| \ \ | |
*-. | | | Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi... | Mark Brown | 2014-03-30 | 1 | -6/+0 |
|\ \| |
| | |/
| |/| |
|
| | * | spi: Remove duplicate code to check chip_select | Axel Lin | 2014-02-12 | 1 | -6/+0 |
| |/ |
|
* / | spi: bitbang: Make spi_bitbang_stop() return void | Axel Lin | 2014-03-29 | 1 | -3/+2 |
|/ |
|
* | spi: spi-omap-uwire: replace platform_driver_probe to support deferred probing | Wolfram Sang | 2013-10-09 | 1 | -2/+3 |
* | spi: use platform_{get,set}_drvdata() | Jingoo Han | 2013-05-23 | 1 | -2/+2 |
* | spi: Remove erroneous __init, __exit and __exit_p() references in drivers | Grant Likely | 2013-02-05 | 1 | -3/+3 |
* | ARM: OMAP1: Make plat/mux.h omap1 only | Tony Lindgren | 2012-09-20 | 1 | -1/+1 |
* | ARM: OMAP1: Move SoC specific headers from plat to mach for omap1 | Tony Lindgren | 2012-09-13 | 1 | -1/+2 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | spi: Add module.h to implicit users in drivers/spi | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | spi: reorganize drivers | Grant Likely | 2011-06-06 | 1 | -0/+593 |