mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] omap4-fb: add driver
 2013-04-09 13:29 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH 1/2] ARM: i.MX: Update MX2x iomux definitions
 2013-04-09  8:15 UTC  (8+ messages)
` [PATCH 2/2] ARM: i.MX: Update MX51 "
    ` Re[2]: "

[PATCH] ArchosG9: add keyboard input and new reset menu entries (v3)
 2013-04-09  7:10 UTC  (3+ messages)
` [PATCH] OMAP4: add command to select next boot device priority

[PATCH] mci: Fix bug if probe parameter is omitted
 2013-04-09  7:07 UTC  (2+ messages)

[PATCH 1/1] highbank: switch to defaultenv-2
 2013-04-09  7:06 UTC  (2+ messages)

[PATCH] commands: i2c: change 0X to 0x
 2013-04-09  7:01 UTC  (2+ messages)

[PATCH] ARM/MXS: add more ROM code related documentation
 2013-04-09  6:44 UTC  (2+ messages)

[PATCH v2 1/2] Makefile: Create empty <config.h> if this header file is not needed by board
 2013-04-09  6:43 UTC  (3+ messages)
` [PATCH v2 2/2] Remove unused config.h

(no subject)
 2013-04-08 13:34 UTC  (22+ messages)
` [PATCH v3 01/10] tegra: pull in iomap.h from the Linux kernel
` [PATCH v3 02/10] tegra: define TEGRA20 arch type
` [PATCH v3 03/10] tegra: switch to DT only
` [PATCH v3 04/10] tegra: add driver for the clock and reset module
` [PATCH v3 05/10] tegra: add T20 timer driver
` [PATCH v3 06/10] tegra: add T20 power management controller driver
` [PATCH v3 07/10] tegra: add common lowlevel startup
` [PATCH v3 08/10] tegra: add generic debug UART support
` [PATCH v3 09/10] tegra: add generic meminit
` [PATCH v3 10/10] tegra: add GPIO controller driver

[PATCH] Add device parameter convenience helpers
 2013-04-08 10:15 UTC  (25+ messages)
` [PATCH 01/21] param: Add dev member to struct param_d
` [PATCH 02/21] param: refactor __dev_add_param
` [PATCH 03/21] param: Add integer and boolean parameter helpers
` [PATCH 04/21] param: Add ip address convenience function
` [PATCH 05/21] net: ksz8864: Use dev_add_param_bool for enable parameter
` [PATCH 06/21] net: store ethernet device parameters in device
` [PATCH 07/21] netconsole: use dev_add_param_* helpers
` [PATCH 08/21] param: remove now unused dev_[gs]et_param_ip
` [PATCH 09/21] treewide: Use dev_add_param_int_ro where possible
` [PATCH 10/21] mci: Use dev_add_param_int for probe parameter
` [PATCH 11/21] ata: Use dev_add_param_bool "
` [PATCH 12/21] fb: Use dev_add_param_bool for enable parameter
` [PATCH 13/21] fb: imxfb: Use dev_add_param_int for alpha parameter
` [PATCH 14/21] fb: imx-ipu-fb: "
` [PATCH 15/21] param: pass param to dev_remove_param
` [PATCH 16/21] pwm: Use dev_add_param_int for pwm parameters
` [PATCH 17/21] ARM: i.MX: iim: Use dev_add_param_bool for parameters
` [PATCH 18/21] console: Use dev_add_param_int for baudrate parameter
` [PATCH 19/21] mtd: Nand: Use dev_add_param_bool for erasebad parameter
` [PATCH 20/21] USB gadget at91: Use dev_add_param_bool for vbus parameter
` [PATCH 21/21] ARM: MXS: ocotp: Use dev_add_param_bool for parameter

IXP4xx again
 2013-04-08  7:56 UTC  (22+ messages)
` [PATCH] ARM: XScale processors don't support "clean+invalidate D entry" operation
` [PATCH] Implement ALTERNATE memory layout
      ` Re[2]: "
` [PATCH] ARM: Add support for IXP4xx CPU and for Goramo Multilink router platform
      ` [PATCH] ARM: Support for IXP4xx CPU
      ` [PATCH] ARM: Support for IXP4xx hardware Queue Manager
      ` [PATCH] ARM: Support for IXP4xx Network Processor Engines (NPEs)
      ` [PATCH] ARM: Support for IXP4xx built-in Ethernet interfaces

can barebox running on mini6410 boot from nand?
 2013-04-08  7:40 UTC  (2+ messages)

[PATCH] treewide: Fix typo seperate -> separate
 2013-04-07 13:53 UTC 

[PATCH 1/2] Makefile: Create empty <config.h> if this header file is not needed by board
 2013-04-05 10:37 UTC  (7+ messages)
  ` Re[2]: "

[PATCH 1/1] lib: import kstrtox from the kernel 3.8
 2013-04-05  9:05 UTC  (2+ messages)

Omap4 DSS clocks
 2013-04-05  6:39 UTC  (7+ messages)
` Re[5]: "
    ` Re[7]: "
      ` [PATCH] [RFC] ARM OMAP4: enable DSS by default
          ` Re[2]: "

v2013.04.0
 2013-04-04  8:49 UTC 

[PATCH] ARM omap: add omap4_get_sysclk()
 2013-04-04  6:42 UTC 

[PATCH] dtc: add .gitignore for generated files
 2013-04-03 12:19 UTC  (2+ messages)

[PATCH v2] bootsource
 2013-04-03  8:12 UTC  (8+ messages)
` [PATCH v2 1/7] ARM: i.MX: rename barebox_loc to bootsource
` [PATCH v2 2/7] bootsource: create arch independent bootsource framework
` [PATCH v2 3/7] bootsource: use initcall to export bootsource location to environment
` [PATCH v2 4/7] bootsource: add support for bootsource instance information
` [PATCH v2 5/7] bootsource: add definition for i2c-eeprom, spi-nor, spi-eeprom and usb
` [PATCH v2 6/7] ARM: i.MX53: Add bootsource instance information
` [PATCH v2 7/7] ARM: mxs: add bootsource detection

[PATCH] bootsource
 2013-04-03  8:04 UTC  (7+ messages)
` [PATCH 1/5] ARM: i.MX: rename barebox_loc to bootsource
` [PATCH 2/5] bootsource: create arch independent bootsource framework
` [PATCH 3/5] bootsource: use initcall to export bootsource location to environment
` [PATCH 4/5] bootsource: add support for bootsource instance information
` [PATCH 5/5] ARM: i.MX53: Add "

[PATCH 0/3] ARM: zynq: add support for ethernet
 2013-04-03  7:55 UTC  (4+ messages)
` [PATCH 1/3] net: macb: turn off endian_swp_pkt_en
` [PATCH 2/3] ARM: zynq: add support for ethernet
` [PATCH 3/3] ARM: zedboard: add ethernet device

[PATCH] ARM: zynq: fix zynq_clks enum
 2013-04-03  7:48 UTC 

[RFCv2 PATCH 1/2] OMAP: Move bootsource functions
 2013-04-03  7:22 UTC  (3+ messages)
` [RFCv2 PATCH 2/2] OMAP: Add option to use environment from MMC

[PATCH 1/2] mci-core: use dev_* for messages
 2013-04-03  7:13 UTC  (3+ messages)
` [PATCH 2/2] mci-core: fix coding style

[PATCH] commands/tftp: use pr_debug for debug output
 2013-04-03  7:11 UTC  (6+ messages)
  ` [PATCH v2] commands/tftp: use debug() "

[PATCH] i.MX53 lowlevel work
 2013-04-03  7:09 UTC  (5+ messages)
` [PATCH 1/4] ARM: i.MX53: Fix pll216 setup
` [PATCH 2/4] ARM: i.MX53: split lowlevel function into early/nonearly version
` [PATCH 3/4] ARM: tx53: use early lowlevel function
` [PATCH 4/4] ARM: tqma53: call SoC lowlevel function early

[PATCH] ARM: tqma53: change uart to second uart
 2013-04-03  6:59 UTC 

Problems with the Load a new kernel image
 2013-04-02  8:39 UTC  (2+ messages)

[PATCH] fb: calculate resource end
 2013-04-02  7:08 UTC  (2+ messages)

[PATCH] macb: rename platform data
 2013-04-02  6:29 UTC  (7+ messages)
        ` [PATCH RESEND] parameter: fix build warning when !CONFIG_PARAMETER

[PATCH] ARM: sabresd: move config-board out of /env/init
 2013-03-30 10:40 UTC  (2+ messages)

[PATCH v2] cfa10036: Retrieve the RAM size at runtime
 2013-03-30 10:39 UTC  (3+ messages)

[PATCH v4 0/5] ARM: add support for Zynq
 2013-03-27  8:32 UTC  (16+ messages)
` [PATCH v3 1/5] serial: Add driver for Cadence UART
` [PATCH v3 2/5] ARM: zynq: Add new architecture zynq
` [PATCH v2 3/5] ARM: zynq: add clk support for zynq7000
` [PATCH v3 4/5] ARM: zynq: add zynq fsbl checksum script
` [PATCH v3 5/5] ARM: zynq: Add support for the Avnet Zedboard

[RFC PATCH 1/2] OMAP: Move bootsource functions
 2013-03-27  8:10 UTC  (4+ messages)
` [RFC PATCH 2/2] OMAP: Add option to use enviroment from MMC

[PATCH] ubiformat: get buffer from malloc
 2013-03-27  8:04 UTC  (5+ messages)

[help] Calculation of size for nor_parts
 2013-03-27  7:39 UTC  (3+ messages)

[PATCH 1/2] of/net: Add net related of helpers
 2013-03-26  9:15 UTC  (2+ messages)
` [PATCH 2/2] net: fec: probe phy_mode from devicetree

[PATCH] clk: remove unused __clk_[get|put]
 2013-03-25 14:31 UTC 

[PATCH 0/6] ArchosG9: add keyboard input and new reset menu entries (v2)
 2013-03-25 13:56 UTC  (3+ messages)

[PATCH v3 0/5] ARM: add support for Zynq
 2013-03-25 13:02 UTC  (4+ messages)
` [PATCH v2 3/5] ARM: zynq: add clk support for zynq7000
` [PATCH v2 4/5] ARM: zynq: add zynq fsbl checksum script
` [PATCH v3 5/5] ARM: zynq: Add support for the Avnet Zedboard

page:  |  | latest

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