aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pl022.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15spi: pl022: update description of internal_cs_control()Nam Cao1-1/+1
2023-12-15spi: pl022: delete description of cur_msgNam Cao1-1/+0
2023-12-11spi: pl022: delete unused next_msg_cs_active in struct pl022Nam Cao1-5/+0
2023-12-11spi: pl022: delete unused cur_gpiod in struct pl022Nam Cao1-4/+0
2023-11-30spi: spl022: switch to use default spi_transfer_one_message()Nam Cao1-306/+66
2023-09-11spi: spl022: Use helper function devm_clk_get_enabled()Li Zetao1-10/+1
2023-08-21spi: spl022: switch to use modern nameYang Yingliang1-47/+47
2023-06-02spi: spl022: Probe defer is no errorMårten Lindahl1-2/+2
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-2/+2
2023-01-03spi: pl022: Only use DT-specified DMA channelsVincent Whitchurch1-1/+0
2021-10-26spi: spl022: fix Microwire full duplex modeThomas Perrot1-2/+3
2021-05-10spi: delete repeated words in commentsJay Fang1-2/+2
2021-03-31spi: pl022: Convert to use GPIO descriptorsLinus Walleij1-6/+14
2021-03-31spi: pl022: Use GPIOs looked up by the coreLinus Walleij1-60/+10
2021-03-31spi: pl022: Drop custom per-chip cs_controlLinus Walleij1-24/+2
2021-03-29spi: pl022: User more sensible defaultsLinus Walleij1-2/+2
2021-03-24spi: pl022: Fix trailing whitespaceJay Fang1-1/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+2
2020-07-17spi: spi-pl022: Provide missing struct attribute/function param docsLee Jones1-3/+9
2019-11-15spi: pl022: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean1-14/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-01-28spi: pl022: add a message state STATE_TIMEOUT for timeout transferJiwei Sun1-1/+29
2018-11-13spi: pl022: Handle cs_change for last transferFredrik Ternerot1-7/+7
2018-09-07spi: pl022: Remove set but not used variable 'chip'YueHaibing1-2/+0
2018-09-05spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven1-6/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2017-08-23spi: pl022: constify amba_idArvind Yadav1-1/+1
2017-04-06spi: pl022: don't use uninitialized variableRabin Vincent1-1/+1
2016-02-17spi: pl022: Remove obsolete struct pl022 members from kerneldocJarkko Nikula1-7/+0
2015-11-23spi: pl022: handle EPROBE_DEFER for dmaRabin Vincent1-6/+22
2015-04-11Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown1-7/+7
2015-03-06spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin1-1/+1
2015-03-06spi: pl022: Remove dead codeAlexander Sverdlin1-3/+1
2015-03-06spi: pl022: Don't touch unspecified bits in interrupt maskAlexander Sverdlin1-1/+6
2015-03-06spi: pl022: Remove incorrect TxFIFO full reportingAlexander Sverdlin1-3/+0
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki1-1/+1
2014-10-13spi: pl022: Fix incorrect dma_unmap_sgRay Jui1-1/+1
2014-10-03Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to...Mark Brown1-1/+63
2014-09-24spi: pl022: Add support for chip select extensionAnders Berg1-1/+58
2014-09-18spi: pl022: Add missing error check for devm_kzallocKiran Padwal1-0/+5
2014-09-09spi/pl022: Fix error messageRoland Stigge1-1/+1
2014-08-01spi/pl022: Explicitly truncate large bitmaskMark Brown1-1/+1
2014-04-29spi: pl022: remove unnecessary OOM messagesJingoo Han1-10/+3
2014-03-30Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown1-52/+23
2014-03-06spi: pl022: Don't ignore power domain and amba bus at system suspendUlf Hansson1-36/+18
2014-03-06spi: pl022: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson1-3/+3
2014-02-23spi: Use list_last_entry at appropriate placesAxel Lin1-3/+2
2014-02-04spi: pl022: Remove redundant pinctrl to default state in probeUlf Hansson1-2/+0
2014-02-04spi: pl022: Simplify clock handlingUlf Hansson1-12/+3
2014-02-03spi/pl022: Unprepare clocks while suspendedMark Brown1-2/+2
2013-10-25Merge remote-tracking branch 'spi/topic/pl022' into spi-nextMark Brown1-2/+2
2013-10-14spi: pl022: Use dev_info() instead of printk()Jingoo Han1-2/+2
2013-09-26spi: pl022: use devm_spi_register_master()Jingoo Han1-2/+1
2013-09-17spi: pl022: remove unnecessary amba_set_drvdata()Jingoo Han1-1/+0
2013-09-17spi: pl022: Remove redundant breakSachin Kamat1-2/+0
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown1-20/+1
2013-09-01Merge remote-tracking branch 'spi/topic/pl022' into spi-nextMark Brown1-2/+2
2013-08-29spi: use dev_get_platdata()Jingoo Han1-1/+2
2013-08-22spi: spi-pl022: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam1-2/+2
2013-07-29spi/pl022: Convert to core runtime PMMark Brown1-20/+1
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-62/+8
2013-06-17spi: pl022: remove unused ret and pins_state variablesFabio Baltieri1-5/+0
2013-06-17spi: pl022: use DMA by default when probing from DTLinus Walleij1-0/+1
2013-06-16spi: pl022: use pinctrl PM helpersLinus Walleij1-57/+8
2013-03-12spi: pl022: use generic DMA slave configuration if possibleArnd Bergmann1-2/+41
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-5/+4
2012-10-23Merge tag 'spi-linus' into spi-nextMark Brown1-4/+0
2012-10-23spi/pl022: Revert recent runtime PM changesUlf Hansson1-3/+0
2012-10-17Merge branch 'spi-pl022' into spi-nextMark Brown1-16/+36
2012-10-17spi/pl022: add IDLE state pin managementPatrice Chotard1-13/+31
2012-10-17spi/pl022: Activate resourses before deactivate them in suspendUlf Hansson1-0/+3
2012-10-17spi/pl022: Minor simplification for runtime pmUlf Hansson1-3/+2
2012-10-17spi/pl022: Revert "spi/pl022: fix spi-pl022 pm enable at probe"Ulf Hansson1-0/+1
2012-09-28spi/pl022: get/put resources on suspend/resumeLinus Walleij1-22/+44
2012-09-28spi/pl022: use more managed resourcesLinus Walleij1-21/+10
2012-09-25Merge tag 'v3.6-rc6' into spi-driversMark Brown1-1/+0
2012-09-25spi/pl022: Devicetree support w/o platform dataRoland Stigge1-5/+34
2012-09-20spi/pl022: adopt pinctrl supportPatrice Chotard1-0/+46
2012-09-06spi/pl022: Fix chipselects pointer computationRoland Stigge1-4/+3
2012-08-22spi/pl022: Add devicetree supportRoland Stigge1-9/+70
2012-08-22spi/pl022: Add chip select handling via GPIORoland Stigge1-14/+34
2012-08-22spi/pl022: Fix device remove functionGuenter Roeck1-1/+0
2012-08-17spi/pl022: fix spi-pl022 pm enable at probeMichel JAOUEN1-1/+0
2012-07-02spi/pl022: enable runtime PMLinus Walleij1-0/+4
2012-07-02spi/pl022: delete DB5500 supportLinus Walleij1-14/+0
2012-07-02spi/pl022: disable port when unusedVirupax Sadashivpetimath1-0/+5
2012-04-27spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar1-2/+8
2012-04-27spi/pl022: Fix calculate_effective_freq()Viresh Kumar1-6/+17
2012-04-17spi/pl022: Fix range checking for bits per wordVinit Shenoy1-16/+9
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportMark Brown1-2/+0
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+4
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-229/+57
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-2/+2
2012-03-07spi: create a message queueing infrastructureLinus Walleij1-251/+52
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar1-0/+2
2012-02-13Fix section mismatch in spi-pl022.cRussell King1-1/+1
2012-02-02spi/pl022: Add high priority message pump supportChris Blair1-25/+52
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-56/+85
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-0/+2
2011-12-01spi/pl022: make the chip deselect handling thread safeVirupax Sadashivpetimath1-35/+37
2011-12-01spi/pl022: add support for pm_runtime autosuspendChris Blair1-2/+18
2011-12-01spi/pl022: disable the PL022 block when unusedVirupax Sadashivpetimath1-1/+5
2011-12-01spi/pl022: move device disable to workqueue threadChris Blair1-9/+16
2011-12-01spi/pl022: skip default configuration before suspendingVirupax Sadashivpetimath1-5/+0
2011-12-01spi/pl022: fix build warningsJonas Aaberg1-1/+1
2011-12-01spi/pl022: only enable RX interrupts when TX is completeChris Blair1-5/+10
2011-11-22spi: pl022: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-4/+4
2011-11-08ARM: 7149/1: spi/pl022: Enable clock in probeUlf Hansson1-0/+8
2011-10-31spi, serial: move to dma_transfer_directionVinod Koul1-4/+4
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-78/+68
2011-09-27clk: spi-pl022: convert to clk_prepare()/clk_unprepare()Russell King1-0/+10
2011-09-22ARM: 7079/1: spi: Fix builderror in spi-pl022.cPeter Hüwe1-3/+3
2011-09-22PM: add runtime PM support to core Primecell driverRussell King1-32/+48
2011-09-21spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is trueViresh Kumar1-2/+6
2011-09-21spi/spi-pl022: calculate_effective_freq() must set rate <= requested rateViresh Kumar1-51/+51
2011-09-21spi/spi-pl022: Don't allocate more sg than required.Viresh Kumar1-1/+1
2011-09-21spi/spi-pl022: Use GFP_ATOMIC for allocation from taskletViresh Kumar1-2/+2
2011-09-20spi/spi-pl022: Resolve formatting issuesViresh Kumar1-22/+8
2011-08-02spi/pl022: remove function cannot exitLinus Walleij1-8/+3
2011-06-17Merge branch 'spi/merge' into spi/nextGrant Likely1-0/+1
2011-06-16spi/pl022: strengthen FIFO watermark level checksLinus Walleij1-4/+44
2011-06-16spi/pl022: support runtime PMRabin Vincent1-0/+6
2011-06-16spi/pl022: initialize burstsize from FIFO trigger levelLinus Walleij1-2/+53
2011-06-06spi: reorganize driversGrant Likely1-0/+2342