mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH RFC 00/12] ARM64: layerscape: make LS1046 DMA coherent
 2023-02-21  8:05 UTC  (9+ messages)
` [PATCH RFC 01/12] usb: dwc3: populate parent of xHCI dev
` [PATCH RFC 02/12] usb: xhci: pass physical device to DMA API
` [PATCH RFC 04/12] firmware: zynqmp-fpga: "
` [PATCH RFC 07/12] dma: define CONFIG_OF_DMA_COHERENCY
` [PATCH RFC 08/12] RISC-V: StarFive: J7100: set /soc/dma-noncoherent
` [PATCH RFC 09/12] of: populate new device_d::dma_coherent attribute
` [PATCH RFC 10/12] dma: fix dma_sync when not all device DMA is equally coherent
` [PATCH RFC 12/12] ARM64: layerscape: configure all DMA masters to be cache-coherent

[PATCH master 1/2] of: split part of of_get_stdoutpath into of_find_node_by_chosen
 2023-02-21  7:52 UTC  (3+ messages)
` [PATCH master 2/2] bootsource: use /chosen instead of /aliases/barebox,bootsource-

[PATCH master] sandbox: fix linker warnings with newer ld
 2023-02-21  7:44 UTC  (2+ messages)

[PATCH] ARM: rockchip: add missing header to <mach/rockchip.h>
 2023-02-21  7:43 UTC  (2+ messages)

[PATCH] treewide: rename leftover device_d
 2023-02-21  7:14 UTC  (2+ messages)

[PATCH 1/2] gen-dtb-s: reference OF IMD entries automatically
 2023-02-20 17:31 UTC  (3+ messages)
` [PATCH 2/2] treewide: remove no-longer needed IMD_USED_OF

[PATCH 1/2] RISC-V: virt: riscvemu: use new-style DT overlay syntax
 2023-02-20  9:16 UTC  (5+ messages)
` [PATCH 2/2] common: boards: qemu-virt: "

[PATCH 1/3] gio: add support for PCAL6408 chip to the pca953x driver
 2023-02-20  9:06 UTC  (3+ messages)
` [PATCH 2/3] ARM: IMX8MP: add initial support for Variscite DT8MCustomBoard with iMX8MP
` [PATCH 3/3] Documentation: IMX: add doc for the Variscite DT8MCustomBoard

[PATCH v1 00/20] dts: avoid DT breakage new fancy DTC v1.7.0 syntax
 2023-02-20  8:51 UTC  (24+ messages)
` [PATCH v1 01/20] scripts/dtc: Update to upstream version v1.7.0
` [PATCH v1 02/20] scripts/dtc: update-dts-source.sh: don't fail if libfdt/ exists
` [PATCH v1 03/20] Documentation: devicetree: describe new label-relative-path syntax
` [PATCH v1 04/20] ARM: dts: use DT labels instead of paths where possible
` [PATCH v1 05/20] MIPS: dts: ath79: ar9331: use path references when extending nodes
` [PATCH v1 06/20] ARM: dts: tegra: switch to path and label references
` [PATCH v1 07/20] ARM: i.MX51: ccmx51: support newer device trees
` [PATCH v1 08/20] ARM: i.MX6: gw54xx: rename watchdog nodes
` [PATCH v1 09/20] ARM: i.MX6: karo-tx6x: fix now renamed DT nodes
` [PATCH v1 10/20] ARM: dts: zii: use phandle-relative paths for extending nodes
` [PATCH v1 11/20] ARM: dts: AT91: use label-relative "
` [PATCH v1 12/20] ARM: dts: Layerscape: drop unneeded EEPROM node overriding
` [PATCH v1 13/20] ARM: dts: Layerscape: use label-relative paths references
` [PATCH v1 14/20] ARM: dts: vf610-zii-cfu1: remove duplicate LED
` [PATCH v1 15/20] ARM: dts: i.MX53: ccxmx53: remove unused /memory
` [PATCH v1 16/20] ARM: dts: i.MX: use label-relative references
` [PATCH v1 17/20] ARM: dts: i.MX: delete now renamed memory nodes as well
` [PATCH v1 18/20] ARM: dts: socfpga: cut down on NAND node duplication
` [PATCH v1 19/20] ARM: dts: i.MX8MN: evk: use upstream flash node definition
` [PATCH v1 20/20] ARM: dts: i.MX8MN: evk: reduce duplication in barebox-added nodes

[PATCH RESEND] test: include <linux/printk.h>
 2023-02-17 20:42 UTC 

[PATCH] commands: add new of_fixup command to list and disable DT fixups
 2023-02-17 20:31 UTC 

[PATCH] usb: misc: add support for new OF onboard hub binding
 2023-02-17 20:26 UTC 

[PATCH 2/2] ARM: Layerscape: Add LS1021A IOT board support
 2023-02-17 18:06 UTC  (11+ messages)

[PATCH master] ARM: stm32mp: much enlarge very early stack size
 2023-02-17 17:51 UTC 

[PATCH 0/1] STM32MP: protonic/phycore: warn about potential DT breakage
 2023-02-17 16:28 UTC  (2+ messages)
` [PATCH 1/1] ARM: dts: STM32MP: protonic/phycore: add note about potential breakage

[PATCH v3 1/1] serial: ns16550: move iomem/ioport init after clock init
 2023-02-17 14:23 UTC  (2+ messages)

[PATCH v2 1/1] serial: ns16550: move iomem/ioport init after clock init
 2023-02-17 14:12 UTC  (2+ messages)

[PATCH 1/1] serial: ns16550: move iomem/ioport init after clock init
 2023-02-17 14:10 UTC  (4+ messages)

[PATCH v2] Documentation: i.MX8M: add EVK barebox installation documentation
 2023-02-17 13:21 UTC 

[PATCH v2 1/4] of: base: factor out of_merge_nodes from of_copy_node
 2023-02-17 13:03 UTC  (7+ messages)
` [PATCH v2 2/4] of: support of_ensure_probed for top-level machine device
` [PATCH v2 3/4] boards: qemu-virt: ensure board driver probe at postcore_initcall level
` [PATCH v2 4/4] boards: qemu-virt: support passing in FIT public key

[PATCH] ARM: <asm/barebox-arm.h>: drop undefined barebox_arm_get_boarddata()
 2023-02-17 10:35 UTC  (2+ messages)

[PATCH master] kwboot: add missing header to fix musl build
 2023-02-17  9:46 UTC  (3+ messages)

[PATCH] of: describe third arg of of_property_write_bool in kerneldoc
 2023-02-17  9:46 UTC  (2+ messages)

[PATCH 0/3] Fix MMC clocks on RK3568
 2023-02-17  9:40 UTC  (4+ messages)
` [PATCH 1/3] clk: composite: Give mux/div/gate clks names
` [PATCH 2/3] clk: composite: Fix enable_count when reparenting mux
` [PATCH 3/3] mci: rockchip-dwcmshc-sdhci: Print less errors

SPI NOR w25q128 "flash operation timed out"
 2023-02-17  8:58 UTC  (2+ messages)

[yocto] [OE-core] [PATCH 1/2] barebox: add initial support
 2023-02-15 15:12 UTC  (10+ messages)

[PATCH 1/2] Documentation: networking: resize reStructuredText table
 2023-02-13 11:38 UTC  (4+ messages)
` [PATCH 2/2] defaultenv: boot/net: allow customising NFS port and path

[PATCH v3 1/5] bbremote: Fix default payload value in BBPacket
 2023-02-13  9:11 UTC  (6+ messages)
` [PATCH v3 2/5] bbremote: Fix RATP handshake, errata #7321 for RFC916
` [PATCH v3 3/5] ratp: Fix retransmission for header-only packets
` [PATCH v3 4/5] ratp: Increase the establish timeout to 1sec
` [PATCH v3 5/5] ratp: Increase the initial RTO to 200ms

[PATCH 0/4] MIPS: dma: random fixes and improvements
 2023-02-13  9:02 UTC  (6+ messages)
` [PATCH 1/4] MIPS: dma: fix nullptr handling in dma_free_coherent
` [PATCH 2/4] MIPS: dma: remove unnecessary ifdefs
` [PATCH 3/4] MIPS: dma: add arch-specific dma_alloc() implementation
` [PATCH 4/4] MIPS: dma: simplify source structure

[PATCH 0/2] make e1000 work on MIPS
 2023-02-13  9:00 UTC  (4+ messages)
` [PATCH 1/2] net: e1000: properly map dma allocations
` [PATCH 2/2] dma: use virt/phys conversions when no dma_offset is specified

[PATCH 0/2] Initial LS1021-IOT board support
 2023-02-10 16:59 UTC  (6+ messages)

[PATCH 1/2] of: base: factor out of_merge_nodes from of_copy_node
 2023-02-10 14:56 UTC  (2+ messages)
` [PATCH 2/2] boards: qemu-virt: support passing in FIT public key

[PATCH] nvme: parse partition table when registering a block device
 2023-02-10  9:52 UTC  (2+ messages)

[PATCH] pinctrl: rockchip: fix get_value
 2023-02-10  9:50 UTC  (2+ messages)

[PATCH v2 1/2] ddr: imx8m: add support for 3720 MHz DDR rate
 2023-02-10  9:45 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: i.MX8MP: add initial Polyhex DEBIX Model A support

[PATCH v3 1/3] ARM: i.MX8M: esdctl: use common compatible to detect i.MX8MQ/MM/MP DDRC
 2023-02-10  9:41 UTC  (4+ messages)
` [PATCH v3 2/3] ARM: dts: i.MX8MP: add DDRC compatibles
` [PATCH v3 3/3] ARM: dts: i.MX8MP: remove DSP and DSP reserved memory nodes

[PATCH 1/2] ARM: Add Layerscape v7 support
 2023-02-08 13:26 UTC 

[PATCH 0/5] rpi: platform code improvements
 2023-02-08  9:18 UTC  (8+ messages)
` [PATCH 1/5] ARM: rpi: rename function getting mac address
` [PATCH 2/5] ARM: rpi: add serial number readout
` [PATCH 3/5] ARM: rpi: rework rpi board init code
` [PATCH 4/5] ARM: rpi: add machine-id support
` [PATCH 5/5] ARM: rpi: enable reset source detection in defconfig

[PATCH v2 1/3] ARM: i.MX8M: esdctl: limit i.MX8MP early memory size
 2023-02-08  8:45 UTC  (4+ messages)
` [PATCH v2 2/3] ARM: i.MX8M: esdctl: use common compatible to detect i.MX8MQ/MM/MP DDRC
` [PATCH v2 3/3] ARM: dts: i.MX8MP: add DDRC compatibles

[PATCH 1/2] net: rtl8139: remove dependence on MIPS
 2023-02-08  8:37 UTC  (3+ messages)
` [PATCH 2/2] net: rtl8139: fix ifdown/ifup issues

[PATCH] fixup! net: rtl8139: fix ifdown/ifup issues
 2023-02-08  8:29 UTC 

[PATCH 1/3] ARM: i.MX8M: esdctl: limit i.MX8MP early memory size
 2023-02-08  8:26 UTC  (7+ messages)
` [PATCH 2/3] ARM: i.MX8M: esdctl: use common compatible to detect i.MX8M* DDRC
` [PATCH 3/3] ARM: dts: i.MX8MP: add DDRC compatibles

[PATCH] Documentation: networking: improve net.* variable description
 2023-02-08  8:23 UTC  (2+ messages)

[PATCH] ARM: i.MX8MP-EVK: increase VDD_ARM to OD voltage
 2023-02-08  7:55 UTC  (4+ messages)

[PATCH 1/2] ddr: imx8m: add support for 3720 MHz DDR rate
 2023-02-07 20:28 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX8MP: add initial Polyhex DEBIX Model A support

[PATCH 1/3] ARM: i.MX Riotboard: Add SD card update handler
 2023-02-07 12:53 UTC  (3+ messages)
` [PATCH 2/3] ARM: i.MX Riotboard: Switch to board driver
` [PATCH 3/3] ARM: i.MX Riotboard: Let phy driver initialize the phy

[PATCH 1/5] nvmem: add support for post processing
 2023-02-06  7:43 UTC  (3+ messages)
` [PATCH 5/5] ARM: dts: i.MX8MP: drop OCOTP MAC address provider

[PATCH] clk: imx8mp: add USB suspend clock
 2023-02-06  7:41 UTC  (4+ messages)

[RFC PATCH] ratp: Fix retransmission for header-only packets
 2023-02-05 17:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/3] net: ifup: greatly reduce ifup -a time for multiple network interface
 2023-02-03  8:05 UTC  (2+ messages)

[PATCH 1/3] RISC-V: Makefile: cleanup layout
 2023-02-03  8:04 UTC  (2+ messages)

[PATCH] RISC-V: virt: riscvemu: fix unit address in node name
 2023-02-03  8:02 UTC  (2+ messages)

[PATCH v4 0/5] Add support for the Kosagi Novena board
 2023-02-03  8:01 UTC  (2+ messages)

[PATCH] fs: nfs: Error if a port is unregistered
 2023-02-03  8:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] fs: align write return codes with POSIX
 2023-02-03  8:00 UTC  (2+ messages)

[PATCH master v2 1/3] include: linux/printk: implement pr_*_once macros
 2023-02-03  7:58 UTC  (2+ messages)

[PATCH] fs: remove unused members of struct stat
 2023-02-03  7:56 UTC  (2+ messages)

[PATCH master] fs: align truncate return codes with POSIX
 2023-02-03  7:52 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