aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pl022.c
AgeCommit message (Expand)Author
2012-04-27spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar
2012-04-27spi/pl022: Fix calculate_effective_freq()Viresh Kumar
2012-04-17spi/pl022: Fix range checking for bits per wordVinit Shenoy
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportMark Brown
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-03-07spi: create a message queueing infrastructureLinus Walleij
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar
2012-02-13Fix section mismatch in spi-pl022.cRussell King
2012-02-02spi/pl022: Add high priority message pump supportChris Blair
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2011-12-01spi/pl022: make the chip deselect handling thread safeVirupax Sadashivpetimath
2011-12-01spi/pl022: add support for pm_runtime autosuspendChris Blair
2011-12-01spi/pl022: disable the PL022 block when unusedVirupax Sadashivpetimath
2011-12-01spi/pl022: move device disable to workqueue threadChris Blair
2011-12-01spi/pl022: skip default configuration before suspendingVirupax Sadashivpetimath
2011-12-01spi/pl022: fix build warningsJonas Aaberg
2011-12-01spi/pl022: only enable RX interrupts when TX is completeChris Blair
2011-11-22spi: pl022: Enable module alias autogeneration for AMBA driversDave Martin
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-11-08ARM: 7149/1: spi/pl022: Enable clock in probeUlf Hansson
2011-10-31spi, serial: move to dma_transfer_directionVinod Koul
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-09-27clk: spi-pl022: convert to clk_prepare()/clk_unprepare()Russell King
2011-09-22ARM: 7079/1: spi: Fix builderror in spi-pl022.cPeter Hüwe
2011-09-22PM: add runtime PM support to core Primecell driverRussell King
2011-09-21spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is trueViresh Kumar
2011-09-21spi/spi-pl022: calculate_effective_freq() must set rate <= requested rateViresh Kumar
2011-09-21spi/spi-pl022: Don't allocate more sg than required.Viresh Kumar
2011-09-21spi/spi-pl022: Use GFP_ATOMIC for allocation from taskletViresh Kumar
2011-09-20spi/spi-pl022: Resolve formatting issuesViresh Kumar
2011-08-02spi/pl022: remove function cannot exitLinus Walleij
2011-06-17Merge branch 'spi/merge' into spi/nextGrant Likely
2011-06-16spi/pl022: strengthen FIFO watermark level checksLinus Walleij
2011-06-16spi/pl022: support runtime PMRabin Vincent
2011-06-16spi/pl022: initialize burstsize from FIFO trigger levelLinus Walleij
2011-06-06spi: reorganize driversGrant Likely