mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 0/8] Lowlevel Tegra3 support
 2014-02-17 20:27 UTC  (2+ messages)
` [PATCH v2 3/8] tegra: add break to switch statements

[PATCH 1/2] ARM: i.MX6: saresd: set USB PHY and DR mode
 2014-02-17 19:46 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX6: sabresd: switch to multi-image

Devicetree Maintenance in barebox
 2014-02-17 19:42 UTC  (11+ messages)

[PATCH] Adding minimal support for the UDOO board
 2014-02-17 19:34 UTC  (6+ messages)

[PATCH 0/7] Lowlevel Tegra3 support
 2014-02-17 12:55 UTC  (11+ messages)
` [PATCH 1/7] tegra: add -fno-jump-tables to lowlevel code
` [PATCH 2/7] tegra: add break to switch statements
` [PATCH 3/7] tegra: add lowlevel delay function
` [PATCH 4/7] tegra: add Tegra3 to relevant lowlevel functions
` [PATCH 5/7] tegra: add lowlevel DVC
` [PATCH 6/7] tegra: set AHB clock rate early
` [PATCH 7/7] tegra: add Tegra3 startup

[PATCH] read_file: Use read_full
 2014-02-17 10:04 UTC  (2+ messages)

[PATCH 1/8] common/kallsyms.c: Fix sparse warning
 2014-02-17  7:30 UTC  (10+ messages)
` [PATCH 2/8] drivers/clk/clk-fixed.c: "
` [PATCH 3/8] drivers/clk/clk-fixed-factor.c: "
` [PATCH 4/8] drivers/clk/clk-mux.c: "
` [PATCH 5/8] drivers/clk/clk-gate.c: "
` [PATCH 6/8] drivers/clk/clk-divider-table.c: "
` [PATCH 7/8] drivers/i2c/i2c.c: Fix sparse warnings
` [PATCH 8/8] drivers/of/base.c: "

[PATCH 1/7] ARM: socfgpa: Remove redundant assignment
 2014-02-17  7:23 UTC  (10+ messages)
` [PATCH 2/7] boot command: "
` [PATCH 3/7] mtd: nand_imx: "
` [PATCH 4/7] spi: altera_spi: "
` [PATCH 5/7] USB gadget: "
` [PATCH 6/7] lib/math.c: Fix possible crash
` [PATCH 7/7] scripts/kwboot: Remove redundant assignment

[PATCH] tegra: rename board directory for Colibri T20
 2014-02-17  6:51 UTC  (2+ messages)

[PATCH] ppc: mpc85xx: fix memory size calculation
 2014-02-14 20:23 UTC  (2+ messages)

[PATCH] Add readf command
 2014-02-14 15:40 UTC 

Add devicetree support to gpio-keys driver
 2014-02-14 15:38 UTC  (5+ messages)
` [PATCH 1/4] input: Add BB_ prefix to KEY_ defines
` [PATCH 2/4] input: gpio-keys: separate internal data from platform_data
` [PATCH 3/4] input: Add keycode to barebox key translation table
` [PATCH 4/4] input: gpio-keys: Add devicetree probe support

[PATCH] USB: dfu: Use barebox product id
 2014-02-14 15:33 UTC 

[PATCH] mci: Fix version handling
 2014-02-14 15:31 UTC 

[PATCH] ARM: add minimal support for the Freescale Quad UDOO Board
 2014-02-14  9:55 UTC  (2+ messages)

[PATCH 1/8] mtd: Simplify partitions
 2014-02-13 19:05 UTC  (13+ messages)
` [PATCH 2/8] device: init bus list
` [PATCH 3/8] device: remove parameters when unregistering a device
` [PATCH 4/8] mtd: erase_info may be modified in mtd_erase
` [PATCH 5/8] mtd: Only call of_parse_partitions when the mtd has a parent
` [PATCH 6/8] mtd: partition: only copy selected fields to partition
` [PATCH 7/8] mtd: register mtd partitions as real mtd devices
` [PATCH 8/8] ubi: register ubi devices and volumes as devices

more mtd
 2014-02-13 18:48 UTC  (3+ messages)
` [PATCH 1/2] mtd: mtdraw: Do not create for partitions and devices without oob
` [PATCH 2/2] mtd: mtdoob: Do not create for partitions

i.MX: switch remaining boards to imx-image
 2014-02-13 10:42 UTC  (15+ messages)
` [PATCH 01/14] ARM: i.MX: Add include directories to imximage target
` [PATCH 02/14] ARM: i.MX53 SMD: Switch to imximage
` [PATCH 03/14] ARM: i.MX6 sabresd: "
` [PATCH 04/14] ARM: i.MX6 arm2: "
` [PATCH 05/14] ARM: i.MX51 ccxmx51: "
` [PATCH 06/14] ARM: i.MX51 karo-tx51: "
` [PATCH 07/14] ARM: i.MX51 vincell: "
` [PATCH 08/14] ARM: i.MX51: Eukrea cpuimx51: Switch to imx-image
` [PATCH 09/14] ARM: i.MX25: freescale-mx25-3stack: "
` [PATCH 10/14] ARM: i.MX53: TQ tqma53: "
` [PATCH 11/14] ARM: i.MX25: Eukrea cpuimx25: "
` [PATCH 12/14] ARM: i.MX35: eukrea-cpuimx35: "
` [PATCH 13/14] ARM: i.MX35: freescale-mx35-3stack: "
` [PATCH 14/14] ARM: i.MX53 karo-tx53: Switch to imximage

PWM patches
 2014-02-13 10:00 UTC  (6+ messages)
` [PATCH 1/5] PWM: Use a separate device for PWMs
` [PATCH 2/5] PWM: pxa: use pwmx as devname
` [PATCH 3/5] ARM: i.MX6: Add PWM clk lookups
` [PATCH 4/5] ARM: dts: i.MX6: Add pwm aliases
` [PATCH 5/5] PWM: Add i.MX PWM driver

[PATCH] bootm: Return error when devicetree file is not a dtb
 2014-02-13  9:43 UTC 

USB gadget / dfu fixes
 2014-02-13  9:42 UTC  (5+ messages)
` [PATCH 1/4] USB gadget: at91: return error when no udc is registered
` [PATCH 2/4] dfu command: check return values
` [PATCH 3/4] USB gadget: fsl: Bail out if no udc exists
` [PATCH 4/4] USB gadget: dfu: propagate error from usb_gadget_poll

[PATCH 1/2] ARM: i.MX25: Fix LCDC clocks
 2014-02-10 16:07 UTC  (2+ messages)
` [PATCH 2/2] video: imx: Add a name to perclk

[PATCH 1/7] sata-imx: i.MX53, use the internal 120MHz clock by default
 2014-02-10  9:22 UTC  (23+ messages)
` [PATCH 2/7] ARM: i.MX53: Add sata to devicetree
` [PATCH 3/7] ARM: mx53-qsrb: fix USB
` [PATCH 4/7] ARM: mx53-qsrb: enable USB host
` [PATCH 5/7] ARM: mx53-qsrb: enable USB OTG in host mode
` [PATCH 6/7] ARM: mx53-qsrb: enable sata
` [PATCH 7/7] ARM: mx53-qsb: update defconfig

[PATCH 1/2] bpkfs: remove twice include of fs.h
 2014-02-10  8:34 UTC  (3+ messages)
` [PATCH 2/2] bpkfs: fix compiler warning

[PATCH 0/6] Marvell MVEBU mbus and Orion GBE driver
 2014-02-10  8:11 UTC  (16+ messages)
` [PATCH 3/6] bus: mvebu: add mbus driver
  ` [PATCH v2 3/7] "
` [PATCH 6/6] ARM: dove: sync with DT files from Linux
  ` [PATCH v2 6/7] ARM: dove: separate barebox-specific DT changes
    ` [PATCH v2 6/7] ARM: dove: sync with DT files from Linux

[PATCH v2 01/11] net: net_read_uint32: assert that only 32 bit are read
 2014-02-10  8:02 UTC  (14+ messages)
` [PATCH v2 02/11] nfs: fix mount prog version in portmap lookup
` [PATCH v2 03/11] nfs: skip over stale rpc packets
` [PATCH v2 04/11] nfs: shorten and simplify rpc_add_credentials a bit
` [PATCH v2 05/11] nfs: simplify rpc_lookup_req
` [PATCH v2 06/11] nfs: drop an unneeded variable from nfs_do_open()
` [PATCH v2 07/11] net: new function net_read_uint64
` [PATCH v2 08/11] net: provide alternatives to {ntoh, hton}[sl] funtions with cleaner semantics
` [PATCH v2 09/11] nfs: switch to nfs3
` [PATCH v2 10/11] mount: support filesystem options passed via -o
` [PATCH v2 11/11] nfs: parse nfsport and mount port from file system options

[PATCH 00/14] Smatch warning fixups
 2014-02-10  7:51 UTC  (18+ messages)
` [PATCH 01/14] remove redundant NULL check on free
` [PATCH 02/14] commands: edit: properly propagate error code
` [PATCH 03/14] common: env: "
` [PATCH 04/14] clk: imx: unsigned mfn is never less than zero
` [PATCH 05/14] lib: math: fix return path (numstack may be NULL)
` [PATCH 06/14] lib: libbb: f should never be NULL
` [PATCH 07/14] comamnds: uimage: actually print error message
` [PATCH 08/14] usb: ulpi: fix logic-op
` [PATCH 09/14] usb: dfu: fix error path to avoid NULL ptr deref
` [PATCH 10/14] net: usb: smsc95xx: fix wrong phy reset condition
` [PATCH 11/14] net: usb: asix: properly propagate error code
` [PATCH 12/14] mtd: core: avoid possible NULL ptr deref
` [PATCH 13/14] clk: "
` [PATCH 14/14] don't cast negative error codes to unsigned size_t

[PATCH 1/3] spi: imx: drop use of enum
 2014-02-10  7:41 UTC  (3+ messages)
` [PATCH 2/3] spi: imx: Use IS_ENABLED to drop ifdefs
` [PATCH 3/3] spi: imx: Use device ids

[PATCH RFC] ARM: dove: build multiple pbl images for DT based boards
 2014-02-09 21:30 UTC  (4+ messages)

Porting barebox (devicetree) to Variscite iMX6 SOM [USB FIX]
 2014-02-08  8:58 UTC  (5+ messages)

match of_modaliases
 2014-02-07 11:52 UTC  (2+ messages)

[RFC] Boot command line support
 2014-02-07 11:04 UTC  (2+ messages)

[PATCH 0/9] nfs3 support
 2014-02-07 10:23 UTC  (11+ messages)
` [PATCH 8/9] nfs: switch to nfs3
` [PATCH 9/9] nfs: parse nfsport and mount port from file system options

[PATCH 1/4] spi: imx5: allow CSPI to work
 2014-02-07  9:50 UTC  (3+ messages)

net usb asix: read MAC from EEPROM on AX88772B
 2014-02-07  8:52 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