Commits
Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi/topic/bcm63xx-hsspi', 'spi/topic/bitbang', 'spi/topic/bpw', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/davinci', 'spi/topic/dw' and 'spi/topic/falcon' into spi-linus
Showing diff todd5c1f936ad
- Mark Brown committed 1504d226f7bMMerge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/dspi', 'spi/fix/hspi', 'spi/...
- Jingoo Han committed 08bc0544a52spi: bcm2835: Use devm_request_irq() Use devm_request_irq() to make cleanup paths simp...
- Jonas Gorski committed 1bae20285b6spi/bcm63xx: fix pm sleep support Use the correct symbol to guard the callbacks and us...
- Jonas Gorski committed 937ebf9cd34spi/bcm63xx-hsspi: fix pm sleep support Use the right CONFIG symbol to guard, properly...
- Geert Uytterhoeven committed f21524f5bc6spi: bitbang: Grammar s/make to make/to make/ Signed-off-by: Geert Uytterhoeven <geert...
- Axel Lin committed 23061f1eb84spi: Remove duplicate code to set default bits_per_word setting The implementation in ...
- Axel Lin committed 350a9b33046spi: clps711x: Add MODULE_ALIAS to support module auto-loading Signed-off-by: Axel Lin...
- Wei Yongjun committed f885135ab60spi: coldfire-qspi: remove redundant return value check of platform_get_resource() Rem...
- Sekhar Nori committed dd5c1f936adspi/davinci: Don't select EDMA There is no need to force selection of TI EDMA DMA engi...
- Wei Yongjun committed 136c8bf374dspi: dw-pci: remove free for resources allocated with devm_* It's not necessary to fre...
- Jingoo Han committed 999b6e932bfspi: falcon: Use devm_spi_register_master() Use devm_spi_register_master() to make cle...