aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pl022.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-23spi/pl022: Revert recent runtime PM changesUlf Hansson1-3/+0
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/kernel/git-cur/linux-2.6-armLinus 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