On 27 November 2015 at 04:20, Yangbo Lu <yangbo.lu@xxxxxxxxxxxxx> wrote: > This patchset is used to fix host version in eSDHC_HOSTVER for T4240-R1.0-R2.0. > To get the SoC version and revision, it's needed to add syscon support to access > the SVR(system version register) of global utilities registers through regmap. > > So, the first three patches are to add syscon support to access SVR. > The following two patches are to fix host version for T4240. > > Yangbo Lu (5): > powerpc/fsl: move mpc85xx.h to include/linux > mmc: sdhci-of-esdhc: get SVR from global utilities registers > mmc: kconfig: select MFD_SYSCON for MMC_SDHCI_OF_ESDHC > powerpc: dts: t4240: add syscon support for DCFG node > mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0 > > arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 4 +- > 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/mmc/host/Kconfig | 1 + > drivers/mmc/host/sdhci-of-esdhc.c | 28 ++++++++- > drivers/net/ethernet/freescale/gianfar.c | 2 +- > include/linux/fsl-svr.h | 97 +++++++++++++++++++++++++++++ > 9 files changed, 131 insertions(+), 102 deletions(-) > delete mode 100644 arch/powerpc/include/asm/mpc85xx.h > create mode 100644 include/linux/fsl-svr.h > > -- > 2.1.0.27.g96db324 > Overall it looks good. I just posted some minor comments for two of the patches. I assume it's easiest if I queue this via my mmc tree, but that requires the non-mmc parts to be acked. Or you have another suggestion? Regarding the DT changes, normally SOC maintainers wants them to go separately via their SOC trees. Although, I can pick them also, if those are acked. Kind regards Uffe -- 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