mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/7] state: print name of property of size mismatch is detected
 2015-05-13 10:12 UTC  (4+ messages)
` [PATCH 2/7] state: print proper error message, if reg property is not found
` [PATCH 3/7] state: make state_release() non static
` [PATCH 7/7] state: return -EPROBE_DEFER if the backend isn't available

[PATCH 0/2] MIPS: bcm47xx: trivial fixes
 2015-05-13  6:24 UTC  (4+ messages)
` [PATCH 1/2] MIPS: bcm47xx: use PUTC_LL() from common debug_ll_ns16550.h header
` [PATCH 2/2] update dlink-dir-320_defconfig

[PATCH] xfuncs: remove debugging output
 2015-05-13  6:23 UTC 

[PATCH] console: use regular malloc for log messages
 2015-05-13  6:23 UTC 

[PATCH 1/3] mci: imx-esdhc: Use IS_ENABLED() instead of #ifdef
 2015-05-13  6:20 UTC  (3+ messages)
` [PATCH 2/3] mci: imx-esdhc: Check for errors in esdhc_pio_read_write
` [PATCH 3/3] mci: imx-esdhc: Replace printf with dev_*

are some ppc-related patches absent in May-2015 barebox-next?
 2015-05-12  6:25 UTC  (2+ messages)

[PATCH v2 0/5] dm9k fixups; img-ci20: enable dm9000 ethernet controller
 2015-05-12  6:22 UTC  (7+ messages)
` [PATCH v2 1/5] net: dm9k: show only one phy on miibus
` [PATCH v2 2/5] net: dm9k: add device tree support
` [PATCH v2 3/5] net: dm9k: fix reset routine
` [PATCH v2 4/5] MIPS: img-ci20: enable dm9000 ethernet controller
` [PATCH v2 5/5] MIPS: img-ci20_defconfig: enable network stuff

[PATCH] imx6: lowlevel_init: Fix workaround for new i.MX6s chips
 2015-05-11 13:22 UTC  (2+ messages)

[PATCH] Documentation: booting linux: improve doc text
 2015-05-08  5:19 UTC  (2+ messages)

Usage of i2c_-Tools in Barebox
 2015-05-08  5:12 UTC  (5+ messages)

barebox on i.MX 6SoloX
 2015-05-08  5:01 UTC  (3+ messages)

[PATCH] devfs: be more lax with partition boundaries
 2015-05-07  9:09 UTC  (3+ messages)

[PATCH v3 00/18] i.MX serial cleanup, bootstrap code fixes, boot via IRAM
 2015-05-07  7:57 UTC  (23+ messages)
` [PATCH v3 01/18] i.MX: Move UART definitions into a separate file
` [PATCH v3 02/18] i.MX: serial: Add constants for UART clock divisor
` [PATCH v3 03/18] i.MX: serial: Add baud rate calculation convenience functions
` [PATCH v3 04/18] i.MX: serial: Add UART init functions for DEBUG_LL
` [PATCH v3 05/18] i.MX: serial: Convert PUTC_LL to use IOMEM
` [PATCH v3 06/18] i.MX: serial: Convert i.MX51 and i.MX6 to use 'imx*_uart_setup_ll'
` [PATCH v3 07/18] i.MX51: babbage: Implement CONFIG_DEBUG_LL
` [PATCH v3 08/18] i.MX: serial: Distil common clock ungating code
` [PATCH v3 09/18] Makefile.lib: Make 'check_file_size' more flexible
` [PATCH v3 10/18] i.MX: Add provisions to boot from IRAM
` [PATCH v3 11/18] imx-image: Correctly fill image size in prepended header
` [PATCH v3 12/18] bootstrap: Fix potential memory leak in 'read_image_head'
` [PATCH v3 13/18] bootstrap_read_devfs(): Check for errors from devfs_add_partition()
` [PATCH v3 14/18] bootstrap_read_devfs(): Close file after we are done with it
` [PATCH v3 15/18] bootstrap_read_devfs(): Fix potential memory leak
` [PATCH v3 16/18] bootstrap_read_devfs(): Check for errors from dev_add_bb_dev()
` [PATCH v3 17/18] bootstrap_read_devfs(): Remove all partitions upon function completion
` [PATCH v3 18/18] bootstrap: Warn if image size in BB header is zero

[PATCH] ARM: i.MX5: Add missing CONFIG_ prefix in test
 2015-05-07  7:49 UTC 

[PATCH 1/6] fdt: of_unflatten_dtb(): remove left over "root" argument from inline doc
 2015-05-07  7:15 UTC  (7+ messages)
` [PATCH 2/6] state: documentation: add anchor so that state can be referenced later
` [PATCH 3/6] state: state_uint32_create: use %u to print unsigned variable
` [PATCH 4/6] state: state_new_from_fdt(): remove unused function
` [PATCH 5/6] watchdog: add static inline no-ops if WD is disabled
` [PATCH 6/6] startup: introduce postenvironment_initcall

v2015.05.0
 2015-05-06  7:09 UTC 

#define dma_alloc dma_alloc
 2015-05-05 12:16 UTC  (2+ messages)

[PATCH 00/13] Add support for Lenovo ix4-300d NAS
 2015-05-05 12:06 UTC  (7+ messages)
` [PATCH 01/13] net: phy: Support Marvell 88E1318S PHY

[PATCH 1/3] driver: fix device remove order
 2015-05-05 11:44 UTC  (5+ messages)
` [PATCH 3/3] driver: Call bus->remove instead of driver->remove
  ` Regression on next (Re: [PATCH 3/3] driver: Call bus->remove instead of driver->remove)

[PATCH 0/5] MIPS: tplink-mr3020: initial PBL support
 2015-05-05 11:41 UTC  (7+ messages)
` [PATCH 1/5] MIPS: tplink-mr3020: enable PBL and compression
` [PATCH 2/5] MIPS: debug_ll_ns16550.h: drop _ns16550 suffix
` [PATCH 3/5] MIPS: mach-ath79: debug_ll.h: add assembler routines
` [PATCH 4/5] MIPS: tplink-mr3020: enable nmon
` [PATCH 5/5] Documentation: mips: fix tplink-mr3020 instruction

[RFC, PATCH] i.MX: Add provisions to boot from IRAM
 2015-05-04 19:52 UTC  (17+ messages)
` [PATCH 1/8] i.MX: Move UART definitions into a separate file
` [PATCH 2/8] i.MX: serial: Add constants for UART clock divisor
` [PATCH 3/8] i.MX: serial: Add baud rate calculation convenience functions
` [PATCH 4/8] i.MX51: babbage: Implement CONFIG_DEBUG_LL
` [PATCH 5/8] i.MX: serial: Add setup_uart_ll function
` [PATCH 6/8] i.MX: serial: Convert i.MX51 and i.MX6 to use 'setup_uart_ll'
` [PATCH 7/8] i.MX: serial: Distil common clock ungating code
` [PATCH 8/8] Makefile.lib: Make 'check_file_size' more flexible

[PATCH] common: env: make error message more verbose
 2015-05-04  7:43 UTC  (3+ messages)

[PATCH v2 1/8] imx-image: Correctly fill image size in prepended header
 2015-05-04  7:41 UTC  (7+ messages)
` [PATCH v2 3/8] bootstrap_read_devfs(): Check for errors from devfs_add_partition()
` [PATCH v2 5/8] bootstrap_read_devfs(): Fix potential memory leak
` [PATCH v2 7/8] bootstrap_read_devfs(): Remove all partitions upon function completion

[PATCH 1/8] Makefile.lib: Fix i.MX image size after generation
 2015-05-04  7:35 UTC  (11+ messages)
` [PATCH 2/8] bootstrap: Fix potential memory leak in 'read_image_head'
` [PATCH 3/8] bootstrap_read_devfs(): Check for errors from devfs_add_partition()
` [PATCH 4/8] bootstrap_read_devfs(): Close file after we are done with it
` [PATCH 5/8] bootstrap_read_devfs(): Fix potential memory leak
` [PATCH 6/8] bootstrap_read_devfs(): Check for errors from dev_add_bb_dev()
` [PATCH 7/8] bootstrap_read_devfs(): Remove all partitions upon function completion
` [PATCH 8/8] bootstrap: Warn if image size in BB header is zero

[PATCH] usb: increase USB_CNTL_TIMEOUT to match linux
 2015-05-04  7:23 UTC  (2+ messages)

[PATCH] mtd: partition: Fix OF partition fixup
 2015-05-04  7:22 UTC  (4+ messages)

[PATCH] mtd: of_mtd_fixup(): fix given DT not the default one
 2015-05-01  6:41 UTC  (3+ messages)

[PATCH] net: fec: Fix RGMII-ID
 2015-05-01  6:38 UTC  (2+ messages)

[PATCH 1/3] PCI: register and active bridge device before proceeding to scan
 2015-05-01  6:38 UTC  (4+ messages)
` [PATCH 2/3] PCI: fill in bus primary field
` [PATCH 3/3] PCI: imx6: simplify config access code

[PATCH 1/2] state: fix pointer signess mismach warning
 2015-04-30 14:06 UTC  (2+ messages)
` [PATCH 2/2] RFC: state: work around pointer signess mismach warnings

[PATCH] of: use 'const void *' for struct of_device_id.data
 2015-04-30  6:35 UTC  (2+ messages)

versatilepb barebox under qemu
 2015-04-29  9:07 UTC 

[PATCH] net: e1000: add HAS_DMA dependency
 2015-04-28 18:04 UTC  (2+ messages)

AM335x fixes
 2015-04-28 11:05 UTC  (6+ messages)
` [PATCH 1/5] usb: musb: dsps: Do not use priv pointer
` [PATCH 2/5] usb: musb: set controller->priv pointer
` [PATCH 3/5] net: phy: Add missing phy_unregister_device
` [PATCH 4/5] eth: halt active ethernet device on unregister
` [PATCH 5/5] net: cpsw: unregister device on remove callback

[PATCH] checkpatch: add DT compatible string documentation checks
 2015-04-28  8:34 UTC  (3+ messages)

[PATCH] linux/amba/bus.h: drop unusable amba_{g,s}et_drvdata macros
 2015-04-28  6:55 UTC  (2+ messages)

[PATCH] net: usb: asix: Add D-link DUB-E100 H/W Ver C1 support
 2015-04-28  6:54 UTC  (2+ messages)

RFC: of_device_id: use pointer for the data field
 2015-04-27  9:17 UTC  (3+ messages)

[RFC][PATCH 0/1] toolchain conflict for userspace tools
 2015-04-23  8:49 UTC  (3+ messages)
  ` Antwort: "

[PATCH v2 1/5] command: timeout: remove unhandled '-t' option
 2015-04-23  6:12 UTC  (6+ messages)
` [PATCH v2 2/5] command: timeout: add documentation for option '-v'
` [PATCH v2 3/5] timeout: factor out wait-for-key-press loop into separate file
` [PATCH v2 4/5] ubi: cdev: remove trailing newline from debug messages
` [PATCH v2 5/5] of_path: of_find_path(): add possibility to return .bb device

[PATCH v3] firmware: socfpga: Fix a bug in fpgamgr_program_write_buf()
 2015-04-23  5:58 UTC  (2+ messages)

[PATCH v2 00/14] Add support for Lenovo ix4-300d NAS
 2015-04-23  5:57 UTC  (15+ messages)
` [PATCH v2 02/14] gpio: Add driver for 74x164 compatible shift-registers
` [PATCH v2 03/14] spi: ath79: move spidelay from spi-bitbang-txrx
` [PATCH v2 04/14] spi: Add SPI GPIO bitbang driver
` [PATCH v2 05/14] bus: mvebu-mbus: Remove coherency attribute
` [PATCH v2 06/14] bus: mvebu-mbus: Drop device reference
` [PATCH v2 07/14] bus: mvebu-mbus: Convert mbus platform driver to direct driver
` [PATCH v2 08/14] ARM: mvebu: Move PCIe register defines to socid.h
` [PATCH v2 09/14] ARM: mvebu: armada-xp: Fixup broken MV78230-A0 SoC ID
` [PATCH v2 10/14] ARM: mvebu: armada-xp: Limit PUP access to Armada XP
` [PATCH v2 11/14] ARM: mvebu: armada-xp: Use MBUS_ERR_PROP_EN define
` [PATCH v2 12/14] ARM: mvebu: armada-xp: Sort boards and images alphabetically
` [PATCH v2 13/14] ARM: mvebu: armada-xp: Add Lenovo Iomega ix4-300d
` [PATCH v2 14/14] ARM: Add Lenovo ix4 and related drivers to mvebu_defconfig

[PATCH] watchdog: add davinci watchdog driver
 2015-04-23  5:53 UTC  (3+ messages)

[PATCH 1/5] command: timeout: remove unhandled '-t' option
 2015-04-22  8:27 UTC  (6+ messages)
` [PATCH 3/5] timeout: factor out wait-for-key-press loop into separate file

[PATCH 1/2] state: fix pointer signess mismach warning
 2015-04-22  7:35 UTC  (2+ messages)
` [PATCH 2/2] RFC: state: work around pointer signess mismach warnings

[PATCH v2 1/2] firmware: socfpga: Fix a bug in fpgamgr_program_write_buf()
 2015-04-21 21:59 UTC  (3+ messages)

[PATCH v2 2/2] firmware: socfpga: Add necessary dependency to Kconfig
 2015-04-21 12:28 UTC  (2+ messages)

[PATCH 1/5] usb: gadget: pxa27x: depend on right symbol
 2015-04-20 21:26 UTC  (6+ messages)
` [PATCH 2/5] MCI: pxa: "
` [PATCH 5/5] ARM: pxa: move lubbock TEXTBASE to Kconfig

page:  |  | latest

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