public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [v3, 0/5] eSDHC patches introduction
@ 2015-11-27  3:20 Yangbo Lu
  2015-11-27  3:20 ` [v3, 1/5] powerpc/fsl: move mpc85xx.h to include/linux Yangbo Lu
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Yangbo Lu @ 2015-11-27  3:20 UTC (permalink / raw)
  To: linux-mmc, ulf.hansson; +Cc: scottwood, X.Xie, LeoLi, Yangbo Lu

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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-12-11  8:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27  3:20 [v3, 0/5] eSDHC patches introduction Yangbo Lu
2015-11-27  3:20 ` [v3, 1/5] powerpc/fsl: move mpc85xx.h to include/linux Yangbo Lu
2015-12-08 13:49   ` Ulf Hansson
2015-12-08 17:38     ` Scott Wood
2015-12-08 17:44   ` Scott Wood
2015-11-27  3:20 ` [v3, 2/5] mmc: sdhci-of-esdhc: get SVR from global utilities registers Yangbo Lu
2015-12-08 17:45   ` Scott Wood
2015-11-27  3:20 ` [v3, 3/5] mmc: kconfig: select MFD_SYSCON for MMC_SDHCI_OF_ESDHC Yangbo Lu
2015-12-08 13:49   ` Ulf Hansson
2015-12-08 17:40     ` Scott Wood
2015-11-27  3:20 ` [v3, 4/5] powerpc: dts: t4240: add syscon support for DCFG node Yangbo Lu
2015-12-08 17:46   ` Scott Wood
     [not found]     ` <BLUPR0301MB2065B5878A43F66982D6B30BF2E80@BLUPR0301MB2065.namprd03.prod.outlook.com>
2015-12-09  4:33       ` Scott Wood
     [not found]         ` <BLUPR0301MB206558CB317D48AC5CEF3642F2E80@BLUPR0301MB2065.namprd03.prod.outlook.com>
2015-12-09 17:00           ` Scott Wood
2015-12-11  8:26             ` Ulf Hansson
2015-12-11  8:29               ` Scott Wood
     [not found]         ` <BLUPR0301MB2065A179DCAF428EB79785B7F2E80@BLUPR0301MB2065.namprd03.prod.outlook.com>
2015-12-09 17:01           ` Scott Wood
2015-11-27  3:20 ` [v3, 5/5] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0 Yangbo Lu
2015-12-08 13:59 ` [v3, 0/5] eSDHC patches introduction Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox