On Wed, 2014-08-20 at 14:25 +0530, Viresh Kumar wrote: > On Tue, Aug 19, 2014 at 10:59 PM, Andy Shevchenko > <andriy.shevchenko@xxxxxxxxxxxxxxx> 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. > > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > --- > > > include/linux/dw_dmac.h | 111 ------------------------ > > include/linux/platform_data/dma-dw.h | 111 ++++++++++++++++++++++++ > > Nice work but wrong git commands to produce this patch.. > Always run format-patch with these options Atleast: > > git format-patch -C -M --thread=shallow > > With the -C -M option you would have got something like: > > include/linux/{dw_dmac.h => platform_data/dma-dw.h} | 0 > > Which would have made review so so easy :) Thanks for reminding me this, though I thought I would do that way and *forgot* while rebasing series. And thanks for Ack! -- Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> Intel Finland Oy -- Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html