public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc: zynq_sdhci: Add support for dynamic IP configuration
@ 2022-02-23 14:36 Michal Simek
  2022-02-23 14:36 ` [PATCH 1/4] firmware: zynqmp: Add and update firmware enums Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michal Simek @ 2022-02-23 14:36 UTC (permalink / raw)
  To: u-boot, git; +Cc: Adrian Fiergolski, Ashok Reddy Soma, Jaehoon Chung, Peng Fan

Hi,

with SOM boards low level sdhci setting is not fully done. There are
additional registers which are normally programmed via psu_init() but in
this case they are not initialized. Information can be taken from DT and
via firmware interface that values can be setup and that's exactly what
this series is doing.

Thanks,
Michal


Ashok Reddy Soma (4):
  firmware: zynqmp: Add and update firmware enums
  firmware: zynqmp: Add support for set sd config and is function
    supported
  lib: div64: Add support for round up of div64_u64
  mmc: zynq_sdhci: Add support for dynamic configuration

 drivers/firmware/firmware-zynqmp.c |  51 +++++++++++++++
 drivers/mmc/zynq_sdhci.c           | 101 ++++++++++++++++++++++++++++-
 include/linux/math64.h             |   3 +
 include/zynqmp_firmware.h          |  29 +++++++++
 4 files changed, 182 insertions(+), 2 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-09 11:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 14:36 [PATCH 0/4] mmc: zynq_sdhci: Add support for dynamic IP configuration Michal Simek
2022-02-23 14:36 ` [PATCH 1/4] firmware: zynqmp: Add and update firmware enums Michal Simek
2022-02-23 14:36 ` [PATCH 2/4] firmware: zynqmp: Add support for set sd config and is function supported Michal Simek
2022-02-23 14:36 ` [PATCH 3/4] lib: div64: Add support for round up of div64_u64 Michal Simek
2022-02-23 14:36 ` [PATCH 4/4] mmc: zynq_sdhci: Add support for dynamic configuration Michal Simek
2022-03-09 11:35 ` [PATCH 0/4] mmc: zynq_sdhci: Add support for dynamic IP configuration Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox