mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/20] Fixes for -Wmissing-prototypes warnings
 2018-10-18  6:58 UTC  (10+ messages)
` [PATCH 02/20] mtd: nand: mxs: make locally used functions static
` [PATCH 03/20] video: imx-ipu-v3: Make locally used function static
` [PATCH 05/20] dma: Add missing re-inclusion protector
` [PATCH 06/20] ARM: mmu: include dma.h
` [PATCH 09/20] ARM: boards: GuF Vincell: Make locally used function static
` [PATCH 10/20] ARM: boards: karo-tx6x: "
` [PATCH 11/20] ARM: boards: kindle mx50: "
` [PATCH 14/20] ARM: legacy Linux support: Make locally used functions static
` [PATCH 15/20] drivers: clk: imx5: "

[PATCH v1] Makefile: move -Wmissing-prototypes from mips to main Makefile
 2018-10-17 14:08 UTC 

Issues compiling barebox on raspberry pi
 2018-10-17 12:46 UTC  (3+ messages)

[PATCH] of: fix reproducible node name for legacy vs. new partition binding
 2018-10-17 11:07 UTC  (2+ messages)

[PATCH v1 1/2] ratp: fix compile warnings
 2018-10-17  9:55 UTC  (5+ messages)
` [PATCH v1 2/2] fs/devfs: "

[PATCH 0/2] fs: add revalidating of dentries
 2018-10-17  8:43 UTC  (3+ messages)
` [PATCH 1/2] fs: implement d_revalidate
` [PATCH 2/2] fs: devfs: implement d_revalidate hook

[PATCH v1] fs: fix different compile warnings
 2018-10-16 19:42 UTC 

[PATCH v4 00/22] MV88E6xxx switch family support
 2018-10-16 19:15 UTC  (23+ messages)
` [PATCH v4 01/22] ARM: Do not expose ARMv8 functions on ARMv7
` [PATCH v4 02/22] clocksource: Add ARM global timer support
` [PATCH v4 03/22] VFxxx: Select CLOCKSOURCE_ARM_GLOBAL_TIMER
` [PATCH v4 04/22] i.MX: Move GPT driver to drivers/clocksource
` [PATCH v4 05/22] clocksource: Introduce ARCH_HAS_IMX_GPT
` [PATCH v4 06/22] of: Demote "Bad cell count for" to debug
` [PATCH v4 07/22] aiodev: Don't try to use DT node name as aiodev->name
` [PATCH v4 08/22] aiodev: imx_thermal: Give aiodev a more descriptive name
` [PATCH v4 09/22] aiodev: qoriq_thermal: "
` [PATCH v4 10/22] drivers: Introduce dev_set_name()
` [PATCH v4 11/22] base: Don't use shared buffer for results of dev_id()
` [PATCH v4 12/22] drivers: base: Convert device_d name to be dynamically allocated
` [PATCH v4 13/22] linux: string: Port kbasename()
` [PATCH v4 14/22] of: Port latest of_device_make_bus_id() implementation
` [PATCH v4 15/22] mdio_bus: Fix documentation for mdio_bus_match()
` [PATCH v4 16/22] include: linux: phy: Add missing PHY_INTERFACE_* constants
` [PATCH v4 17/22] include: linux: ethtool: Add missing *_UNKNOWN constants
` [PATCH v4 18/22] net: phy: Check phy_mask in get_phy_device()
` [PATCH v4 19/22] mdio_bus: Allow for non PHY-devices on MDIO buses
` [PATCH v4 20/22] net: phy: Add basic driver for MV88E6XXX switches from Marvell
` [PATCH v4 21/22] net: phy: mv88e6xxx: Port EEPROM support code
` [PATCH v4 22/22] net: phy: mv88e6xxx: Add support for MAC ports

[PATCH] miitool: Fix inconsistent spacing
 2018-10-16  7:06 UTC  (3+ messages)

[PATCH 1/5] tlsf_malloc: dummy_malloc: Share code for calloc()
 2018-10-16  7:04 UTC  (6+ messages)
` [PATCH 2/5] dummy_malloc: Make use of PTR_ALIGN
` [PATCH 3/5] dummy_malloc: Check if sbrk() fails
` [PATCH 4/5] tlsf_malloc: Set errno to ENOMEM on failure
` [PATCH 5/5] libfile: Error out if out of memory in read_file_2()

[PATCH] rave-sp: backlight: Specify parent device correctly
 2018-10-16  7:01 UTC  (2+ messages)

[PATCH] phy: call adjust_link in attach if using fixed-link
 2018-10-16  6:56 UTC  (2+ messages)

[PATCH] net: make routing work after dhcp command
 2018-10-16  6:52 UTC  (3+ messages)

[PATCH v3 00/22] MV88E6xxx switch family support
 2018-10-16  5:46 UTC  (29+ messages)
` [PATCH v3 01/22] ARM: Do not expose ARMv8 functions on ARMv7
` [PATCH v3 02/22] clocksource: Add ARM global timer support
` [PATCH v3 03/22] VFxxx: Select CLOCKSOURCE_ARM_GLOBAL_TIMER
` [PATCH v3 04/22] i.MX: Move GPT driver to drivers/clocksource
` [PATCH v3 05/22] clocksource: Introduce ARCH_HAS_IMX_GPT
` [PATCH v3 06/22] of: Demote "Bad cell count for" to debug
` [PATCH v3 07/22] aiodev: Don't try to use DT node name as aiodev->name
` [PATCH v3 08/22] aiodev: imx_thermal: Give aiodev a more descriptive name
` [PATCH v3 09/22] aiodev: qoriq_thermal: "
` [PATCH v3 10/22] drivers: Introduce dev_set_name()
` [PATCH v3 11/22] base: Don't use shared buffer for results of dev_id()
` [PATCH v3 12/22] drivers: base: Convert device_d name to be dynamically allocated
` [PATCH v3 13/22] linux: string: Port kbasename()
` [PATCH v3 14/22] of: Port latest of_device_make_bus_id() implementation
` [PATCH v3 15/22] mdio_bus: Fix documentation for mdio_bus_match()
` [PATCH v3 16/22] include: linux: phy: Add missing PHY_INTERFACE_* constants
` [PATCH v3 17/22] include: linux: ethtool: Add missing *_UNKNOWN constants
` [PATCH v3 18/22] net: phy: Check phy_mask in get_phy_device()
` [PATCH v3 19/22] mdio_bus: Allow for non PHY-devices on MDIO buses
` [PATCH v3 20/22] net: phy: Add basic driver for MV88E6XXX switches from Marvell
` [PATCH v3 21/22] net: phy: mv88e6xxx: Port EEPROM support code
` [PATCH v3 22/22] net: phy: mv88e6xxx: Add support for MAC ports

[PATCH] hab: Print events on info command
 2018-10-15  8:46 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 00/17] MV88E6xxx switch family support
 2018-10-13 20:47 UTC  (28+ messages)
` [PATCH v2 01/17] ARM: Do not expose ARMv8 functions on ARMv7
` [PATCH v2 02/17] clocksource: Add ARM global timer support
` [PATCH v2 03/17] VFxxx: Select CLOCKSOURCE_ARM_GLOBAL_TIMER
` [PATCH v2 04/17] i.MX: Move GPT driver to drivers/clocksource
` [PATCH v2 05/17] clocksource: Introduce ARCH_HAS_IMX_GPT
` [PATCH v2 06/17] of: Demote "Bad cell count for" to debug
` [PATCH v2 07/17] drivers: Introduce dev_set_name()
` [PATCH v2 08/17] linux: string: Port kbasename()
` [PATCH v2 09/17] of: Port latest of_device_make_bus_id() implementation
` [PATCH v2 10/17] mdio_bus: Fix documentation for mdio_bus_match()
` [PATCH v2 11/17] include: linux: phy: Add missing PHY_INTERFACE_* constants
` [PATCH v2 12/17] include: linux: ethtool: Add missing *_UNKNOWN constants
` [PATCH v2 13/17] net: phy: Check phy_mask in get_phy_device()
` [PATCH v2 14/17] mdio_bus: Allow for non PHY-devices on MDIO buses
` [PATCH v2 15/17] net: phy: Add basic driver for MV88E6XXX switches from Marvell
` [PATCH v2 16/17] net: phy: mv88e6xxx: Port EEPROM support code
` [PATCH v2 17/17] net: phy: mv88e6xxx: Add support for MAC ports

[PATCH] state: fix documentation of state_new_from_node()
 2018-10-12  7:11 UTC  (2+ messages)

[PATCH] common: state: use of_property_write_string() where appropriate
 2018-10-12  7:10 UTC  (2+ messages)

[PATCH] state: backend_bucket_circular: remove unused variables
 2018-10-12  7:10 UTC  (2+ messages)

[PATCH] blspec: do not depend on BLOCK
 2018-10-12  7:09 UTC  (2+ messages)

[PATCH] environment: bypass overlap check for mtd devices
 2018-10-12  7:03 UTC 

[PATCH] environment: Fix overlapping partitions error message
 2018-10-12  5:40 UTC  (2+ messages)

[RFC] mtd: core: set cdev offset
 2018-10-11 23:37 UTC  (2+ messages)

bootchooser: constant decrement of remaining_attempts
 2018-10-11  8:25 UTC  (5+ messages)

[PATCH v2 1/2] mci: drop unused parameter from mci_switch()
 2018-10-10  6:44 UTC  (8+ messages)
` [PATCH v2 2/2] mci: implement command to switch a mmc device to enhanced mode
        ` [PATCH v3 1/2] mci: provide wrapper for mci_get_device_by_name ∘ devpath_to_name
          ` [PATCH v3 2/2] mci: implement command to switch a mmc device to enhanced mode

[PATCH] common: state: fix typo
 2018-10-10  5:41 UTC  (2+ messages)

[PATCH] state: backend_bucket_circular: fix memory leak
 2018-10-10  5:40 UTC  (2+ messages)

[PATCH 00/16]
 2018-10-09 17:30 UTC  (24+ messages)
` [PATCH 01/16] ARM: Do not expose ARMv8 functions on ARMv7
` [PATCH 02/16] clocksource: Add ARM global timer support
` [PATCH 03/16] i.MX: Move GPT driver to drivers/clocksource
` [PATCH 04/16] clocksource: Introduce ARCH_HAS_IMX_GPT
` [PATCH 05/16] of: Demote "Bad cell count for" to debug
` [PATCH 06/16] drivers: Introduce dev_set_name()
` [PATCH 07/16] linux: string: Port kbasename()
` [PATCH 08/16] of: Port latest of_device_make_bus_id() implementation
` [PATCH 09/16] mdio_bus: Fix documentation for mdio_bus_match()
` [PATCH 10/16] include: linux: phy: Add missing PHY_INTERFACE_* constants
` [PATCH 11/16] include: linux: ethtool: Add missing *_UNKNOWN constants
` [PATCH 12/16] net: phy: Check phy_mask in get_phy_device()
` [PATCH 13/16] mdio_bus: Allow for non PHY-devices on MDIO buses
` [PATCH 14/16] net: phy: Add basic driver for MV88E6XXX switches from Marvell
` [PATCH 15/16] net: phy: mv88e6xxx: Port EEPROM support code
` [PATCH 16/16] net: phy: mv88e6xxx: Add support for MAC ports

[PATCH 00/14] UBIFS update
 2018-10-09 15:19 UTC  (4+ messages)

[PATCH] ARM: i.MX: Add missing quotes to HAB specific defines
 2018-10-08 14:23 UTC 

v2018.09.1
 2018-10-08 10:44 UTC 

v2018.10.0
 2018-10-08 10:41 UTC 

[PATCH] digest.h: Sync hash_algo values with kernel
 2018-10-08  9:15 UTC 

[PATCH] mtd: do not attach already attached UBI
 2018-10-08  9:15 UTC 

[PATCH v2 0/4] Additional error checking for barebox_update
 2018-10-08  8:08 UTC  (6+ messages)
` [PATCH v2 1/4] bbu: Expose bbu_find_handler_by_*() functions
` [PATCH v2 2/4] bbu: Add "handler" parameter to barebox_update()
` [PATCH v2 3/4] bbu: command: Make sure specified update handler exists
` [PATCH v2 4/4] bbu: Simplify bbu_find_handler_by_device()

[PATCH v2 0/6] ZII RPU2 i.MX7D board support
 2018-10-08  8:01 UTC  (8+ messages)
` [PATCH v2 1/6] ARM: i.MX: esdctl: Add memory size detection for i.MX7D
` [PATCH v2 2/6] ARM: freescale-mx7-sabresd: Make use of imx7d_barebox_entry()
` [PATCH v2 3/6] i.MX7D: DCD: Create shared DDR configuration header
` [PATCH v2 4/6] ARM: i.MX7: bbu: Add MMC boot handler
` [PATCH v2 5/6] ARM: i.MX7: bbu: Add I2C and SPI handler
` [PATCH v2 6/6] i.MX: Add support for ZII's i.MX7D-based RPU2 board

[PATCH 1/2] ARM: rdu2: Remove now redundant RAVE SP properties/nodes
 2018-10-08  7:56 UTC  (2+ messages)

[PATCH] fs: fix NULL pointer dereference in ramfs_truncate
 2018-10-08  7:54 UTC  (2+ messages)

[PATCH] arm: crypto: fix SHA256 shipped assembler code
 2018-10-08  7:42 UTC  (2+ 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