Merge tag 'spi-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi fixes from Mark Brown: "A few driver specific fixes here: - SH HSPI was dealing with its clocks incorrectly which meant it didn't work on some SoCs, fixing this also requires a small fix to one of the SoC clock trees to avoid breaking existing users. - The SiRF driver appears to have had several quality problems, it's fairly new and not widely used so this isn't too worrying. - A brute force fix for excessive locking in the Atmel driver, it needs further investigation but this deals with the immediate issue. - A build fix for the Blackfin driver" * tag 'spi-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: spi: atmel: Fix scheduling while atomic bug spi: sh-hspi: Do not specifically request shyway_clk clock ARM: shmobile: r8a7778: Use clks as MSTP007 parent spi: sirf: make GPIO chipselect function work well spi: sirf: set SPI controller in RISC IO chipselect mode spi: sirf: correct TXFIFO empty interrupt status bit spi: bfin5xx: fix build error
No related branches found
No related tags found
Showing
- arch/arm/mach-shmobile/clock-r8a7778.c 1 addition, 1 deletionarch/arm/mach-shmobile/clock-r8a7778.c
- drivers/spi/spi-atmel.c 3 additions, 0 deletionsdrivers/spi/spi-atmel.c
- drivers/spi/spi-bfin5xx.c 1 addition, 0 deletionsdrivers/spi/spi-bfin5xx.c
- drivers/spi/spi-sh-hspi.c 2 additions, 2 deletionsdrivers/spi/spi-sh-hspi.c
- drivers/spi/spi-sirf.c 17 additions, 3 deletionsdrivers/spi/spi-sirf.c
Loading
Please register or sign in to comment