Toggle navigation
Patchwork
u-boot
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Archived =
No
| 21084 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
3
4
…
210
211
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[v12,18/21] net: lwip: tftp: add support of blksize option to client
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,17/21] configs: add qemu_arm64_lwip_defconfig
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,16/21] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,15/21] net: lwip: add wget command
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,14/21] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,13/21] net: lwip: add dns command
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,12/21] net: lwip: add ping command
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,11/21] net: lwip: add TFTP support and tftpboot command
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,10/21] net: lwip: tftp: bind to TFTP port only when in server mode
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,09/21] net: lwip: add DHCP support and dhcp commmand
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,08/21] net: lwip: build lwIP
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,07/21] net: eth-uclass: add function eth_start_udev()
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,06/21] net: split net into net{,-common,-legacy,-lwip}
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,05/21] net: introduce alternative implementation as net/lwip/
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,04/21] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,03/21] test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,02/21] sandbox: add dummy driver ETH_SANDBOX_LWIP
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v12,01/21] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
Introduce the lwIP network stack
-
-
-
2024-10-09
Jerome Forissier
Superseded
[v2] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
[v2] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
-
-
-
2024-10-09
Jerome Forissier
Accepted
[2/2] power/domain: meson-ee-pwrc: make sure to not enable a domain twice
ARM: mach-meson: fix HDMI since DT update to v6.11
-
-
-
2024-10-09
Neil Armstrong
Accepted
[1/2] clk: meson: gxbb: add HDMI clocks
ARM: mach-meson: fix HDMI since DT update to v6.11
-
-
-
2024-10-09
Neil Armstrong
Accepted
[v2] video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
[v2] video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
-
-
-
2024-10-09
Neil Armstrong
Accepted
[v2,14/14] efi_memory: rename variable to highlight overlap with free memory
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,13/14] lmb: remove call to efi_lmb_reserve()
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,12/14] efi_memory: do not add RAM memory to the memory map
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,11/14] x86: e820: use the lmb API for adding RAM memory
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,10/14] layerscape: use the lmb API's to add RAM memory
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,09/14] lmb: allow for boards to specify memory map
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,08/14] stm32mp: remove efi_add_known_memory() function definition
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,07/14] ti: k3: remove efi_add_known_memory() function definition
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,06/14] lmb: notify of any changes to the LMB memory map
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,05/14] add a function to check if an address is in RAM memory
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,04/14] lib: Kconfig: add a config symbol for getting lmb memory map updates
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,03/14] efi: memory: use the lmb API's for allocating and freeing memory
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,02/14] lmb: add a flag to allow suppressing memory map change notification
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
[v2,01/14] lmb: add versions of the lmb API with flags
Make EFI memory allocations synchronous with LMB
-
-
-
2024-10-08
Sughosh Ganu
Superseded
dts: meson-g12-common-u-boot: do not disable canvas
dts: meson-g12-common-u-boot: do not disable canvas
-
-
-
2024-10-08
Neil Armstrong
Accepted
video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
-
-
-
2024-10-08
Neil Armstrong
Superseded
test: Fix skip check for sleep command test
test: Fix skip check for sleep command test
-
-
-
2024-10-08
Andrew Goodbody
Accepted
net: wget: check strict_strtoul() return value
net: wget: check strict_strtoul() return value
-
-
-
2024-10-08
Jerome Forissier
New
linker_lists: set LINKER_LIST_ALIGN to 8 if 64BIT
linker_lists: set LINKER_LIST_ALIGN to 8 if 64BIT
-
-
-
2024-10-07
Jerome Forissier
New
[PULL] Please pull qcom/qcom-next
[PULL] Please pull qcom/qcom-next
-
-
-
2024-10-04
Caleb Connolly
New
[PULL] Please pull qcom/qcom-next
[PULL] Please pull qcom/qcom-next
-
-
-
2024-10-04
Caleb Connolly
New
[v2,4/4] doc: board/qualcomm: describe phone support and bringup
Better smartphone support (Qualcomm)
-
-
-
2024-10-04
Caleb Connolly
New
[v2,3/4] bootretry: check for bootretry variable changes
Better smartphone support (Qualcomm)
-
-
-
2024-10-04
Caleb Connolly
New
[v2,2/4] cli_hush: run bootmenu on retry
Better smartphone support (Qualcomm)
-
-
-
2024-10-04
Caleb Connolly
New
[v2,1/4] board/qualcomm: introduce phone config
Better smartphone support (Qualcomm)
-
-
-
2024-10-04
Caleb Connolly
New
[v11,29/29,TESTING] Kconfig: enable NET_LWIP by default
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,28/29,TESTING] configs: set CONFIG_NET=y for FTGMAC100
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,27/29] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,26/29] MAINTAINERS: net-lwip: add myself as a maintainer
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,25/29] CI: add qemu_arm64_lwip to the test matrix
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,24/29] net-lwip: add TFTP_BLOCKSIZE
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,23/29] lwip: tftp: add support of blksize option to client
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,22/29] configs: add qemu_arm64_lwip_defconfig
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,21/29] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,20/29] net-lwip: lwIP wget supports user defined port in the uri, so allow it.
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,19/29] net-lwip: add wget command
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,18/29] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,17/29] net-lwip: add dns command
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,16/29] net-lwip: add ping command
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,15/29] net-lwip: add TFTP support and tftpboot command
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,14/29] lwip: tftp: bind to TFTP port only when in server mode
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,13/29] net-lwip: add DHCP support and dhcp commmand
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,12/29] net-lwip: build lwIP
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,11/29] net: eth-uclass: add function eth_start_udev()
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,10/29] net: move copy_filename() to new file net/net-common.c
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,09/29] net: split include/net.h into net{, -common, -legacy, -lwip}.h
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,08/29] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,07/29] net: introduce alternative implementation as net-lwip/
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
New
[v11,05/29] test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,04/29] sandbox: add dummy driver ETH_SANDBOX_LWIP
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
[v11,02/29] Make AVB_VERIFY depend on FASTBOOT
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Accepted
[v11,01/29] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
Introduce the lwIP network stack
-
-
-
2024-10-03
Jerome Forissier
Superseded
linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
-
-
-
2024-10-03
Jerome Forissier
Superseded
Make AVB_VERIFY depend on FASTBOOT
Make AVB_VERIFY depend on FASTBOOT
-
-
-
2024-10-02
Jerome Forissier
Superseded
[v3,3/3] usb: dwc3: invalidate dcache on buffer used in interrupt handling
dwc3: gadget: properly fix cache operations
-
-
-
2024-10-02
Neil Armstrong
Superseded
[v3,2/3] usb: dwc3: fix dcache flush range calculation
dwc3: gadget: properly fix cache operations
-
-
-
2024-10-02
Neil Armstrong
New
[v3,1/3] usb: dwc3: allocate setup_buf with dma_alloc_coherent()
dwc3: gadget: properly fix cache operations
-
-
-
2024-10-02
Neil Armstrong
Superseded
[v2,2/2] dfu: sf: rely on DT for spi speed and mode
dfu: sf: fix flash probe when DM_SPI_FLASH is enabled
-
-
-
2024-10-01
Neil Armstrong
Accepted
[v2,1/2] spi: add DM_SPI_FLASH compatibility inline functions
dfu: sf: fix flash probe when DM_SPI_FLASH is enabled
-
-
-
2024-10-01
Neil Armstrong
Accepted
[1/1] arch: arm: dts: imx8mm-cl-iot-gate.dts: add no-mmc-hs400 to mmc2
arch: arm: dts: imx8mm-cl-iot-gate.dts: add no-mmc-hs400 to mmc2
-
-
-
2024-10-01
Ying-Chun Liu (PaulLiu)
New
[4/4] board: bcm96846: Enable NAND options
mtd: rawnand: brcmnand: Add BCMBCA support
-
-
-
2024-09-30
Linus Walleij
Superseded
[3/4] drivers: nand: bcmbca: Enable on BCM6846
mtd: rawnand: brcmnand: Add BCMBCA support
-
-
-
2024-09-30
Linus Walleij
Superseded
[2/4] arm: dts: bcm: Update bcm6846 and bcm96846
mtd: rawnand: brcmnand: Add BCMBCA support
-
-
-
2024-09-30
Linus Walleij
New
[1/4] mtd: rawnand: brcmnand: Add BCMBCA RAW NAND driver
mtd: rawnand: brcmnand: Add BCMBCA support
-
-
-
2024-09-30
Linus Walleij
Superseded
[v3,13/13] MAINTAINERS: Add myself to the list of UFS maintainers
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
New
[v3,12/13] ufs: core: remove link_startup_again logic
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,11/13] ufs: Fix debug message in 'ufs_start'
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
New
[v3,10/13] ufs: Add missing memory barriers
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,09/13] ufs: Sync possible UFS Quirks with Linux UFS driver
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,08/13] ufs: Clear UECPA once due to LINERESET has happened during LINK_STARTUP
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,07/13] ufs/ufs.h: Add definition of 'ufshcd_rmwl()'
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,06/13] ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,05/13] ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,04/13] ufs: use dcache helpers for scsi_cmd data and only invalidate if necessary
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,03/13] ufs: split flush and invalidate to only invalidate when required
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
[v3,02/13] ufs: fix dcache flush and invalidate range calculation
ufs: enhancements to support Qualcomm UFS controllers
-
-
-
2024-09-30
Neil Armstrong
Accepted
«
1
2
3
4
…
210
211
»