mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/6] fdt: of_unflatten_dtb(): remove left over "root" argument from inline doc
 2015-05-06 12:51 UTC  (5+ 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

Usage of i2c_-Tools in Barebox
 2015-05-06  7:12 UTC  (3+ messages)

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] Documentation: booting linux: improve doc text
 2015-05-03 17:55 UTC 

[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  (4+ messages)
` [RFC][PATCH 1/1] scripts/Makefile: add TARGETCC
  ` Antwort: Re: [RFC][PATCH 0/1] toolchain conflict for userspace tools

[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  (16+ messages)
` [PATCH v2 01/14] net: phy: Support Marvell 88E1318S PHY
` [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  (9+ messages)
` [PATCH 2/5] command: timeout: add documentation for option '-v'
` [PATCH 3/5] timeout: factor out wait-for-key-press loop into separate file
` [PATCH 4/5] ubi: cdev: remove trailing newline from debug messages
` [PATCH 5/5] of_path: of_find_path(): add possibility to return .bb device

[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  (10+ messages)
` [PATCH 2/5] MCI: pxa: "
` [PATCH 3/5] ARM: omap: move GPMC calls under config define
` [PATCH 4/5] ARM: socfpga: add default ARCH_TEXT_BASE
` [PATCH 5/5] ARM: pxa: move lubbock TEXTBASE to Kconfig

Booting Linux on Altera's socfpga
 2015-04-20 12:58 UTC  (4+ messages)

[PATCH 1/4] ARM: highbank: fix build with recent binutils
 2015-04-20 11:20 UTC  (6+ messages)
` [PATCH 3/4] ARM: highbank: select OFTREE

[PATCH] i2c: mv64xxx: continue probe when clock-frequency is missing
 2015-04-17  5:29 UTC  (2+ messages)

[PATCH] command: state: harmonize in-barebox documentation
 2015-04-17  5:26 UTC  (2+ messages)

[PATCH 1/2] environment: remove unused code
 2015-04-17  5:25 UTC  (3+ messages)
` [PATCH 2/2] include: add includes includes to make fdt.h, of.h and state.h self contained

[PATCH v2 0/6] Introduce deferred probing
 2015-04-17  5:24 UTC  (8+ messages)
` [PATCH v2 1/6] base: "
` [PATCH v2 2/6] gpio: Return -EPROBE_DEFER on gpio_get_num()
` [PATCH v2 3/6] OF: gpio: Silence error message on -EPROBE_DEFER
` [PATCH v2 4/6] led: gpio: Properly deal with deferred probing
` [PATCH v2 5/6] led: gpio: Free GPIOs on unregister()
` [PATCH v2 6/6] gpio: orion: Convert to platform_driver

[PATCH 4/4] USB: xHCI: Sync non-coherent DMA buffers
 2015-04-15 12:06 UTC  (7+ messages)
` [PATCH v2] "

List server drops CCs
 2015-04-15  9:52 UTC  (3+ messages)

[RFC PATCH] pci: Improve handling of constant id_table pointer
 2015-04-15  7:09 UTC  (3+ messages)

[PATCH] drivers/base: Mark (of|platform)_device_id data as constant
 2015-04-15  5:30 UTC  (2+ messages)

[PATCH] firmware: socfpga: Add necessary dependency to Kconfig
 2015-04-15  5:16 UTC  (4+ messages)

[PATCH v3 0/3] add habv4 support for i.MX6
 2015-04-15  5:12 UTC  (2+ messages)

Indebtedness for driving on toll road #00000723357
 2015-04-15  2:59 UTC 

[PATCH] firmware: socfpga: Fix a bug in fpgamgr_program_write_buf()
 2015-04-14 19:46 UTC  (3+ messages)

[PATCH] mtd: m25p80: import ID for Winbond W25Q128FVSSI from linux
 2015-04-14 18:49 UTC  (2+ messages)

[PATCH] spi: i.MX: Respect the value of 'cs_change'
 2015-04-14 18:48 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