messages from 2024-07-25 09:38:49 to 2024-07-26 12:36:47 UTC [more...]
[PATCH] usb: bootm: Drop old USB-device-removal code
2024-07-26 12:36 UTC
[PATCH v5 00/20] Introduce the lwIP network stack
2024-07-26 12:27 UTC (34+ messages)
` [PATCH v5 01/20] flash: prefix error codes with FL_
` [PATCH v5 02/20] net: introduce alternative implementation as net-lwip/
` [PATCH v5 03/20] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
` [PATCH v5 04/20] net: fec_mxc_init(): do not ignore return status of fec_open()
` [PATCH v5 05/20] net: split include/net.h into net{, -common, -legacy, -lwip}.h
` [PATCH v5 06/20] net: eth-uclass: add function eth_start_udev()
` [PATCH v5 07/20] net-lwip: build lwIP
` [PATCH v5 08/20] net-lwip: add DHCP support and dhcp commmand
` [PATCH v5 09/20] net-lwip: add TFTP support and tftpboot command
` [PATCH v5 10/20] net-lwip: add ping command
` [PATCH v5 11/20] net-lwip: add dns command
` [PATCH v5 12/20] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v5 13/20] net-lwip: add wget command
` [PATCH v5 14/20] net-lwip: lwIP wget supports user defined port in the uri, so allow it
` [PATCH v5 15/20] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v5 16/20] configs: add qemu_arm64_lwip_defconfig
` [PATCH v5 17/20] lwip: tftp: add support of blksize option to client
` [PATCH v5 18/20] net-lwip: add TFTP_BLOCKSIZE
` [PATCH v5 19/20] CI: add qemu_arm64_lwip to the test matrix
` [PATCH v5 20/20] MAINTAINERS: net-lwip: add myself as a maintainer
[PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot
2024-07-26 10:18 UTC (9+ messages)
` [PATCH v4 07/29] mbedtls: add digest shim layer for MbedTLS
` [PATCH v4 23/29] mbedtls: add MSCode parser porting layer
[PATCHv2] clk: imx8m: register ARM A53 core clock
2024-07-26 10:29 UTC
[PATCH v4 0/7] usb: gadget: atmel: Code refactor and DM_USB_GADGET support
2024-07-26 9:34 UTC (12+ messages)
` [PATCH v4 1/7] usb: gadget: atmel: Sort includes
` [PATCH v4 2/7] usb: gadget: atmel: Replace printf() and pr_err() by log_err()
` [PATCH v4 3/7] usb: gadget: atmel: Fix typo in usb gadget driver register and unregister
` [PATCH v4 4/7] usb: gadget: atmel: Move usba_udc_pdata() with other static functions
` [PATCH v4 5/7] usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_disable()
` [PATCH v4 6/7] usb: gadget: atmel: Add attach/detach support
` [PATCH v4 7/7] usb: gadget: atmel: Add DM_USB_GADGET support
[PATCH v1 0/4] android_ab: fix slot_suffix issue and introduce ab_dump command
2024-07-26 9:29 UTC (6+ messages)
` [PATCH v1 1/4] cmd: ab_select: fix indentation problems for --no-dec parameter
` [PATCH v1 2/4] cmd: ab: introduce 'ab_dump' command to print BCB block content
` [PATCH v1 3/4] test/py: introduce test for ab_dump command
` [PATCH v1 4/4] common: android_ab: fix slot suffix for abc block
[PATCH v3 0/8] Add Starfive JH7110 Cadence USB driver
2024-07-26 8:39 UTC (5+ messages)
` [PATCH v3 1/8] usb: cdns3: Set USB PHY mode in cdns3_drd_update_mode()
` [PATCH v3 5/8] pinctrl: starfive: Setup USB default disable overcurrent pin
[PATCH 0/6] efi: Start tidying up memory management
2024-07-26 8:31 UTC (19+ messages)
` [PATCH 1/6] doc: Show more information in efi index
` [PATCH 2/6] efi: Convert device_path allocation to use malloc()
` [PATCH 3/6] efi: Allow monitoring of page allocations
` [PATCH 4/6] efi: Avoid pool allocation in efi_get_memory_map_alloc()
` [PATCH 5/6] efi: Use malloc() for the EFI pool
` [PATCH 6/6] efi: Show the location of the bounce buffer
[PATCH] arm64: zynqmp: dts: Add rts delay property for rs485 mode on KD240
2024-07-26 8:11 UTC (2+ messages)
[PATCH] arm64: xilinx: Describe TPM reset for Kria CCs
2024-07-26 8:11 UTC (2+ messages)
[PATCH] arm64: versal: Remove undocumented cadence,qspi compatible
2024-07-26 8:10 UTC (2+ messages)
[PATCH] arm64: versal-net: Align node names with dt-schema
2024-07-26 8:10 UTC (2+ messages)
[PATCH] arm64: zynqmp: Add resets property for UART nodes
2024-07-26 8:09 UTC (2+ messages)
[PULL] Please pull qcom/qcom-main
2024-07-25 23:55 UTC
M68K Vectors
2024-07-25 21:35 UTC
[PATCH v3 1/5] clock: qcom: ipq4019: add ESS clock
2024-07-25 23:54 UTC (5+ messages)
` [PATCH v3 4/5] net: add Qualcomm ESS EDMA adapter
[PATCH v6 00/24] qcom: rpmh core and regulator support
2024-07-25 23:38 UTC (2+ messages)
[PATCH 00/40] Make LMB memory map global and persistent
2024-07-25 23:32 UTC (51+ messages)
` [PATCH 04/40] lib: Convert str_to_list() to use alist
` [PATCH 05/40] spl: alloc: call full alloc functions if malloc pool is available
` [PATCH 06/40] alist: add a couple of helper functions
` [PATCH 11/40] lmb: make LMB memory map persistent and global
` [PATCH 15/40] lmb: config: add lmb config symbols for SPL
` [PATCH 16/40] lmb: allow lmb module to be used in SPL
` [PATCH 17/40] lmb: introduce a function to add memory to the lmb memory map
` [PATCH 20/40] lmb: remove lmb_init_and_reserve_range() function
` [PATCH 21/40] lmb: bootm: remove superfluous lmb stub functions
` [PATCH 22/40] lmb: init: initialise the lmb data structures during board init
` [PATCH 23/40] lmb: add a flags parameter to the API's
` [PATCH 24/40] lmb: add a common implementation of arch_lmb_reserve()
` [PATCH 25/40] sandbox: move the TCG event log to the start of ram memory
` [PATCH 26/40] spl: call spl_board_init() at the end of the spl init sequence
` [PATCH 27/40] spl: sandbox: initialise the ram banksize in spl
` [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver
` [PATCH 33/40] test: cedit: use allocated address for reading file
` [PATCH 35/40] test: lmb: run lmb tests only manually
` [PATCH 36/40] test: lmb: add a separate class of unit tests for lmb
` [PATCH 39/40] sandbox: adjust load address of couple of tests
` [PATCH 40/40] lmb: ut: re-enable unit tests
[RFC PATCH v2 00/48] Make U-Boot memory reservations coherent
2024-07-25 23:32 UTC (12+ messages)
` [RFC PATCH v2 38/48] lib: Kconfig: add a config symbol for getting lmb memory map updates
[zdi-disclosures@trendmicro.com: ZDI-CAN-24679: New Vulnerability Report]
2024-07-25 22:46 UTC
[PATCH v2 00/40] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-07-25 20:58 UTC (7+ messages)
[PATCH] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present
2024-07-25 20:57 UTC (10+ messages)
[PATCH v4 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-07-25 20:45 UTC (39+ messages)
` [PATCH v4 01/38] mmc: dw_mmc: Remove unused version field from struct dwmci_host
` [PATCH v4 02/38] mmc: dw_mmc: Move struct idmac to dw_mmc.c
` [PATCH v4 03/38] mmc: dw_mmc: Extract waiting for data busy into a separate routine
` [PATCH v4 04/38] mmc: dw_mmc: Extract FIFO init "
` [PATCH v4 05/38] mmc: dw_mmc: Extract divider update to a separate function
` [PATCH v4 06/38] mmc: dw_mmc: Extract FIFO data transfer into a separate routine
` [PATCH v4 07/38] mmc: dw_mmc: Extract DMA transfer handling code "
` [PATCH v4 08/38] mmc: dw_mmc: Extract setting the DMA descriptor "
` [PATCH v4 09/38] mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings
` [PATCH v4 10/38] mmc: dw_mmc: Add support for 64-bit IDMAC
` [PATCH v4 11/38] mmc: dw_mmc: Replace fifoth_val property with fifo-depth
` [PATCH v4 12/38] mmc: dw_mmc: Fix kernel-doc comments in dwmmc.h
` [PATCH v4 13/38] mmc: dw_mmc: Improve coding style
` [PATCH v4 14/38] arm: dts: exynos: Add upstream DW MMC properties to all Exynos dts
` [PATCH v4 15/38] dt-bindings: exynos: Update bindings doc for DW MMC controller
` [PATCH v4 16/38] arm: exynos: Add header guard for dwmmc.h
` [PATCH v4 17/38] mmc: exynos_dw_mmc: Fix obtaining the base address of controller
` [PATCH v4 18/38] mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()
` [PATCH v4 19/38] mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
` [PATCH v4 20/38] mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
` [PATCH v4 21/38] mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
` [PATCH v4 22/38] mmc: exynos_dw_mmc: Convert to use livetree API
` [PATCH v4 23/38] mmc: exynos_dw_mmc: Read upstream SDR timing properties
` [PATCH v4 24/38] mmc: exynos_dw_mmc: Abstract CLKSEL register
` [PATCH v4 25/38] mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
` [PATCH v4 26/38] mmc: exynos_dw_mmc: Read common bus-width property
` [PATCH v4 27/38] mmc: exynos_dw_mmc: Read common clock-frequency property
` [PATCH v4 28/38] mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
` [PATCH v4 29/38] mmc: exynos_dw_mmc: Read and use DDR timing when available
` [PATCH v4 30/38] mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
` [PATCH v4 31/38] mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
` [PATCH v4 32/38] mmc: exynos_dw_mmc: Pull all init code into probe function
` [PATCH v4 33/38] mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
` [PATCH v4 34/38] mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
` [PATCH v4 35/38] mmc: exynos_dw_mmc: Improve coding style
` [PATCH v4 36/38] arm: dts: exynos: Remove outdated DW MMC properties in all Exynos dts
` [PATCH v4 37/38] configs: e850-96: Enable MMC
` [PATCH v4 38/38] doc: samsung: Mention enabled eMMC in E850-96 board doc
[PATCH v3 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-07-25 18:16 UTC (3+ messages)
Fwd: New Defects reported by Coverity Scan for Das U-Boot
2024-07-25 17:16 UTC (8+ messages)
Please pull u-boot-samung master
2024-07-25 17:16 UTC (2+ messages)
[PATCH] clk: fix ccf_clk_get_rate
2024-07-25 15:32 UTC (7+ messages)
[PATCHv2 0/9] Add a subcommand 'release' to cmd/cpu.c
2024-07-25 14:32 UTC (11+ messages)
` [PATCHv2 1/9] cpu: add release_core callback
` [PATCHv2 2/9] cpu: sandbox: implement "
` [PATCHv2 3/9] test: cpu: add test for release CPU core
` [PATCHv2 7/9] cmd: cpu: add release subcommand
[PATCH] clk: imx8m: register ARM A55 core clock
2024-07-25 14:28 UTC (3+ messages)
[PATCH v3] tools: Add script to update git subtree projects
2024-07-25 13:57 UTC
[PATCH v2] tools: Add script to update git subtree projects
2024-07-25 13:39 UTC (5+ messages)
[PATCH V7 0/7] Low Power Mode: Package TIFS Stub in BeaglePlay
2024-07-25 12:05 UTC (16+ messages)
` [PATCH V7 1/7] MAINTAINERS: Include the TI docs under ARM TI
` [PATCH V7 2/7] doc: ti: k3: Add TIFS Stub documentation
` [PATCH V7 3/7] doc: board: ti: Update to use the new boot firmware labels
` [PATCH V7 4/7] doc: ti: am62*: Mention TIFS Stub in img fmts and boot flow
` [PATCH V7 5/7] arm: dts: k3-am625-beagleplay: Package TIFS Stub
` [PATCH V7 6/7] doc: beagle: am62x_beagleplay: Document the use of "
` [PATCH V7 7/7] arm: dts: phycore-am62x: Package "
[PATCH v5 00/11] efi: CapsuleUpdate: support for dynamic UUIDs
2024-07-25 11:57 UTC (9+ messages)
` [PATCH v5 02/11] lib: uuid: add UUID v5 support
` [PATCH v5 03/11] efi: add a helper to generate dynamic UUIDs
` [PATCH v5 07/11] include: export uuid.h
` [PATCH v5 10/11] test: lib/uuid: add unit tests for dynamic UUIDs
[PATCH 0/2] rockchip: Remove files that can be included from dts/upstream
2024-07-25 9:46 UTC (3+ messages)
` [PATCH 1/2] rockchip: px30/rk3326: Use soc dtsi files "
` [PATCH 2/2] rockchip: Use "
[PATCH v2] mtd: nand: raw: atmel: Use ONFI ECC params if available
2024-07-25 9:41 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox