mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/13] nvmem: misc enhancements
 2021-06-19  3:45 UTC  (9+ messages)
` [PATCH 01/13] nvmem: bsec: remove unused, left-over, struct member
` [PATCH 02/13] nvmem: treat devices without nvmem_bus::write as read only
` [PATCH 06/13] power: reset: port Linux generic NVMEM reboot mode driver
` [PATCH 07/13] sandbox: use nvmem-reboot-mode instead of syscon-reboot-mode
` [PATCH 09/13] nvmem: add command to list nvmem devices
` [PATCH 10/13] sandbox: hostfile: move initcall to earlier postcore level
` [PATCH 11/13] of: of_net: sync of_get_mac_address with Linux for NVMEM support
` [PATCH 12/13] net: consult device tree for ethernet address in NVMEM as fall-back

[PATCH master 1/2] nvmem: regmap: fix use of uninitialized space with nvmem_regmap_register
 2021-06-19  3:32 UTC  (2+ messages)
` [PATCH master 2/2] nvmem: fix mismatch between extern and inline stub prototypes

[PATCH 1/2] string: implement strchrnul
 2021-06-19  3:26 UTC  (2+ messages)
` [PATCH 2/2] console: respect baudrate specified in device-tree stdout-path

Compiled in boot environment and dtbo files
 2021-06-18 13:16 UTC  (9+ messages)

[PATCH 1/2] common: bbu: only add available handlers
 2021-06-18 12:05 UTC  (2+ messages)
` [PATCH 2/2] common: bbu: add pr_fmt

[PATCH 1/2] ARM: mmu: inherit pte flags from pmd
 2021-06-18  8:55 UTC  (3+ messages)
` [PATCH 2/2] firmware: socfpga: set APPLYCFG after loading bitstream

[PATCH v4 01/10] reset: add of_reset_control_get to header
 2021-06-18  8:32 UTC  (11+ messages)
` [PATCH v4 02/10] drivers: add fpga bridge framework
` [PATCH v4 03/10] drivers: fpga: add socfpga bridges
` [PATCH v4 04/10] firmware: socfpga: change function prefixes
` [PATCH v4 05/10] firmware: import fpga-mgr.h from linux
` [PATCH v4 06/10] of: kconfig: of_overlay uses firmwaremgr_load_file
` [PATCH v4 07/10] of: of_firmware: add support for fpga bridges
` [PATCH v4 08/10] commands: firmwareload: allow loading firmware from dt
` [PATCH v4 09/10] drivers: firmware: socfpga: remove bridges shutdown
` [PATCH v4 10/10] firmware: add support for compressed images

[PATCH v2] ARM: imx: add support for TQMa6UL SoM on MBa6ulxl
 2021-06-18  0:03 UTC  (2+ messages)

[PATCH] usb: usb251xb: remove >=0 check for u32 port
 2021-06-17 17:00 UTC 

[PATCH] aiodev: add driver for Rockchip SARADC
 2021-06-17 14:36 UTC 

[PATCH] usb: ehci: Fix unitialized variable
 2021-06-17 14:25 UTC 

[PATCH] clk: fix of clk set defaults when dev is a clk provider
 2021-06-17 14:17 UTC 

[PATCH] usb: storage: Improve message
 2021-06-17 14:14 UTC 

[PATCH] regulator: fixed: Use gpiod
 2021-06-17 14:12 UTC 

v2021.06.0
 2021-06-16  8:51 UTC 

[PATCH] clk: bail out early when rate is already desired one
 2021-06-16  8:29 UTC  (3+ messages)

[PATCH] drivers: base: Check all compatible strings for modalias match
 2021-06-16  8:26 UTC  (2+ messages)

[PATCH v1 1/2] add device state flags and add error state
 2021-06-16  8:19 UTC  (4+ messages)
` [PATCH v1 2/2] devinfo: print only devices with errors

[PATCH 0/5] Cleanup and fix arasan-sdhci
 2021-06-16  7:52 UTC  (7+ messages)
` [PATCH 1/5] mci: mci-core: respect disable-wp property
` [PATCH 2/5] mci: arasan: fix most checkpatch warnings
` [PATCH 3/5] mci: arasan: remove duplicate stop clock
` [PATCH 4/5] mci: arasan: wait for XFER_COMPLETE for busy response
` [PATCH 5/5] ARM: zynqmp: defconfig: enable MCI_ARASAN

[PATCH 1/2] ARM: i.MX: xload-gpmi-nand: fix bad block mark swapping
 2021-06-16  7:48 UTC  (11+ messages)
` [PATCH 2/2] ARM: i.MX: xload: consider ECC strength when reading page

[PATCH] net/eth: read default mac-address default from dts
 2021-06-16  7:14 UTC  (2+ messages)

[PATCH] net/eth: read default mac-address default from dts
 2021-06-15 20:32 UTC  (2+ messages)

NXP Layerscape
 2021-06-15 19:02 UTC  (9+ messages)

[PATCH 00/11] Rockchip RK3568 support
 2021-06-15 14:16 UTC  (12+ messages)
` [PATCH 01/11] clk: Add clk_name_* functions
` [PATCH 02/11] clk: rockchip rk3568: Initialize clocks
` [PATCH 03/11] filetype: Add Rockchip boot image type
` [PATCH 04/11] ARM: Rockchip: Add rkimage tool
` [PATCH 05/11] ARM: Add relocate_to_adr_full()
` [PATCH 06/11] ARM: Rockchip: Add rk3568 dtsi files
` [PATCH 07/11] ARM: Rockchip: Add rk3568 support
` [PATCH 08/11] ARM: Add atf common support
` [PATCH 09/11] ARM: rockchip: Add bootm handler for RKNS images
` [PATCH 10/11] ARM: Rockchip: Add rk3568 evb board support
` [PATCH 11/11] Add rockchip_v8_defconfig

[PATCH] Add clk_round_rate command
 2021-06-15 13:18 UTC 

[PATCH v3 01/10] reset: add of_reset_control_get to header
 2021-06-15 11:25 UTC  (10+ messages)
` [PATCH v3 02/10] drivers: add fpga bridge framework
` [PATCH v3 03/10] drivers: fpga: add socfpga bridges
` [PATCH v3 04/10] firmware: socfpga: change function prefixes
` [PATCH v3 05/10] firmware: import fpga-mgr.h from linux
` [PATCH v3 06/10] of: kconfig: of_overlay uses firmwaremgr_load_file
` [PATCH v3 07/10] of: of_firmware: add support for fpga bridges
` [PATCH v3 08/10] commands: firmwareload: allow loading firmware from dt
` [PATCH v3 09/10] drivers: firmware: socfpga: remove bridges shutdown
` [PATCH v3 10/10] firmware: add support for compressed images

[PATCH] drivers: drop unused usb_gadget_{map,unmap}_request()
 2021-06-15  9:22 UTC  (2+ messages)

[PATCH] Documentation: RISC-V: erizo: fix header level
 2021-06-15  9:16 UTC  (2+ messages)

[PATCH 1/4] common: boot: don't return too early in bootscript dryrun
 2021-06-15  9:14 UTC  (9+ messages)
` [PATCH 2/4] ARM: beaglebone: add helper init script for checking if BBBW
` [PATCH 3/4] ARM: am33xx: add define for 800Mhz MPU PLL point
` [PATCH 4/4] ARM: beaglebone: init MPU speed to 800Mhz

[PATCH] ARM: imx: add support for TQMa6UL SoM on MBa6ulxl
 2021-06-14  8:47 UTC  (2+ messages)

imx6 nand: dbbt version/layout
 2021-06-11 15:16 UTC  (3+ messages)

barebox IRC moving to libera
 2021-06-11 12:34 UTC 

[PATCH v2 00/24] clk updates
 2021-06-11 12:14 UTC  (9+ messages)
` [PATCH 04/24] clk: introduce struct clk_hw
` [PATCH 24/24] clk: Rockchip: Add rk3568 clk support

Beaglebone Black defconfigs
 2021-06-11 12:13 UTC  (7+ messages)

[PATCH] fixup! pinctrl: Rockchip: Update from Linux
 2021-06-11 11:52 UTC  (2+ messages)

[PATCH] include: <io.h>: define (read|write)[bwlq]_relaxed
 2021-06-11 11:30 UTC  (2+ messages)

[PATCH] fixup! clk: rockchip: Update to current Linux
 2021-06-11 11:28 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH] regulator: discard unused struct regulator_init_data handling
 2021-06-11 11:25 UTC  (2+ messages)

[PATCH v2] fs: nfs: Start earlier to resend requests
 2021-06-11 11:13 UTC  (3+ messages)

[PATCH 0/2] mtd: core: fix use of uninitialized struct member
 2021-06-11 10:42 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mtd: core: fix whitespaces

[PATCH] mci: dw_mmc: set dma mask to work correctly on 64bit platforms
 2021-06-11 10:40 UTC  (5+ messages)

[PATCH] scripts: socfpga_import_preloader: make sdk optional
 2021-06-11  8:02 UTC 

[PATCH 0/3] MMC: SDHCI: Add and use common DMA helpers
 2021-06-10 14:47 UTC  (4+ messages)
` [PATCH 1/3] mci: sdhci: Add DMA transfer helpers
` [PATCH 2/3] mci: Add support for Rockchip variant of the dwcmshc
` [PATCH 3/3] mci: imx-esdhc: Use common DMA helpers

[PATCH 1/4] watchdog: dw_wdt: Write counter restart register
 2021-06-10 13:06 UTC  (4+ messages)
` [PATCH 2/4] watchdog: dw_wdt: Detect if running initially
` [PATCH 3/4] watchdog: dw_wdt: set maximum timeout
` [PATCH 4/4] watchdog: dw_wdt: denote message to debug level

[PATCH] clk: implement clk_bulk_get_optional()
 2021-06-09 11:53 UTC 

[PATCH v1] ARM: dts: protonic: define state partition
 2021-06-09 11:42 UTC  (2+ messages)

[PATCH 0/5] fixups for Designware EQOS MAC Rockchip support
 2021-06-09 11:33 UTC  (7+ messages)
` [PATCH 1/5] fixup! net: eqos: "
` [PATCH 2/5] "
` [PATCH 3/5] "
` [PATCH 4/5] "
` [PATCH 5/5] "

[PATCH 0/5] RK3568 pinctrl
 2021-06-09  9:45 UTC  (11+ messages)
` [PATCH 1/5] pinctrl: Rockchip: rename mux_offset to grf_mux_offset
` [PATCH 2/5] pinctrl: Rockchip: print resource_size_t with %pa
` [PATCH 3/5] pinctrl: Rockchip: Update from Linux
` [PATCH 4/5] pinctrl: Rockchip: implement drive strength setting
` [PATCH 5/5] pinctrl: Rockchip: Add RK3568 support

[PATCH 1/2] net: designware: eqos: reset phy
 2021-06-09  8:04 UTC  (8+ messages)
` [PATCH 2/2] net: eqos: Rockchip support

[PATCH v2 0/4] Rockchip eqos support
 2021-06-08  9:36 UTC  (5+ messages)
` [PATCH 1/4] gpio: allow -gpio suffix for gpio property names
` [PATCH 2/4] net: designware: eqos: reset phy
` [PATCH 3/4] net: designware: eqos: set mdio bus device node
` [PATCH 4/4] net: eqos: Rockchip support

[PATCH 1/2] clk: clk-mux: implement setting rate by reparenting
 2021-06-07 12:19 UTC 

page:  |  | latest

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