From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baruch Siach Subject: [PATCH 0/4] spi: dw: fixes, and manages resources migration Date: Thu, 26 Dec 2013 09:00:11 +0200 Message-ID: Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Feng Tang , Jean-Hugues Deschenes , Baruch Siach To: Mark Brown Return-path: Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: 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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html