messages from 2021-03-12 13:35:45 to 2021-03-15 04:25:27 UTC [more...]
[PATCH v4 00/42] dm: Implement OF_PLATDATA_INST in driver model (part E)
2021-03-15 4:25 UTC (18+ messages)
` [PATCH v4 01/42] dtoc: Drop use of DECL() macros
` [PATCH v4 02/42] sandbox: Drop debug message in os_spl_to_uboot()
` [PATCH v4 03/42] linker_lists: Allow use in data structures
` [PATCH v4 04/42] dm: core: Add macros to access the new linker lists
` [PATCH v4 05/42] dm: core: Allow dropping run-time binding of devices
` [PATCH v4 06/42] dm: core: Adjust uclass setup with of-platdata
` [PATCH v4 07/42] dm: core: Set up driver model for OF_PLATDATA_INST
` [PATCH v4 08/42] dm: core: Skip adding uclasses with OF_PLATDATA_INST
` [PATCH v4 09/42] dm: Add the new dtoc-generated files to the build
` [PATCH v4 10/42] dm: core: Include dt-decl.h automatically
` [PATCH v4 11/42] dm: test: Avoid destroying uclasses with of-platdata-inst
` [PATCH v4 12/42] clk: sandbox: Move priv/plat data to a header file
` [PATCH v4 13/42] clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
` [PATCH v4 14/42] clk: sandbox: Create a special fixed-rate driver
` [PATCH v4 15/42] dm: core: Drop device_get_by_driver_info()
` [PATCH v4 16/42] dm: core: Drop uclass_find_device_by_phandle() with of-platdata
` [PATCH v4 17/42] sandbox: i2c: Move platdata structs to header files
[PATCH v8 00/28] Add DM support for omap PWM backlight
2021-03-15 3:01 UTC (3+ messages)
` [PATCH v8 03/28] bus: ti: add minimal sysc interconnect target driver
[PATCH v2 0/6] log: Allow multiple lines and conversion to printf()
2021-03-14 20:32 UTC (4+ messages)
` [PATCH v2 6/6] log: Convert log values to printf() if not enabled
[PATCH v6 0/4] Move qfw to DM, add Arm support
2021-03-14 20:22 UTC (3+ messages)
` [PATCH v6 2/4] test: qemu: add qfw sandbox driver, dm tests, qemu tests
[PATCH] efi_loader: fix memory type for memory reservation block
2021-03-14 19:28 UTC (2+ messages)
[PATCH 0/6 v3] Loadfile2 for initrd loading
2021-03-14 19:05 UTC (7+ messages)
` [PATCH 1/6 v3] efi_selftest: Remove loadfile2 for initrd selftests
` [PATCH 2/6 v3] efi_loader: Add device path related functions for initrd via Boot####
` [PATCH 3/6 v3] efi_loader: Add helper functions for EFI
` [PATCH 4/6 v3] efi_loader: Replace config option for initrd loading
` [PATCH 5/6 v3] efidebug: add multiple device path instances on Boot####
` [PATCH 6/6 v3] doc: Update uefi documentation for initrd loading options
[PATCH] net: gem: Fix setting PCS auto-negotiation state
2021-03-14 18:32 UTC (2+ messages)
[PATCH 7/7] drivers: net: macb: add fu740 support
2021-03-14 18:31 UTC
[PATCH 0/2] net: jr2: Fix for jr2 switch
2021-03-14 18:30 UTC (5+ messages)
` [PATCH 1/2] net: jr2: Reset switch
` [PATCH 2/2] net: jr2: Fix Serdes6G configuration
[PATCH 1/1] efi_selftest: illegal cast to pointer in initrddump
2021-03-14 17:45 UTC (2+ messages)
[PATCH v4 00/22] ppc: qemu: Add eTSEC support
2021-03-14 12:15 UTC (23+ messages)
` [PATCH v4 01/22] dt-bindings: net: Add the old DT bindings for "fixed-link"
` [PATCH v4 02/22] of: extra: Introduce ofnode_phy_is_fixed_link() API
` [PATCH v4 03/22] dm: mdio: Use "
` [PATCH v4 04/22] net: phy: fixed: Be compatible with live OF tree
` [PATCH v4 05/22] net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed
` [PATCH v4 06/22] net: phy: xilinx: Be compatible with live OF tree
` [PATCH v4 07/22] net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()
` [PATCH v4 08/22] net: phy: Simplify the logic of phy_connect_fixed()
` [PATCH v4 09/22] net: phy: fixed: Make driver ops static
` [PATCH v4 10/22] net: phy: fixed: Add the missing ending newline
` [PATCH v4 11/22] net: phy: fixed: Support the old DT binding
` [PATCH v4 12/22] net: tsec: Use dm_eth_phy_connect() directly for the DM case
` [PATCH v4 13/22] sandbox: Add a DSA sandbox driver and unit test
` [PATCH v4 14/22] test: dm: Add a case to test ofnode_phy_is_fixed_link()
` [PATCH v4 15/22] net: tsec: Use map_physmem() directly instead of dev_remap_addr()
` [PATCH v4 16/22] dt-bindings: net: Update Freescale TSEC to support "queue-group"
` [PATCH v4 17/22] net: tsec: Support <reg> property from the subnode "queue-group"
` [PATCH v4 18/22] dm: core: Correctly read <ranges> of simple-bus
` [PATCH v4 19/22] test: dm: Add a test case for simple-bus <ranges>
` [PATCH v4 20/22] ppc: qemu: Create a virtual memory mapping of the platform bus
` [PATCH v4 21/22] ppc: qemu: Enable eTSEC support
` [PATCH v4 22/22] doc: board: qemu-ppce500: Document eTSEC usage
[PATCH 0/6 v2] Loadfile2 for initrd loading
2021-03-14 10:19 UTC (25+ messages)
` [PATCH 1/6 v2] efi_selftest: Remove loadfile2 for initrd selftests
` [PATCH 2/6] efi_loader: Add device path related functions for initrd via Boot####
` [PATCH 3/6 v2] efi_loader: Introduce helper functions for EFI
` [PATCH 4/6 v2] efi_loader: Replace config option for initrd loading
` [PATCH 5/6 v2] efidebug: add multiple device path instances on Boot####
` [PATCH 6/6 v2] doc: Update uefi documentation for initrd loading options
[PATCH v3 00/22] ppc: qemu: Add eTSEC support
2021-03-14 8:19 UTC (29+ messages)
` [PATCH v3 01/22] dt-bindings: net: Add the old DT bindings for "fixed-link"
` [PATCH v3 02/22] of: extra: Introduce ofnode_phy_is_fixed_link() API
` [PATCH v3 03/22] dm: mdio: Use "
` [PATCH v3 04/22] net: phy: fixed: Be compatible with live OF tree
` [PATCH v3 05/22] net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed
` [PATCH v3 06/22] net: phy: xilinx: Be compatible with live OF tree
` [PATCH v3 07/22] net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()
` [PATCH v3 08/22] net: phy: Simplify the logic of phy_connect_fixed()
` [PATCH v3 09/22] net: phy: fixed: Make driver ops static
` [PATCH v3 10/22] net: phy: fixed: Add the missing ending newline
` [PATCH v3 11/22] net: phy: fixed: Support the old DT binding
` [PATCH v3 12/22] net: tsec: Use dm_eth_phy_connect() directly for the DM case
` [PATCH v3 13/22] sandbox: Add a DSA sandbox driver and unit test
` [PATCH v3 14/22] test: dm: Add a case to test ofnode_phy_is_fixed_link()
` [PATCH v3 15/22] net: tsec: Use map_physmem() directly instead of dev_remap_addr()
` [PATCH v3 16/22] dt-bindings: net: Update Freescale TSEC to support "queue-group"
` [PATCH v3 17/22] net: tsec: Support <reg> property from the subnode "queue-group"
` [PATCH v3 18/22] dm: core: Correctly read <ranges> of simple-bus
` [PATCH v3 19/22] test: dm: Add a test case for simple-bus <ranges>
` [PATCH v3 20/22] ppc: qemu: Create a virtual memory mapping of the platform bus
` [PATCH v3 21/22] ppc: qemu: Enable eTSEC support
` [PATCH v3 22/22] doc: board: qemu-ppce500: Document eTSEC usage
rk3399-gru-kevin: issues on bringup
2021-03-14 1:00 UTC (4+ messages)
[RFC] dev_phys_to_bus() and PCI
2021-03-13 19:19 UTC (2+ messages)
[PATCH u-boot v2 00/38] U-Boot LTO (Sandbox + Some ARM boards)
2021-03-13 17:34 UTC (25+ messages)
` [PATCH u-boot v2 10/38] efi_loader: fix warning when linking with LTO
` [PATCH u-boot v2 11/38] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v2 12/38] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v2 13/38] efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
` [PATCH u-boot v2 14/38] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v2 32/38] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
[PATCH] configs: omap35_logic_somlv: Fix MMC booting
2021-03-13 15:46 UTC
[PATCH] configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD
2021-03-13 15:34 UTC (2+ messages)
[PATCH] configs: add PineTab defconfig
2021-03-13 15:32 UTC (3+ messages)
[PATCH 2/4] pinephone_defconfig: reduce boot delay
2021-03-13 14:56 UTC (4+ messages)
[PATCH v2 00/21] ppc: qemu: Add eTSEC support
2021-03-13 14:34 UTC (47+ messages)
` [PATCH v2 01/21] dt-bindings: net: Add the old DT bindings for "fixed-link"
` [PATCH v2 02/21] of: extra: Introduce ofnode_phy_is_fixed_link() API
` [PATCH v2 03/21] test: dm: Add a case to test ofnode_phy_is_fixed_link()
` [PATCH v2 04/21] dm: mdio: Use ofnode_phy_is_fixed_link() API
` [PATCH v2 05/21] net: phy: fixed: Be compatible with live OF tree
` [PATCH v2 06/21] net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed
` [PATCH v2 07/21] net: phy: xilinx: Be compatible with live OF tree
` [PATCH v2 08/21] net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()
` [PATCH v2 09/21] net: phy: Simplify the logic of phy_connect_fixed()
` [PATCH v2 10/21] net: phy: fixed: Make driver ops static
` [PATCH v2 11/21] net: phy: fixed: Add the missing ending newline
` [PATCH v2 12/21] net: phy: fixed: Support the old DT binding
` [PATCH v2 13/21] net: tsec: Use dm_eth_phy_connect() directly for the DM case
` [PATCH v2 14/21] sandbox: Add a DSA sandbox driver and unit test
` [PATCH v2 15/21] dt-bindings: net: Update Freescale TSEC to support "queue-group"
` [PATCH v2 16/21] net: tsec: Support <reg> property from the subnode "queue-group"
` [PATCH v2 17/21] dm: core: Correctly read <ranges> of simple-bus
` [PATCH v2 18/21] test: dm: Add a test case for simple-bus <ranges>
` [PATCH v2 19/21] ppc: qemu: Create a virtual memory mapping of the platform bus
` [PATCH v2 20/21] ppc: qemu: Enable eTSEC support
` [PATCH v2 21/21] doc: board: qemu-ppce500: Document eTSEC usage
Fastboot
2021-03-13 0:15 UTC (9+ messages)
[PATCH v5 00/41] test: Refactor tests to have a single test runner
2021-03-12 21:56 UTC (2+ messages)
[PATCH u-boot v2.1 38/38] ARM: enable LTO for some boards
2021-03-12 20:47 UTC (7+ messages)
[PATCH 0/7] Add FU740 chip and HiFive Unmatched board support
2021-03-12 20:40 UTC
[PATCH 1/6] efi_selftest: Remove loadfile2 for initrd selftests
2021-03-12 16:25 UTC (4+ messages)
` [PATCH 5/6] efidebug: add multiple device path instances on Boot####
[PATCH v2] tee: optee: Change printing during optee_probe
2021-03-12 15:47 UTC (4+ messages)
[PATCH] cmd: part: number: remove inconsistent 0x from returned value
2021-03-12 15:47 UTC (9+ messages)
Please pull u-boot-marvell/master
2021-03-12 15:17 UTC (2+ messages)
[PATCH] spi: zynqmp_gqspi: Simplify baud_rate_val calculation
2021-03-12 13:53 UTC
[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
2021-03-12 13:52 UTC (11+ messages)
` [PATCH u-boot 37/39] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
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