barebox
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/05/05
[PATCH 7/8] drivers: maintain const when converting from struct driver
Ahmad Fatoum
2025/05/05
[PATCH 1/8] treewide: replace dev_get_drvdata with device_get_match_data
Ahmad Fatoum
2025/05/05
[PATCH 5/8] mci: am654-sdhci: fix error code printed in error messages
Ahmad Fatoum
2025/05/05
[PATCH 3/8] driver: switch dev_get_drvdata to Linux semantics
Ahmad Fatoum
2025/05/05
[PATCH 4/8] gpio: gpio-mxs: replace dev_get_drvdata with device_get_match_data
Ahmad Fatoum
2025/05/05
[PATCH 6/8] pinctrl: at91: replace dev_get_drvdata with device_get_match_data
Ahmad Fatoum
2025/05/05
[PATCH] resource: replace wrong NULL check for dev_get_resource_by_name with IS_ERR
Ahmad Fatoum
2025/05/05
Re: [PATCH 13/30] mci: imx-esdhc: implement esdhc_poll using sdhci_read32_poll_timeout
Sascha Hauer
2025/05/05
[PATCH] fb: generate mode name if missing
Ahmad Fatoum
2025/05/05
[PATCH] include: linux/printk: import Linux dev_err_ptr/case_probe helpers
Ahmad Fatoum
2025/05/05
[PATCH] PWM: core: fix deep probe for PWM backlight
Ahmad Fatoum
2025/05/05
[PATCH] Documentation: add migration guide for v2025.05.0
Ahmad Fatoum
2025/05/05
Re: [PATCH 30/30] mci: imx-esdhc: implement HS200 support
Ahmad Fatoum
2025/05/05
[PATCH 30/30] mci: imx-esdhc: implement HS200 support
Ahmad Fatoum
2025/05/05
[PATCH 25/30] mci: sdhci: fix sdhci_transfer_data MMC_SEND_TUNING compatibility
Ahmad Fatoum
2025/05/05
[PATCH 11/30] mci: sdhci: add support for struct mci_data::timeout_ns
Ahmad Fatoum
2025/05/05
[PATCH 23/30] mci: core: retry MMC_CMD_SET_BLOCKLEN up to 4 times
Ahmad Fatoum
2025/05/05
[PATCH 22/30] mci: imx-esdhc: select different pinctrl state depending on frequency
Ahmad Fatoum
2025/05/05
[PATCH 17/30] mci: imx-esdhc: flesh out register description
Ahmad Fatoum
2025/05/05
[PATCH 10/30] mci: respect no-1-8-v OF property
Ahmad Fatoum
2025/05/05
[PATCH 21/30] mci: sdhci: move SDHCI_MAKE_BLKSZ definition to header
Ahmad Fatoum
2025/05/05
[PATCH 13/30] mci: imx-esdhc: implement esdhc_poll using sdhci_read32_poll_timeout
Ahmad Fatoum
2025/05/05
[PATCH 16/30] mci: arasan: introduce mmc_op_tuning helper
Ahmad Fatoum
2025/05/05
[PATCH 18/30] mci: imx-esdhc: add support for delay/tuning properties in DT
Ahmad Fatoum
2025/05/05
[PATCH 15/30] mci: sdhci: add cmd parameter to sdhci_transfer_*
Ahmad Fatoum
2025/05/05
[PATCH 27/30] mci: imx-esdhc: set burst_length_enable
Ahmad Fatoum
2025/05/05
[PATCH 26/30] mci: core: implement mmc_send_tuning
Ahmad Fatoum
2025/05/05
[PATCH 12/30] mci: imx-esdhc: use unsigned types where appropriate
Ahmad Fatoum
2025/05/05
[PATCH 29/30] mci: sdhci: support Linux SDHCI_QUIRK2_BROKEN_HS200 flag
Ahmad Fatoum
2025/05/05
[PATCH 28/30] mci: imx-esdhc: fixup quirks in standard SDHCI registers
Ahmad Fatoum
2025/05/05
[PATCH 24/30] mci: imx-esdhc: don't reconfigure clock unless required
Ahmad Fatoum
2025/05/05
[PATCH 14/30] mci: imx-esdhc: drop one extra read of SDHCI_INT_STATUS
Ahmad Fatoum
2025/05/05
[PATCH 20/30] mci: imx-esdhc: add support for setting drive strength
Ahmad Fatoum
2025/05/05
[PATCH 19/30] mci: add mci_set_timing helper
Ahmad Fatoum
2025/05/05
[PATCH 08/30] mci: compare host and card caps for supported speeds
Ahmad Fatoum
2025/05/05
[PATCH 00/30] mci: imx-esdhc: add HS200 support
Ahmad Fatoum
2025/05/05
[PATCH 02/30] mci: move most recent I/O settings into mci_host::ios
Ahmad Fatoum
2025/05/05
[PATCH 03/30] mci: use struct mci_host::ios inside mci_set_ios
Ahmad Fatoum
2025/05/05
[PATCH 04/30] mci: tuning: fix fallback to DDR52
Ahmad Fatoum
2025/05/05
[PATCH 09/30] mci: print HS200 capabilities in devinfo
Ahmad Fatoum
2025/05/05
[PATCH 05/30] mci: sdhci: unmap DMA buffers on timeout
Ahmad Fatoum
2025/05/05
[PATCH 07/30] mci: rename MMC_CAP_MMC_x_yV_DDR to MMC_CAP_x_yV_DDR as in Linux
Ahmad Fatoum
2025/05/05
[PATCH 01/30] mci: sdhci: fix SDHCI_TRNS_AUTO_CMD12 definition
Ahmad Fatoum
2025/05/05
[PATCH 06/30] mci: add MMC_CAP_UHS constants
Ahmad Fatoum
2025/05/05
Re: [PATCH 0/4] K3: Add Asel support to the DMA driver
Sascha Hauer
2025/05/05
Re: Porting Cora Z7 Board to barebox
Sascha Hauer
2025/05/04
Re: [PATCH] mci: fix NULL pointer dereference
Sascha Hauer
2025/05/04
Re: [PATCH] mci: only count partitions from partition table
Sascha Hauer
2025/05/01
Re: Porting Cora Z7 Board to barebox
Johannes Roith
2025/05/01
Re: Porting Cora Z7 Board to barebox
Johannes Roith
2025/05/01
[PATCH v2] arch: arm: imx: esdctl: limit ram to 1GB on imx93 in case OPTEE is enabled
Michael Grzeschik
2025/04/30
Re: [PATCH] arch: arm: imx: esdctl: limit ram to 1GB on imx93 in case OPTEE is enabled
Ahmad Fatoum
2025/04/30
[PATCH] arch: arm: imx: esdctl: limit ram to 1GB on imx93 in case OPTEE is enabled
Michael Grzeschik
2025/04/30
Re: [PATCH] mci: only count partitions from partition table
Ahmad Fatoum
2025/04/30
[PATCH] mci: only count partitions from partition table
Michael Tretter
2025/04/30
[PATCH] mci: fix NULL pointer dereference
Michael Tretter
2025/04/30
Re: [PATCH] clk: Fix incorrect rate comparison in clk_set_rate()
Sascha Hauer
2025/04/30
Re: [PATCH] net: phy: seed PRNG from PHY link up jitter
Ahmad Fatoum
2025/04/30
Re: (subset) [PATCH 0/6] fastboot: fix handling of non-existent partitions
Sascha Hauer
2025/04/30
Re: (subset) [PATCH 0/6] fastboot: fix handling of non-existent partitions
Sascha Hauer
2025/04/30
Re: [PATCH] AT91: bootsource: Remove zero check of at91_bootsource
Sascha Hauer
2025/04/30
Re: [PATCH] net: am65-cpsw-nuss: fix common enable counter
Sascha Hauer
2025/04/29
Re: [PATCH 1/2] clocksource: timer-ti-dm: replace magic constant with descriptive macros
Daniel Lezcano
2025/04/29
Re: [PATCH 1/2] clocksource: timer-ti-dm: replace magic constant with descriptive macros
Ahmad Fatoum
2025/04/29
Re: [PATCH 1/2] clocksource: timer-ti-dm: replace magic constant with descriptive macros
Daniel Lezcano
2025/04/29
[PATCH] AT91: bootsource: Remove zero check of at91_bootsource
Alexander Shiyan
2025/04/29
Re: [PATCH] zedboard correct comments in lowlevel.c
Sascha Hauer
2025/04/29
Re: [PATCH 1/2] clocksource: timer-ti-dm: replace magic constant with descriptive macros
Sascha Hauer
2025/04/29
Re: [PATCH master] linux/iopoll: fix inverted condition in read_poll_timeout
Sascha Hauer
2025/04/29
Re: [PATCH master] kbuild: Use -fzero-init-padding-bits=all
Sascha Hauer
2025/04/29
Re: [PATCH] fixup! commands: devlookup: add support for cdev aliases
Sascha Hauer
2025/04/29
Re: [PATCH] clocksource: omit seeding of RNG in PBL
Sascha Hauer
2025/04/29
Re: [PATCH] lib: random: make srand_xor a no-op in PBL
Sascha Hauer
2025/04/29
Re: [PATCH] ARM: v7r: fix TLSF memory pool mix-up
Sascha Hauer
2025/04/29
Re: [PATCH 2/9] clocksource: ti-dm: make available in PBL
Daniel Lezcano
2025/04/29
[PATCH 1/4] ti/k3-navss-ringacc: switch to Linux code base
Sascha Hauer
2025/04/29
[PATCH 4/4] dma: k3-udma: Handle Asel
Sascha Hauer
2025/04/29
[PATCH 2/4] firmware: ti_sci: pass struct to ti_sci_rm_ringacc_ops::config
Sascha Hauer
2025/04/29
[PATCH 3/4] firmware: ti_sci: handle Asel
Sascha Hauer
2025/04/29
[PATCH 0/4] K3: Add Asel support to the DMA driver
Sascha Hauer
2025/04/29
[PATCH] net: am65-cpsw-nuss: fix common enable counter
Sascha Hauer
2025/04/29
[PATCH] ARM: v7r: fix TLSF memory pool mix-up
Ahmad Fatoum
2025/04/29
[PATCH 2/2] clocksource: timer-ti-dm: adapt omap_dmtimer_init parameter type to usage
Ahmad Fatoum
2025/04/29
[PATCH 1/2] clocksource: timer-ti-dm: replace magic constant with descriptive macros
Ahmad Fatoum
2025/04/29
Re: [PATCH] clocksource: omit seeding of RNG in PBL
Ahmad Fatoum
2025/04/29
Re: Porting Cora Z7 Board to barebox
Ahmad Fatoum
2025/04/29
Re: [PATCH 2/9] clocksource: ti-dm: make available in PBL
Ahmad Fatoum
2025/04/29
Re: [PATCH 2/9] clocksource: ti-dm: make available in PBL
Daniel Lezcano
2025/04/29
[PATCH] net: phy: seed PRNG from PHY link up jitter
Ahmad Fatoum
2025/04/29
Re: Porting Cora Z7 Board to barebox
Sascha Hauer
2025/04/29
[PATCH] lib: random: make srand_xor a no-op in PBL
Ahmad Fatoum
2025/04/28
[PATCH] zedboard correct comments in lowlevel.c
johannes
2025/04/28
Porting Cora Z7 Board to barebox
johannes
2025/04/28
[PATCH 5/6] fastboot: factor out fb_file_getsize
Ahmad Fatoum
2025/04/28
[PATCH 4/6] fastboot: only populate variables explicitly asked for
Ahmad Fatoum
2025/04/28
[PATCH 0/6] fastboot: fix handling of non-existent partitions
Ahmad Fatoum
2025/04/28
[PATCH 3/6] fastboot: don't populate partition variables unconditionally
Ahmad Fatoum
2025/04/28
[PATCH 6/6] fastboot: check for file existence before flashing/erasing
Ahmad Fatoum
2025/04/28
[PATCH 2/6] fastboot: introduce fastboot_tx_print_var() helper
Ahmad Fatoum
2025/04/28
[PATCH 1/6] fastboot: terminate request for non-file-backed partition properly
Ahmad Fatoum
2025/04/28
[PATCH] clk: Fix incorrect rate comparison in clk_set_rate()
Alexander Shiyan
2025/04/28
Re: [PATCH master] linux/iopoll: fix inverted condition in read_poll_timeout
Uwe Kleine-König
2025/04/27
[PATCH master] video: IPUv3-LDB: fix LVDS serial clock configuration
Ahmad Fatoum
2025/04/26
[PATCH master] linux/iopoll: fix inverted condition in read_poll_timeout
Ahmad Fatoum
2025/04/25
[PATCH master] kbuild: Use -fzero-init-padding-bits=all
Ahmad Fatoum
2025/04/24
[PATCH] fixup! commands: devlookup: add support for cdev aliases
Ahmad Fatoum
2025/04/24
Re: [PATCH 1/2] commands: devlookup: add support for cdev aliases
Sascha Hauer
2025/04/24
Re: [PATCH 1/2] Documentation: user: versioning: fix formatting
Sascha Hauer
2025/04/24
Re: [PATCH] clocksource: omit seeding of RNG in PBL
Sascha Hauer
2025/04/24
Re: [PATCH] kbuild: treat char as always unsigned
Sascha Hauer
2025/04/24
Re: [PATCH v2 2/4] parted: add support for gpt-location
Marco Felsch
2025/04/24
Re: [PATCH v2 4/4] ARM: riotboard: drop static barebox-environment handling
Alexander Shiyan
2025/04/24
Re: [PATCH v3] environment: support reading and writing of efivar
Jonas Licht
2025/04/24
Re: [PATCH v2 1/4] partitions: efi: add support to specify gpt-location
Sascha Hauer
2025/04/24
Re: [PATCH v2 3/4] defaultenv-2: add support to automatically create an initial GPT table
Sascha Hauer
2025/04/24
Re: [PATCH v2 2/4] parted: add support for gpt-location
Sascha Hauer
2025/04/24
[PATCH v4] environment: support reading and writing of efivar
Jonas Licht
2025/04/24
[PATCH 1/2] Documentation: user: versioning: fix formatting
Ahmad Fatoum
2025/04/24
[PATCH 2/2] Documentation: user: versioning: reduce indentation
Ahmad Fatoum
2025/04/24
[PATCH] clocksource: omit seeding of RNG in PBL
Ahmad Fatoum
2025/04/24
Re: [PATCH v2 4/4] ARM: riotboard: drop static barebox-environment handling
Marco Felsch
2025/04/24
Re: [PATCH v2 4/4] ARM: riotboard: drop static barebox-environment handling
Ahmad Fatoum
2025/04/23
[PATCH v2 4/4] ARM: riotboard: drop static barebox-environment handling
Marco Felsch
2025/04/23
[PATCH v2 2/4] parted: add support for gpt-location
Marco Felsch
2025/04/23
[PATCH v2 3/4] defaultenv-2: add support to automatically create an initial GPT table
Marco Felsch
2025/04/23
[PATCH v2 1/4] partitions: efi: add support to specify gpt-location
Marco Felsch
2025/04/23
Re: [PATCH] fixup! mci: move mci_setup_cmd definition into header
Sascha Hauer
2025/04/23
[PATCH] fixup! mci: move mci_setup_cmd definition into header
Ahmad Fatoum
2025/04/23
v2025.04.0
Sascha Hauer
2025/04/22
Re: [PATCH 0/7] ARM: add support for chainloading barebox inside FIP images
Sascha Hauer
2025/04/22
Re: [PATCH master 3/4] ARM: k3: define debug_ll_write_reg only on CONFIG_DEBUG_AM62X_UART=y
Ahmad Fatoum
2025/04/22
Re: [PATCH] ARM: rockchip: dmc: fix DRAM for sizes 16+ GiB on rk3588
Sascha Hauer
2025/04/22
Re: [PATCH master 3/4] ARM: k3: define debug_ll_write_reg only on CONFIG_DEBUG_AM62X_UART=y
Sascha Hauer
2025/04/22
Re: [PATCH master 3/4] ARM: k3: define debug_ll_write_reg only on CONFIG_DEBUG_AM62X_UART=y
Sascha Hauer
2025/04/22
Re: [PATCH master 2/4] ARM: Layerscape: fix compilation of LS1028 without LS1046
Ahmad Fatoum
2025/04/22
Re: [PATCH master 2/4] ARM: Layerscape: fix compilation of LS1028 without LS1046
Sascha Hauer
2025/04/22
Re: [PATCH master] font: fbconsole: fix underflow when printing non-ASCII characters
Sascha Hauer
2025/04/22
Re: [PATCH 00/10] Add barebox TLV infrastructure
Ahmad Fatoum
2025/04/22
Re: (subset) [PATCH 00/11] firmware: qemu_fw_cfg: implement file system
Sascha Hauer
2025/04/22
Re: [PATCH 1/4] restart: give poweroff_machine and restart_machine a flag parameter
Sascha Hauer
2025/04/22
Re: [PATCH 0/9] ARM: OMAP: beaglebone: add PBL SD xload support
Sascha Hauer
2025/04/22
Re: [PATCH 3/4] poweroff: give all poweroff_handler::poweroff callbacks a flags parameter
Ahmad Fatoum
2025/04/22
Re: [PATCH 3/4] poweroff: give all poweroff_handler::poweroff callbacks a flags parameter
Sascha Hauer
2025/04/22
Re: [PATCH] net: dhcp: mention that eth0 is the default
Sascha Hauer
2025/04/22
Re: [PATCH] pinctrl: at91: add sama5d3 compatible after DT regression
Sascha Hauer
2025/04/22
Re: [PATCH] pinctrl: at91: add sama5d3 compatible after DT regression
Sascha Hauer
2025/04/22
Re: [PATCH 1/5] bootm: fix error reporting around optee_verify_header_request_region
Sascha Hauer
2025/04/22
Re: [PATCH] stddev: make reads from /dev/null return 0 bytes
Sascha Hauer
2025/04/22
Re: [PATCH] include: linux/iopoll.h: add optional PBL support
Sascha Hauer
2025/04/22
Re: [PATCH v2 1/2] Documentation: document querying of barebox version
Sascha Hauer
2025/04/22
Re: [PATCH v2] driver: have dev_platform_ioremap_resource return error pointer
Sascha Hauer
2025/04/22
Re: [PATCH 1/2] mfd: syscon: make mfd/syscon.h header self-contained
Sascha Hauer
2025/04/22
Re: [PATCH master 1/4] KASan: fix possible breakage with CONFIG_INIT_STACK_ALL
Sascha Hauer
2025/04/22
Re: [PATCH 1/7] clk: add compatibility for prepare/unprepare/is_prepared
Sascha Hauer
2025/04/22
Re: [PATCH] of: address: implement dummy iounmap
Sascha Hauer
2025/04/22
Re: [PATCH] include: add support for NOTIFY_BAD
Sascha Hauer
2025/04/22
Re: [PATCH 1/3] ARM: drop unused mmiocpy/mmioset symbols
Sascha Hauer
2025/04/22
Re: [PATCH] virtio: make more robust in face of misbehaving devices
Sascha Hauer
2025/04/22
Re: [PATCH 1/4] lib: random: implement Xorshift* RNG
Sascha Hauer
2025/04/22
Re: [PATCH master] ARM: cpu: start: fix ramoops and OP-TEE co-existence
Sascha Hauer
2025/04/22
Re: [PATCH] regulator: adapt warning message when resolving supply
Sascha Hauer
2025/04/22
Re: [PATCH] kbuild: treat char as always unsigned
Sascha Hauer
2025/04/22
Re: [PATCH] ARM: dts: tqma93xx add dummy supply to regulator
Sascha Hauer
2025/04/22
Re: [PATCH master 1/2] crypto: ecc: use HWRNG for random numbers
Sascha Hauer
2025/04/22
Re: [PATCH master] lib: select HAS_INSECURE_DEFAULTS from ALLOW_PRNG_FALLBACK
Sascha Hauer
2025/04/22
[PATCH] include: add support for NOTIFY_BAD
Ahmad Fatoum
2025/04/22
Re: [PATCH 00/11] firmware: qemu_fw_cfg: implement file system
Ahmad Fatoum
2025/04/22
[PATCH 3/3] RISC-V: define position-independent __pi_memmove/memset/memcpy
Ahmad Fatoum
2025/04/22
[PATCH] virtio: make more robust in face of misbehaving devices
Ahmad Fatoum
2025/04/22
[PATCH 2/3] ARM: define position-independent __pi_memmove/memset/memcpy
Ahmad Fatoum
2025/04/22
[PATCH 1/3] ARM: drop unused mmiocpy/mmioset symbols
Ahmad Fatoum
2025/04/22
[PATCH] of: address: implement dummy iounmap
Ahmad Fatoum
2025/04/22
[PATCH 6/7] clk: composite: change mux/rate/gate members to clk_hw
Ahmad Fatoum
2025/04/22
[PATCH 2/7] clk: mux: replace width member with mask as in Linux
Ahmad Fatoum
2025/04/22
[PATCH 7/7] clk: move struct clk_composite definition to header
Ahmad Fatoum
2025/04/22
[PATCH 3/7] clk: mux: fix mask/width confusion in clk_hw_register_mux
Ahmad Fatoum
2025/04/22
[PATCH 4/7] clk: gate: underscore-prefix barebox-specific parent member
Ahmad Fatoum
2025/04/22
[PATCH 5/7] clk: gate: add bit_idx member as in Linux
Ahmad Fatoum
2025/04/22
[PATCH] include: linux/iopoll.h: add optional PBL support
Ahmad Fatoum
2025/04/22
[PATCH 1/7] clk: add compatibility for prepare/unprepare/is_prepared
Ahmad Fatoum
2025/04/22
[PATCH 2/4] restart: give all restart_handler::restart callbacks a flags parameter
Ahmad Fatoum
2025/04/22
[PATCH 3/4] poweroff: give all poweroff_handler::poweroff callbacks a flags parameter
Ahmad Fatoum
2025/04/22
[PATCH 1/4] restart: give poweroff_machine and restart_machine a flag parameter
Ahmad Fatoum
2025/04/22
[PATCH 4/4] restart: make warm reboot a callback argument
Ahmad Fatoum
2025/04/22
[PATCH 2/2] dma: make header self-contained
Ahmad Fatoum
2025/04/22
[PATCH 1/2] mfd: syscon: make mfd/syscon.h header self-contained
Ahmad Fatoum
2025/04/22
[PATCH master 3/4] ARM: k3: define debug_ll_write_reg only on CONFIG_DEBUG_AM62X_UART=y
Ahmad Fatoum
2025/04/22
[PATCH master 1/4] KASan: fix possible breakage with CONFIG_INIT_STACK_ALL
Ahmad Fatoum
2025/04/22
[PATCH master 4/4] memory: correct return value in request_barebox_region stub
Ahmad Fatoum
2025/04/22
[PATCH master 2/4] ARM: Layerscape: fix compilation of LS1028 without LS1046
Ahmad Fatoum
2025/04/22
[PATCH] stddev: make reads from /dev/null return 0 bytes
Ahmad Fatoum
2025/04/22
Re: [PATCH] kbuild: treat char as always unsigned
Ahmad Fatoum
2025/04/22
Re: [PATCH master 1/2] tlsf: hardening: unpoison trailing padding before zeroing it
Sascha Hauer
2025/04/22
Re: [PATCH] kbuild: treat char as always unsigned
Sascha Hauer
2025/04/22
Re: [PATCH] fixup! defaultenv: boot/bnet: fallback to booting generic 2nd stage FIT image
Sascha Hauer
2025/04/22
[PATCH v2] driver: have dev_platform_ioremap_resource return error pointer
Ahmad Fatoum
2025/04/21
[PATCH] kbuild: treat char as always unsigned
Ahmad Fatoum
2025/04/21
[PATCH] fixup! defaultenv: boot/bnet: fallback to booting generic 2nd stage FIT image
Ahmad Fatoum
2025/04/21
[PATCH master 2/2] tlsf: hardening: skip KASAN checks when zeroing memory
Ahmad Fatoum
2025/04/21
[PATCH master 1/2] tlsf: hardening: unpoison trailing padding before zeroing it
Ahmad Fatoum
Earlier messages
Later messages