The SDHCI controller core is implemented by different SoC vendors. All these implementations are quite different which makes it hard to write and maintain a common driver. These patches factor out the common register layout so that this can be shared by drivers which makes them more comparable and makes it possible to share code between SDHCI drivers. Sascha ---------------------------------------------------------------- Sascha Hauer (2): mci: imx-esdhc: remove cache snoop register access mci: imx-esdhc: factor out common sdhci registers drivers/mci/imx-esdhc.c | 190 ++++++++++++++++++++++-------------------------- drivers/mci/imx-esdhc.h | 89 ----------------------- drivers/mci/sdhci.h | 88 ++++++++++++++++++++++ 3 files changed, 175 insertions(+), 192 deletions(-) create mode 100644 drivers/mci/sdhci.h _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox