messages from 2021-03-07 20:02:55 to 2021-03-09 03:18:17 UTC [more...]
[PATCH] usb: ehci-hcd: Add IAA handshake for removing async QH
2021-03-09 3:18 UTC (3+ messages)
` [EXT] "
[PATCH 00/20] ppc: qemu: Add eTSEC support
2021-03-09 2:41 UTC (4+ messages)
` [PATCH 06/20] of: extra: Introduce ofnode_phy_is_fixed_link() API
[PATCH v4 0/2] x86: Minor improvements mostly for image loading
2021-03-09 2:33 UTC (3+ messages)
` [PATCH v4 2/2] x86: coral: Show memory config and SKU ID on startup
[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
2021-03-09 1:24 UTC (63+ messages)
` [PATCH u-boot-marvell 01/39] ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x
` [PATCH u-boot-marvell 02/39] ddr: marvell: axp: fix array types have different bounds warning
` [PATCH u-boot-dm 03/39] regmap: fix a serious pointer casting bug
` [PATCH u-boot 04/39] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
` [PATCH u-boot 06/39] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot 07/39] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot 08/39] linker_lists: prepare macros to avoid code repetition
` [PATCH u-boot 10/39] linker_lists: declare lists and entries as __ADDRESSABLE for LTO
` [PATCH u-boot 11/39] binman: declare symbols externally visible
` [PATCH u-boot 12/39] string: make memcpy() and memset() visible to fix LTO linking errors
` [PATCH u-boot 13/39] efi_loader: fix warning when linking with LTO
` [PATCH u-boot 15/39] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot v1.1 "
` [PATCH u-boot 16/39] build: use thin archives instead of incremental linking
` [PATCH u-boot 38/39] ARM: enable LTO for some boards
[PATCH v2 00/19] video: sunxi: rework DE2 driver
2021-03-09 0:40 UTC (13+ messages)
` [PATCH v2 09/19] video: sunxi: de2: switch to public uclass functions
` [PATCH v2 14/19] clk: sunxi: Add DE2 and HDMI clocks to H3 and A64
` [PATCH v2 15/19] clk: sunxi: add DE2 clock driver
` [PATCH v2 16/19] video: sunxi: de2: switch clock setup to DM model
` [PATCH v2 18/19] video: sunxi: Add DW HDMI PHY driver
request for i.MX8MM Venice test
2021-03-08 22:19 UTC (6+ messages)
Booting a FIT: The load address of the FDT blob and overlays
2021-03-08 22:16 UTC
[PATCH 1/2] board: gateworks: venice: fix gsc_get_dev
2021-03-08 21:52 UTC (2+ messages)
` [PATCH 2/2] board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE
[PATCH 0/2] ANATOP regulator driver
2021-03-08 21:47 UTC (5+ messages)
` [PATCH 1/2] power: regulator: add driver for ANATOP regulator
[PATCH v4 1/5] firmware: scmi: voltage regulator
2021-03-08 21:38 UTC (5+ messages)
` [PATCH v4 2/5] firmware: scmi: sandbox test for "
` [PATCH v4 3/5] firmware: scmi: fix inline comments and minor coding style issues
` [PATCH v4 4/5] test: scmi: add local variables for scmi agent reference
` [PATCH v4 5/5] regulator: scmi: fix header file inclusion order
[PATCH v5 0/2] gpio: Update and simplify the uclass API
2021-03-08 19:07 UTC (8+ messages)
` [PATCH v5 1/2] gpio: i2c-gpio: Drop use of dm_gpio_set_dir()
` [PATCH v5 2/2] gpio: Drop dm_gpio_set_dir()
[PATCH] disk: gpt: verify alternate LBA points to last usable LBA
2021-03-08 17:38 UTC (2+ messages)
[PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms
2021-03-08 17:31 UTC (5+ messages)
` [PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled
` [PATCH v2 3/4] arch: Kconfig: enable IRQ using select for x86 architecture
` [PATCH v2 4/4] sandbox: enable IRQ using select for sandbox architecture
[PATCHv3] arm64: gic-v3-its: Clear the Pending table before enabling LPIs
2021-03-08 17:29 UTC (2+ messages)
[PULL u-boot] Please pull u-boot-amlogic-20210308
2021-03-08 16:51 UTC (2+ messages)
[GIT PULL] SoCFPGA changes for v2021.04-rc4
2021-03-08 16:51 UTC (2+ messages)
[PATCH] mmc: kconfig: Add CONFIG_SPL_MMC_VERBOSE
2021-03-08 16:49 UTC
[PATCH] rk3399: Add basic support for helios64
2021-03-08 16:29 UTC (6+ messages)
[PATCH] imx: imx8: Update README with somewhat correct firmware versions
2021-03-08 15:19 UTC
[PATCH v5 00/41] test: Refactor tests to have a single test runner
2021-03-08 15:07 UTC (44+ messages)
` [PATCH v5 01/41] dm: core: Fix allocation of empty of-platdata
` [PATCH v5 02/41] doc: Tidy up testing section
` [PATCH v5 03/41] doc: Document make tcheck
` [PATCH v5 04/41] sandbox: Drop the 'starting...' message
` [PATCH v5 05/41] test: Re-enable test_ofplatdata
` [PATCH v5 06/41] doc: Explain how to run tests without pytest
` [PATCH v5 07/41] doc: Document how sandbox_spl_tests are run
` [PATCH v5 08/41] test: Correct setexpr test prefix
` [PATCH v5 09/41] test: Mark all driver model tests with a flag
` [PATCH v5 10/41] test: Rename test-main.c to test-dm.c
` [PATCH v5 11/41] test: Add an overall test runner
` [PATCH v5 12/41] test: Create pre/post-run functions
` [PATCH v5 13/41] test: Call test_pre/post_run() from driver model tests
` [PATCH v5 14/41] test: Move dm_extended_scan() to test_pre_run()
` [PATCH v5 15/41] test: Move do_autoprobe() "
` [PATCH v5 16/41] test: Move dm_scan_plat() "
` [PATCH v5 17/41] test: Drop mallinfo() work-around
` [PATCH v5 18/41] test: Move console silencing to test_pre_run()
` [PATCH v5 19/41] test: Move delay skipping "
` [PATCH v5 20/41] test: Handle driver model reinit in test_pre_run()
` [PATCH v5 21/41] test: Drop struct dm_test_state
` [PATCH v5 22/41] test: Move dm_test_init() into test-main.c
` [PATCH v5 23/41] test: Move dm_test_destroy() "
` [PATCH v5 24/41] test: Move test running into a separate function
` [PATCH v5 25/41] test: Use ut_run_test() to run driver model tests
` [PATCH v5 26/41] test: Drop dm_do_test()
` [PATCH v5 27/41] test: Add ut_run_test_live_flat() to run tests twice
` [PATCH v5 28/41] test: Use a local variable for test state
` [PATCH v5 29/41] test: Run driver-model tests using ut_run_list()
` [PATCH v5 30/41] test: Use return values in dm_test_run()
` [PATCH v5 31/41] test: Move the devicetree check into ut_run_list()
` [PATCH v5 32/41] test: Move restoring of driver model state to ut_run_list()
` [PATCH v5 33/41] test: log: Rename log main test file to log_ut.c
` [PATCH v5 34/41] test: Add a macros for finding tests in linker_lists
` [PATCH v5 35/41] test: Rename all linker lists to have a ut_ prefix
` [PATCH v5 36/41] test: Allow SPL to run any available test
` [PATCH v5 37/41] sandbox: Update os_find_u_boot() to find the .img file
` [PATCH v5 38/41] spl: Convert spl_fit to work with sandbox
` [PATCH v5 39/41] spl: test: Add a test for spl_load_simple_fit()
` [PATCH v5 40/41] test: sandbox: Move sandbox test docs into doc/develop
` [PATCH v5 41/41] doc: Explain briefly how to write new tests
Dead code CONFIG_ARMADA_39X?
2021-03-08 14:35 UTC (3+ messages)
` [PATCH] arm: mvebu: a38x: Remove dead code ARMADA_39X
[PATCH 3/4] arch: Kconfig: enable IRQ using select for x86 architecture
2021-03-08 12:22 UTC
[PATCH 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled
2021-03-08 12:21 UTC
[PATCH 1/4] misc: make CONFIG_IRQ selectable for all platforms
2021-03-08 12:19 UTC (3+ messages)
Pull request for efi-2021-04-rc3-3
2021-03-08 12:10 UTC (2+ messages)
[PATCH 0/4 v6] Add ESRT and test ESRT creation
2021-03-08 11:29 UTC (5+ messages)
` [PATCH 1/4 v6] efi: Add ESRT to the EFI system table
` [PATCH 2/4 v6] cmd: efi: ESRT table debug print
` [PATCH 3/4 v6] efi: ESRT creation tests
` [PATCH 4/4 v6] Test the ESRT creation within an existing pytest
Habv4 on imx8m
2021-03-08 11:28 UTC (9+ messages)
[PATCH] cmd: part: number: remove inconsistent 0x from returned value
2021-03-08 10:45 UTC (6+ messages)
[PATCH u-boot 14/39] lib: crc32: make the crc_table variable non-const
2021-03-08 9:54 UTC (11+ messages)
` [PATCH u-boot 14/39] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v1.1 14.1/39] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v1.2 14.1/39] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v1.2 14.2/39] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v1.2 14.3/39] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v1.1 14.2/39] "
[PATCH 1/2] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
2021-03-08 9:50 UTC (6+ messages)
` [PATCH 2/2] mmc: fsl_esdhc_imx: remove redundant cmd11 related code
[PATCH] button: adc: fix treshold typo
2021-03-08 9:44 UTC (3+ messages)
[RFC/RFT 0/7] arm: meson: static ethernet init cleanup
2021-03-08 9:43 UTC (2+ messages)
[PATCH] net: add MMIO Register MDIO MUX driver
2021-03-08 9:43 UTC (3+ messages)
[PATCH] net: designware: add DM_MDIO support
2021-03-08 9:43 UTC (3+ messages)
[PATCH] net: add Amlogic Meson G12A MDIO MUX driver
2021-03-08 9:43 UTC (3+ messages)
[PATCH] net: designware: add Amlogic Meson8b & later glue driver
2021-03-08 9:42 UTC (2+ messages)
[PATCH v5 00/10] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
2021-03-08 9:20 UTC (22+ messages)
` [PATCH v5 02/10] mtd: spi-nor-ids: Add "
` [PATCH v5 04/10] mtd: spi-nor-core: Add support for volatile QE bit
` [PATCH v5 05/10] mtd: spi-nor-core: Add the ->ready() hook
` [PATCH v5 07/10] mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress
` [PATCH v5 08/10] mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte
` [PATCH v5 09/10] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t
[IMPORTANT] gitlab relocation / rename
2021-03-08 7:34 UTC (3+ messages)
[PATCH v2 3/5] board/Synology: Unify legacy kernel support
2021-03-08 6:36 UTC (3+ messages)
` [PATCH v3 "
[PATCH 2/5] configs: ds414: Enable XHCI_PCI by default
2021-03-08 6:34 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v3 "
[PATCH 0/5] riscv: enable SBI system reset
2021-03-08 6:29 UTC (5+ messages)
` [PATCH 2/5] cmd/sbi: use constants instead of numerical values
` [PATCH 4/5] pinctrl: K210_PINCTRL depends on REGMAP and on SYSCON
[PATCH] configs: add PineTab defconfig
2021-03-08 0:13 UTC (5+ messages)
[RFC] tests in test/dm/video.c are not independent
2021-03-07 23:27 UTC (2+ messages)
[PATCH v4 00/42] test: Refactor tests to have a single test runner
2021-03-07 23:21 UTC (10+ messages)
` [PATCH v4 06/42] doc: Explain how to run tests without pytest
` [PATCH v4 39/42] doc: Move coccinelle into its own section
` [PATCH v4 42/42] doc: Explain briefly how to write new tests
[PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()
2021-03-07 23:05 UTC (2+ messages)
[PATCH 00/20] binman: Support devicetree update in all entries
2021-03-07 22:37 UTC (8+ messages)
` [PATCH 16/20] binman: doc: Add documentation to htmldocs
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