Re: [PATCH v1 01/12] dmaengine: dw: move dw_dmac.h to where it belongs to

From: Hans-Christian Egtvedt
Date: Wed Aug 20 2014 - 02:02:28 EST


Around Tue 19 Aug 2014 20:29:12 +0300 or thereabout, Andy Shevchenko wrote:
> There is a common storage for platform data related structures and definitions
> inside kernel source tree. The patch moves file from include/linux to
> include/linux/platform_data and renames it acoordingly. The users are also
> updated.

Nice cleanup, thanks.

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
>

For the arch/avr32/.* and .*sound/atmel.* related changes
Acked-by: Hans-Christian Egtvedt <egtvedt@xxxxxxxxxxxx>

> ---
> MAINTAINERS | 2 +-
> arch/avr32/mach-at32ap/at32ap700x.c | 2 +-
> arch/avr32/mach-at32ap/include/mach/atmel-mci.h | 2 +-
> drivers/dma/dw/internal.h | 2 +-
> drivers/dma/dw/regs.h | 6 +-
> include/linux/dw_dmac.h | 111 ------------------------
> include/linux/platform_data/dma-dw.h | 111 ++++++++++++++++++++++++
> include/sound/atmel-abdac.h | 2 +-
> include/sound/atmel-ac97c.h | 2 +-
> sound/atmel/abdac.c | 2 +-
> sound/atmel/ac97c.c | 2 +-
> 11 files changed, 122 insertions(+), 122 deletions(-)
> delete mode 100644 include/linux/dw_dmac.h
> create mode 100644 include/linux/platform_data/dma-dw.h

<snipp diff>

--
BR, HcE
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/