mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/7] rockchip: add RK808 support
 2024-10-15 11:11 UTC  (6+ messages)
` [PATCH 1/7] spi: add rockchip spi controller support
` [PATCH 2/7] mfd: mx13xxx: drop unnecessary ifdefs
` [PATCH 3/7] mfd: rk808: factor out common probe function
` [PATCH 5/7] mfd: rk808: add support for RK806
` [PATCH 6/7] regulator: add regulator_register()

[PATCH] fixup! dma: give dma_alloc_coherent a device parameter
 2024-10-15  8:37 UTC  (3+ messages)

[PATCH] test: enable JSON web token support in full.config
 2024-10-15  8:24 UTC 

[PATCH] uimage: fix CRC32 verification on NFS
 2024-10-15  8:17 UTC  (6+ messages)

[PATCH] input: usb_kbd: make polling interval configurable
 2024-10-15  7:47 UTC  (2+ messages)

[PATCH 0/6] dma: give dma_alloc_coherent a device parameter
 2024-10-15  7:41 UTC  (8+ messages)
` [PATCH 1/6] dma: make DMA_ADDRESS_BROKEN type-safe
` [PATCH 2/6] video: stm: use DMA_ADDRESS_BROKEN instead of NULL
` [PATCH 3/6] crypto: caam - pbl-init: "
` [PATCH 4/6] net: designware: don't use dma_mapping_error for non-streaming DMA
` [PATCH 5/6] net: macb: fix DMA_ADDRESS_BROKEN in the coherent ring allocations
` [PATCH 6/6] dma: give dma_alloc_coherent a device parameter

[PATCH 1/3] keytoc: check for memory allocation failures
 2024-10-15  7:33 UTC  (4+ messages)
` [PATCH 2/3] crypto: fix compile with empty CONFIG_CRYPTO_PUBLIC_KEYS
` [PATCH 3/3] FIT: add dependency on CRYPTO_BUILTIN_KEYS for signature verification

[PATCH 00/12] include: common.h: make it include only headers
 2024-10-15  7:20 UTC  (17+ messages)
` [PATCH 01/12] include: common.h: move barebox startup functions into separate header
` [PATCH 02/12] include: common.h: move ctrlc() functions into stdio.h
` [PATCH 03/12] include: common.h: move out integer string parsing functions
` [PATCH 04/12] include: common.h: move out endianness macro sanity check
` [PATCH 05/12] include: common.h: move out user interface functions into stdio.h
` [PATCH 06/12] include: common.h: move out memory option parsing prototypes
` [PATCH 07/12] include: common.h: move out RW_BUF_SIZE definition
` [PATCH 08/12] commands: add macro to simplify defining one shot commands
` [PATCH 09/12] commands: reginfo: make command mpc5xxx-specific
` [PATCH 10/12] include: common.h: move out get_ram_size
` [PATCH 11/12] include: align: reword STACK_ALIGN_ARRAY macro parameter for clarity
` [PATCH 12/12] ARM: bcm283x: remove common.h include in mbox.h

[PATCH 1/2] net: r8169: use lower/upper_32_bits for clarity
 2024-10-15  7:19 UTC  (3+ messages)
` [PATCH 2/2] usb: gadget: fix static analysis false positive

[PATCH] ARM: SMCCC: make header usable for compile test
 2024-10-15  7:18 UTC  (2+ messages)

[PATCH] usb: gadget: fix static analysis false positive
 2024-10-15  7:17 UTC  (2+ messages)

[PATCH master 00/13] Misc compile test fixes
 2024-10-15  6:59 UTC  (15+ messages)
` [PATCH master 01/13] clk: add stub definition for of_clk_get_from_provider
` [PATCH master 02/13] tee: add missing header for BIT macro definition
` [PATCH master 03/13] tee: shm: include missing header for basprintf
` [PATCH master 04/13] net: dsa: realtek: fix CONFIG_SANDBOX build
` [PATCH master 05/13] pmdomain: imx8mp-blk-ctrl: add missing definition of ARRAY_SIZE
` [PATCH master 06/13] PWM: rockchip: fix compile testing with CONFIG_SANDBOX
` [PATCH master 07/13] watchdog: imxulp: drop unused include of asm/system.h
` [PATCH master 08/13] include: import uapi/linux/kernel.h header from Linux
` [PATCH master 09/13] usb: typec: fix compile test with CONFIG_SANDBOX
` [PATCH master 10/13] bitops: fix missing defintion for DIV_ROUND_UP definitions
` [PATCH master 11/13] mci: am654-sdhci: drop dummy redefinition of MMC_CAP2_HS200/400
` [PATCH master 12/13] hw_random: fix compilation with 64-bit size_t
` [PATCH master 13/13] optee: make OP-TEE OF fixup ARM-specific

[PATCH master] sandbox: lds: fix relocation in read-only section warning
 2024-10-15  6:55 UTC  (2+ messages)

[PATCH 0/5] ARM64: make barebox compatible with KVM
 2024-10-15  6:54 UTC  (10+ messages)
` [PATCH 1/5] ARM64: io: implement I/O accessors in assembly
` [PATCH 2/5] ARM64: board-dt-2nd: grow stack down from start of binary
` [PATCH 3/5] mtd: cfi-flash: use I/O accessors for reads/writes of MMIO regions
` [PATCH 4/5] ARM64: mmu: flush cacheable regions prior to remapping
` [PATCH 5/5] virtio: don't use DMA API unless required
  ` [PATCH] fixup! "

[PATCH] uimage: use read_full where appropriate
 2024-10-14 12:59 UTC  (2+ messages)

[PATCH v2] test: pytest: introduce pytest for network, test tftp notfound
 2024-10-14 12:58 UTC  (3+ messages)

[PATCH 1/2] ARM64: mmuinfo: comment the if clauses decoding PAR_ELx
 2024-10-14 12:49 UTC  (3+ messages)
` [PATCH 2/2] ARM64: asm: mark assembly entry points as functions

[PATCH] FIT: improve error message when uncompressing non-compressed files
 2024-10-14 12:21 UTC  (2+ messages)

[PATCH 0/6] crypto: ecdsa: fix fallout
 2024-10-14 11:31 UTC  (8+ messages)
` [PATCH 1/6] crypto: reorder ECDSA Kconfig entries
` [PATCH 2/6] crypto: rsa: support RSA keys with CONFIG_CRYPTO_BUILTIN_KEYS disabled
` [PATCH 3/6] keytoc: return error on failure to set PKCS#11 pin
` [PATCH 4/6] crypto: ecdsa: make crypto/ecdsa.h header self-containing
` [PATCH 5/6] test: self: jwt: regenerate jwt_test.pem.c_shipped
` [PATCH 6/6] test: self: rename REGENERATE_RSATOC to REGNERATE_KEYTOC

[PATCH] commands: mmc: write_reliability: bail out early if already set
 2024-10-14 11:22 UTC  (2+ messages)

[PATCH] net: designware: let phy_resume handle fixed link phys
 2024-10-14 11:14 UTC  (2+ messages)

[PATCH] sandbox: defconfig: activate CONFIG_CONSOLE_ACTIVATE_ALL
 2024-10-14 11:13 UTC  (3+ messages)

[PATCH] mdio_bus: add NULL check to mdiobus_read/mdiobus_write
 2024-10-14 11:13 UTC  (3+ messages)

[PATCH 1/2] fixup! video: add dw-hdmi driver
 2024-10-14 11:12 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] mci: core: add write_reliable device parameter
 2024-10-09  5:40 UTC  (2+ messages)

[PATCH] video: mipi-dbi: reword Kconfig prompt
 2024-10-02 12:00 UTC  (2+ messages)

[PATCH] fbconsole: implement panel orientation support
 2024-10-02 12:00 UTC  (2+ messages)

[PATCH 1/3] ARM: wolfvision PF5: Use upstream IO expander dtso
 2024-10-02 11:58 UTC  (5+ messages)
` [PATCH 2/3] ARM: Wolfvision PF5: of_probe only once
` [PATCH 3/3] ARM: Wolfvision PF5: add display overlay

[PATCH] ARM: i.MX6 sabrelite: free USB VBUS GPIO after use
 2024-10-01 10:35 UTC  (2+ messages)

[PATCH] test: arm: qemu-sabrelite: Use qemu specific device tree
 2024-10-01 10:35 UTC  (2+ messages)

[PATCH] mci: Fix erase_grp_size extraction for SD with csd_struct v0
 2024-10-01 10:33 UTC  (3+ messages)

[PATCH v2 00/15] video: Add Rockchip VOP2 support
 2024-10-01  6:35 UTC  (19+ messages)
` [PATCH v2 01/15] clk: rockchip: rk3568: Fix HDMI clocks
` [PATCH v2 02/15] video: add videomode helpers
` [PATCH v2 03/15] media-bus-format: update from kernel
` [PATCH v2 04/15] regmap: add regfield support
` [PATCH v2 05/15] video: add include/video/drm/drm_connector.h
` [PATCH v2 06/15] fb: add fb_rect functions
` [PATCH v2 07/15] video: Add Sitronix st7789v panel driver
` [PATCH v2 08/15] video: add dw-hdmi driver
` [PATCH v2 09/15] video: i.MX ipuv3: switch to upstream hdmi driver
` [PATCH v2 10/15] fb: Accept overlay framebuffers without modes
` [PATCH v2 11/15] fb: print more information on devinfo
` [PATCH v2 12/15] fbconsole: Adjust fbconsole names for overlays
` [PATCH v2 13/15] ARM: ARM64: implement dma_alloc_writecombine()
` [PATCH v2 14/15] vpl: make vpl deep probe aware
` [PATCH v2 15/15] video: Rockchip: Add VOP2 driver

[PATCH v1] kvx: Fix SoC version/revision string
 2024-09-30  7:00 UTC  (3+ messages)

i.MX8/9: question about unused DDR PHY trained CSR board array
 2024-09-30  6:38 UTC  (2+ messages)

[PATCH] kvx: Fix SoC version/revision string
 2024-09-27 13:16 UTC  (2+ messages)

[PATCH] efi: payload: image use new CONFIG_ARM64 symbol
 2024-09-27 11:25 UTC  (2+ messages)

[PATCH v4 00/16] Add ECDSA support for FIT image verification
 2024-09-27 11:23 UTC  (24+ messages)
` [PATCH v4 03/16] keytoc: fix ECDSA endianess problems
` [PATCH v4 04/16] keytoc: remove duplicate __ENV__ check
` [PATCH v4 05/16] crypto: Makefile: make simpler
` [PATCH v4 06/16] crypto/Makefile: Drop unnecessary dependencies
` [PATCH v4 07/16] keytoc: make key name hint optional
` [PATCH v4 08/16] crypto: rsa: include key name hint into CONFIG_CRYPTO_RSA_KEY
` [PATCH v4 09/16] crypto: rsa: encapsulate rsa keys in public keys struct
` [PATCH v4 10/16] crypto: add public_key functions
` [PATCH v4 13/16] crypto: rsa: create static inline wrapper for rsa_verify()
` [PATCH v4 15/16] crypto: add ECDSA support

[PATCH] clk: imx: improve precision of AV PLL to 1 Hz
 2024-09-27 10:40 UTC  (2+ messages)

[PATCH v2 0/5] spi-gpio updates
 2024-09-27 10:40 UTC  (2+ messages)

[PATCH 0/5] of-graph fixes
 2024-09-27 10:39 UTC  (2+ messages)

[PATCH v2 00/10] ARM: add assembler optimized memmove
 2024-09-27 10:39 UTC  (5+ messages)
` [PATCH v2 10/10] ARM: add "

[PATCH 0/5] graphics updates
 2024-09-27 10:38 UTC  (2+ messages)

[PATCH 00/13] video: Add Rockchip VOP2 support
 2024-09-27 10:15 UTC  (22+ messages)
` [PATCH 01/13] clk: rockchip: rk3568: Fix HDMI clocks
` [PATCH 02/13] video: add videomode helpers
` [PATCH 03/13] media-bus-format: update from kernel
` [PATCH 04/13] regmap: add regfield support
` [PATCH 05/13] video: add include/video/drm/drm_connector.h
` [PATCH 06/13] fb: add fb_rect functions
` [PATCH 07/13] video: Add Sitronix st7789v panel driver
` [PATCH 08/13] video: add dw-hdmi driver
` [PATCH 09/13] video: i.MX ipuv3: switch to upstream hdmi driver
` [PATCH 10/13] fb: Accept overlay framebuffers without modes
` [PATCH 11/13] fb: print more information on devinfo
` [PATCH 12/13] ARM: ARM64: implement dma_alloc_writecombine()
` [PATCH 13/13] video: Rockchip: Add VOP2 driver

[PATCH 0/4] dma: debug: track DMA buffer ownership with KASAN
 2024-09-26 13:16 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