All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 00/20] More support for Armada 37xx boards (for Turris Mox)
@ 2018-04-24 15:21 Marek Behún
  2018-04-24 15:21 ` [U-Boot] [PATCH v2 01/20] phy: marvell: a3700: Change return type of macro MVEBU_REG Marek Behún
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Marek Behún @ 2018-04-24 15:21 UTC (permalink / raw)
  To: u-boot

This is the second version of patches for updating the support of Armada 37xx
devices. Here I also send first version of code which adds basic support for the
Turris Mox board, a router currently being developed here at CZ.NIC, which is
being crowdfunded now on Indiegogo.

Changes since v1:
  - these patches were removed, since the update has already been merged into
    U-Boot:
      arm64: mvebu_armada_37xx: Use Armada 37xx pinctrl driver by default
      armada-37xx: Fix SB pinctrl groups according to new revision
  - I have changed the names of the functions SGMIIPHY_ADDR and PHY_ADDR to
    lowercase, as Stefan requested
  - I have used checkpatch on the patches. There still are come warnings, like
    "added, moved or deleted file(s), does MAINTAINERS need updating?" or
    "line over 80 characters" (long string constant in dts). How should I solve
    these?
  - some minor changes based on comments from Stefan
  - added a patch to fix SGMII register addresses
  - added a patch which adds support for the CPU watchdog on Armada 3720
  - added a patch which adds basic support for the Turris Mox board

Please review.

Marek Behun

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

end of thread, other threads:[~2018-05-14 11:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-24 15:21 [U-Boot] [PATCH v2 00/20] More support for Armada 37xx boards (for Turris Mox) Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 01/20] phy: marvell: a3700: Change return type of macro MVEBU_REG Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 02/20] phy: marvell: a3700: Use reg_set16 instead of phy_write16 Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 03/20] phy: marvell: a3700: Don't create functional macro for each register Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 04/20] phy: marvell: a3700: Use same timeout for all register polling Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 05/20] phy: marvell: a3700: Use (!ret) instead of (ret == 0) Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 06/20] phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_sets Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 07/20] phy: marvell: a3700: Access USB3 register indirectly on lane 2 Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 08/20] phy: marvell: a3700: Set USB3 RX wait depending on ref clock Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 09/20] phy: marvell: a3700: revise the USB3 comphy setting during power on Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 10/20] phy: marvell: mux: Support nontrivial node order in selector register Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 11/20] phy: marvell: a3700: Fix SGMII cfg and stat register addresses Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 12/20] phy: marvell: a3700: Use comphy_mux on Armada 37xx Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 13/20] phy: marvell: a3700: Save/restore selector reg in SGMII init Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 14/20] driver: clk: Add support for clocks on Armada 37xx Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 15/20] spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 16/20] clk: armada-37xx: Support soc_clk_dump Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 17/20] phy: marvell: core: Cosmetic fixes Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 18/20] net: mvneta: Fix fault when wrong device tree Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 19/20] watchdog: Add support for Armada 37xx CPU watchdog Marek Behún
2018-04-24 15:21 ` [U-Boot] [PATCH v2 20/20] arm64: mvebu: Add basic support for the Turris Mox board Marek Behún
2018-05-14 11:54 ` [U-Boot] [PATCH v2 00/20] More support for Armada 37xx boards (for Turris Mox) Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.