Show patches with: Archived = No       |   167424 patches
« 1 2 ... 675 676 6771674 1675 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[10/14] env: flash: Cosmetic fix Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[09/14] env: flash: Let generic env_init() assign default environment Some more env fixes - - 1 - --- 2021-10-22 Marek Behún sjg Accepted
[08/14] env: nowhere: Cosmetic fix Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[07/14] env: nowhere: Let generic env_init() assign default environment Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[06/14] env: nvram: Cosmetic fix in env_nvram_init() Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[05/14] env: nvram: Let generic env_init() assign default environment Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[04/14] env: nand: Put ENV_INVALID into gd->env_valid if default environment Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[03/14] env: sf: Put ENV_INVALID into gd->env_valid on CRC failure Some more env fixes - - 1 - --- 2021-10-22 Marek Behún sjg Accepted
[02/14] env: sf: Use ENV_VALID enum names instead of literals Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[01/14] env: sf: Cosmetic fix in env_sf_init_addr() Some more env fixes - - 2 - --- 2021-10-22 Marek Behún sjg Accepted
[v3,13/13] env: Move non-cli env functions to env/common.c env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,12/13] env: Simplify env_match() and inline into env_get_f() env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,11/13] env: Use memcpy() instead of ad-hoc code to copy variable value env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,10/13] env: Make return value of env_get_f() behave like sprintf() on success env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,09/13] env: Early return from env_get_f() on NULL name env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,08/13] env: Don't match empty variable name in env_match() env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,07/13] env: Use better name for variable in env_get_f() env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,06/13] env: Use string pointer instead of indexes in env_get_f() env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,05/13] env: Inline env_get_char() into its only user env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,04/13] env: Change env_match() to static and remove from header env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,03/13] examples: api: glue: Remove comment that does not apply anymore env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,02/13] env: Drop env_get_char_spec() and old, unused .get_char() implementations env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[v3,01/13] env: Fix documentation for env_get_f() env_get_char() removal and env_get_f() refactor - - 2 - --- 2021-10-17 Marek Behún sjg Accepted
[RFC,linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider [RFC,linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider - - - - --- 2021-10-13 Marek Behún trini Handled Elsewhere
[v2,13/13] env: Move non-cmd specific env functions to env/common.c env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,12/13] env: Use memcpy() instead of ad-hoc code to copy variable value env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,11/13] env: Make return value of env_get_f() behave like sprintf() on success env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,10/13] env: Use better name for variable in env_get_f() env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,09/13] env: Use string pointer instead of indexes in env_get_f() env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,08/13] env: Early return from env_get_f() on NULL name env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,07/13] env: Inline env_get_char() into it's only user env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,06/13] env: Check for terminating null-byte in env_match() env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,05/13] env: Don't match empty variable name in env_match() env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,04/13] env: Change env_match() to static and remove from header env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,03/13] examples: api: glue: Remove comment that does not apply anymore env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,02/13] env: Drop env_get_char_spec() and old, unused .get_char() implementations env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[v2,01/13] env: Fix documentation for env_get_f() env_get_char() removal and env_get_f() refactor - - 1 - --- 2021-10-13 Marek Behún sjg Superseded
[10/10] env: Move non-cmd specific env functions to env/common.c env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[09/10] env: Use string pointer instead of indexes in env_get_f() env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[08/10] env: Use strncpy() instead of ad-hoc code to copy variable value env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[07/10] env: Early return from env_get_f() on NULL name env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[06/10] env: Inline env_get_char() into it's only user env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[05/10] env: Check for terminating null-byte in env_match() env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[04/10] env: Don't match empty variable name in env_match() env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[03/10] env: Change env_match() to static and remove from header env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[02/10] examples: api: glue: Remove comment that does not apply anymore env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[01/10] env: Drop env_get_char_spec() and old, unused .get_char() implementations env_get_char() removal and env_get_f() refactor - - - - --- 2021-10-12 Marek Behún sjg Superseded
[u-boot-marvell,12/12] arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to Kconfig Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,11/12] arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to Kconfig Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,10/12] arm: mvebu: turris_omnia: Use show_board_info() Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,09/12] arm: mvebu: turris_omnia: Overwrite ethaddr only if invalid Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,08/12] arm: mvebu: turris_mox: Better check for valid ethernet addresses in env Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,07/12] arm: mvebu: turris_mox: Always handle reset button Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,06/12] arm: mvebu: turris_mox: Use show_board_info() Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,05/12] arm: mvebu: turris_mox: Cosmetic update for board config header Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,04/12] arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS option Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,03/12] arm: mvebu: a3720: Create Kconfig option for I2C_MV Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,02/12] arm: mvebu: turris_mox: Move options to defconfig Small Turris MOX and Omnia changes - - 1 - --- 2021-10-09 Marek Behún stroese Accepted
[u-boot-marvell,01/12] arm: mvebu: turris_mox: Drop SF_DEFAULT_MODE from defconfig Small Turris MOX and Omnia changes - - - - --- 2021-10-09 Marek Behún stroese Awaiting Upstream
[4/4] Convert CONFIG_USB_EHCI_IS_TDI to Kconfig [1/4] Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI - - - - --- 2021-10-09 Marek Behún trini Accepted
[3/4] Drop CONFIG_USB_EHCI_KIRKWOOD [1/4] Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI - - - - --- 2021-10-09 Marek Behún trini Accepted
[2/4] Convert CONFIG_USB_EHCI_MXS to Kconfig [1/4] Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI - - - - --- 2021-10-09 Marek Behún trini Accepted
[1/4] Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI [1/4] Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI - - - - --- 2021-10-09 Marek Behún trini Accepted
[u-boot-spi,v3,10/10] mtd: Remove mtd_erase_callback() entirely Fix `mtd erase` when used with mtdpart - - - - --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,09/10] mtd: mtdpart: Make mtdpart's _erase method sane Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,08/10] mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,07/10] mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,06/10] mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_e… Fix `mtd erase` when used with mtdpart - - - - --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,05/10] mtd: spi-flash: Check for zero length in legacy spi_flash_*() Fix `mtd erase` when used with mtdpart - - - - --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,04/10] mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,03/10] mtd: spi-nor-core: Don't overwrite return value if it is non-zero Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,02/10] mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 3 1 --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-spi,v3,01/10] mtd: spi-nor-core: Try cleaning up in case writing BAR failed Fix `mtd erase` when used with mtdpart - - 3 1 --- 2021-10-05 Marek Behún jagan Accepted
[u-boot-marvell,v2,6/6] arm: a37xx: pci: Update private structure documentation A3720 PCIe enhancements - - 1 - --- 2021-09-25 Marek Behún stroese Accepted
[u-boot-marvell,v2,5/6] arm: a37xx: pci: Cosmetic change A3720 PCIe enhancements - - 1 - --- 2021-09-25 Marek Behún stroese Accepted
[u-boot-marvell,v2,4/6] arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port A3720 PCIe enhancements - - 2 - --- 2021-09-25 Marek Behún stroese Accepted
[u-boot-marvell,v2,3/6] arm: a37xx: pci: Do not automatically enable bus mastering on PCI Bridge A3720 PCIe enhancements - - 2 - --- 2021-09-25 Marek Behún stroese Accepted
[u-boot-marvell,v2,2/6] arm: a37xx: pci: Add support for accessing PCI Bridge on root bus A3720 PCIe enhancements - - 2 - --- 2021-09-25 Marek Behún stroese Awaiting Upstream
[u-boot-marvell,v2,1/6] arm: a37xx: pci: Fix pcie_advk_link_up() A3720 PCIe enhancements - - 2 - --- 2021-09-25 Marek Behún stroese Accepted
[u-boot-marvell,6/6] arm: a37xx: pci: Update private structure documentation A3720 PCIe enhancements - - - - --- 2021-09-25 Marek Behún stroese Superseded
[u-boot-marvell,5/6] arm: a37xx: pci: Cosmetic change A3720 PCIe enhancements - - - - --- 2021-09-25 Marek Behún stroese Superseded
[u-boot-marvell,4/6] arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port A3720 PCIe enhancements - - 1 - --- 2021-09-25 Marek Behún stroese Superseded
[u-boot-marvell,3/6] arm: a37xx: pci: Do not automatically enable bus mastering on PCI Bridge A3720 PCIe enhancements - - 1 - --- 2021-09-25 Marek Behún stroese Superseded
[u-boot-marvell,2/6] arm: a37xx: pci: Add support for accessing PCI Bridge on root bus A3720 PCIe enhancements - - 1 - --- 2021-09-25 Marek Behún stroese Superseded
[u-boot-marvell,1/6] arm: a37xx: pci: Fix pcie_advk_link_up() A3720 PCIe enhancements - - 1 - --- 2021-09-25 Marek Behún stroese Superseded
[u-boot-spi,v2,9/9] mtd: Remove mtd_erase_callback() entirely Fix `mtd erase` when used with mtdpart - - - - --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,8/9] mtd: mtdpart: Make mtdpart's _erase method sane Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,7/9] mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,6/9] mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,5/9] mtd: spi-nor-core: Don't check for zero length in spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,4/9] mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,3/9] mtd: spi-nor-core: Don't overwrite return value if it is non-zero Fix `mtd erase` when used with mtdpart - - 1 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,2/9] mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase() Fix `mtd erase` when used with mtdpart - - 3 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-spi,v2,1/9] mtd: spi-nor-core: Try cleaning up in case writing BAR failed Fix `mtd erase` when used with mtdpart - - 3 1 --- 2021-09-25 Marek Behún jagan Superseded
[u-boot-marvell] arm: mvebu: turris_omnia: fix leaked mtd device [u-boot-marvell] arm: mvebu: turris_omnia: fix leaked mtd device - 1 2 1 --- 2021-09-25 Marek Behún stroese Accepted
[u-boot-marvell,v3,38/39] doc/kwboot.1: Update man page kwboot higher baudrate - - 1 - --- 2021-09-24 Marek Behún stroese Accepted
[u-boot-marvell,v3,37/39] tools: kwboot: Add Pali and Marek as authors kwboot higher baudrate - - 1 - --- 2021-09-24 Marek Behún stroese Accepted
[u-boot-marvell,v3,36/39] tools: kwboot: Update file header kwboot higher baudrate - - 1 - --- 2021-09-24 Marek Behún stroese Accepted
[u-boot-marvell,v3,35/39] tools: kwboot: Avoid code repetition in kwboot_img_patch() kwboot higher baudrate - - 1 - --- 2021-09-24 Marek Behún stroese Accepted
[u-boot-marvell,v3,34/39] tools: kwboot: Cosmetic fix kwboot higher baudrate - - 1 - --- 2021-09-24 Marek Behún stroese Accepted
« 1 2 ... 675 676 6771674 1675 »