u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
[PATCH 00/24] clk: Remove passing of negative errors through unsigned return
 2025-10-19 18:28 UTC  (27+ messages)
` [PATCH 01/24] clk: meson: Remove negative error returns from clk_get_rate
` [PATCH 02/24] clk: sifive: "
` [PATCH 03/24] clk: armada-37xx: "
` [PATCH 04/24] clk: thead: th1520-ap: "
` [PATCH 05/24] clk: ccf: "
` [PATCH 06/24] clk: at91: "
` [PATCH 07/24] clk: renesas: "
` [PATCH 08/24] clk: rockchip: "
` [PATCH 10/24] clk: starfive: "
` [PATCH 12/24] clk: uniphier: "
` [PATCH 14/24] clk: nuvoton: "
` [PATCH 15/24] clk: exynos: "
` [PATCH 20/24] clk: tegra: "
` [PATCH 24/24] clk: x86: "
  ` [PATCH 23/24] clk: stm32: "
  ` [PATCH 21/24] clk: adi: "

[PATCH v4 0/8] initial U-Boot SPL support on Amlogic GX SoCs
 2025-10-16 15:26 UTC  (13+ messages)
` [PATCH v4 1/8] tools: mkimage: Add Amlogic Boot Image type
` [PATCH v4 2/8] mmc: meson_gx_mmc: add minimal non-DM driver
` [PATCH v4 3/8] serial: serial_meson: "
` [PATCH v4 4/8] arm: meson: initial u-boot SPL support for GX SoCs
` [PATCH v4 5/8] arm: meson: spl: add support for SPL DRAM init
` [PATCH v4 6/8] arm: dts: meson-gx-u-boot: add binman configuration for U-Boot SPL
` [PATCH v4 7/8] board: amlogic: add kconfig fragments for SPL
` [PATCH v4 8/8] doc: board: amlogic: add u-boot-spl documentation

[PATCH RFC v3 0/8] initial U-Boot SPL support on Amlogic GX SoCs
 2025-10-09  9:12 UTC  (15+ messages)
` [PATCH RFC v3 1/8] tools: mkimage: Add Amlogic Boot Image type
` [PATCH RFC v3 2/8] mmc: meson_gx_mmc: add minimal non-DM driver
` [PATCH RFC v3 3/8] serial: serial_meson: "
` [PATCH RFC v3 4/8] arm: meson: initial u-boot SPL support for GX SoCs
` [PATCH RFC v3 5/8] arm: meson: spl: add support for SPL DRAM init
` [PATCH RFC v3 6/8] arm: dts: meson-gx-u-boot: add binman configuration for U-Boot SPL
` [PATCH RFC v3 7/8] board: amlogic: add kconfig fragments for SPL
` [PATCH RFC v3 8/8] doc: board: amlogic: add u-boot-spl documentation

[PATCH v2] arm: meson: add support for EFI capsule updates
 2025-10-13 15:56 UTC  (3+ messages)

[PATCH] arm: meson: add support for EFI capsule updates
 2025-10-11 18:18 UTC  (4+ messages)

[PATCH RFC 0/9] initial U-Boot SPL support on Amlogic GX SoCs
 2025-10-08 10:20 UTC  (35+ messages)
` [PATCH RFC 1/9] tools: mkimage: Add Amlogic Boot Image type
` [PATCH RFC 2/9] mmc: meson_gx_mmc: add minimal non-DM driver
` [PATCH RFC 3/9] mmc: meson_gx_mmc: don't bail if there is no clock driver
` [PATCH RFC 4/9] serial: serial_meson: add minimal non-DM driver
` [PATCH RFC 5/9] arm: meson: initial u-boot SPL support for GX SoCs
` [PATCH RFC 6/9] arm: meson: spl: add support for SPL DRAM init
` [PATCH RFC 7/9] arm: dts: meson-gx-u-boot: add binman configuration for U-Boot SPL
` [PATCH RFC 8/9] board: amlogic: add kconfig fragments for SPL
` [PATCH RFC 9/9] doc: board: amlogic: add u-boot-spl documentation

[GIT PULL] Please pull u-boot-amlogic-next-20250930
 2025-09-30 23:45 UTC  (2+ messages)

[PATCH RFC v2 0/8] initial U-Boot SPL support on Amlogic GX SoCs
 2025-09-10 18:13 UTC  (9+ messages)
` [PATCH RFC v2 1/8] tools: mkimage: Add Amlogic Boot Image type
` [PATCH RFC v2 2/8] mmc: meson_gx_mmc: add minimal non-DM driver
` [PATCH RFC v2 3/8] serial: serial_meson: "
` [PATCH RFC v2 4/8] arm: meson: initial u-boot SPL support for GX SoCs
` [PATCH RFC v2 5/8] arm: meson: spl: add support for SPL DRAM init
` [PATCH RFC v2 6/8] arm: dts: meson-gx-u-boot: add binman configuration for U-Boot SPL
` [PATCH RFC v2 7/8] board: amlogic: add kconfig fragments for SPL
` [PATCH RFC v2 8/8] doc: board: amlogic: add u-boot-spl documentation

[PATCH] net: mdio: mux-meson-gxl: set reversed bit when using internal phy
 2025-09-04  9:57 UTC  (2+ messages)

[PATCH v3] pinctrl: meson: support gpio toggle command
 2025-09-04  9:57 UTC  (3+ messages)

[PATCH] adc: meson-saradc: uint cannot be less than zero
 2025-09-04  9:57 UTC  (4+ messages)

[PATCH] clk: meson: Remove unreachable code
 2025-09-04  9:57 UTC  (4+ messages)

[PATCH] pwm: meson: Stop premature exit from for loop
 2025-09-04  9:57 UTC  (3+ messages)

[PATCH v1] ARM: amlogic: fix JetHub D1 eth mac fallback generation
 2025-09-03 11:06 UTC 

[PATCH] treewide: Remove empty board_init() function from all boards
 2025-07-24 21:30 UTC  (5+ messages)

[PATCH 1/6] drivers: pci: pcie_dw_common: Add dw_pcie_link_set_max_link_width()
 2025-06-27 17:39 UTC  (9+ messages)
` [PATCH 2/6] pci: pcie_dw_meson: Use dw_pcie_link_set_max_link_width()
` [PATCH 3/6] pci: pcie_dw_qcom: "
` [PATCH 4/6] pci: pcie_dw_rockchip: "
` [PATCH 5/6] pci: pcie-rcar-gen4: Add Renesas R-Car Gen4 DW PCIe controller driver
` [PATCH 6/6] arm64: dts: renesas: r8a779g3: Enable PCIe/NVMe on Retronix R-Car V4H Sparrow Hawk board

[PATCH] pinctrl: meson: support gpio toggle command
 2025-06-16 16:58 UTC  (3+ messages)

[PATCH v2] pinctrl: meson: support gpio toggle command
 2025-06-16 16:54 UTC 

[RFC v1 0/7] common: usb_onboard_hub: Add support for Odroid onboard USB hub reset
 2025-05-22  5:54 UTC  (27+ messages)
` [RFC v1 1/7] usb: onboard-hub: Add support for Genesys GL852G hub
` [RFC v1 2/7] configs: odorid-c2: Enable Onboard HUB driver
` [RFC v1 3/7] usb: onboard-hub: Add support for Genesys GL853G
` [RFC v1 4/7] configs: odorid-n2: Enable Oboard HUB driver
` [RFC v1 5/7] usb: onboard-hub: Add support for VL817 USB hub
` [RFC v1 6/7] configs: odorid-c4: Enable Oboard HUB driver
` [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

Odroid n2+ usb broken on reboot
 2025-05-12 10:04 UTC  (14+ messages)

[PATCH v2 00/22] Deal with exfat versus byteorder
 2025-05-08 16:18 UTC  (3+ messages)
` [PATCH v2 12/22] amlogic: Include env.h to permit reading the environment

[PATCH 0/2] ARM: meson: finally switch to livetree
 2025-04-11 14:55 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: meson: convert "
` [PATCH 2/2] ARM: mach-meson: use livetree by default

[GIT PULL] Please pull u-boot-amlogic-20250404 into master
 2025-04-04 18:20 UTC  (2+ messages)

[PATCH 2/3] designware: Use the remove() method with related drivers
 2025-04-06 22:09 UTC  (5+ messages)

[PATCH v2 0/4] dm: net: Assorted patches related to networking and DMA
 2025-04-07  7:31 UTC  (4+ messages)
` [PATCH v2 1/4] designware: Use the remove() method with related drivers
` [PATCH v2 2/4] net: designware: Mark drivers as having active DMA


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 read-only IMAP folder(s) and NNTP newsgroup(s).