mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 01/12] hw_random: mxc-rngc: fix read of uninitialized variable
 2020-09-30  7:19 UTC  (2+ messages)
` [PATCH 02/12] globalvar: fix uninitialized read of variable when no nvvars exist

[PATCH] fixup! vsprintf: retire strerrorp in favor of %pe
 2020-09-30  7:16 UTC  (2+ messages)

[PATCH 00/18] Barebox Deep-Probe
 2020-09-29 15:55 UTC  (29+ messages)
` [PATCH 01/18] video: ssd1307fb: fix VBAT supply id
` [PATCH 02/18] ARM: boards: mx6-sabrelite: [cosmetic] make use of IMX_GPIO_NR
` [PATCH 03/18] drivers: gpio: treewide: [cosmetic] use register_driver_macros
` [PATCH 04/18] ARM: mx6-sabrelite: remove obsolete sabrelite_mem_init()
` [PATCH 05/18] spi: core: don't ignore register_device failures
` [PATCH 06/18] regulator: improve of_regulator_register error handling
` [PATCH 07/18] regulator: test of_regulator_register input before accessing it
` [PATCH 08/18] regulator: stpmic1: fix registering missed regulators
` [PATCH 09/18] regulator: add device reference to regulator_dev
` [PATCH 10/18] regulator: treewide: drop local device_d reference
` [PATCH 11/18] of: platform: fix of_amba_device_create stub return value
` [PATCH 12/18] of: base: move memory init from DT to initcall
` [PATCH 13/18] of: base: move clock init from of_probe() to barebox_register_of()
` [PATCH 14/18] initcall: add of_populate_initcall
` [PATCH 15/18] common: add initial barebox deep-probe support
` [PATCH 16/18] ARM: i.MX: esdctl: add "
` [PATCH 17/18] ARM: stm32mp: ddrctrl: "
` [PATCH 18/18] ARM: boards: mx6-sabrelite: "

[PATCH] fixup! vsprintf: retire strerrorp in favor of %pe
 2020-09-29 15:09 UTC 

Using bootspec with RAUC and redundant partitions
 2020-09-29 13:02 UTC 

[PATCH 1/3] treewide: Use driver macro
 2020-09-29 12:10 UTC  (4+ messages)
` [PATCH 2/3] regulator: pfuze: Use device_i2c_driver() macro
` [PATCH 3/3] net: phy: Add and use driver register macro

[PATCH] scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting
 2020-09-29 11:54 UTC 

[PATCH 1/5] common: debug_ll: remove reference to undefined Kconfig option
 2020-09-29 10:58 UTC  (5+ messages)
` [PATCH 2/5] lib: ratp: rename now undefined use of a Kconfig symbol
` [PATCH 3/5] at91: wdt: don't include <asm-generic/io.h> directly
` [PATCH 4/5] include: asm-generic: bitio.h "
` [PATCH 5/5] sandbox: add dummy memory-mapped I/O port region

[PATCH 1/7] driver: introduce less error-prone dev_get_drvdata alternative
 2020-09-29  9:42 UTC  (15+ messages)
` [PATCH 2/7] led: pca955x: fix probing from device tree
` [PATCH 3/7] dma: apbh: fix out-of-bounds write on 64-bit SoCs
` [PATCH 4/7] aiodev: lm75: "
` [PATCH 5/7] mtd: nand-mxs: "
` [PATCH 6/7] video: imx-hdmi: fix dev_get_drvdata misuse
` [PATCH 7/7] driver: migrate some from dev_get_drvdata to device_get_match_data

[PATCH] include: regulator.h: forward declare struct device_d
 2020-09-29  8:26 UTC  (2+ messages)

[PATCH v2 00/10] power: reset: add support for syscon reboot
 2020-09-29  8:25 UTC  (12+ messages)
` [PATCH v2 01/10] usbgadget: autostart: support delayed usbgadget.autostart=1
` [PATCH v2 02/10] drivers: add reboot-mode infrastructure
` [PATCH v2 03/10] power: reset: reboot-mode: port syscon-reboot-mode support
` [PATCH v2 04/10] power: reset: reboot-mode: fix up node into boot device tree
` [PATCH v2 05/10] defaultenv: provide defaults for generic reboot modes
` [PATCH v2 06/10] ARM: dts: stm32mp: setup syscon-reboot-mode on TAMP general purpose register
` [PATCH v2 07/10] ARM: stm32mp: remove custom reboot mode logic from arch code
` [PATCH v2 08/10] power: reset: reboot-mode: support multi-word magic
` [PATCH v2 09/10] power: reset: syscon-reboot-mode: support multi-word reboot modes
` [PATCH v2 10/10] ARM: dts: i.MX6qdl: define BootROM reboot-mode on top of SRC_GPR{9, 10}

[PATCH v2 1/4] aiodev: Name channels with device instance name
 2020-09-29  7:04 UTC  (5+ messages)
` [PATCH v2 2/4] aiodev: am335x_adc: Driver for ADC on TI AM335x SoCs
` [PATCH v2 3/4] ARM: am335x: Enable TSC/ADC clock
` [PATCH v2 4/4] ARM: beaglebone: Enable ADC

[PATCH] ARM: at91: support sama5 low level clock setup with oscillator
 2020-09-29  7:01 UTC  (2+ messages)

[PATCH v2] asm/debug_ll_ns16550.h: add parament divisor
 2020-09-29  6:57 UTC  (2+ messages)

[PATCH 1/4] vsprintf: constify pointers where appropriate
 2020-09-29  6:42 UTC  (5+ messages)
` [PATCH 2/4] vsprintf: add %pe format specifier for printing symbolic error names
` [PATCH 3/4] vsprintf: retire strerrorp in favor of %pe
` [PATCH 4/4] treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifier

[PATCH 1/2] lib: kasan: remove reference of non-existent test_kasan.o
 2020-09-29  6:37 UTC  (7+ messages)
` [PATCH 2/2] lib: kasan: migrate Kconfig option to Debugging menu

[PATCH 0/9] barebox KASan support
 2020-09-28 15:06 UTC  (16+ messages)
` [PATCH 1/9] Add print_hex_dump kernel implementation
` [PATCH 2/9] Add _RET_IP_ macro
` [PATCH 3/9] Kallsyms: Also resolve global variables
` [PATCH 4/9] Add constructor support
` [PATCH 5/9] pbl: Alias memcpy and memset
` [PATCH 6/9] string: Add nokasan variants of default memcpy/memset
` [PATCH 7/9] sandbox: rename KASan to ASan
` [PATCH 8/9] Add KASan support
` [PATCH 9/9] ARM: "

[PATCH] readkey: shrink table of known escape sequences in size
 2020-09-28 12:40 UTC  (5+ messages)

[PATCH] readkey: shrink table of known escape sequences in size
 2020-09-28 12:39 UTC 

[PATCH] common: misc: support strerror(err) for all err <= MAX_ERRNO
 2020-09-28  8:28 UTC  (2+ messages)

[PATCH 1/2] rsa: fix print format specifiers in debug()
 2020-09-28  8:27 UTC  (3+ messages)
` [PATCH 2/2] USB: musb: host: fix mismatched format specifier in dev_dbg()

[PATCH v2 1/4] aiodev: Name channels with device instance name
 2020-09-25 23:36 UTC 

[PATCH] MIPS: loongson1: enable to run from spi flash
 2020-09-25 17:54 UTC  (7+ messages)
` [PATCH] MIPS: DEBUG_LL_UART_DIVISOR is 0, use a0 instead

[PATCH 1/4] Makefile: add buildsystem version variable
 2020-09-25 14:35 UTC  (5+ messages)
` [PATCH 2/4] common: print buildsystem version in barebox banner
` [PATCH 3/4] common: globalvar: add variable for buildsystem_version_string
` [PATCH 4/4] imd: add buildsystem version to metadata

[PATCH] of: Add common device tree register function
 2020-09-25  9:09 UTC 

v2020.09.0
 2020-09-23 12:20 UTC 

[PATCH 1/2] clk: Add clk_bulk_[get|put]_all()
 2020-09-23  9:03 UTC  (2+ messages)
` [PATCH 2/2] usb: dwc3-of-simple: Use clk_bulk API

[PATCH] ARM: dts: imx8mq: use mmc aliases from upstream
 2020-09-23  8:59 UTC 

[PATCH] ARM: dts: imx8mq: Use ddr controller node from upstream
 2020-09-23  8:58 UTC 

[PATCH] usb: dwc3: Whitespace cleanup
 2020-09-23  8:55 UTC 

[PATCH] clk_dump command: Allow printing a single clock
 2020-09-23  8:54 UTC 

[PATCH 1/2] Regenerate defconfig files
 2020-09-23  8:47 UTC  (3+ messages)
` [PATCH 2/2] x86/config/efi: drop DRIVER_SERIAL_NS16550

[PATCH v2 0/7] Relicense GPL programs for compatibility with OpenSSL
 2020-09-21 10:04 UTC  (10+ messages)
` [PATCH v2 1/7] scripts/spdxcheck: fix usage of non-existing variables
` [PATCH v2 2/7] LICENSES: add used licenses to make spdxcheck happy
` [PATCH v2 3/7] scripts: convert imx-image and mxsimage to SPDX
` [PATCH v2 4/7] LICENSES: add OpenSSL exception
` [PATCH v2 5/7] scripts/rsatoc: relicense to allow distribution of binary linked with OpenSSL
` [PATCH v2 6/7] scripts/imx-image: "
` [PATCH v2 7/7] scripts/mxsimage: "

[PATCH 00/10] power: reset: add support for syscon reboot modes
 2020-09-21  9:11 UTC  (14+ messages)
` [PATCH 01/10] usbgadget: autostart: support delayed usbgadget.autostart=1
` [PATCH 02/10] drivers: add reboot-mode infrastructure
` [PATCH 03/10] power: reset: reboot-mode: port syscon-reboot-mode support
` [PATCH 04/10] power: reset: reboot-mode: fix up node into boot device tree
` [PATCH 05/10] defaultenv: provide defaults for generic reboot modes
` [PATCH 06/10] ARM: dts: stm32mp: setup syscon-reboot-mode on TAMP general purpose register
` [PATCH 07/10] ARM: stm32mp: remove custom reboot mode logic from arch code
` [PATCH 08/10] power: reset: reboot-mode: support multi-word magic
` [PATCH 09/10] power: reset: syscon-reboot-mode: support multi-word reboot modes
` [PATCH 10/10] ARM: dts: i.MX6qdl: define BootROM reboot-mode on top of SRC_GPR{9, 10}

[PATCH v3 0/2] i.MX6ULL: set engine software for Secure Boot on HABv4
 2020-09-21  6:32 UTC  (4+ messages)
` [PATCH v3 1/2] arch: arm: boards phytec: Split flash header for pcl063 with i.MX6Ul and i.MX6ULL
` [PATCH v3 2/2] arch: arm: mach-imx: Add habv4 config file for i.MX6ULL

[PATCH] arch/x86: Replace license and copyright boilerplate by SPDX identfiers
 2020-09-21  6:27 UTC  (2+ messages)

[PATCH] README: add some commas for clarity
 2020-09-21  5:56 UTC  (2+ messages)

[PATCH] scripts: compiler.h: include <sys/types.h>
 2020-09-21  5:52 UTC  (2+ messages)

[PATCH] ARM: dts: imx6ul: phycore: Add phyCORE i.MX6 UL with eMMC
 2020-09-18 14:28 UTC 

[PATCH 1/4] imx/esdctl: reorder some function declarations to be sorted by SoC
 2020-09-18 10:32 UTC  (6+ messages)
` [PATCH 2/4] imx/esdctl: Define new helper macros to reduce board entry boilerplate
` [PATCH 3/4] arm/boards: Convert a few boards to the new entry macros
` [PATCH 4/4] arm/boards: Add IMD_USED_OF for a few boards

[PATCH] mtd: spi-nor: cadence: fix csqpi corruption in cqspi_set_protocol
 2020-09-18  9:46 UTC  (2+ messages)

[PATCH] globalvar: allow running actions on set with globalvar_add_bool()
 2020-09-18  9:44 UTC  (2+ messages)

[PATCH 0/1] bootm: Allow loading OP-TEE from FIT image
 2020-09-18  9:42 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] scripts/imx: fix typo "unkown" -> "unknown"
 2020-09-18  9:03 UTC  (2+ messages)

[PATCH 1/2] commands: setenv: support setenv dev.var=VAL syntax
 2020-09-18  9:01 UTC  (2+ messages)

[PATCH] clk: imx: clk-frac-pll: Use do_div for 64bit division
 2020-09-18  8:19 UTC 

[PATCH 0/7] Relicense GPL programs for compatibility with OpenSSL
 2020-09-18  6:32 UTC  (14+ messages)
` [PATCH 4/7] LICENSES: add OpenSSL exception
` [PATCH 5/7] scripts/rsatoc: relicense to allow distribution of binary linked with OpenSSL
` [PATCH 6/7] scripts/imx-image: "
` [PATCH 7/7] scripts/mxsimage: "

[PATCH v2 0/2] i.MX6ULL: set engine software for Secure Boot on HABv4
 2020-09-17  9:35 UTC  (4+ messages)
` [PATCH v2 2/2] arch: arm: mach-imx: Add habv4 config file for i.MX6ULL

[PATCH v2] kbuild: add dtbs target for building all dtbs of an ARCH
 2020-09-16 15:19 UTC 

[PATCH 1/4] fs: don't free device in remove callback
 2020-09-16 10:43 UTC  (8+ messages)
` [PATCH 4/4] fs: free unused dentries

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox