[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKohpo=JF1hBiv6dhHaQ=NK2tgGmLqw_hQqHVoOGQZFZ7FL+wg@mail.gmail.com>
Date: Wed, 5 Jun 2013 14:15:00 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Vinod Koul <vinod.koul@...el.com>, linux-kernel@...r.kernel.org,
spear-devel <spear-devel@...t.st.com>,
Arnd Bergmann <arnd@...db.de>, Felipe Balbi <balbi@...com>
Subject: Re: [PATCH v1 3/4] dma: dw: split driver to library part and platform code
On 4 June 2013 18:06, Andy Shevchenko <andriy.shevchenko@...ux.intel.com> wrote:
> To simplify the driver development let's split driver to library and platform
> code parts. It helps us to add PCI driver in future.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
> drivers/dma/Makefile | 2 +-
> drivers/dma/dw/Kconfig | 8 +-
> drivers/dma/dw/Makefile | 6 +-
> drivers/dma/dw/{dw_dmac.c => core.c} | 309 ++++--------------------------
> drivers/dma/dw/internal.h | 74 +++++++
> drivers/dma/dw/platform.c | 308 +++++++++++++++++++++++++++++
> drivers/dma/dw/{dw_dmac_regs.h => regs.h} | 1 +
> 7 files changed, 428 insertions(+), 280 deletions(-)
> rename drivers/dma/dw/{dw_dmac.c => core.c} (85%)
> create mode 100644 drivers/dma/dw/internal.h
> create mode 100644 drivers/dma/dw/platform.c
> rename drivers/dma/dw/{dw_dmac_regs.h => regs.h} (99%)
Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists