| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-18 | spi: spl022: use min_t() to improve code | Qianfeng Rong | 1 | -8/+5 |
| 2024-09-30 | spi: fix typo in the comment | Yan Zhen | 1 | -1/+1 |
| 2023-12-15 | spi: pl022: update description of internal_cs_control() | Nam Cao | 1 | -1/+1 |
| 2023-12-15 | spi: pl022: delete description of cur_msg | Nam Cao | 1 | -1/+0 |
| 2023-12-11 | spi: pl022: delete unused next_msg_cs_active in struct pl022 | Nam Cao | 1 | -5/+0 |
| 2023-12-11 | spi: pl022: delete unused cur_gpiod in struct pl022 | Nam Cao | 1 | -4/+0 |
| 2023-11-30 | spi: spl022: switch to use default spi_transfer_one_message() | Nam Cao | 1 | -306/+66 |
| 2023-09-11 | spi: spl022: Use helper function devm_clk_get_enabled() | Li Zetao | 1 | -10/+1 |
| 2023-08-21 | spi: spl022: switch to use modern name | Yang Yingliang | 1 | -47/+47 |
| 2023-06-02 | spi: spl022: Probe defer is no error | Mårten Lindahl | 1 | -2/+2 |
| 2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -2/+2 |
| 2023-01-03 | spi: pl022: Only use DT-specified DMA channels | Vincent Whitchurch | 1 | -1/+0 |
| 2021-10-26 | spi: spl022: fix Microwire full duplex mode | Thomas Perrot | 1 | -2/+3 |
| 2021-05-10 | spi: delete repeated words in comments | Jay Fang | 1 | -2/+2 |
| 2021-03-31 | spi: pl022: Convert to use GPIO descriptors | Linus Walleij | 1 | -6/+14 |
| 2021-03-31 | spi: pl022: Use GPIOs looked up by the core | Linus Walleij | 1 | -60/+10 |
| 2021-03-31 | spi: pl022: Drop custom per-chip cs_control | Linus Walleij | 1 | -24/+2 |
| 2021-03-29 | spi: pl022: User more sensible defaults | Linus Walleij | 1 | -2/+2 |
| 2021-03-24 | spi: pl022: Fix trailing whitespace | Jay Fang | 1 | -1/+1 |
| 2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König | 1 | -3/+2 |
| 2020-07-17 | spi: spi-pl022: Provide missing struct attribute/function param docs | Lee Jones | 1 | -3/+9 |
| 2019-11-15 | spi: pl022: Use dma_request_chan() directly for channel request | Peter Ujfalusi | 1 | -2/+2 |
| 2019-10-15 | spi: use new `spi_transfer_delay_exec` helper where straightforward | Alexandru Ardelean | 1 | -14/+11 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-01-28 | spi: pl022: add a message state STATE_TIMEOUT for timeout transfer | Jiwei Sun | 1 | -1/+29 |
| 2018-11-13 | spi: pl022: Handle cs_change for last transfer | Fredrik Ternerot | 1 | -7/+7 |
| 2018-09-07 | spi: pl022: Remove set but not used variable 'chip' | YueHaibing | 1 | -2/+0 |
| 2018-09-05 | spi: Do not print a message if spi_controller_{suspend,resume}() fails | Geert Uytterhoeven | 1 | -6/+2 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -1/+1 |
| 2017-08-23 | spi: pl022: constify amba_id | Arvind Yadav | 1 | -1/+1 |
| 2017-04-06 | spi: pl022: don't use uninitialized variable | Rabin Vincent | 1 | -1/+1 |
| 2016-02-17 | spi: pl022: Remove obsolete struct pl022 members from kerneldoc | Jarkko Nikula | 1 | -7/+0 |
| 2015-11-23 | spi: pl022: handle EPROBE_DEFER for dma | Rabin Vincent | 1 | -6/+22 |
| 2015-04-11 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown | 1 | -7/+7 |
| 2015-03-06 | spi: pl022: Fix race in giveback() leading to driver lock-up | Alexander Sverdlin | 1 | -1/+1 |
| 2015-03-06 | spi: pl022: Remove dead code | Alexander Sverdlin | 1 | -3/+1 |
| 2015-03-06 | spi: pl022: Don't touch unspecified bits in interrupt mask | Alexander Sverdlin | 1 | -1/+6 |
| 2015-03-06 | spi: pl022: Remove incorrect TxFIFO full reporting | Alexander Sverdlin | 1 | -3/+0 |
| 2014-12-04 | PM: Merge the SET*_RUNTIME_PM_OPS() macros | Rafael J. Wysocki | 1 | -1/+1 |
| 2014-10-13 | spi: pl022: Fix incorrect dma_unmap_sg | Ray Jui | 1 | -1/+1 |
| 2014-10-03 | Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown | 1 | -1/+63 |
| 2014-09-24 | spi: pl022: Add support for chip select extension | Anders Berg | 1 | -1/+58 |
| 2014-09-18 | spi: pl022: Add missing error check for devm_kzalloc | Kiran Padwal | 1 | -0/+5 |
| 2014-09-09 | spi/pl022: Fix error message | Roland Stigge | 1 | -1/+1 |
| 2014-08-01 | spi/pl022: Explicitly truncate large bitmask | Mark Brown | 1 | -1/+1 |
| 2014-04-29 | spi: pl022: remove unnecessary OOM messages | Jingoo Han | 1 | -10/+3 |
| 2014-03-30 | Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ... | Mark Brown | 1 | -52/+23 |
| 2014-03-06 | spi: pl022: Don't ignore power domain and amba bus at system suspend | Ulf Hansson | 1 | -36/+18 |
| 2014-03-06 | spi: pl022: Let runtime PM callbacks be available for CONFIG_PM | Ulf Hansson | 1 | -3/+3 |
| 2014-02-23 | spi: Use list_last_entry at appropriate places | Axel Lin | 1 | -3/+2 |
| 2014-02-04 | spi: pl022: Remove redundant pinctrl to default state in probe | Ulf Hansson | 1 | -2/+0 |
| 2014-02-04 | spi: pl022: Simplify clock handling | Ulf Hansson | 1 | -12/+3 |
| 2014-02-03 | spi/pl022: Unprepare clocks while suspended | Mark Brown | 1 | -2/+2 |
| 2013-10-25 | Merge remote-tracking branch 'spi/topic/pl022' into spi-next | Mark Brown | 1 | -2/+2 |
| 2013-10-14 | spi: pl022: Use dev_info() instead of printk() | Jingoo Han | 1 | -2/+2 |
| 2013-09-26 | spi: pl022: use devm_spi_register_master() | Jingoo Han | 1 | -2/+1 |
| 2013-09-17 | spi: pl022: remove unnecessary amba_set_drvdata() | Jingoo Han | 1 | -1/+0 |
| 2013-09-17 | spi: pl022: Remove redundant break | Sachin Kamat | 1 | -2/+0 |
| 2013-09-01 | Merge remote-tracking branch 'spi/topic/qspi' into spi-next | Mark Brown | 1 | -20/+1 |
| 2013-09-01 | Merge remote-tracking branch 'spi/topic/pl022' into spi-next | Mark Brown | 1 | -2/+2 |
| 2013-08-29 | spi: use dev_get_platdata() | Jingoo Han | 1 | -1/+2 |
| 2013-08-22 | spi: spi-pl022: Fix warning when CONFIG_ARM_LPAE=y | Fabio Estevam | 1 | -2/+2 |
| 2013-07-29 | spi/pl022: Convert to core runtime PM | Mark Brown | 1 | -20/+1 |
| 2013-07-03 | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -62/+8 |
| 2013-06-17 | spi: pl022: remove unused ret and pins_state variables | Fabio Baltieri | 1 | -5/+0 |
| 2013-06-17 | spi: pl022: use DMA by default when probing from DT | Linus Walleij | 1 | -0/+1 |
| 2013-06-16 | spi: pl022: use pinctrl PM helpers | Linus Walleij | 1 | -57/+8 |
| 2013-03-12 | spi: pl022: use generic DMA slave configuration if possible | Arnd Bergmann | 1 | -2/+41 |
| 2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely | 1 | -5/+4 |
| 2012-10-23 | Merge tag 'spi-linus' into spi-next | Mark Brown | 1 | -4/+0 |
| 2012-10-23 | spi/pl022: Revert recent runtime PM changes | Ulf Hansson | 1 | -3/+0 |
| 2012-10-17 | Merge branch 'spi-pl022' into spi-next | Mark Brown | 1 | -16/+36 |
| 2012-10-17 | spi/pl022: add IDLE state pin management | Patrice Chotard | 1 | -13/+31 |
| 2012-10-17 | spi/pl022: Activate resourses before deactivate them in suspend | Ulf Hansson | 1 | -0/+3 |
| 2012-10-17 | spi/pl022: Minor simplification for runtime pm | Ulf Hansson | 1 | -3/+2 |
| 2012-10-17 | spi/pl022: Revert "spi/pl022: fix spi-pl022 pm enable at probe" | Ulf Hansson | 1 | -0/+1 |
| 2012-09-28 | spi/pl022: get/put resources on suspend/resume | Linus Walleij | 1 | -22/+44 |
| 2012-09-28 | spi/pl022: use more managed resources | Linus Walleij | 1 | -21/+10 |
| 2012-09-25 | Merge tag 'v3.6-rc6' into spi-drivers | Mark Brown | 1 | -1/+0 |
| 2012-09-25 | spi/pl022: Devicetree support w/o platform data | Roland Stigge | 1 | -5/+34 |
| 2012-09-20 | spi/pl022: adopt pinctrl support | Patrice Chotard | 1 | -0/+46 |
| 2012-09-06 | spi/pl022: Fix chipselects pointer computation | Roland Stigge | 1 | -4/+3 |
| 2012-08-22 | spi/pl022: Add devicetree support | Roland Stigge | 1 | -9/+70 |
| 2012-08-22 | spi/pl022: Add chip select handling via GPIO | Roland Stigge | 1 | -14/+34 |
| 2012-08-22 | spi/pl022: Fix device remove function | Guenter Roeck | 1 | -1/+0 |
| 2012-08-17 | spi/pl022: fix spi-pl022 pm enable at probe | Michel JAOUEN | 1 | -1/+0 |
| 2012-07-02 | spi/pl022: enable runtime PM | Linus Walleij | 1 | -0/+4 |
| 2012-07-02 | spi/pl022: delete DB5500 support | Linus Walleij | 1 | -14/+0 |
| 2012-07-02 | spi/pl022: disable port when unused | Virupax Sadashivpetimath | 1 | -0/+5 |
| 2012-04-27 | spi/pl022: Allow request for higher frequency than maximum possible | Viresh Kumar | 1 | -2/+8 |
| 2012-04-27 | spi/pl022: Fix calculate_effective_freq() | Viresh Kumar | 1 | -6/+17 |
| 2012-04-17 | spi/pl022: Fix range checking for bits per word | Vinit Shenoy | 1 | -16/+9 |
| 2012-04-13 | ARM: 7366/3: amba: Remove AMBA level regulator support | Mark Brown | 1 | -2/+0 |
| 2012-03-29 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -2/+4 |
| 2012-03-21 | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -229/+57 |
| 2012-03-21 | dmaengine/dma_slave: introduce inline wrappers | Alexandre Bounine | 1 | -2/+2 |
| 2012-03-07 | spi: create a message queueing infrastructure | Linus Walleij | 1 | -251/+52 |
| 2012-02-22 | dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users | Viresh Kumar | 1 | -0/+2 |
| 2012-02-13 | Fix section mismatch in spi-pl022.c | Russell King | 1 | -1/+1 |
| 2012-02-02 | spi/pl022: Add high priority message pump support | Chris Blair | 1 | -25/+52 |
| 2012-01-17 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -4/+4 |
| 2012-01-07 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -56/+85 |
| 2012-01-06 | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 1 | -0/+2 |
| 2011-12-01 | spi/pl022: make the chip deselect handling thread safe | Virupax Sadashivpetimath | 1 | -35/+37 |
| 2011-12-01 | spi/pl022: add support for pm_runtime autosuspend | Chris Blair | 1 | -2/+18 |
| 2011-12-01 | spi/pl022: disable the PL022 block when unused | Virupax Sadashivpetimath | 1 | -1/+5 |
| 2011-12-01 | spi/pl022: move device disable to workqueue thread | Chris Blair | 1 | -9/+16 |
| 2011-12-01 | spi/pl022: skip default configuration before suspending | Virupax Sadashivpetimath | 1 | -5/+0 |
| 2011-12-01 | spi/pl022: fix build warnings | Jonas Aaberg | 1 | -1/+1 |
| 2011-12-01 | spi/pl022: only enable RX interrupts when TX is complete | Chris Blair | 1 | -5/+10 |
| 2011-11-22 | spi: pl022: Enable module alias autogeneration for AMBA drivers | Dave Martin | 1 | -0/+2 |
| 2011-11-17 | Merge branch 'dma_slave_direction' into next_test_dirn | Vinod Koul | 1 | -4/+4 |
| 2011-11-08 | ARM: 7149/1: spi/pl022: Enable clock in probe | Ulf Hansson | 1 | -0/+8 |
| 2011-10-31 | spi, serial: move to dma_transfer_direction | Vinod Koul | 1 | -4/+4 |
| 2011-10-29 | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -78/+68 |
| 2011-09-27 | clk: spi-pl022: convert to clk_prepare()/clk_unprepare() | Russell King | 1 | -0/+10 |
| 2011-09-22 | ARM: 7079/1: spi: Fix builderror in spi-pl022.c | Peter Hüwe | 1 | -3/+3 |
| 2011-09-22 | PM: add runtime PM support to core Primecell driver | Russell King | 1 | -32/+48 |
| 2011-09-21 | spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true | Viresh Kumar | 1 | -2/+6 |
| 2011-09-21 | spi/spi-pl022: calculate_effective_freq() must set rate <= requested rate | Viresh Kumar | 1 | -51/+51 |
| 2011-09-21 | spi/spi-pl022: Don't allocate more sg than required. | Viresh Kumar | 1 | -1/+1 |
| 2011-09-21 | spi/spi-pl022: Use GFP_ATOMIC for allocation from tasklet | Viresh Kumar | 1 | -2/+2 |
| 2011-09-20 | spi/spi-pl022: Resolve formatting issues | Viresh Kumar | 1 | -22/+8 |
| 2011-08-02 | spi/pl022: remove function cannot exit | Linus Walleij | 1 | -8/+3 |
| 2011-06-17 | Merge branch 'spi/merge' into spi/next | Grant Likely | 1 | -0/+1 |
| 2011-06-16 | spi/pl022: strengthen FIFO watermark level checks | Linus Walleij | 1 | -4/+44 |
| 2011-06-16 | spi/pl022: support runtime PM | Rabin Vincent | 1 | -0/+6 |
| 2011-06-16 | spi/pl022: initialize burstsize from FIFO trigger level | Linus Walleij | 1 | -2/+53 |
| 2011-06-06 | spi: reorganize drivers | Grant Likely | 1 | -0/+2342 |