[PATCH 00/13] ARM: stm32mp: add full STM32MP13 support with OP-TEE
2023-11-27 6:49 UTC (5+ messages)
` [PATCH 01/13] clk: stm32mp1: build only when STM32MP15 support is enabled
` [PATCH 02/13] clk: factor out clk_hw_get_parent_index
` [PATCH 03/13] include: add initial <linux/clk-provider.h>
` [PATCH 05/13] clk: divider: implement divider_[ro_]round_rate_parent
[PATCH 0/6] firmware: arm_scmi: add OP-TEE transport support
2023-11-27 6:40 UTC (7+ messages)
` [PATCH 1/6] firmware: arm_scmi: sync with Linux v6.6
` [PATCH 2/6] ARM: dts: stm32mp: dk1/2: build SCMI-enabled device tree
` [PATCH 3/6] nvmem: bsec: add support for STM32 bsec pseudo TA
` [PATCH 4/6] ARM: dts: stm32mp: ev1: build extra device tree with SCMI
` [PATCH 5/6] ARM: dts: stm32mp: add dtsi for SMC SiP-based SCMI
` [PATCH 6/6] ARM: dts: stm32mp: lxa-mc1: build SCMI-enabled DT
[PATCH 0/8] optee: add bidirectional communication support
2023-11-27 6:35 UTC (9+ messages)
` [PATCH 1/8] driver: don't clear unrelated struct device_node::device on unregister
` [PATCH 2/8] deep-probe: don't panic when device can't be created
` [PATCH 3/8] deep-probe: skip on-demand platform dev creation for nodes without compatible
` [PATCH 4/8] devinfo: indicate if device tree nodes are differently populated
` [PATCH 5/8] include: uaccess.h: import from linux
` [PATCH 6/8] optee: add bidirectional communication support
` [PATCH 7/8] optee: add experimental support for /dev/tee0
` [PATCH 8/8] hw_random: add implementation for OP-TEE RNG pseudo TA
barebox.org browser demo uses barebox-v2022.02
2023-11-26 21:21 UTC (5+ messages)
[PATCH 0/2] virtio: ring: fix erroneous behavior on MIPS
2023-11-24 6:01 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] MIPS: qemu-malta*_defconfig: enable virtio network driver
[PATCH 1/2] mci: core: check for both 3.3v and 1.8v DDR support
2023-11-23 14:54 UTC (4+ messages)
` [PATCH 2/2] mci: stm32_sdmmc2: enable eMMC 52MHz DDR mode
[PATCH] drivers: pxa: don't define clk_enable/clk_disable with different prototype
2023-11-23 14:53 UTC (2+ messages)
[PATCH v2 00/20] prepare for porting OP-TEE communication support
2023-11-23 14:50 UTC (23+ messages)
` [PATCH v2 01/20] include: provide linux/errno.h
` [PATCH v2 02/20] include: add linux/refcount.h
` [PATCH v2 03/20] bitops: split off linux/bits.h
` [PATCH v2 04/20] include: import <linux/instruction_pointer.h>
` [PATCH v2 05/20] asm-generic: split off typeconfused readl and friends
` [PATCH v2 06/20] asm-generic: migrate relaxed helpers into asm-generic/io.h
` [PATCH v2 07/20] include: add linux/io.h with strict prototypes
` [PATCH v2 08/20] include: import Linux word-at-a-time.h
` [PATCH] fixup! "
` [PATCH v2 09/20] string: implement strscpy
` [PATCH v2 10/20] of: add CONFIG_OF for Linux compatibility
` [PATCH v2 11/20] include: asm-generic/atomic.h: define atomic_cmpxchg
` [PATCH v2 12/20] kbuild: build barebox for -std=gnu11
` [PATCH v2 13/20] include: linux/idr.h: implement more Linux API
` [PATCH v2 14/20] test: self: add simple IDR test
` [PATCH v2 15/20] include: implement dev_warn_once and friends
` [PATCH v2 16/20] include: add blocking notifier aliases
` [PATCH v2 17/20] include: add Linux ktime API
` [PATCH v2 18/20] of: constify string pointed to by struct of_device_id::compatible
` [PATCH v2 19/20] of: define of_devices_ensure_probed_by_compatible
` [PATCH v2 20/20] include: add linux/device.h wrapper around driver.h
[PATCH] clk: document struct clk_ops
2023-11-23 7:27 UTC (2+ messages)
[PATCH] ARM: stm32mp: stm32mp15x-ev1: enable deep probe
2023-11-23 7:26 UTC (2+ messages)
[PATCH 0/7] ARM: stm32mp: random STM32MP13 fixes
2023-11-23 7:25 UTC (9+ messages)
` [PATCH 1/7] ARM: dts: stm32mp: stm32mp135-dk: drop duplicate property
` [PATCH 2/7] ARM: dts: stm32mp: fix model string for stm32mp135f-dk
` [PATCH 3/7] ARM: stm32mp: init: drop unused macros
` [PATCH 4/7] ARM: stm32mp: don't re-enable DBGCFGR clock
` [PATCH 5/7] ARM: stm32mp: init: handle differences between STM32MP13 and STM32MP15
` [PATCH 6/7] ARM: stm32mp: init: don't print STM32MP15 CPU type
` [PATCH 7/7] ARM: stm32mp: init: ignore of_register_fixup return value
[PATCH] of: reserved-mem: add debug print for reservations
2023-11-23 7:23 UTC (2+ messages)
[PATCH v2 1/2] console: provide best-effort clk_get_for_console helper
2023-11-23 7:22 UTC (3+ messages)
` [PATCH v2 2/2] serial: stm32: support probing with missing clock provider
[PATCH 1/2] sandbox: libc_malloc: populate barebox errno on error
2023-11-23 7:20 UTC (3+ messages)
` [PATCH 2/2] dlmalloc: populate "
[PATCH] fixup! test: self: add JSON Web Token tests
2023-11-23 7:19 UTC (2+ messages)
[PATCH] commands: regulator: add support for enabling/disabling regulators
2023-11-22 18:39 UTC (4+ messages)
[PATCH v2 1/3] fs: add open O_TMPFILE support
2023-11-22 17:03 UTC (3+ messages)
` [PATCH v2 2/3] libfile: implement read_fd counterpart to read_file
` [PATCH v2 3/3] uncompress: skip dentry cache in uncompress_buf_to_buf
[PATCH RFC 1/3] fs: add open O_TMPFILE support
2023-11-22 16:09 UTC (9+ messages)
` [PATCH RFC 2/3] libfile: implement read_fd counterpart to read_file
` [PATCH RFC 3/3] uncompress: skip dentry cache in uncompress_buf_to_buf
` [PATCH] fixup! libfile: implement read_fd counterpart to read_file
[PATCH] Documentation: dt-bindings: leds: document 'default-on' trigger
2023-11-22 15:25 UTC (5+ messages)
` [PATCH v2] "
[PATCH v3 0/2] Allow generating MAC addresses from machine ID
2023-11-22 15:24 UTC (4+ messages)
` [PATCH v3 1/2] common: machine_id: support deriving app specific UUIDs
` [PATCH v3 2/2] net: add generic MAC address derivation from machine ID
[PATCH] commands: i2c_read: default to reading one byte
2023-11-22 15:23 UTC (2+ messages)
[PATCH 1/3] mci: imx-esdhc: add layerscape flag
2023-11-22 10:53 UTC (3+ messages)
` [PATCH 2/3] mci: imx-esdhc: Layerscape: fix clock setup
` [PATCH 3/3] mci: imx-esdhc: Layerscape: add eMMC DDR52 support
[PATCH 1/2] ARM: mmu64: setup ttb for EL2 as well
2023-11-21 13:42 UTC (5+ messages)
` [PATCH 2/2] ARM: layerscape: ppa: Fix starting PPA
[PATCH v2 0/2] Allow generating MAC addresses from machine ID
2023-11-21 8:33 UTC (4+ messages)
` [PATCH v2 1/2] common: machine_id: support deriving app specific UUIDs
` [PATCH v2 2/2] net: add generic MAC address derivation from machine ID
[PATCH v2] ARM: arria10: xload: retry FPGA configuration
2023-11-21 8:29 UTC (2+ messages)
[PATCH master 1/4] console: define stub for console_get_first_active
2023-11-21 6:57 UTC (5+ messages)
` [PATCH master 2/4] console: add for_each_console stub
` [PATCH master 3/4] console: define barebox_set_loglevel
` [PATCH master 4/4] test: self: jwt: use barebox_set_loglevel
[PATCH] debug_ll ns16550: Add base address argument to register functions
2023-11-20 14:23 UTC
[PATCH] ARM: ls1046a: use compressed dtbs
2023-11-20 13:39 UTC
Compile with CONSOLE_NONE
2023-11-20 7:26 UTC (2+ messages)
[PATCH] fixup! ARM: i.MX: add i.MX9 debug_ll support
2023-11-19 19:38 UTC
Device tree probe order
2023-11-16 9:23 UTC (3+ messages)
[PATCH] uncompress: simplify prototype of uncompress()
2023-11-16 8:01 UTC (4+ messages)
LS1046A PPA firmware
2023-11-16 7:47 UTC (2+ messages)
[PATCH] ARM: i.MX8M: bootrom: fix load image size
2023-11-15 15:22 UTC (3+ messages)
[PATCH 1/8] mci: correct ENH_ATTRIBUTE_EN_MASK bit mask
2023-11-15 13:05 UTC (9+ messages)
` [PATCH 2/8] mci: core: check switch error for switch command
` [PATCH 3/8] commands: mmc: add write_reliability subcommand
` [PATCH 4/8] commands: mmc: add partition_complete subcommand
` [PATCH 5/8] commands: mmc: deprecate -c option
` [PATCH 6/8] mci: export mci_get_ext_csd as helper
` [PATCH 7/8] mci: core: cosmetic cleanup mci_register
` [PATCH 8/8] mci: core: add partitioning_completed device parameter
[PATCH 1/2] console: provide best-effort clk_get_for_console helper
2023-11-15 6:34 UTC (9+ messages)
[PATCH] scripts: imx-image: don't pad the final binary for i.MX8M devices
2023-11-14 13:33 UTC
[PATCH] mci: core: add partitioning_completed device parameter
2023-11-14 13:32 UTC (2+ messages)
[PATCH] console: move ARCH_HAS_CTRLC into Kconfig
2023-11-14 8:47 UTC (2+ messages)
[PATCH] dlmalloc: hide out of bounds accesses from compiler
2023-11-14 8:16 UTC
[PATCH v2 1/3] glob: drop needless ifdeffery in {glob,fnmatch}.h
2023-11-13 12:51 UTC (2+ messages)
[PATCH 00/18] prepare for porting OP-TEE communication support
2023-11-13 12:47 UTC (23+ messages)
` [PATCH 01/18] include: provide linux/errno.h
` [PATCH 02/18] include: add linux/refcount.h
` [PATCH 03/18] bitops: split off linux/bits.h
` [PATCH 04/18] include: import <linux/instruction_pointer.h>
` [PATCH 05/18] asm-generic: split off typeconfused readl and friends
` [PATCH 06/18] asm-generic: migrate relaxed helpers into asm-generic/io.h
` [PATCH 07/18] include: add linux/io.h with strict prototypes
` [PATCH 08/18] include: import Linux word-at-a-time.h
` [PATCH 09/18] string: implement strscpy
` [PATCH 10/18] of: add CONFIG_OF for Linux compatibility
` [PATCH 11/18] include: asm-generic/atomic.h: define atomic_cmpxchg
` [PATCH 12/18] kbuild: build barebox for -std=gnu11
` [PATCH 13/18] include: linux/idr.h: implement more Linux API
` [PATCH 14/18] include: implement dev_warn_once and friends
` [PATCH 15/18] include: add blocking notifier aliases
` [PATCH 16/18] include: add Linux ktime API
` [PATCH 17/18] of: define of_devices_ensure_probed_by_compatible
` [PATCH 18/18] include: add linux/device.h wrapper around driver.h
[PATCH master] ARM: i.MX8M: bootrom: fix load image size
2023-11-13 11:22 UTC (2+ messages)
[PATCH 00/25] Add i.MX93 support
2023-11-13 8:11 UTC (6+ messages)
` [PATCH 02/25] ARM: i.MX: Add i.MX93 s4mu support
` [PATCH 03/25] ARM: i.MX: Add i.MX93 trdc support
[PATCH 0/3] Add i.MX9 EQOS networking support
2023-11-13 7:19 UTC (3+ messages)
` [PATCH 1/3] net: eqos: rename i.MX8 driver glue code to i.MX
[PATCH master] resource: align memory reservation to page boundaries
2023-11-10 13:32 UTC (2+ messages)
[PATCH] x86: efi: add IMD data to the EFI binary
2023-11-10 13:30 UTC (2+ messages)
[PATCH] test: self: mmu: skip false positive test fail when no RAM at address 0
2023-11-10 13:29 UTC (2+ messages)
[PATCH] test: self: malloc: hide allocation size from compiler
2023-11-10 13:25 UTC (2+ messages)
[PATCH] ARM: stm32mp: fix typo in STM32MP135-DK prompt
2023-11-10 13:24 UTC (2+ messages)
[PATCH] include: spinlock.h: mark DEFINE_SPINLOCK with __always_unused
2023-11-10 13:20 UTC (2+ messages)
[PATCH master] scripts: setlocalversion: sync with Linux
2023-11-10 13:19 UTC (2+ messages)
[PATCH] include: pm_domain.h: make header self-contained
2023-11-10 13:17 UTC (2+ messages)
[PATCH master] phy: stm32-usbphyc: fix unbalanced phy exit
2023-11-10 13:16 UTC (2+ messages)
[PATCH] barebox-wrapper: define stub for MODULE_VERSION
2023-11-10 13:14 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox