mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 1/8] state framework enhancements
 2015-10-21  8:56 UTC  (13+ messages)
` [PATCH v2 1/8] of_path: of_find_path() factor out device detection logic into separate function
` [PATCH v2 2/8] of_path: add of_find_path_by_phandle()
` [PATCH v2 3/8] state: make use of of_find_path_by_phandle() and add return -EPROBE_DEFER if device is not available
` [PATCH v2 4/8] state: use name of device node as name if alias "
` [PATCH v2 5/8] state: disable load command
` [PATCH v2 6/8] crypto: add simple keystore
` [PATCH v2 7/8] state: prepare raw backend for hmac support
` [PATCH v2 8/8] state: backend_raw: add hamc support

[PATCH] ARM: Add support for semihosting
 2015-10-21  7:26 UTC  (6+ messages)

[PATCH] net: eth: Fixup OF tree with registered MAC addresses too
 2015-10-21  6:18 UTC  (2+ messages)

[PATCH] Make barebox flashable image link for "multi-image" targets
 2015-10-21  6:01 UTC  (2+ messages)

In flash vs compiled environment for omap, rasp-pi, socfpga
 2015-10-21  5:30 UTC  (2+ messages)

[PATCH 00/17] Armada 370/XP NAND driver
 2015-10-20 19:25 UTC  (51+ messages)
` [PATCH 01/17] arm: pxa: Prepare for NAND clkdev lookup on PXA3xx
` [PATCH 02/17] mtd: nand_mrvl_nfc: Use common clock for core clock
` [PATCH 03/17] mtd: nand: Clarify Marvell Orion Kconfig prompt
` [PATCH 04/17] arm: pxa: Remove pxa_get_nandclk()
` [PATCH 05/17] mtd: nand_mrvl_nfc: Remove keep_config
` [PATCH 06/17] mtd: nand_mrvl_nfc: Clear OOB data with 0xff instead of 0x00
` [PATCH 07/17] mtd: nand_mrvl_nfc: Use Auto Read Status on program/erase
` [PATCH 08/17] mtd: nand_mrvl_nfc: Fix num-cs property parsing
` [PATCH 09/17] mtd: nand_mrvl_nfc: Get ecc parameters from DT
` [PATCH 10/17] mtd: nand_mrvl_nfc: Prepare for different HW ECC strengths
` [PATCH 11/17] mtd: nand_mrvl_nfc: Add hwflags to distinguish different HW versions
` [PATCH 12/17] mtd: nand_mrvl_nfc: Add support for 4bit BCH HW ECC
` [PATCH 13/17] mtd: nand_mrvl_nfc: Add support for 8bit "
` [PATCH 14/17] mtd: nand_mrvl_nfc: Add support for HW BCH ECC
` [PATCH 15/17] mtd: nand_mrvl_nfc: Add support for NDCB3 register
` [PATCH 16/17] mtd: nand_mrvl_nfc: Add support for Marvell Armada 370/XP
` [PATCH 17/17] mtd: nand_mrvl_nfc: Add optimized timings for Samsung K9K8G08U
` [PATCH] of: mtd: Import of_get_nand_ecc_{step_size, strength} from Linux

[PATCH 0/6] state
 2015-10-19 10:23 UTC  (7+ messages)
` [PATCH 1/6] state: use name of device node as name, if alias is not available
` [PATCH 2/6] state: return -EPROBE_DEFER if the backend isn't available
` [PATCH 3/6] state: disable load command
` [PATCH 4/6] crypto: add simple keystore
` [PATCH 5/6] state: prepare raw backend for hmac support
` [PATCH 6/6] state: backend_raw: add hamc support

(no subject)
 2015-10-19  6:40 UTC  (9+ messages)
` [PATCH 1/3] scripts/kwbimage: Move configfile opening to the function that reads it
` [PATCH 2/3] scripts/kwbimage: Make BINARY files relative to config file
` [PATCH 3/3] ARM: mvebu: Lenovo IX4 300D: Fix pblb generation

[PATCH 1/6] lib: add base64 helpers
 2015-10-19  6:21 UTC  (8+ messages)
` [PATCH 2/6] include: linux: add circular buffers
` [PATCH 3/6] ARM: imx6qdl: add caam clks
` [PATCH 4/6] crypto: add i.MX6 CAAM support
` [PATCH 5/6] ARM: i.MX6qdl: add caam node
` [PATCH 6/6] crypto: caam: add blob_gen driver

[PATCH 0/2] usb: core: return -EAGAIN on usb_* functions reentrance
 2015-10-15 12:38 UTC  (5+ messages)
` [PATCH 1/2] input: usb_kbd: skip poll on -EAGAIN error
` [PATCH 2/2] usb: core: return -EAGAIN on usb_* functions reentrance

[PATCH 1/3] input: usb-kbd: depend on CONSOLE_FULL
 2015-10-14 13:33 UTC  (4+ messages)
` [PATCH 2/3] mtd: nand_denali: don't include arch header
` [PATCH 3/3] video: simple-panel: depend on OFDEVICE

[PATCH v1] fixup! detect_fs: use device instead of file
 2015-10-13 14:09 UTC  (4+ messages)
  ` [PATCH v1 resend] "

[PATCH v6 0/5] input: add usb keyboard driver
 2015-10-13 10:38 UTC  (13+ messages)
` [PATCH 4/5] usb: ehci-hcd: use mdelay_non_inerruptible()

[PATCH 1/4] ARM: l2x0: correct indentation
 2015-10-13  8:45 UTC  (5+ messages)
` [PATCH 2/4] ARM: l2x0: move outer cache flush on disable to user
` [PATCH 3/4] ARM: imx6: use l2x0 header for register definitions
` [PATCH 4/4] ARM: imx6: set shared attribute override bit in PL310

[RFC] common: filetype: is_fat_or_mbr() considered harmful
 2015-10-13  8:32 UTC  (9+ messages)

devfs fixes
 2015-10-13  8:25 UTC  (6+ messages)
` [PATCH 1/4] fs: devfs: Allow mounting only on /dev/
` [PATCH 2/4] fs: devfs: Allow mount path in cdev_open
` [PATCH 3/4] filetype: Use cdev_open
` [PATCH 4/4] fs: pass path directly to cdev_open

[PATCH] fcntl: Fix O_CREAT clashing with O_RWSIZE_8
 2015-10-13  8:17 UTC 

[PATCH] fs: Fix memcpy_sz for remaining count/rwsize
 2015-10-13  8:09 UTC  (6+ messages)

Beaglebone black issue loading booting kernel
 2015-10-12 10:14 UTC  (4+ messages)

[PATCH 1/8] memtest.c: Print iterations count if -i is 0
 2015-10-12  9:46 UTC  (11+ messages)
` [PATCH 2/8] arm: Disable unaligned accesses
` [PATCH 3/8] arm/cpu/start.c: Distil some common code in __start()
` [PATCH 4/8] arm/cpu: Avoid multiple definitions of barebox_arm_entry
` [PATCH 5/8] freescale-mx6-sabresd: Add CONFIG_DEBUG_LL support
` [PATCH 6/8] common/command.c: Replace magic number with appropriate constant
` [PATCH 7/8] common/parser.c: Do not conflate error reporting disciplines
` [PATCH 8/8] common/parser.c: Do not treat zero return code as error

[PATCH] net: mvneta: add Armada XP compatible
 2015-10-12  6:15 UTC  (2+ messages)

[PATCH] clk: mvebu: Add corediv clock driver for Armada 370/XP
 2015-10-12  6:15 UTC  (2+ messages)

[PATCH] fixup! detect_fs: use device instead of file
 2015-10-09 17:16 UTC  (5+ messages)

[PATCH] param: dev_add_param_mac() depends on CONFIG_NET
 2015-10-07 13:22 UTC  (4+ messages)

[PATCH 1/2] arm/cpu/start.c: Distil some common code in __start()
 2015-10-06 17:35 UTC  (8+ messages)
` [PATCH 2/2] arm/cpu/start.c: Avoid copying device-tree when possible

v2015.10.0
 2015-10-06 14:25 UTC 

[PATCH 1/3] spi: i.MX: use start mode control bit
 2015-10-05  7:52 UTC  (3+ messages)
` [PATCH 3/3] spi: i.MX: optimize transfers for ECSPI v2.3

[PATCH] mci: core: Increase clock for SD highspeed mode
 2015-10-02 12:35 UTC 

[PATCH] usb: core: drop unnecessary le16_to_cpu() conversion
 2015-10-02  8:07 UTC  (2+ messages)

[PATCH] commands: ls: use 14 digits for filesize
 2015-10-02  7:16 UTC  (2+ messages)

[PATCH] xload: be more flexible when searching for second stage bootloader
 2015-10-02  7:11 UTC  (5+ messages)
` [PATCH 0/2] second version for "be more flexible when searching for second stage"
  ` [PATCH 1/2] detect_fs: use device instead of file
  ` [PATCH 2/2] xload: be more flexible when searching for second stage bootloader

[PATCH] at91sam9x5: for ROM base address (bugfix for nand ECC)
 2015-10-02  7:08 UTC  (4+ messages)

booting kernel from ubi volume in nand flash
 2015-10-02  7:02 UTC  (2+ messages)

[PATCH] fixup! common: clock: introduce mdelay_non_interruptible()
 2015-10-02  5:51 UTC  (2+ messages)

[PATCH] fs: syntax fix in ramfs.c
 2015-10-01  6:38 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