Age | Commit message (Expand) | Author |
2023-08-21 | spi: spl022: switch to use modern name | Yang Yingliang |
2023-06-02 | spi: spl022: Probe defer is no error | Mårten Lindahl |
2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel |
2023-01-03 | spi: pl022: Only use DT-specified DMA channels | Vincent Whitchurch |
2021-10-26 | spi: spl022: fix Microwire full duplex mode | Thomas Perrot |
2021-05-10 | spi: delete repeated words in comments | Jay Fang |
2021-03-31 | spi: pl022: Convert to use GPIO descriptors | Linus Walleij |
2021-03-31 | spi: pl022: Use GPIOs looked up by the core | Linus Walleij |
2021-03-31 | spi: pl022: Drop custom per-chip cs_control | Linus Walleij |
2021-03-29 | spi: pl022: User more sensible defaults | Linus Walleij |
2021-03-24 | spi: pl022: Fix trailing whitespace | Jay Fang |
2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König |
2020-07-17 | spi: spi-pl022: Provide missing struct attribute/function param docs | Lee Jones |
2019-11-15 | spi: pl022: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-10-15 | spi: use new `spi_transfer_delay_exec` helper where straightforward | Alexandru Ardelean |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-01-28 | spi: pl022: add a message state STATE_TIMEOUT for timeout transfer | Jiwei Sun |
2018-11-13 | spi: pl022: Handle cs_change for last transfer | Fredrik Ternerot |
2018-09-07 | spi: pl022: Remove set but not used variable 'chip' | YueHaibing |
2018-09-05 | spi: Do not print a message if spi_controller_{suspend,resume}() fails | Geert Uytterhoeven |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2017-08-23 | spi: pl022: constify amba_id | Arvind Yadav |
2017-04-06 | spi: pl022: don't use uninitialized variable | Rabin Vincent |
2016-02-17 | spi: pl022: Remove obsolete struct pl022 members from kerneldoc | Jarkko Nikula |
2015-11-23 | spi: pl022: handle EPROBE_DEFER for dma | Rabin Vincent |
2015-04-11 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown |
2015-03-06 | spi: pl022: Fix race in giveback() leading to driver lock-up | Alexander Sverdlin |
2015-03-06 | spi: pl022: Remove dead code | Alexander Sverdlin |
2015-03-06 | spi: pl022: Don't touch unspecified bits in interrupt mask | Alexander Sverdlin |
2015-03-06 | spi: pl022: Remove incorrect TxFIFO full reporting | Alexander Sverdlin |
2014-12-04 | PM: Merge the SET*_RUNTIME_PM_OPS() macros | Rafael J. Wysocki |
2014-10-13 | spi: pl022: Fix incorrect dma_unmap_sg | Ray Jui |
2014-10-03 | Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown |
2014-09-24 | spi: pl022: Add support for chip select extension | Anders Berg |
2014-09-18 | spi: pl022: Add missing error check for devm_kzalloc | Kiran Padwal |
2014-09-09 | spi/pl022: Fix error message | Roland Stigge |
2014-08-01 | spi/pl022: Explicitly truncate large bitmask | Mark Brown |
2014-04-29 | spi: pl022: remove unnecessary OOM messages | Jingoo Han |
2014-03-30 | Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ... | Mark Brown |
2014-03-06 | spi: pl022: Don't ignore power domain and amba bus at system suspend | Ulf Hansson |
2014-03-06 | spi: pl022: Let runtime PM callbacks be available for CONFIG_PM | Ulf Hansson |
2014-02-23 | spi: Use list_last_entry at appropriate places | Axel Lin |
2014-02-04 | spi: pl022: Remove redundant pinctrl to default state in probe | Ulf Hansson |
2014-02-04 | spi: pl022: Simplify clock handling | Ulf Hansson |
2014-02-03 | spi/pl022: Unprepare clocks while suspended | Mark Brown |
2013-10-25 | Merge remote-tracking branch 'spi/topic/pl022' into spi-next | Mark Brown |
2013-10-14 | spi: pl022: Use dev_info() instead of printk() | Jingoo Han |
2013-09-26 | spi: pl022: use devm_spi_register_master() | Jingoo Han |
2013-09-17 | spi: pl022: remove unnecessary amba_set_drvdata() | Jingoo Han |
2013-09-17 | spi: pl022: Remove redundant break | Sachin Kamat |