Re: [PATCH 0/4] mmc: add support for bcm63158

2022-06-16 Thread Jaehoon Chung
Hi Philippe,

On 4/14/22 02:13, Philippe Reynes wrote:
> This serie adds the support of mmc for bcm63158.
> The first commit adds a driver that support sdhci
> on bcm63158. The two next commits add support of
> mmc in the device tree, and the last one enables
> the support of mmc and gpt for the reference board
> bcm963158.
> 

Sorry. I missed your patchset in my mailbox.
I will check this on today. 

Best Regards,
Jaehoon Chung

> 
> Philippe Reynes (4):
>   drivers: mmc: bcm63158_sdhci: initial support
>   arch: arm: dts: bcm63158.dtsi: add mmc support
>   arch: arm: dts: bcm963158.dts: enable sdhci support
>   configs: bcm963158_ram_defconfig: enable mmc and gpt support
> 
>  arch/arm/dts/bcm63158.dtsi  |   9 ++
>  arch/arm/dts/bcm963158.dts  |   4 +
>  configs/bcm963158_ram_defconfig |   8 +-
>  drivers/mmc/Kconfig |  12 +++
>  drivers/mmc/Makefile|   1 +
>  drivers/mmc/bcm63158_sdhci.c| 153 
>  6 files changed, 184 insertions(+), 3 deletions(-)
>  create mode 100644 drivers/mmc/bcm63158_sdhci.c
> 



[PATCH 0/4] mmc: add support for bcm63158

2022-04-13 Thread Philippe Reynes
This serie adds the support of mmc for bcm63158.
The first commit adds a driver that support sdhci
on bcm63158. The two next commits add support of
mmc in the device tree, and the last one enables
the support of mmc and gpt for the reference board
bcm963158.


Philippe Reynes (4):
  drivers: mmc: bcm63158_sdhci: initial support
  arch: arm: dts: bcm63158.dtsi: add mmc support
  arch: arm: dts: bcm963158.dts: enable sdhci support
  configs: bcm963158_ram_defconfig: enable mmc and gpt support

 arch/arm/dts/bcm63158.dtsi  |   9 ++
 arch/arm/dts/bcm963158.dts  |   4 +
 configs/bcm963158_ram_defconfig |   8 +-
 drivers/mmc/Kconfig |  12 +++
 drivers/mmc/Makefile|   1 +
 drivers/mmc/bcm63158_sdhci.c| 153 
 6 files changed, 184 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mmc/bcm63158_sdhci.c

-- 
2.25.1