mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 00/22] MV88E6xxx switch family support
 2018-10-15  2:21 UTC  (20+ 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 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 21/22] net: phy: mv88e6xxx: Port EEPROM support code

[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] hab: Print events on info command
 2018-10-12  6:23 UTC  (6+ messages)
` [PATCH v2] "

[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  (9+ 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 v2] "

[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  (18+ messages)
` [PATCH 01/14] Add linux/slab.h
` [PATCH 02/14] Add kmemdup
` [PATCH 03/14] Add more mutex no-ops
` [PATCH 04/14] fs: let dir_emit_dots return int
` [PATCH 05/14] fs: Add fscrypt no-op headers
` [PATCH 06/14] fs: Add SB_* flags
` [PATCH 07/14] fs: implement file_inode
` [PATCH 08/14] fs: implement iget_locked and iget_failed
` [PATCH 09/14] fs: implement clear_nlink and set_nlink
` [PATCH 10/14] fs: ubifs: remove not needed code
` [PATCH 11/14] compiler: Update to v4.19-rc6
` [PATCH 12/14] vsprintf: implement %pV
` [PATCH 13/14] ubifs: Update to v4.18-rc6
` [PATCH 14/14] fs: ubifs: optionally allow to mount UBIFS images with encrypted files

[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  (3+ messages)
` [PATCH 2/2] ARM: rdu1: "

[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)

[PATCH 0/3] Additional error checking for barebox_update
 2018-10-04 20:38 UTC  (6+ messages)
` [PATCH 1/3] bbu: Expose bbu_find_handler_by_*() functions
` [PATCH 2/3] bbu: command: Make sure specified update handler exists
` [PATCH 3/3] bbu: Simplify bbu_find_handler_by_device()

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

[PATCH 1/6] dts: achilles: add state for bootchooser
 2018-10-02  7:23 UTC  (7+ messages)
` [PATCH 2/6] barebox: move mmc partitions to partitions subnode
` [PATCH 3/6] ARM: socfpga: achilles: move partitions to free disk space
` [PATCH 4/6] ARM: socfpga: achilles: bitstream will not exceed 32M
` [PATCH 5/6] ARM: socfpga: achilles: let bootchooser boot from system0 initially
` [PATCH 6/6] ARM: dts: socfpga: achilles: enable second ethernet port

[PATCH] e1000/flash: Increased erase timeout
 2018-10-02  6:55 UTC  (2+ messages)

[PATCH] usb: gadget: fastboot: fix downoading files of wMaxPacketSize bytes
 2018-10-01  8:37 UTC  (4+ messages)

[PATCH] fs: ubifs: Do not free memory not allocated by ubifs
 2018-09-28  6:37 UTC 

[PATCH] fs: ramfs: make chunk counting in truncate() better readable
 2018-09-27  7:25 UTC  (4+ messages)

[PATCH v2] fs: improve ramfs_truncate speed
 2018-09-26 11:08 UTC 

[PATCH 1/2] fs: open: Do not forget to set errno
 2018-09-26  8:25 UTC  (2+ messages)
` [PATCH 2/2] fs: stat: "

[PATCH] fs: improve ramfs_truncate speed
 2018-09-26  8:12 UTC  (2+ messages)

[PATCH] fs: ramfs: Free data when file is unlinked
 2018-09-26  7:56 UTC 

[PATCH] state: backend_bucket_circular: fix for non power of 2 writesize
 2018-09-26  6:57 UTC  (2+ messages)

[PATCH] spi: atmel_spi: fix duplicate const warning
 2018-09-26  6:56 UTC  (2+ messages)

[PATCH 1/2] environment: Allow default env path to be NULL
 2018-09-26  6:55 UTC  (4+ messages)
` [PATCH 2/2] environment: Do not use environment when overlapping with other partitions

[PATCH] ratp: select CMDLINE_EDITING
 2018-09-26  6:48 UTC  (2+ messages)

[PATCH 0/3] i.MX6 NAND boot ROM workarounds
 2018-09-25  7:58 UTC  (4+ messages)
` [PATCH 1/3] imx-bbu-nand-fcb: Improve error message
` [PATCH 2/3] imx-bbu-nand-fcb: Workaround ROM not being able to handle bad blocks properly
` [PATCH 3/3] imx-bbu-nand-fcb: Workaround ROM checking fingerprint before correcting bitflips

[PATCH] mtd: core: Fix erase area alignment for non power of 2 erasesize
 2018-09-24 16:15 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