mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/4] arm: boards: add wolfvision pf5 mainboard
 2024-04-05 14:04 UTC  (5+ messages)
` [PATCH 1/4] DNM: dts: arm64: rockchip: copy pf5 device tree from mainline Linux
` [PATCH 2/4] common: add wolfvision board code library
` [PATCH 3/4] arm: dts: add common state for wolfvision boards
` [PATCH 4/4] arm: boards: add wolfvision pf5 mainboard

[PATCH] arm: mecsbc: fixup /regulator-sd device tree node
 2024-04-05 12:13 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: add common bootstate.dtsi
 2024-04-05 10:40 UTC  (3+ messages)
` [PATCH 2/2] ARM: stm32mp: lxa-mc1: add state description

[PATCH v2 1/2] aiodev: add helper for getting a value by its channel name
 2024-04-05 10:16 UTC  (3+ messages)
` [PATCH v2 2/2] arm: boards: Add support for protonic-mecsbc board

[PATCH 00/10] net: fix problems handling trailing bytes
 2024-04-05  9:57 UTC  (14+ messages)
` [PATCH 01/10] net: free packets with net_free_packet
` [PATCH 02/10] net: ip: don't blindly trust driver supplied frame size
` [PATCH 03/10] net: icmp: "
` [PATCH 04/10] net: icmp: properly set IP TTL and fragement fields
` [PATCH 05/10] net: icmp: don't overrun buffer on send
` [PATCH 06/10] net: cpsw: report correct frame size to network stack
` [PATCH 07/10] net: usb: smsc95xx: don't opencode get/put_aligned_le32
` [PATCH 08/10] net: usb: smsc95xx: don't blindly trust hardware size
` [PATCH 09/10] net: usb: smsc95xx: fix handling of multiple packets per urb
  ` [PATCH] fixup! "
` [PATCH 10/10] net: usb: smsc95xx: disable HW checksumming in driver

[PATCH] pmdomain: imx8mp-blk-ctrl: fix adb handshake handling
 2024-04-04 13:41 UTC  (3+ messages)

[PATCH 1/4] string: add isempty helper
 2024-04-04 13:40 UTC  (5+ messages)
` [PATCH 4/4] bootm: add global.bootm.provide_hostname option

[PATCH] scripts: rk-usb-loader.c: Read input file after connecting USB device
 2024-04-04 11:09 UTC 

[PATCH 1/3] of: add of_property_read_variable_uxx_array()
 2024-04-04  6:36 UTC  (6+ messages)
` [PATCH 2/3] phy: rockchip: add pcie3 phy driver
` [PATCH 3/3] pci: ignore BAR when it doesn't fit into bus resource

[PATCH v2] i2c: add EFI i2c master driver
 2024-04-04  6:35 UTC  (5+ messages)

[PATCH 00/16] PCI: support non 1:1 mappings
 2024-04-04  6:18 UTC  (19+ messages)
` [PATCH 01/16] net: phy: realtek: add phy for RTL8168 internal phy
` [PATCH 02/16] pci: add 'self' member to struct pci_bus
` [PATCH 03/16] pci: rename parent_bus to parent
` [PATCH 04/16] add support for resource lists
` [PATCH 05/16] pci: pcie-designware: remove unused variable
` [PATCH 06/16] pci: dwc: Drop support for config space in 'ranges'
` [PATCH 07/16] pci: add pci_controller_init()
` [PATCH 08/16] pci: support non 1:1 mappings
` [PATCH 09/16] pci: pcie-designware: Speed up waiting for link
` [PATCH 10/16] pci: pcie-dw-rockchip: wait "
` [PATCH 11/16] pci: drop resources from struct pci_bus
` [PATCH 12/16] pci: add of_pci_bridge_init()
  ` [PATCH v2] "
` [PATCH 13/16] pci: pcie-designware: drop duplicate resource assigning
` [PATCH 14/16] pci: pcie-designware: remove dra7xx quirks
` [PATCH 15/16] pci: pcie-designware: iterate over windows
` [PATCH 16/16] ARM: dts: rk3588-rock-5b: remove pci ranges quirks

[PATCH] ARM: rpi: detect mci1 as well when searching for environment
 2024-04-03 12:26 UTC  (2+ messages)

[PATCH 1/2] mci: improve packing of struct mci
 2024-04-03 12:25 UTC  (3+ messages)
` [PATCH 2/2] mci: remove FIXME in rca description

[PATCH] console: make console_set_stdoutpath public
 2024-04-03 12:17 UTC  (2+ messages)

[PATCH 0/4] input: add CONFIG_INPUT_EVBUG debug option
 2024-04-03 11:40 UTC  (8+ messages)
` [PATCH 1/4] input: record parent device at registration time
` [PATCH 2/4] input: add CONFIG_INPUT_EVBUG debug option
` [PATCH 3/4] input: imx-keypad: remove now-duplicate debug messages
` [PATCH 4/4] input: gpio-keys: drop now-superfluous struct gpio_keys::dev

[PATCH master 1/3] soc: sifive: l2_cache: fix 32-bit compilation
 2024-04-03 11:33 UTC  (4+ messages)
` [PATCH master 2/3] RISC-V: riscvemu: build overlay as DTSO
` [PATCH master 3/3] treewide: replace references to barebox.org/jsbarebox with demo

[PATCH] net: usb: ax88179_178a.c: Add 2 new USB ids
 2024-04-03 11:30 UTC  (2+ messages)

[PATCH] fastboot: explain use of struct fastboot::cmd_exec/flash
 2024-04-03 11:30 UTC  (2+ messages)

[PATCH v2 1/2] ARM: i.MX8MP: skov: add fallback for unsupported HW
 2024-04-03 11:29 UTC  (6+ messages)
` [PATCH v2 2/2] ARM: i.MX8MP: skov: add new bd500 variant support

[PATCH] net: phy: do not crash on missing read_page()/write_page() ops
 2024-04-03 11:25 UTC  (2+ messages)

[PATCH] arm: boards: Add support for protonic-mecsbc board
 2024-04-03  8:25 UTC  (2+ messages)

[PATCH 1/2] include: kconfig.h: move __is_defined definition into new header
 2024-04-03  7:23 UTC  (2+ messages)
` [PATCH 2/2] include: is_defined: implement __if_defined helper

[PATCH v3 1/2] ARM: i.MX8MP: skov: add fallback for unsupported HW
 2024-04-03  4:34 UTC  (2+ messages)
` [PATCH v3 2/2] ARM: i.MX8MP: skov: add new bd500 variant support

[PATCH] clk: rockchip: rk3588: fix CLK_NR_CLKS usage
 2024-04-02  9:22 UTC  (2+ messages)

[PATCH 0/2] mci: fix warning and linker error
 2024-04-02  8:59 UTC  (8+ messages)
` [PATCH 1/2] mci: mci-core: fix mci_switch_status call
` [PATCH 2/2] mci: arasan: fix build for non-ZynqMP

[PATCH 0/3] mips: small improvements
 2024-04-02  8:42 UTC  (5+ messages)
` [PATCH 1/3] mips: cpuinfo: fix cpu name output for unknown processors
` [PATCH 2/3] mips: cpu-probe: identify more MIPS CPUs
` [PATCH 3/3] mips: mipsregs: remove duplicate definitions for Config 1 bits

[PATCH] usb: onboard-hub: bail out if peer hub is already probed
 2024-04-02  8:41 UTC  (2+ messages)

[PATCH master] dma: correctly honour dma-noncoherent device tree property
 2024-03-26 17:32 UTC  (4+ messages)

[PATCH] mci: mci-core: make devinfo hex values obvious
 2024-03-26 10:20 UTC  (2+ messages)

[PATCH] i2c: add EFI i2c master driver
 2024-03-26  6:08 UTC  (3+ messages)

[PATCH 1/5] nvmem: sync with linux code base
 2024-03-25 10:59 UTC  (9+ messages)
` [PATCH 2/5] nvmem: expose nvmem cells as cdev
` [PATCH 3/5] nvmem: constify the write path
` [PATCH 4/5] nvmem: allow single and dynamic device ids
` [PATCH 5/5] eeprom: at24: fix device name handling

[PATCH] treewide: drop unused header files
 2024-03-25 10:07 UTC  (2+ messages)

[PATCH] firmware: fix SoC variant in help text of FIRMWARE_IMX93_OPTEE
 2024-03-25 10:00 UTC  (2+ messages)

[PATCH] clk: fix clk_set_rate command help text
 2024-03-25 10:00 UTC  (2+ messages)

[PATCH] spi-nor: remove Fujitsu MB85RS1MT support
 2024-03-25  9:55 UTC  (2+ messages)

[PATCH] common: deep-probe: fix DEEP_PROBE_UNKNOWN misspelling
 2024-03-25  9:55 UTC  (2+ messages)

[PATCH 1/8] of: overlay: add of.overlay.fitconfigpattern param
 2024-03-25  8:51 UTC  (10+ messages)
` [PATCH 2/8] FIT: skip possible overlay config nodes
` [PATCH 3/8] of: overlay: make the pattern match function more generic
` [PATCH 4/8] of: overlay: make search dir/path "
` [PATCH 5/8] FIT: expose useful helpers
` [PATCH 6/8] of: overlay: add FIT overlay support
` [PATCH 7/8] of: overlay: drop unnecessary empty check in of_overlay_global_fixup_dir
` [PATCH 8/8] of: overlay: replace filename with an more unique name

[PATCH] Documentation: riscv: bring BeagleV Starlight docs up-to-date
 2024-03-24 20:29 UTC  (2+ messages)

Documentation/boards/riscv.rst: can't rebuild image for BeagleV
 2024-03-24 20:19 UTC  (4+ messages)

[PATCH v1 1/2] ARM: i.MX8MP: skov: add fallback for unsupported HW
 2024-03-18 12:39 UTC  (3+ messages)
` [PATCH v1 2/2] ARM: i.MX8MP: skov: add new bd500 variant support

[PATCH v4 00/15] mci: add HS200 support for eMMCs
 2024-03-18 12:17 UTC  (17+ messages)
` [PATCH v4 01/15] mci: arasan: fix dma support
` [PATCH v4 02/15] ARM: zynqmp: add sd_dll_reset call
` [PATCH v4 03/15] zynqmp: firmware: add functions to set tap delay
` [PATCH v4 04/15] mci: arasan: implement 25MHz quirk for zynqmp
` [PATCH v4 05/15] include: mci: sync mci_timing with linux
` [PATCH v4 06/15] mci: arasan: read clk phases from DT
` [PATCH v4 07/15] mci: core: save the set clock as actual_clock
` [PATCH v4 08/15] mci: arasan: register sdcard/sampleclk
` [PATCH v4 09/15] include: mci: add more EXT_CSD_CARD_TYPE_*
` [PATCH v4 10/15] mci: core: parse more host capabilities from DT
` [PATCH v4 11/15] mci: mci-core: add HS200 support
` [PATCH v4 12/15] mci: mci-core: replace value with define
` [PATCH v4 13/15] mci: sdhci: add tuning support
` [PATCH v4 14/15] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
` [PATCH v4 15/15] mci: sdhci: replace sdhci_wait_idle

[PATCH v3 00/14] mci: add HS200 support for eMMCs
 2024-03-15 14:00 UTC  (15+ messages)
` [PATCH v3 01/14] ARM: zynqmp: add sd_dll_reset call
` [PATCH v3 02/14] zynqmp: firmware: add functions to set tap delay
` [PATCH v3 03/14] mci: arasan: implement 25MHz quirk for zynqmp
` [PATCH v3 04/14] include: mci: sync mci_timing with linux
` [PATCH v3 05/14] mci: arasan: read clk phases from DT
` [PATCH v3 06/14] mci: core: save the set clock as actual_clock
` [PATCH v3 07/14] mci: arasan: register sdcard/sampleclk
` [PATCH v3 08/14] include: mci: add more EXT_CSD_CARD_TYPE_*
` [PATCH v3 09/14] mci: core: parse more host capabilities from DT
` [PATCH v3 10/14] mci: mci-core: add HS200 support
` [PATCH v3 11/14] mci: mci-core: replace value with define
` [PATCH v3 12/14] mci: sdhci: add tuning support
` [PATCH v3 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
` [PATCH v3 14/14] mci: sdhci: replace sdhci_wait_idle

[PATCH v2 00/14] mci: add HS200 support for eMMCs
 2024-03-15 12:41 UTC  (9+ messages)
` [PATCH v2 10/14] mci: mci-core: add HS200 support
` [PATCH v2 12/14] mci: sdhci: add tuning support
` [PATCH v2 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP

page:  |  | latest

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