mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/12] SDHCI updates
 2022-01-26 10:13 UTC  (5+ messages)
` [PATCH 06/12] mci: sdhci: Use Linux defines for SDHCI_HOST_CONTROL register

[PATCH 0/3] state: find backend with UUID but without a partition
 2022-01-26  9:35 UTC  (6+ messages)
` [PATCH 1/3] cdev: rename partuuid to uuid
` [PATCH 2/3] cdev: add diskuuid support
` [PATCH 3/3] state: support backend-diskuuid / backend-offset

[PATCH] mmc: sdhci: Fix setting wrong buswidth
 2022-01-26  9:20 UTC 

[PATCH 1/6] Documentation: user: introduction: update with lore/matrix/libera info
 2022-01-26  9:02 UTC  (8+ messages)
` [PATCH 2/6] Documentation: add chapter on Talks about barebox
` [PATCH 3/6] commands: add missing command groups
` [PATCH 4/6] Documentation: regulator: reference new directory from index
` [PATCH 5/6] Documentation: boards: openrisc: fix wrong header format
` [PATCH 6/6] Documentation: user: watchdog: note new wd -x option

use string as variable name
 2022-01-25 14:16 UTC  (2+ messages)

[PATCH] dos-partitions: Fix extended partitions
 2022-01-25 10:41 UTC 

[PATCH] ARM: rockchip-v8-defconfig: Enable USB
 2022-01-25  8:24 UTC 

[PATCH 1/2] Documentation: reboot-mode: fix typos
 2022-01-24 10:59 UTC  (3+ messages)
` [PATCH 2/2] Documentation: reboot-mode: mention that system.reboot_mode.next is initially set to 'normal'

[PATCH v1] ARM: Rockchip: Add rk3568 BananaPi R2 Pro board support
 2022-01-24  9:12 UTC  (4+ messages)
  ` Aw: "

[PATCH v2 0/5] Add support for QOI image format
 2022-01-20 10:38 UTC  (11+ messages)
` [PATCH v2 1/5] filetype: Add QOI format image type
` [PATCH v2 2/5] gui: Add qoi image format
` [PATCH v2 3/5] scripts: Add qoiconv to convert png to qoi
` [PATCH v2 4/5] logo: Enable image format selection for the logo
` [PATCH v2 5/5] logo: Add choice for the QOI image format option

[PATCH] kbuild: dtc: use env to resolve echo
 2022-01-20  9:14 UTC  (5+ messages)

[PATCH] commands: wd: add new -x option to inhibit all watchdogs
 2022-01-20  8:57 UTC  (2+ messages)

[PATCH] Kbuild: use printf for as-instr
 2022-01-20  8:46 UTC 

[PATCH v2 1/2] Add the base Ricoh RN5T568 PMIC driver
 2022-01-20  8:46 UTC  (3+ messages)
` [PATCH v2 2/2] Add Ricoh RN5T568 PMIC based watchdog

[PATCH] power: reset: Kconfig: fix copy-&-paste bug in help text
 2022-01-20  8:41 UTC  (2+ messages)

[PATCH] block: efi-block-io: add devinfo callback for media info
 2022-01-20  8:36 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH] efi: skip devices without driver in efi_pause/continue_devices()
 2022-01-20  8:33 UTC  (3+ messages)

[PATCH 0/6] sata_mv: cleanup and error handling
 2022-01-20  8:32 UTC  (8+ messages)
` [PATCH 1/6] ata: sata_mv: cleanup alignment
` [PATCH 2/6] ata: sata_mv: clear SERROR and en/disable EDMA
` [PATCH 3/6] ata: sata_mv: handle the phy errata
` [PATCH 4/6] ata: sata_mv: enable Generation 2 speed support
` [PATCH 5/6] ata: sata_mv: issue hard-reset on probe
` [PATCH 6/6] ata: sata_mv: try probing multiple times

[PATCH v2 00/11] kvx arch update
 2022-01-19 14:25 UTC  (14+ messages)
` [PATCH v2 01/11] kvx: dma: Remove arch dma_map/unmap_single
` [PATCH v2 02/11] kvx: Move LINUX_BOOT_PARAM_MAGIC in asm/common.h
` [PATCH v2 03/11] kvx: Accept LINUX_BOOT_PARAM_MAGIC as a valid magic value
` [PATCH v2 04/11] common: elf: add elf_load_binary
` [PATCH v2 05/11] kvx: enable FITIMAGE support
` [PATCH v2 06/11] clocksource: kvx: Register as postcore_platform_driver
` [PATCH v2 07/11] watchdog: kvx: do not disable watchdog on probe
` [PATCH v2 08/11] nvmem: add kvx otp non volatile regbank support
` [PATCH v2 09/11] kvx: add kvx_sfr_field_val
` [PATCH v2 10/11] drivers: add soc hierarchy properly
` [PATCH v2 11/11] soc: add kvx_socinfo driver

v2022.01.0
 2022-01-18  9:23 UTC 

[PATCH] regmap: Implement regmap_[set|clear]_bits()
 2022-01-18  8:29 UTC 

Add core driver for PMIC rn5t568
 2022-01-18  8:17 UTC  (6+ messages)
` [PATCH 1/2] Add the base Ricoh RN5T568 PMIC driver
` [PATCH 2/2] Add Ricoh RN5T568 PMIC based watchdog

[PATCH v1 1/4] ARM: rpi: convert board code to a driver
 2022-01-18  7:57 UTC  (6+ messages)
` [PATCH v1 2/4] ARM: rpi: move clk support to a separate driver and enable deep-probe
` [PATCH v1 3/4] ARM: rpi: validate devicetree compatible instead of changing model name
` [PATCH v1 4/4] ARM: rpi: set host name based on DT compatible

[PATCH 1/3] clk: ignore of_device_ensure_probed error in clock lookup
 2022-01-18  7:34 UTC  (8+ messages)
` [PATCH 2/3] soc: imx: gpcv2: split PGC domain probe in two passes
` [PATCH 3/3] ARM: mnt-reform: switch to deep-probe

[PATCH 0/5] Add support for QOI image format
 2022-01-17 11:48 UTC  (13+ messages)
` [PATCH 1/5] filetype: Add QOI format image type
` [PATCH 2/5] gui: Add qoi image format
` [PATCH 3/5] scripts: Add qoiconv to convert png to qoi
` [PATCH 4/5] logo: Enable image format selection for the logo
` [PATCH 5/5] logo: Add choice for the QOI image format option

[PATCH 00/13] kvx arch update
 2022-01-17 11:17 UTC  (22+ messages)
` [PATCH 01/13] kvx: dma: Remove arch dma_map/unmap_single
` [PATCH 02/13] kvx: Move LINUX_BOOT_PARAM_MAGIC in asm/common.h
` [PATCH 03/13] kvx: Accept LINUX_BOOT_PARAM_MAGIC as a valid magic value
` [PATCH 04/13] common: elf: add elf_load_binary
` [PATCH 05/13] kvx: enable FITIMAGE support
` [PATCH 06/13] clocksource: kvx: Register as postcore_platform_driver
` [PATCH 07/13] watchdog: kvx: do not disable watchdog on probe
` [PATCH 08/13] nvmem: add kvx otp non volatile regbank support
` [PATCH 09/13] kvx: add kvx_sfr_field_val
` [PATCH 10/13] drivers: add soc hierarchy properly
  ` [PATCH 11/13] soc: add kvx_socinfo driver
  ` [PATCH 12/13] kvx: Update defconfig
  ` [PATCH 13/13] kvx: dts: Update k200.dts

[PATCH] mfd: implement mfd_add_devices
 2022-01-17  9:29 UTC  (2+ messages)

[PATCH] usb:chipidea-imx: honor "phys" dtree property
 2022-01-17  9:14 UTC  (2+ messages)

[PATCH] misc: acpi-test: retire test driver in favor of WDAT driver
 2022-01-17  9:10 UTC  (2+ messages)

barebox extending boot-scripts
 2022-01-17  8:59 UTC  (10+ messages)
  ` Aw: "
    `  "
      ` Aw: "
        `  "
          ` Aw: "
            `  "
              ` Aw: "
                `  "

[PATCH v1 1/2] serial: amba-pl011: reset controller on pl011_setbaudrate()
 2022-01-14 10:39 UTC  (6+ messages)
` [PATCH v1 2/2] ARM: rpi: set uart0-pl0110 clk to 48MHz

[PATCH v2] i2c: add Rockchip i2c controller support
 2022-01-14 10:36 UTC  (2+ messages)

[PATCH] fixup! of: implement new of_property_sprintf
 2022-01-14 10:29 UTC  (2+ messages)

[PATCH 1/2] nvmem: retire struct nvmem_bus for better Linux compatibility
 2022-01-14 10:21 UTC  (3+ messages)
` [PATCH 2/2] nvmem: add Rockchip eFuse support

[PATCH 1/3] ARM: rockchip: add new ARCH_ROCKCHIP_{V7,V8} symbols
 2022-01-14  9:33 UTC  (5+ messages)
` [PATCH 2/3] ARM64: rockchip: add config symbol for ARMv8-based rk3399 SoC
` [PATCH 3/3] clk: rockchip: extend for rk3399 support

[PATCH 1/2] pinctrl: rockchip: use alias rather than full of name
 2022-01-14  9:33 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: Rockchip: abort GPIO probe gracefully on out-of-range alias id

[PATCH v2 1/3] ARM: implement ENTRY_FUNCTION_WITHSTACK
 2022-01-14  9:29 UTC  (4+ messages)
` [PATCH v2 2/3] ARM: turn arm_mem_stack_top into a macro
` [PATCH v2 3/3] ARM: rpi: use ENTRY_FUNCTION_WITHSTACK to prepare for ARM64 support

[PATCH 1/3] arm: rockchip: rk3568: fix mmc boot source instances
 2022-01-14  9:15 UTC  (4+ messages)
` [RFC PATCH] bootsource: add helper to set instance by name

[PATCH 1/2] clk: change clk_get_num_parents into clk_hw_get_num_parents
 2022-01-14  8:26 UTC  (3+ messages)
` [PATCH 2/2] clk: propagate error pointers in clk_hw_to_clk and clk_to_clk_hw

[PATCH] pinctrl: stm32: replace magic values with defines for STM32_PINMODE
 2022-01-14  8:24 UTC  (2+ messages)

[PATCH 0/3] arm: rockchip: minor fixes as preparation for mainline dts
 2022-01-14  8:16 UTC  (4+ messages)
` [PATCH 2/3] net: designware: rockchip: remove unnecessary clock pclk_xpcs

[PATCH v2 1/3] tlsf: dump stack on assertion failure
 2022-01-14  7:53 UTC  (4+ messages)
` [PATCH v2 2/3] driver: have CONFIG_DEBUG_PROBES report device unbind as well
` [PATCH v2 3/3] commands: add new devunbind debugging command

[PATCH] i2c: add Rockchip i2c controller support
 2022-01-14  5:05 UTC  (3+ messages)

[PATCH 1/3] tlsf: dump stack on assertion failure
 2022-01-13 16:04 UTC  (4+ messages)
` [PATCH 3/3] commands: add new devunbind debugging command

[PATCH 1/2] fs: implement pushd/popd chdir wrappers
 2022-01-12 10:29 UTC  (2+ messages)

[PATCH 1/9] RISC-V: virt: activate all consoles
 2022-01-12 10:23 UTC  (5+ messages)
` [PATCH 7/9] RISC-V: don't use x8/s0/fp in assembly

Q about bootstrap support for at91sam92* boards and proposal for retirement
 2022-01-11 22:12 UTC  (7+ messages)

[PATCH] include: <asm/csr.h>: sync with upstream
 2022-01-10  8:58 UTC  (2+ messages)

[PATCH] include <printk.h>: include <linux/types.h> for size_t definition
 2022-01-10  8:57 UTC  (2+ messages)

[PATCH 1/2] common: boards: qemu-virt: fix dtc warning
 2022-01-10  8:48 UTC  (2+ messages)

[PATCH 1/2] acpi.h: add defines for adr_space and gas
 2022-01-10  8:42 UTC  (2+ messages)

page:  |  | latest

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