netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/2] macb: add zynqmp SGMII dynamic configuration support
@ 2022-09-14 12:33 Radhey Shyam Pandey
  2022-09-14 12:33 ` [PATCH v3 net-next 1/2] firmware: xilinx: add support for sd/gem config Radhey Shyam Pandey
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Radhey Shyam Pandey @ 2022-09-14 12:33 UTC (permalink / raw)
  To: michal.simek, nicolas.ferre, claudiu.beznea, davem, edumazet,
	kuba, pabeni, gregkh, andrew, conor.dooley
  Cc: linux-arm-kernel, linux-kernel, netdev, git, Radhey Shyam Pandey

This patchset add firmware and driver support to do SD/GEM dynamic
configuration. In traditional flow GEM secure space configuration
is done by FSBL. However in specific usescases like dynamic designs
where GEM is not enabled in base vivado design, FSBL skips GEM
initialization and we need a mechanism to configure GEM secure space
in linux space at runtime. 

Changes for v3:
- Introduce goto for common phy_exit return path.
- Use enum kernel-doc comment style for enum pm_sd_config_type and
  pm_gem_config_type.

Changes for v2:
- Add phy_exit() in error return paths.
- Use tab indent for zynqmp_pm_set_sd/gem_config return documentation.


Radhey Shyam Pandey (1):
  net: macb: Add zynqmp SGMII dynamic configuration support

Ronak Jain (1):
  firmware: xilinx: add support for sd/gem config

 drivers/firmware/xilinx/zynqmp.c         | 31 ++++++++++++++++
 drivers/net/ethernet/cadence/macb_main.c | 22 ++++++++++++
 include/linux/firmware/xlnx-zynqmp.h     | 45 ++++++++++++++++++++++++
 3 files changed, 98 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2022-09-20 15:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 12:33 [PATCH v3 net-next 0/2] macb: add zynqmp SGMII dynamic configuration support Radhey Shyam Pandey
2022-09-14 12:33 ` [PATCH v3 net-next 1/2] firmware: xilinx: add support for sd/gem config Radhey Shyam Pandey
2022-09-15  7:43   ` Claudiu.Beznea
2022-09-14 12:33 ` [PATCH v3 net-next 2/2] net: macb: Add zynqmp SGMII dynamic configuration support Radhey Shyam Pandey
2022-09-15  7:43   ` Claudiu.Beznea
2022-09-20 15:40 ` [PATCH v3 net-next 0/2] macb: add " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).