mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/15] mtd: nand: atmel: import Linux NAND controller driver
 2023-01-12 14:22 UTC  (18+ messages)
` [PATCH 01/15] asm-generic: io.h: sync with Linux
` [PATCH 02/15] mtd: nand: base: implement nand_gpio_waitrdy
` [PATCH 03/15] mtd: nand: prefix enum nand_ecc_algo constants with NAND_ECC_ALGO_
` [PATCH 04/15] mtd: nand: rename nand_device::eccreq to Linux' ecc.requirements
` [PATCH 05/15] mtd: nand: define nand_get_(small|large)_page_ooblayout
` [PATCH 06/15] mtd: nand: define nand_interface_is_sdr
` [PATCH 07/15] mtd: nand: provide Linux' struct nand_ecc_ctrl::engine_type
` [PATCH 08/15] driver: implement dev_request_resource
` [PATCH 09/15] lib: provide stub Linux "generic" allocator API
` [PATCH 10/15] memory: add Atmel EBI driver
` [PATCH 11/15] mfd: add atmel-smc driver
` [PATCH 12/15] mtd: nand: atmel: import Linux NAND controller driver
` [PATCH 13/15] ARM: AT91: sama5d3_xplained: switch to upstream binding
` [PATCH 14/15] mtd: nand: drop DT support in legacy driver
` [PATCH 15/15] ARM: AT91: sama5d3: always read memory size from controller

[PATCH v4] ARM: i.MX8M: smccc: allow SIP_BUILDINFO call on all imx8m variants
 2023-01-12 13:57 UTC  (3+ messages)

[PATCH] firmware: Kconfig: unify whitespace used for indentation
 2023-01-12 13:13 UTC  (2+ messages)

[PATCH 1/3] nvmem: ocotp: add support for second MAC address on i.MX8MP
 2023-01-12  8:41 UTC  (7+ messages)
` [PATCH 2/3] ARM: dts: i.MX8MP: move MAC address description to common location
` [PATCH 3/3] net: eqos: add i.MX8MP support

[PATCH v2] ARM: i.MX8M: smccc: allow SIP_BUILDINFO call on all imx8m variants
 2023-01-12  6:11 UTC  (2+ messages)

[PATCH 1/2] mci: atmel_mci: fix off-by-1000 in poll timeout
 2023-01-11 17:39 UTC  (2+ messages)
` [PATCH 2/2] mci: atmel_mci: don't print error messages when probing SDIO

[PATCH v2] mtd: consult CONFIG_OFDEVICE in mtd_get_of_node
 2023-01-11 17:35 UTC 

[PATCH v3 1/2] ARM: at91: sama5d4: enable for DT use
 2023-01-11 17:22 UTC  (2+ messages)
` [PATCH v3 2/2] ARM: at91: make bootsource code generic to all SAMA5

[PATCH v2 1/2] ARM: i.MX8M: bootrom-cmd: clean up pointer casting
 2023-01-11 15:28 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: i.MX8M: bootrom: access OCRAM directly if running in EL3

[PATCH v2 00/11] net: dsa: ksz9477: use regmap to add I2C support next to SPI
 2023-01-11 13:29 UTC  (12+ messages)
` [PATCH v2 01/11] regmap: consolidate reg/val format into regmap_format
` [PATCH v2 02/11] regmap: support formatted read and write
` [PATCH v2 03/11] regmap: port regmap_init_spi
` [PATCH v2 04/11] regmap: factor out regmap cdev size calculation
` [PATCH v2 05/11] net: dsa: ksz9477: switch to regmap_init_spi
` [PATCH v2 06/11] net: dsa: ksz9477: create regmap cdev for switch registers
` [PATCH v2 07/11] drivers: base: regmap: introduce REGMAP_I2C
` [PATCH v2 08/11] dev: add dev_bus_is_spi/i2c helpers
` [PATCH v2 09/11] net: dsa: ksz9477: refactor to prepare i2c support
` [PATCH v2 10/11] regmap: i2c: use formatted I/O
` [PATCH v2 11/11] net: ksz9477: add I2C support

[PATCH] driver: drop no longer used RW_SIZE/_MASK macros
 2023-01-11 12:00 UTC 

[PATCH v4] ARM: i.MX8M: separate function call for clock_init
 2023-01-11 11:43 UTC  (2+ messages)

[PATCH v4] ARM: rpi: parse memory from vc fdt
 2023-01-11 11:41 UTC  (2+ messages)

[PATCH v3] ARM: i.MX8M: separate function call for clock_init
 2023-01-11 11:25 UTC  (2+ messages)

[PATCH v2 00/11] ARM: at91: sama5d4: add basic Wifx L1 support
 2023-01-11 10:37 UTC  (14+ messages)
` [PATCH v2 01/11] ARM: at91: sama5: switch to nonnaked entry functions
` [PATCH v2 02/11] ARM: at91: sama5d4: add entry point helpers
` [PATCH v2 03/11] ARM: at91: sama5d4: enable for DT use
` [PATCH v2 04/11] net: macb: match atmel,sama5d4-gem compatible
` [PATCH v2 05/11] i2c: at91: extend for SAMA5D4 support
` [PATCH v2 06/11] eeprom: at24: add 24mac402/602 support
` [PATCH v2 07/11] driver: always ensure probe of RAM registered with mem_platform_driver
` [PATCH v2 08/11] common: deep-probe: don't build without CONFIG_OFDEVICE
` [PATCH v2 09/11] pinctrl: at91: make deep-probe compatible
` [PATCH v2 10/11] ARM: at91: make bootsource code generic to all SAMA5
` [PATCH v2 11/11] ARM: at91: SAMA5D4: add Wifx L1 support

[PATCH v2 1/1] ARM: i.MX8M: add PCA9450 PMIC on rev-b EVK
 2023-01-11 10:26 UTC  (7+ messages)
` [PATCH v2 1/1] ARM: i.MX8M: fix typo in function call
` [PATCH v2 1/1] ARM: i.MX8M: smccc: fix firmware_atf check

[PATCH v2] ARM: rpi: parse memory from vc fdt
 2023-01-11 10:23 UTC  (3+ messages)

[PATCH 00/11] net: dsa: ksz9477: use regmap to add I2C support next to SPI
 2023-01-11  9:33 UTC  (14+ messages)
` [PATCH 01/11] regmap: consolidate reg/val format into regmap_format
` [PATCH 02/11] regmap: support formatted read and write
` [PATCH 03/11] regmap: port regmap_init_spi
` [PATCH 04/11] regmap: factor out regmap cdev size calculation
` [PATCH 05/11] net: dsa: ksz9477: switch to regmap_init_spi
` [PATCH 06/11] net: dsa: ksz9477: create regmap cdev for switch registers
` [PATCH 07/11] drivers: base: regmap: introduce REGMAP_I2C
` [PATCH 08/11] dev: add dev_bus_is_spi/i2c helpers
` [PATCH 09/11] net: dsa: ksz9477: refactor to prepare i2c support
` [PATCH 10/11] regmap: i2c: use formatted I/O
` [PATCH 11/11] net: ksz9477: add I2C support

[PATCH] net: e1000: don't use nanosecond constants in readl_poll_timeout
 2023-01-11  9:13 UTC  (2+ messages)

[PATCH 0/7] ARM: i.MX8M: add optional CAAM init in PBL
 2023-01-11  9:10 UTC  (9+ messages)
` [PATCH 1/7] ARM: i.MX8M: bootrom: access OCRAM directly if running in EL3
` [PATCH 2/7] crypto: caam - sync 64-bit accessors with Linux
` [PATCH 3/7] crypto: caam - add job ring accessors from Linux
` [PATCH 4/7] crypto: caam - make command constants unsigned
` [PATCH 5/7] crypto: caam - implement early PBL init
` [PATCH 6/7] common: add new CONFIG_HAVE_OPTEE symbol
` [PATCH 7/7] ARM: i.MX8M: init CAAM when CONFIG_FSL_CAAM_RNG_PBL_INIT

[PATCH] ARM: rpi: parse memory from vc fdt
 2023-01-11  8:28 UTC  (3+ messages)

[PATCH v2] ARM: switch open-coded instances to platform_mem_driver
 2023-01-11  8:21 UTC  (2+ messages)

[PATCH] ARM: i.MX8M: bootrom: access OCRAM directly if running in EL3
 2023-01-11  8:20 UTC  (2+ messages)

[PATCH 1/2] net: bcmgenet: fix warning when building for 32-bit
 2023-01-11  8:00 UTC  (3+ messages)
` [PATCH 2/2] ARM: rpi: defconfig: enable Raspberry Pi 4 drivers in 32-bit config

[PATCH] pinctrl: stm32: fix pinctrl/gpio dependency ordering
 2023-01-11  7:59 UTC  (2+ messages)

[PATCH v2] include: linux/iopoll.h: silence warning when timeout_us contains *
 2023-01-11  7:58 UTC  (2+ messages)

[PATCH] ARM: switch open-coded instances to platform_mem_driver
 2023-01-11  7:57 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH] include: linux/iopoll.h: silence warning when timeout_us contains *
 2023-01-11  7:39 UTC  (6+ messages)
` [PATCH] fixup! "

[PATCH] usb: dwc2: fix multiplier handling in endpoint setup
 2023-01-10 17:33 UTC  (5+ messages)

[PATCH 1/3] mci: Add more respone types
 2023-01-10 15:50 UTC  (3+ messages)
` [PATCH 2/3] mci: handle SDIO cards gracefully
` [PATCH 3/3] ARM: dts: rpi3: Enable sdhci controller

[PATCH] net: designware: eqos: implement set_promisc callback
 2023-01-10 15:37 UTC 

[PATCH 0/4] lib: add jsmn JSON parser
 2023-01-10 15:10 UTC  (6+ messages)
` [PATCH 1/4] lib: add jsmn JSON parser support
` [PATCH 2/4] lib: extend jsmn with simple JSONPath lookup helpers
` [PATCH 3/4] vsprintf: implement %pJP for printing JSONPaths
` [PATCH 4/4] test: self: add json parser test

[PATCH] mtd: consult CONFIG_OFDEVICE in mtd_get_of_node
 2023-01-10 15:02 UTC  (2+ messages)

[PATCH 0/7] treewide: misc helpers for porting
 2023-01-10 15:00 UTC  (9+ messages)
` [PATCH 1/7] vsprintf: support %pOF format specifier
` [PATCH 2/7] include: driver: make dev_(get_priv|is_probed) argument const pointer
` [PATCH 3/7] include: sync io-64-nonatomic-*.h headers with Linux
` [PATCH 4/7] clk: add prepare/unprepare helpers
` [PATCH 5/7] of: provide of_node_get and of_node_put stubs
` [PATCH 6/7] include: linux/slab.h: define krealloc/kstrdup
` [PATCH 7/7] barebox-wrapper: define MODULE_DEVICE_TABLE

[PATCH] regulator: scmi: rename struct scmi_regulator::device_node to of_node
 2023-01-10 14:55 UTC  (2+ messages)

[PATCH] driver: add of_match_table as alias to of_compatible
 2023-01-10 14:54 UTC  (2+ messages)

[PATCH 1/4] of: gpio: include <of.h> in <of_gpio.h>
 2023-01-10 14:53 UTC  (5+ messages)
` [PATCH 2/4] gpiolib: use signed int for gpio in gpiod_set_value
` [PATCH 3/4] gpiolib: implement dev_gpiod_get_index
` [PATCH 4/4] gpiolib: implement gpiod_get_value

[PATCH 1/3] fixup! Rename device_d::device_node to device_d::of_node
 2023-01-10 14:44 UTC  (4+ messages)
` [PATCH 2/3] fixup! Rename struct device_d to device
` [PATCH 3/3] fixup! Rename struct driver_d to driver

[PATCH] asm-generic: define IOMEM for assembly as well
 2023-01-10 14:38 UTC  (2+ messages)

[PATCH] regulator: rk808: simplify one error branch with dev_err_probe
 2023-01-10 14:37 UTC  (2+ messages)

[PATCH] ARM: rockchip: make ATF installation optional
 2023-01-10 14:37 UTC  (2+ messages)

[PATCH master] nvmem: ocotp: decouple featctrl from barebox,provide-mac-address
 2023-01-10 14:34 UTC  (2+ messages)

[PATCH master] i2c: imx: increase timeout in i2c_fsl_poll_status from 1 to 5ms
 2023-01-10 14:33 UTC  (2+ messages)

[PATCH 1/2] net: dsa: ksz9477: fix confusing message detecting KSZ9893 compatible
 2023-01-10 14:32 UTC  (3+ messages)
` [PATCH 2/2] net: dsa: ksz9477: match microchip,ksz8563 compatible

[PATCH master 1/3] driver: have dev_name(unregistered device) behave as expected
 2023-01-09  9:12 UTC  (4+ messages)
` [PATCH master 2/3] efi: acpi: add SDT resource before registering device
` [PATCH master 3/3] reset: core: support deep probe with resets registered in CLK_OF_DECLARE

[PATCH v2] of: partition: moan if adding a partition failed
 2023-01-09  9:08 UTC  (2+ messages)

[PATCH] of: partition: moan if adding a partition failed
 2023-01-09  6:15 UTC  (3+ messages)

[PATCH] common: deep-probe: write deep probe enabled message to log
 2023-01-04 12:16 UTC  (2+ messages)

[PATCH 0/6] ARM: i.MX6: Fix LVDS splash on skov and some others
 2023-01-04 12:07 UTC  (6+ messages)
` [PATCH 6/6] ARM: configs: imx_v7_defconfig: enable some useful options

[PATCH] video: vpl: don't print only skipped vpl endpoints
 2023-01-04 10:52 UTC  (2+ messages)

[PATCH v2] ARM: dts: fix wrong display-timings native-mode binding
 2023-01-04 10:51 UTC  (2+ messages)

[PATCH] Documentation: i.MX8M: add EVK barebox installation documentation
 2023-01-04 10:50 UTC  (2+ messages)

[PATCH] mci: sdhci: arasan: fix probing eMMC without no-sd
 2023-01-04 10:30 UTC  (2+ messages)

arasan-sdhci eMMC Problem 'command timeout'
 2023-01-04  9:27 UTC  (4+ 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