Commits
Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/ep93xx', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/gpio' into spi-next
Showing diff to56fc0b42dc5
- Mark Brown committed 9dee279b400MMerge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clp...
- Axel Lin committed 23e2c2aa45aspi: Use list_last_entry at appropriate places Signed-off-by: Axel Lin <axel.lin@ingic...
- Axel Lin committed c63f5da0084spi: dw: Don't call kfree for memory allocated by devm_kzalloc With devm_kzalloc, the ...
- Uwe Kleine-König committed 12f6dd860cfspi: efm32: use $vendor,$device scheme for compatible string Wolfram Sang pointed out ...
- Axel Lin committed 56fc0b42dc5spi: ep93xx: Convert to let spi core handle checking transfer speed By setting master-...
- Axel Lin committed 7282326b722spi: fsl-lib: Fix memory leak of pinfo of_mpc8xxx_spi_probe() allocates memory for pin...
- Axel Lin committed 0e0cd9ea896spi: fsl-dspi: Fix memory leak The memory allocated for chip is not freed anywhere. Co...
- Axel Lin committed f0a71337be7spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufs Signed-off-by: Ax...
- SeongJae Park committed e1bde3b11fespi: fix pointer-integer size mismatch warning Fix the pointer-integer size mismatch w...