summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm63xx.c
Commit message (Expand)AuthorAgeFilesLines
...
* spi/bcm63xx: remove unneeded debug messageJonas Gorski2013-03-121-3/+0Star
* spi/bcm63xx: remove duplicated mode bits checkJonas Gorski2013-03-121-6/+0Star
* spi/bcm63xx: properly prepare clocks before enabling themJonas Gorski2013-03-121-5/+5
* spi/bcm63xx: don't disable non enabled clocks in probe error pathJonas Gorski2013-03-121-1/+1
* spi/bcm63xx: Remove unused variableKevin Cernekee2013-03-121-1/+0Star
* spi/bcm63xx: work around inability to keep CS upJonas Gorski2013-02-051-28/+106
* spi/bcm63xx: reject transfers unable to transferJonas Gorski2013-02-051-49/+42Star
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* spi/bcm63xx: remove useless call to bcm63xx_spi_check_transfer()Florian Fainelli2012-10-171-7/+0Star
* spi/bcm63xx: add missing spi_master_{resume,suspend} calls to PM callbacksFlorian Fainelli2012-10-171-0/+4
* spi/bcm63xx: remove driver versionFlorian Fainelli2012-10-171-3/+2Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-08-251-5/+26
|\
| * MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.Florian Fainelli2012-08-171-5/+26
* | spi/bcm63xx: Ensure that memory is freed only after it is no longer usedGuenter Roeck2012-08-131-1/+3
|/
* spi/bcm63xx: fix clock configuration selectionFlorian Fainelli2012-07-231-1/+1
* spi/bcm63xx: set master driver mode_bits.Florian Fainelli2012-04-271-0/+1
* spi/bcm63xx: don't use the stopping stateFlorian Fainelli2012-04-271-11/+2Star
* spi/bcm63xx: convert to the pump message infrastructureFlorian Fainelli2012-04-271-60/+89
* spi: add Broadcom BCM63xx SPI controller driverFlorian Fainelli2012-03-091-0/+486