Hi Lee, As proposed in my last atmel-hlcdc series I have split the series in order to get the accepted parts merged. This series is the one all others depend on. Could you take it in your tree so that other maintainers can rely on the fact this part will be merged before other parts. Moreover, I know this is late, but can you include it in one of your 3.18 pull request as suggested by Thierry. If you can't, can you provide Thierry and Dave with a stable branch including this driver ? Best Regards, Boris Boris Brezillon (2): mfd: add atmel-hlcdc driver mfd: add documentation for atmel-hlcdc DT bindings .../devicetree/bindings/mfd/atmel-hlcdc.txt | 51 +++++++++ drivers/mfd/Kconfig | 6 + drivers/mfd/Makefile | 1 + drivers/mfd/atmel-hlcdc.c | 122 +++++++++++++++++++++ include/linux/mfd/atmel-hlcdc.h | 85 ++++++++++++++ 5 files changed, 265 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt create mode 100644 drivers/mfd/atmel-hlcdc.c create mode 100644 include/linux/mfd/atmel-hlcdc.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html