mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 0/9] at91: Support PMC clock bindings
 2019-02-18 19:47 UTC  (5+ messages)
` [PATCH v3 1/9] arm: at91: fix at91_configure_usart6 warning
` [PATCH v3 2/9] clocksource: Do not mix depends and select for ATMEL_PIT
` [PATCH v3 3/9] arm: at91: add SOC_SAMA5{D3,D4}
` [PATCH v3 5/9] clk: at91: add at91sam9rl

[PATCH] genenv: create a gcc-like .d file for depenencies
 2019-02-18 15:57 UTC 

[PATCH] LICENSES: adopt Linux-like LICENSES directory structure
 2019-02-18 12:12 UTC  (5+ messages)

[PATCH v2 0/8] Fixing MMC access on Raspberry Pi CM3
 2019-02-18 11:32 UTC  (9+ messages)
` [PATCH v2 1/8] ARM: rpi: switch emmc from sdhost to sdhci
` [PATCH v2 2/8] Kconfig: add pin controllers submenu
` [PATCH v2 3/8] pinctrl: bcm2835: move existing code from gpio
` [PATCH v2 4/8] pinctrl: bcm2835: register the pin controller
` [PATCH v2 5/8] mci: bcm2835: use device_initcall(), not coredev
` [PATCH v2 6/8] mci: bcm2835: parse other device tree properties
` [PATCH v2 7/8] ARM: rpi: Add device tree for Compute Module 3
` [PATCH v2 8/8] ARM: rpi: add CONFIG_PINCTRL to rpi_defconfig

[PATCH 0/7] Fixing MMC access on Raspberry Pi CM3
 2019-02-18  9:54 UTC  (12+ messages)
` [PATCH 1/7] ARM: rpi: switch emmc from sdhost to sdhci
` [PATCH 2/7] Kconfig: add pin controllers submenu
` [PATCH 3/7] pinctrl: bcm2835: move existing code from gpio
` [PATCH 4/7] pinctrl: bcm2835: register the pin controller
` [PATCH 5/7] mci: move after pinctrl in link order
` [PATCH 6/7] mci: bcm2835: parse other device tree properties
` [PATCH 7/7] ARM: rpi: Add device tree for Compute Module 3

[PATCH v3] Documentation: add watchdog documentation
 2019-02-18  9:23 UTC  (5+ messages)

[PATCH] commands: nandtest: provide readonly test
 2019-02-18  9:01 UTC  (2+ messages)

[PATCH] ARM: i.MX8MQ: Check CPU type in imx8mq_init_syscnt_frequency()
 2019-02-18  8:57 UTC  (2+ messages)

[PATCH v2] ARM: i.MX8MQ: Add code to report HDMI/eDP firmware version
 2019-02-18  8:56 UTC  (2+ messages)

[PATCH] watchdog: fix WATCHDOG_POLLER menuconfig
 2019-02-18  8:55 UTC  (2+ messages)

[PATCH v2 0/4] add (U)EFI watchdog
 2019-02-18  8:54 UTC  (6+ messages)
` [PATCH v2 1/4] efi: add prototype and definition for set_watchdog_timer
` [PATCH v2 2/4] watchdog: add (U)EFI driver
` [PATCH v2 3/4] efi_defconfig: enable watchdog support
` [PATCH v2 4/4] Documentation: efi: provide (U)EFI watchdog documentation

[PATCH v1 1/3] ARM: rpi: make locally used functions static
 2019-02-18  8:52 UTC  (4+ messages)
` [PATCH v1 3/3] amba: pl011: "

[PATCH] watchdog: bcm2835: set timeout_max
 2019-02-18  8:48 UTC  (2+ messages)

[PATCH 0/8] Bootchooser Documentation Update
 2019-02-18  8:30 UTC  (10+ messages)
` [PATCH 1/8] doc: bootchooser: fix typos etc
` [PATCH 2/8] doc: bootchooser: explicitly note configuration vs. storage backend
` [PATCH 3/8] doc: bootchooser: be more explicit what bootchooser.state_prefix is for
` [PATCH 4/8] doc: bootchooser: be more explicit about attempts reset on successful boot
` [PATCH 5/8] doc: bootchooser: note how to actually start the bootchooser
` [PATCH 6/8] doc: bootchooser: be more explicit about when the bootchooser terminates
` [PATCH 7/8] doc: bootchooser: add details about bootchooser.reset_attempts handling
` [PATCH 8/8] doc: bootchooser: add retry handling to algorithm description

[PATCH 0/8] NVME support
 2019-02-18  8:24 UTC  (10+ messages)
` [PATCH 1/8] PCI: Fix to_pci_dev() macro
` [PATCH 2/8] PCI: Introduce device_pci_driver()
` [PATCH 3/8] drivers: Make use of device_pci_driver()
` [PATCH 4/8] include: Sync up pci_ids.h with 4.20-rc1
` [PATCH 5/8] include: Add definitnion for HZ
` [PATCH 6/8] include: Import uuid.h for Linux
` [PATCH 7/8] include: Import min_not_zero() macro from Linux
` [PATCH 8/8] drivers: Import a very basic NVME implementation "

[PATCH] efi: cleanups
 2019-02-18  8:13 UTC  (3+ messages)

[PATCH v2 0/9] at91: Support PMC clock bindings
 2019-02-18  8:10 UTC  (14+ messages)
` [PATCH v2 1/9] clocksource: Do not mix depends and select for ATMEL_PIT
` [PATCH v2 2/9] arm: at91: fix at91_configure_usart6 warning
` [PATCH v2 3/9] arm: at91: add SOC_SAMA5{D3,D4}
` [PATCH v2 4/9] clk: at91: add at91sam9260
` [PATCH v2 5/9] clk: at91: add at91sam9rl
` [PATCH v2 6/9] clk: at91: add at91sam9x5
` [PATCH v2 7/9] clk: at91: add sama5d2
` [PATCH v2 8/9] clk: at91: add sama5d4
` [PATCH v2 9/9] clk: at91: update to new bindings

[PATCH v1 1/4] MIPS: relocation: pass ram size to pbl_main_entry
 2019-02-18  7:52 UTC  (4+ messages)
` [PATCH v1 2/4] MIPS: relocation: add relocation support
` [PATCH v1 3/4] MIPS: relocation: do not use configurable memory layout
` [PATCH v1 4/4] MIPS: remove request_sdram_region "fdt"

[PATCH v2] Documentation: add watchdog documentation
 2019-02-18  7:07 UTC  (2+ messages)

[PATCH] dts: Revert at91 switch to new PMC clock bindings
 2019-02-17 16:25 UTC  (3+ messages)

[PATCH] Documentation: add watchdog documentation
 2019-02-15 16:16 UTC  (2+ messages)

[PATCH 1/6] include: add SPDX GPL-2.0-only license tags where applicable
 2019-02-15 11:18 UTC  (8+ messages)

[PATCH] kbuild: Add missing semicolon
 2019-02-15  1:53 UTC  (2+ messages)

Usage of mender - updating back to u-boot
 2019-02-15  1:09 UTC  (2+ messages)

[PATCH] ARM: phyCORE-i.MX8M SOM support
 2019-02-14 18:20 UTC  (5+ messages)

[PATCH] firmware-zynqmp: port from linux
 2019-02-14 14:35 UTC  (3+ messages)

v2019.02.0
 2019-02-13 20:02 UTC 

[PATCH v2 1/7] drivers: bus: Add ti-sysc bus driver
 2019-02-13 19:30 UTC  (8+ messages)
` [PATCH v2 2/7] arm: configs: omap_defconfig: Enable "
` [PATCH v2 3/7] arm: configs: am33xx_mlo_defconfig: "
` [PATCH v2 4/7] drivers: of: Add function to enable and register a device by alias
` [PATCH v2 5/7] arm: mach-omap: am335x_generic: Enable nodes by alias where needed
` [PATCH v2 6/7] net: ethernet: cpsw: cpsw-phy-sel: Use phandle for phy sel
` [PATCH v2 7/7] arm: dts: am335x-phytec: Use phy-handle instead of phy_id

AM335x broken
 2019-02-13  8:20 UTC  (3+ messages)

[PATCH 0/7] Add ti-sysc bus driver
 2019-02-13  8:19 UTC  (18+ messages)
` [PATCH 1/7] drivers: bus: "
` [PATCH 2/7] arm: configs: omap_defconfig: Enable "
` [PATCH 3/7] arm: configs: am33xx_mlo_defconfig: "
` [PATCH 4/7] drivers: of: Add function to enable and register a device by alias
` [PATCH 5/7] arm: mach-omap: am335x_generic: Enable nodes by alias where needed
` [PATCH 6/7] net: ethernet: cpsw: cpsw-phy-sel: Use phandle for phy sel
` [PATCH 7/7] arm: dts: am335x-phytec: Use phy-handle instead of phy_id

[PATCH] nvmem: eeprom_93xx46: fix whitespaces
 2019-02-12 20:39 UTC  (2+ messages)

[PATCH] net: phy: micrel: backport ksz9031 125MHz ref-clk workaround
 2019-02-12 20:39 UTC  (2+ messages)

[PATCH 1/3] ARM: i.MX8MQ: Invert the logic in imx8mq_cpu_revision()
 2019-02-12 20:38 UTC  (4+ messages)
` [PATCH 2/3] ARM: i.MX8MQ: Read only ROM version major
` [PATCH 3/3] ARM: i.MX8MQ: Add corner case for Rev 2.1 silicon

[PATCH v2 1/2] of: base: add helper to rename a node
 2019-02-12 20:23 UTC  (3+ messages)
` [PATCH v2 2/2] memory: of_fixup: adapt to new memory layout

[PATCH] ARM: rpi: avoid NULL dereference on unknown rev
 2019-02-12 20:15 UTC  (2+ messages)

[PATCH] ARM: i.MX8MQ: Add code to report HDMI/eDP firmware version
 2019-02-12 19:08 UTC  (3+ messages)

cortex-m4 in Barebox
 2019-02-12 17:42 UTC  (2+ messages)

Accessing MMC/SD card storage on Raspberry Pi
 2019-02-12 15:31 UTC  (3+ messages)

Barebox support for Arm Cortex-M0 Boards
 2019-02-12 14:50 UTC  (4+ messages)

[PATCH 1/2] of: base: add helper to rename a node
 2019-02-12  9:01 UTC  (8+ messages)
` [PATCH 2/2] memory: of_fixup: adapt to new memory layout

[PATCH 0/8] MMC: esdhc: Add Layerscape support
 2019-02-12  8:42 UTC  (4+ messages)
` [PATCH 8/8] mci: imx-esdhc: Add layerscape support

mci: SDHC generic driver? refactor dove-sdhci?
 2019-02-11  8:48 UTC  (2+ messages)

[PATCH v1] MIPS: ath79: art: fix SPDX-License-Identifier
 2019-02-11  8:18 UTC  (3+ messages)

[PATCH 0/7] Harmonize barebox' and dt-utils' state code
 2019-02-11  8:12 UTC  (9+ messages)
` [PATCH 1/7] common: state: fix compiler warnings about wrong type conversion in messages
` [PATCH 2/7] common: state: fix formatting of "off_t" variables
` [PATCH 3/7] common: state: fix formatting of "uint32_t" variables
` [PATCH 4/7] common: state: harmonize code with dt-utils
` [PATCH 5/7] "
` [PATCH 6/7] "
` [PATCH 7/7] "

[PATCH v1 1/3] efi: add prototype and definition for set_watchdog_timer
 2019-02-11  7:51 UTC  (3+ messages)
` [PATCH v1 2/3] watchdog: add (U)EFI watchdog driver

[PATCH 00/16] E1000 driver AArch64 related fixes
 2019-02-11  7:48 UTC  (2+ messages)

[PATCH v1] Documentation: efi: provide watchdog documentation
 2019-02-08  7:28 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