This series migration the spi-dw driver and its mmio wrapper to manges resources, and adds a few small fixes. I have a few more patches in the queue for adding device tree support, gpio chip selects, and generic spi queue, but I'm waiting with time until I get a chance to test them properly.
Baruch Siach (4): spi: dw: use managed resources spi: dw-mmio: prepare the clock before enabling spi: dw: fix memory leak on error path spi: dw: drop unused struct dw_spi field drivers/spi/spi-dw-mmio.c | 67 ++++++++++++++++------------------------------- drivers/spi/spi-dw-pci.c | 2 +- drivers/spi/spi-dw.c | 28 +++++++++----------- drivers/spi/spi-dw.h | 3 +-- 4 files changed, 38 insertions(+), 62 deletions(-) -- 1.8.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
