mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/15] ARM: remove non PBL ARM boards and sub architectures
 2024-04-25 16:56 UTC  (17+ messages)
` [PATCH 01/15] ARM: move HAVE_PBL_MULTI_IMAGES up to ARCH_MULTIARCH
` [PATCH 02/15] ARM: move OFTREE and OFDEVICE up one level
` [PATCH 03/15] ARM: remove uemd architecure
` [PATCH 04/15] ARM: remove ep93xx
` [PATCH 05/15] ARM: remove canon-a1100 support
` [PATCH 06/15] ARM: remove davinci
` [PATCH 07/15] ARM: remove PXA boards
` [PATCH 08/15] ARM: remove nomadik
` [PATCH 09/15] ARM: remove non PBL OMAP boards
` [PATCH 10/15] ARM: remove non PBL Atmel boards
` [PATCH 11/15] ARM: move HAVE_PBL_MULTI_IMAGES to toplevel
` [PATCH 12/15] ARM: drop non PBL support
` [PATCH 13/15] ARM: drop barebox_arm_head()
` [PATCH 14/15] ARM: make relocatable mandatory
` [PATCH 15/15] ARM: drop TEXT_BASE

[PATCH] fixup! mtd: nand: move to drivers/mtd/nand/raw/
 2024-04-25  7:41 UTC  (2+ messages)

[PATCH master 00/23] treewide: fix bugs using DMA API
 2024-04-25  7:39 UTC  (25+ messages)
` [PATCH master 01/23] habv4: use DMA-capable memory for getting event from BootROM
` [PATCH master 02/23] dma: give inline dma_alloc a single external definition
` [PATCH master 03/23] dma: add definition for dma_zalloc
` [PATCH master 04/23] include: linux/kernel.h: factor out alignment macros
` [PATCH master 05/23] driver: move out struct device definition into its own header
` [PATCH master 06/23] dma: remove common.h include from asm/dma.h
` [PATCH master 07/23] RISC-V: dma: fix dma.h inclusion
` [PATCH master 08/23] sandbox: dma: drop unused driver.h include
` [PATCH master 09/23] dma: remove linux/kernel.h dependency from dma.h
` [PATCH master 10/23] include: linux/slab: fix possible overflow in kmalloc_array
` [PATCH master 11/23] include: linux/slab: use dma_alloc for kmalloc
` [PATCH master 12/23] include: linux/slab: retire krealloc
` [PATCH master 13/23] commands: mmc_extcsd: use DMA capable memory where needed
` [PATCH master 14/23] net: macb: use DMA-capable memory for receive buffer
` [PATCH master 15/23] firmware: qemu_fw_cfg: use bounce buffer for write
` [PATCH master 16/23] net: usb: asix: use dma_alloc for buffers in USB control messages
` [PATCH master 17/23] net: usb: smsc95xx: use DMA memory for usb_control_msg
` [PATCH master 18/23] usb: hub: use DMA memory in usb_get_port_status
` [PATCH master 19/23] usb: hub: use DMA-capable memory in usb_hub_configure
` [PATCH master 20/23] treewide: use new dma_zalloc instead of opencoding
` [PATCH master 21/23] usb: dwc2: host: fix mismatch between dma_map_single and unmap
` [PATCH master 22/23] net: bcmgenet: map DMA buffers with dma_map_single
` [PATCH master 23/23] dma: debug: add alignment check when mapping buffers

v2024.04.0
 2024-04-25  7:37 UTC 

[PATCH 1/2] mtd: nand-imx: Cleanup and simplify code creating bad block table
 2024-04-24 16:47 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand-imx: Only automatically create BBT if NAND seems to be pristine

[PATCH] net: dsa: use dma_alloc in receive path for symmetry
 2024-04-23 17:53 UTC 

[PATCH] net: fsl-fman: remove superfluous zeroing of new dma_alloc_coherent buf
 2024-04-23 17:36 UTC 

[PATCH] mtd: nand-imx: Improve comment about vendor BBM and address verschwurbelung
 2024-04-23 17:35 UTC 

[PATCH 0/3] raspi: cleanup of vc fixups
 2024-04-23  8:34 UTC  (5+ messages)
` [PATCH 1/3] raspi: add fixup method for specific properties
` [PATCH 2/3] raspi: override properties in /reserved-memory node of device tree
` [PATCH 3/3] raspi: add a fixup for the `dma-ranges` property of the `/emmc2bus` dt node

[PATCH master 1/3] mci: core: fix fallback when eMMC DDR52 is not possible
 2024-04-23  6:52 UTC  (5+ messages)
` [PATCH master 2/3] mci: core: fix fallback when host doesn't support HS200
` [PATCH master 3/3] mci: core: make execute_tuning mandatory for HS200

[PATCH master] mci: core: allocate memory used for DMA with dma_alloc
 2024-04-23  6:26 UTC  (2+ messages)

[PATCH] ddr: imx: hide config prompt unless COMPILE_TEST
 2024-04-23  6:24 UTC  (2+ messages)

[PATCH v2] scripts: imx: IMX8MQ: fix header entry offset
 2024-04-22 12:17 UTC  (2+ messages)

[PATCH 1/2] include: kconfig.h: move __is_defined definition into new header
 2024-04-22 12:16 UTC  (2+ messages)

[PATCH 0/2] net: designware-imx: fix eqos in RMII on i.MX93
 2024-04-22 12:12 UTC  (4+ messages)
` [PATCH 1/2] net: designware-imx: add fix_reset callback
` [PATCH 2/2] net: designware-imx: i.MX93: set TX_CLK in RMII mode

[PATCH master 0/3] clk: imx: composite-8m: fix muxing of core and bus
 2024-04-22 11:26 UTC  (5+ messages)
` [PATCH master 1/3] clk: imx: add IMX_COMPOSITE_CLK_FLAGS_DEFAULT macro
` [PATCH master 2/3] clk: imx: composite-8m: fix muxing of core and bus clocks
` [PATCH master 3/3] clk: imx: imx8mp: sync with Linux v6.9-rc3

[PATCH 1/2] clk: add flags parameter to clk_dump(_one)
 2024-04-22 11:24 UTC  (3+ messages)
` [PATCH 2/2] commands: clk_dump: add json output option

[PATCH 0/5] ARM: i.MX8MP: add nominal drive mode support
 2024-04-22  8:54 UTC  (8+ messages)
` [PATCH 1/5] ARM: i.MX8M: pass cpu_type parameter to __imx8m_early_clock_init
` [PATCH 2/5] ARM: i.MX8MP: configure PLL3 as 600MHz
` [PATCH 3/5] ARM: i.MX8MP: configure PLL3 as noc_io parent
` [PATCH 4/5] ARM: i.MX8MP: don't reparent GIC from BootROM default
` [PATCH 5/5] ARM: dts: i.MX8MP: Add optional nominal drive mode DTSI

[PATCH] ARM: i.MX: remove platform device registration helpers
 2024-04-19  6:25 UTC  (2+ messages)

[PATCH] file-list: remove unused variable
 2024-04-19  6:25 UTC  (3+ messages)

[PATCH] scripts: imx: fix header entry offset
 2024-04-18  8:40 UTC  (2+ messages)

[PATCH] mtd: nand: mxc_nand: disable subpage reads
 2024-04-17  6:51 UTC 

[PATCH] mtd: nand: stm32: fix wrong regmap_bulk_read() usage
 2024-04-17  6:22 UTC  (2+ messages)

[PATCH 1/2] fs: jffs2: remove NAND write support entirely
 2024-04-17  6:22 UTC  (3+ messages)
` [PATCH 2/2] fs: jffs2: ignore cleanup hints

[PATCH 1/2] clk: imx27: add nand clock
 2024-04-16 13:41 UTC  (3+ messages)
` [PATCH 2/2] clk: imx27: add watchdog clock

[PATCH 0/4] arm: boards: add wolfvision pf5 mainboard
 2024-04-16 13:39 UTC  (9+ messages)
` [PATCH 1/4] DNM: dts: arm64: rockchip: copy pf5 device tree from mainline Linux
` [PATCH 2/4] common: add wolfvision board code library

raspi: should vc fixups update properties of existing nodes?
 2024-04-16 13:38 UTC  (6+ messages)
  ` [PATCH] of: do not copy properties if they already exist in the destination
      ` [PATCH v2] "

[PATCH v2] gpio: Add Intel gpio controller support
 2024-04-16 13:37 UTC  (2+ messages)

[PATCH] scripts: config: add script to manipulate .config files on the command line
 2024-04-16 13:36 UTC  (2+ messages)

[PATCH v2 0/4] arm: boards: add wolfvision pf5 mainboard
 2024-04-16 13:34 UTC  (6+ messages)
` [PATCH v2 1/4] arm: dts: copy pf5 device tree from mainline linux
` [PATCH v2 2/4] arm: dts: add common state for wolfvision boards
` [PATCH v2 3/4] common: add wolfvision board code library
` [PATCH v2 4/4] arm: boards: add wolfvision pf5 mainboard

[PATCH] ARM64: let 'end' point after the range in cache functions
 2024-04-16 12:10 UTC  (4+ messages)

[PATCH] of: do not acccess 'prop->value' directly
 2024-04-16 11:16 UTC  (2+ messages)

[PATCH master] mci: core: don't fail MMC probe if HS200 isn't supported in HW
 2024-04-16 11:10 UTC  (2+ messages)

[PATCH 1/3] ARM: Rockchip: bbu: rename rk3568_bbu_mmc_register to rockchip_*
 2024-04-16 11:05 UTC  (4+ messages)
` [PATCH 2/3] ARM: Rockchip: bbu: output unallocated space size on error
` [PATCH 3/3] ARM: Rockchip: bbu: allow forcing barebox update handler despite size

[PATCH] gpiolib: implement gpiod_slice_acquired
 2024-04-16 10:30 UTC  (2+ messages)

[PATCH master] partitions: efi: fix NULL dereference on corrupted GPT
 2024-04-16 10:29 UTC  (2+ messages)

[PATCH master] soc: rockchip: io-domain: handle missing supply correctly
 2024-04-16 10:26 UTC  (2+ messages)

[PATCH master] gpio: rockchip: fix support for RK3588/RK3566
 2024-04-16 10:24 UTC  (2+ messages)

[PATCH] clk: rk3568: sync PLL rates with Linux
 2024-04-16 10:23 UTC  (2+ messages)

[PATCH] ARM: dts: rockchip: drop unreferenced rockchip-pinconf.dtsi
 2024-04-16 10:23 UTC  (2+ messages)

[PATCH] ARM: dts: rk356x: describe serial reboot mode
 2024-04-16 10:22 UTC  (2+ messages)

[PATCH 0/7] PWM: rockchip: add driver support
 2024-04-16 10:11 UTC  (9+ messages)
` [PATCH 1/7] PWM: core: check that struct pwm_chip::devname is set
` [PATCH 2/7] PWM: core: add struct pwm_chip::dev
` [PATCH 3/7] PWM: core: adopt Linux prototype for struct pwm_ops::apply
` [PATCH 4/7] PWM: align struct pwm_state member names with Linux
` [PATCH 5/7] PWM: core: add definition for PWM_POLARITY_INVERSED
` [PATCH 6/7] PWM: rockchip: add driver support
` [PATCH 7/7] ARM: dts: rk356x: add aliases for PWM controllers

[PATCH] common: factor out debugging options into separate files
 2024-04-16 10:03 UTC  (2+ messages)

[PATCH] pinctrl: rockchip: check for invalid pull settings
 2024-04-16 10:02 UTC  (2+ messages)

[PATCH master] Documentation: aarch64-qemu-virt: add name of defconfig
 2024-04-16 10:00 UTC  (2+ messages)

[PATCH master] Documentation: devel: project-ideas: remove outdated info on MMC speed
 2024-04-16 10:00 UTC  (2+ messages)

[PATCH 0/8] Update NAND layer
 2024-04-16  9:53 UTC  (9+ messages)
` [PATCH 1/8] bch: update from Kernel
` [PATCH 2/8] mtd: nand: move to drivers/mtd/nand/raw/
` [PATCH 3/8] mtd: update _lock/_unlock prototype
` [PATCH 4/8] mtd: nand: update to Linux-6.9-rc2
` [PATCH 5/8] mtd: nand: replace nand_imx driver with kernel driver
` [PATCH 6/8] mtd: nand: mxc_nand: separate page read from ecc calc
` [PATCH 7/8] mtd: nand: mxc_nand: implement exec_op
` [PATCH 8/8] mtd: nand: mxc_nand: support software ECC

[PATCH] bch: update from Kernel
 2024-04-16  6:21 UTC 

[PATCH] usb: gadget: ums: add support for optional partition flag
 2024-04-15  5:34 UTC 

[PATCH] jffs2: change pr_fmt prefix to jffs2
 2024-04-10  9:23 UTC 

[PATCH] gpio: Add Intel gpio controller support
 2024-04-10  8:37 UTC  (4+ messages)

[PATCH v2 1/2] bootm: replace CONFIG_BOOTM_FORCE_SIGNED_IMAGES with helper
 2024-04-10  6:36 UTC  (3+ messages)
` [PATCH v2 2/2] bootm: add support for dynamically forcing signature verification

[PATCH] mci: sdhci: fix dma mapping
 2024-04-10  6:35 UTC  (2+ messages)

[PATCH] mci: arasan: rework register_sdclk
 2024-04-09 13:06 UTC  (3+ messages)

[PATCH 1/2] bootm: don't allow bootm_set_verify_mode if BOOTM_FORCE_SIGNED_IMAGES is enabled
 2024-04-08 14:12 UTC  (6+ messages)
` [PATCH 2/2] bootm: always apply strict signed FIT boot rules

[PATCH] arm: mecsbc: fixup /regulator-sd device tree node
 2024-04-08  6:50 UTC  (2+ messages)

page: 

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