aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pl022.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-29spi/pl022: Convert to core runtime PMGravatar Mark Brown 1-20/+1
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-62/+8
2013-06-17spi: pl022: remove unused ret and pins_state variablesGravatar Fabio Baltieri 1-5/+0
2013-06-17spi: pl022: use DMA by default when probing from DTGravatar Linus Walleij 1-0/+1
2013-06-16spi: pl022: use pinctrl PM helpersGravatar Linus Walleij 1-57/+8
2013-03-12spi: pl022: use generic DMA slave configuration if possibleGravatar Arnd Bergmann 1-2/+41
2012-12-07spi: Remove HOTPLUG section attributesGravatar Grant Likely 1-5/+4
2012-10-23Merge tag 'spi-linus' into spi-nextGravatar Mark Brown 1-4/+0
2012-10-23spi/pl022: Revert recent runtime PM changesGravatar Ulf Hansson 1-3/+0
2012-10-17Merge branch 'spi-pl022' into spi-nextGravatar Mark Brown 1-16/+36
2012-10-17spi/pl022: add IDLE state pin managementGravatar Patrice Chotard 1-13/+31
2012-10-17spi/pl022: Activate resourses before deactivate them in suspendGravatar Ulf Hansson 1-0/+3
2012-10-17spi/pl022: Minor simplification for runtime pmGravatar Ulf Hansson 1-3/+2
2012-10-17spi/pl022: Revert "spi/pl022: fix spi-pl022 pm enable at probe"Gravatar Ulf Hansson 1-0/+1
2012-09-28spi/pl022: get/put resources on suspend/resumeGravatar Linus Walleij 1-22/+44
2012-09-28spi/pl022: use more managed resourcesGravatar Linus Walleij 1-21/+10
2012-09-25Merge tag 'v3.6-rc6' into spi-driversGravatar Mark Brown 1-1/+0
2012-09-25spi/pl022: Devicetree support w/o platform dataGravatar Roland Stigge 1-5/+34
2012-09-20spi/pl022: adopt pinctrl supportGravatar Patrice Chotard 1-0/+46
2012-09-06spi/pl022: Fix chipselects pointer computationGravatar Roland Stigge 1-4/+3
2012-08-22spi/pl022: Add devicetree supportGravatar Roland Stigge 1-9/+70
2012-08-22spi/pl022: Add chip select handling via GPIOGravatar Roland Stigge 1-14/+34
2012-08-22spi/pl022: Fix device remove functionGravatar Guenter Roeck 1-1/+0
2012-08-17spi/pl022: fix spi-pl022 pm enable at probeGravatar Michel JAOUEN 1-1/+0
2012-07-02spi/pl022: enable runtime PMGravatar Linus Walleij 1-0/+4
2012-07-02spi/pl022: delete DB5500 supportGravatar Linus Walleij 1-14/+0
2012-07-02spi/pl022: disable port when unusedGravatar Virupax Sadashivpetimath 1-0/+5
2012-04-27spi/pl022: Allow request for higher frequency than maximum possibleGravatar Viresh Kumar 1-2/+8
2012-04-27spi/pl022: Fix calculate_effective_freq()Gravatar Viresh Kumar 1-6/+17
2012-04-17spi/pl022: Fix range checking for bits per wordGravatar Vinit Shenoy 1-16/+9
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportGravatar Mark Brown 1-2/+0
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-2/+4
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-229/+57
2012-03-21dmaengine/dma_slave: introduce inline wrappersGravatar Alexandre Bounine 1-2/+2
2012-03-07spi: create a message queueing infrastructureGravatar Linus Walleij 1-251/+52
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersGravatar Viresh Kumar 1-0/+2
2012-02-13Fix section mismatch in spi-pl022.cGravatar Russell King 1-1/+1
2012-02-02spi/pl022: Add high priority message pump supportGravatar Chris Blair 1-25/+52
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-4/+4
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-56/+85
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Gravatar Linus Torvalds 1-0/+2
2011-12-01spi/pl022: make the chip deselect handling thread safeGravatar Virupax Sadashivpetimath 1-35/+37
2011-12-01spi/pl022: add support for pm_runtime autosuspendGravatar Chris Blair 1-2/+18
2011-12-01spi/pl022: disable the PL022 block when unusedGravatar Virupax Sadashivpetimath 1-1/+5
2011-12-01spi/pl022: move device disable to workqueue threadGravatar Chris Blair 1-9/+16
2011-12-01spi/pl022: skip default configuration before suspendingGravatar Virupax Sadashivpetimath 1-5/+0
2011-12-01spi/pl022: fix build warningsGravatar Jonas Aaberg 1-1/+1
2011-12-01spi/pl022: only enable RX interrupts when TX is completeGravatar Chris Blair 1-5/+10
2011-11-22spi: pl022: Enable module alias autogeneration for AMBA driversGravatar Dave Martin 1-0/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnGravatar Vinod Koul 1-4/+4