aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pl022.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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