mbox series

[0/4] mmc: add support for bcm63158

Message ID 20220413171343.178153-1-philippe.reynes@softathome.com
Headers show
Series mmc: add support for bcm63158 | expand

Message

Philippe Reynes April 13, 2022, 5:13 p.m. UTC
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

Comments

Jaehoon Chung June 16, 2022, 11:52 p.m. UTC | #1
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
>