On Tue, 2015-12-08 at 14:49 +0100, Ulf Hansson wrote: > +Lee Jones > > On 27 November 2015 at 04:20, Yangbo Lu <yangbo.lu@xxxxxxxxxxxxx> wrote: > > Move mpc85xx.h to include/linux and rename it to fsl-svr.h as > > a common header file. It has been used for mpc85xx and it will > > be used for ARM-based SoC as well. > > > > Signed-off-by: Yangbo Lu <yangbo.lu@xxxxxxxxxxxxx> > > --- > > Changes for v2: > > - None > > Changes for v3: > > - Added this patch > > --- > > arch/powerpc/include/asm/mpc85xx.h | 95 --------------------------- > > ---- > > drivers/clk/clk-qoriq.c | 2 +- > > drivers/i2c/busses/i2c-mpc.c | 2 +- > > drivers/iommu/fsl_pamu.c | 2 +- > > drivers/net/ethernet/freescale/gianfar.c | 2 +- > > include/linux/fsl-svr.h | 97 > > ++++++++++++++++++++++++++++++++ > > 6 files changed, 101 insertions(+), 99 deletions(-) > > delete mode 100644 arch/powerpc/include/asm/mpc85xx.h > > create mode 100644 include/linux/fsl-svr.h > > I am not sure, but perhaps the more proper location is: > > include/linux/mfd/fsl-svr.h > > ...or maybe even better: > > include/linux/mfd/syscon/fsl-svr.h There is nothing mfd or syscon specific about this data (and in fact I'm a bit skeptical about using syscon for this, especially since it seems to require a device tree modification); it's already used in other places that read the SVR via the PPC SPR. -Scott -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html