Message ID | 1611198593-16287-1-git-send-email-peng.fan@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | imx esdhc dt/driver update | expand |
> Subject: [PATCH V2 0/4] imx esdhc dt/driver update Gentle ping.. Thanks, Peng. > > From: Peng Fan <peng.fan@nxp.com> > > Patch V2: > patch 1, 2, 3 is new > patch 4 is not changed > > Peng Fan (4): > dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindings > dt-bindings: mmc: fsl-imx-esdhc: add clock bindings > arm64: dts: imx8qxp: correct usdhc clock-names sequence > mmc: sdhci-esdhc-imx: validate pinctrl before use it > > .../bindings/mmc/fsl-imx-esdhc.yaml | 36 > +++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 18 +++++----- > drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- > 3 files changed, 46 insertions(+), 10 deletions(-) > > -- > 2.28.0
On Sun, 7 Feb 2021 at 14:10, Peng Fan <peng.fan@nxp.com> wrote: > > > Subject: [PATCH V2 0/4] imx esdhc dt/driver update > > Gentle ping.. I was expecting a new version from you to address the comment on the DT bindings from Rob. Otherwise this looks good to me. Kind regards Uffe > > Thanks, > Peng. > > > > > From: Peng Fan <peng.fan@nxp.com> > > > > Patch V2: > > patch 1, 2, 3 is new > > patch 4 is not changed > > > > Peng Fan (4): > > dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindings > > dt-bindings: mmc: fsl-imx-esdhc: add clock bindings > > arm64: dts: imx8qxp: correct usdhc clock-names sequence > > mmc: sdhci-esdhc-imx: validate pinctrl before use it > > > > .../bindings/mmc/fsl-imx-esdhc.yaml | 36 > > +++++++++++++++++++ > > arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 18 +++++----- > > drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- > > 3 files changed, 46 insertions(+), 10 deletions(-) > > > > -- > > 2.28.0 >
From: Peng Fan <peng.fan@nxp.com> Patch V2: patch 1, 2, 3 is new patch 4 is not changed Peng Fan (4): dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindings dt-bindings: mmc: fsl-imx-esdhc: add clock bindings arm64: dts: imx8qxp: correct usdhc clock-names sequence mmc: sdhci-esdhc-imx: validate pinctrl before use it .../bindings/mmc/fsl-imx-esdhc.yaml | 36 +++++++++++++++++++ arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 18 +++++----- drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- 3 files changed, 46 insertions(+), 10 deletions(-)