summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pl022.c
Commit message (Expand)AuthorAgeFilesLines
* spi: pl022: update description of internal_cs_control()Nam Cao2023-12-151-1/+1
* spi: pl022: delete description of cur_msgNam Cao2023-12-151-1/+0
* spi: pl022: delete unused next_msg_cs_active in struct pl022Nam Cao2023-12-111-5/+0
* spi: pl022: delete unused cur_gpiod in struct pl022Nam Cao2023-12-111-4/+0
* spi: spl022: switch to use default spi_transfer_one_message()Nam Cao2023-11-301-306/+66
* spi: spl022: Use helper function devm_clk_get_enabled()Li Zetao2023-09-111-10/+1
* spi: spl022: switch to use modern nameYang Yingliang2023-08-211-47/+47
* spi: spl022: Probe defer is no errorMårten Lindahl2023-06-021-2/+2
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-2/+2
* spi: pl022: Only use DT-specified DMA channelsVincent Whitchurch2023-01-031-1/+0
* spi: spl022: fix Microwire full duplex modeThomas Perrot2021-10-261-2/+3
* spi: delete repeated words in commentsJay Fang2021-05-101-2/+2
* spi: pl022: Convert to use GPIO descriptorsLinus Walleij2021-03-311-6/+14
* spi: pl022: Use GPIOs looked up by the coreLinus Walleij2021-03-311-60/+10
* spi: pl022: Drop custom per-chip cs_controlLinus Walleij2021-03-311-24/+2
* spi: pl022: User more sensible defaultsLinus Walleij2021-03-291-2/+2
* spi: pl022: Fix trailing whitespaceJay Fang2021-03-241-1/+1
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+2
* spi: spi-pl022: Provide missing struct attribute/function param docsLee Jones2020-07-171-3/+9
* spi: pl022: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
* spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean2019-10-151-14/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* spi: pl022: add a message state STATE_TIMEOUT for timeout transferJiwei Sun2019-01-281-1/+29
* spi: pl022: Handle cs_change for last transferFredrik Ternerot2018-11-131-7/+7
* spi: pl022: Remove set but not used variable 'chip'YueHaibing2018-09-071-2/+0
* spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven2018-09-051-6/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* spi: pl022: constify amba_idArvind Yadav2017-08-231-1/+1
* spi: pl022: don't use uninitialized variableRabin Vincent2017-04-061-1/+1
* spi: pl022: Remove obsolete struct pl022 members from kerneldocJarkko Nikula2016-02-171-7/+0
* spi: pl022: handle EPROBE_DEFER for dmaRabin Vincent2015-11-231-6/+22
*-. Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-04-111-7/+7
|\ \
| | * spi: pl022: Remove dead codeAlexander Sverdlin2015-03-061-3/+1
| | * spi: pl022: Don't touch unspecified bits in interrupt maskAlexander Sverdlin2015-03-061-1/+6
| | * spi: pl022: Remove incorrect TxFIFO full reportingAlexander Sverdlin2015-03-061-3/+0
| |/
* / spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin2015-03-061-1/+1
|/
* PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
* spi: pl022: Fix incorrect dma_unmap_sgRay Jui2014-10-131-1/+1
*-. Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to...Mark Brown2014-10-031-1/+63
|\ \
| * | spi: pl022: Add support for chip select extensionAnders Berg2014-09-241-1/+58
| * | spi: pl022: Add missing error check for devm_kzallocKiran Padwal2014-09-181-0/+5
| |/
* / spi/pl022: Fix error messageRoland Stigge2014-09-091-1/+1
|/
* spi/pl022: Explicitly truncate large bitmaskMark Brown2014-08-011-1/+1
* spi: pl022: remove unnecessary OOM messagesJingoo Han2014-04-291-10/+3
*-. Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown2014-03-301-52/+23
|\ \
| | * spi: pl022: Don't ignore power domain and amba bus at system suspendUlf Hansson2014-03-061-36/+18
| | * spi: pl022: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson2014-03-061-3/+3
| | * spi: pl022: Remove redundant pinctrl to default state in probeUlf Hansson2014-02-041-2/+0
| | * spi: pl022: Simplify clock handlingUlf Hansson2014-02-041-12/+3
| | * spi/pl022: Unprepare clocks while suspendedMark Brown2014-02-031-2/+2
| |/