From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Adrian Fiergolski <adrian.fiergolski@fastree3d.com>,
Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Peng Fan <peng.fan@nxp.com>
Subject: [PATCH 0/4] mmc: zynq_sdhci: Add support for dynamic IP configuration
Date: Wed, 23 Feb 2022 15:36:01 +0100 [thread overview]
Message-ID: <cover.1645626962.git.michal.simek@xilinx.com> (raw)
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
next reply other threads:[~2022-02-23 14:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-23 14:36 Michal Simek [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1645626962.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=adrian.fiergolski@fastree3d.com \
--cc=ashok.reddy.soma@xilinx.com \
--cc=git@xilinx.com \
--cc=jh80.chung@samsung.com \
--cc=peng.fan@nxp.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox