mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/7] [RFC][PATCH] archosg9: add support for tablet
 2012-09-25 22:59 UTC  (8+ messages)
  ` [PATCH 1/7] Improved an error message and solved a minor bug
  ` [PATCH 2/7] added debug info for twl6030
  ` [PATCH 3/7] OMAP specific changes
  ` [PATCH 4/7] Add USB booting capabilities to OMAP
  ` [PATCH 5/7] add console support over the same USB used for booting
  ` [PATCH 6/7] add filesystem "
  ` [PATCH 7/7] Add support for Archos G9 tablet

[PATCH 0/1 v7] net: introduce phylib
 2012-09-25 18:19 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/3] final bus cleanup
 2012-09-25 13:25 UTC  (4+ messages)
` [PATCH 1/3] fb: move add param to bus probe
  ` [PATCH 2/3] switch all platform_bus device/driver registering to platform_driver/device_register
  ` [PATCH 3/3] devinfo: display device bus name

next-stable tag
 2012-09-25 13:01 UTC  (2+ messages)

[PATCHv2 0/2] Add ARCH for AM33xx and phyCORE-AM335x support
 2012-09-25 12:42 UTC  (5+ messages)
` [PATCHv2 1/2] ARM OMAP AM33XX: create new ARCH for AM33xx
` [PATCHv2 2/2] pcm051: Add inital support

[PATCH 1/3] Add support for creating barebox.img file
 2012-09-25 12:35 UTC  (17+ messages)
` [PATCH 2/3] ARM OMAP AM33XX: create new ARCH for AM33xx
    ` [PATCH] WIP beaglebone: add first-stage supprort for AM335x and board
` [PATCH 3/3] pcm051: Add inital support
` [PATCH] Makefile: add target to produce a SPL compatible uImage

[PATCH 1/4] ARM OMAP: remove SRAM stack
 2012-09-25 11:28 UTC  (5+ messages)
` [PATCH 2/4] ARM OMAP3: rename arch_init_lowlevel to board_init_lowlevel
` [PATCH 3/4] ARM: remove ARCH_HAS_LOWLEVEL_INIT
` [PATCH 4/4] ARM: give boards control of the reset entry point

[PATCH 0/5 v2] at91 framebuffer support
 2012-09-25 10:39 UTC  (11+ messages)
` [PATCH 1/5] video: add atmel lcdc frambuffer support
  ` [PATCH 2/5] at91sam9263: "
  ` [PATCH 3/5] at91sam9261: "
  ` [PATCH 4/5] at91sam9g45: "
  ` [PATCH 5/5] at91sam9m10g45ek: add lcdc support

[PATCH 1/1] sandbox: add sdl video support
 2012-09-25  8:16 UTC  (2+ messages)

[for next PATCH 1/1] macb: fix typos in the phy_interface
 2012-09-25  6:31 UTC  (2+ messages)

[For next PATCH 1/1] defaultenv: fix typo in dhco bootp oftree
 2012-09-25  6:30 UTC  (2+ messages)

[PATCH 1/1] defaultenv-2: move settings in a submenu
 2012-09-25  1:43 UTC 

[RFC][PATCH] archosg9: add support for tablet
 2012-09-25  1:40 UTC  (2+ messages)

[PATCH 1/2] drivers gpio: Check for negativ gpio values
 2012-09-24 19:30 UTC  (6+ messages)
` [PATCH 2/2] ARM OMAP: switch to gpiolib support

[RFC PATCH 0/5] switch globalvar to it's own bus
 2012-09-24 15:40 UTC  (6+ messages)
` [PATCH 1/5] globalvar: add "
  ` [PATCH 2/5] globalvar: allow to register multiple device
  ` [PATCH 3/5] net: switch to global device
  ` [PATCH 4/5] dhcp: switch globalvar to it's own device
  ` [PATCH 5/5] bootm: "

[PATCH] i.MX register cleanups
 2012-09-24 12:04 UTC  (16+ messages)
` [PATCH 01/14] ARM i.MX31: give register base addresses a proper MX31_ prefix
` [PATCH 02/14] ARM i.MX35: give register base addresses a proper MX35_ prefix
` [PATCH 03/14] ARM i.MX21: give register base addresses a proper MX21_ prefix
` [PATCH 04/14] ARM i.MX1: give register base addresses a proper MX1_ prefix
` [PATCH 05/14] ARM i.MX27: give register base addresses a proper MX27_ prefix
` [PATCH 06/14] ARM i.MX25: give register base addresses a proper MX25_ prefix
` [PATCH 07/14] ARM i.MX/MXS: Allow to include imx*-regs.h directly
` [PATCH 08/14] ARM i.MX51: Use defines rather than hardcoded addresses
` [PATCH 09/14] ARM i.MX: Add header file for WEIM cs setup
` [PATCH 10/14] ARM i.MX1: Add function to setup chipselect
` [PATCH 11/14] ARM i.MX21: "
` [PATCH 12/14] ARM i.MX31: "
` [PATCH 13/14] ARM i.MX35: "
` [PATCH 14/14] ARM i.MX25: "

[PATCH] common clk support
 2012-09-24 11:36 UTC  (25+ messages)
` [PATCH 01/23] err.h: introduce IS_ERR_OR_NULL
` [PATCH 02/23] clk clkdev: Add clkdev matching based on physbase
` [PATCH 03/23] clk: initial common clk support
` [PATCH 04/23] commands: Add clk commands
` [PATCH 05/23] ARM i.MX: initial clk support
` [PATCH 06/23] ARM i.MX27: implement "
` [PATCH 07/23] ARM i.MX25: Switch to common "
` [PATCH 08/23] ARM i.MX5: "
` [PATCH 09/23] ARM i.MX1: "
` [PATCH 10/23] ARM i.MX31: Switch to common clk
` [PATCH 11/23] ARM i.MX6: "
` [PATCH 12/23] ARM i.MX21: "
` [PATCH 13/23] ARM i.MX35: "
` [PATCH 14/23] net fec: Switch to clk support
` [PATCH 15/23] serial i.MX: "
` [PATCH 16/23] spi "
` [PATCH 17/23] ARM i.MX: Switch clocksource to clk_get
` [PATCH 18/23] mci i.MX ESDHC: Switch to clock support
` [PATCH 19/23] mci i.MX: "
` [PATCH 20/23] i2c "
` [PATCH 21/23] video "
` [PATCH 22/23] video i.MX IPU: "
` [PATCH 23/23] ARM i.MX: Remove old "

[PATCH 0/1 v6] net: introduce phylib
 2012-09-23 17:21 UTC  (4+ messages)
` [PATCH 1/1] "

钰鑫邬小姐与您共享了照片
 2012-09-23 16:44 UTC 

[PATCH 1/2] net: add nameserver IPs to kernel-parameter ip=
 2012-09-23 13:57 UTC  (10+ messages)
  ` [PATCH 1/2][v2] "
    ` [PATCH 1/1] net: add multiple nameserver support
          ` [PATCH] "

Доска бесплатных объявлений с Каталогом Организаций
 2012-09-22 23:00 UTC 

[PATCH 0/5] at91 framebuffer support
 2012-09-22 17:44 UTC  (9+ messages)
` [PATCH 1/5] video: add atmel lcdc frambuffer support
  ` [PATCH 2/5] at91sam9263: "
  ` [PATCH 3/5] at91sam9261: "
  ` [PATCH 4/5] at91sam9g45: "
  ` [PATCH 5/5] at91sam9m10g45ek: add lcdc support

[PATCH 2/2] defaultenv-2: add nameserver IPs to kernel-parameter ip=
 2012-09-22 16:06 UTC  (3+ messages)

[PATCH] ARM: enable MMU in pbl
 2012-09-22 11:41 UTC  (11+ messages)
` [PATCH 3/4] ARM pbl: enable MMU during decompression

[PATCH 0/5] gianfar: mdio bus support
 2012-09-21 17:20 UTC  (14+ messages)
` [PATCH 1/5] phylib: bus reset function
` [PATCH 2/5] FSL mdio bus support
` [PATCH 3/5] gianfar update
` [PATCH 4/5] FSL mdio: configuration and build file
` [PATCH 5/5] P2020rdb: eTSEC2 support

[PATCH] devicetree probe support
 2012-09-20 21:17 UTC  (4+ messages)
  ` [PATCH 1/1] fb: add it's own bus for fb devices

[PATCH 0/6 v3] sandbox fix + bus
 2012-09-20 21:16 UTC  (8+ messages)
` [PATCH 1/6] sandbox: check only image option in the second getopt
  ` [PATCH 2/6] sandbox: do not register device before barebox is started
  ` [PATCH 3/6] net/tap: use xzalloc to allocate data
  ` [PATCH 4/6] driver: register bus
  ` [PATCH 5/6] driver: search device and driver based on the bus instead of all
  ` [PATCH 6/6] switch all platform_bus device/driver registering to platform_driver/device_register

[PATCH 1/2] Add bcm2835/Raspberry-Pi support
 2012-09-20 16:18 UTC  (10+ messages)
` [PATCH 2/2] Add Raspberry-Pi defconfig

[PATCH 1/2] [v4] filetype: Improve FAT detection
 2012-09-20  7:03 UTC  (2+ messages)

[PATCH 0/5 v2] sandbox fix + bus
 2012-09-20  5:35 UTC  (8+ messages)
` [PATCH 1/5] sandbox: check only image option in the second getopt
  ` [PATCH 2/5] sandbox: do not register device before base is started
  ` [PATCH 3/5] net/tap: use xzalloc to allocate data
  ` [PATCH 4/5] driver: register bus
  ` [PATCH 5/5] driver: search device and driver based on the bus instead of all

[PATCH 1/1] defaultenv-2: execute init/* before timeout
 2012-09-19 21:02 UTC  (4+ messages)

[PATCH 1/1 for master] MAKEALL: accept defconfig with '-' in it
 2012-09-19 17:33 UTC  (2+ messages)

[PATCH] nios2: Fix DMA functions when CPU has no dcache
 2012-09-19 17:31 UTC  (2+ messages)

[PATCH 1/2] driver: register bus
 2012-09-19 17:25 UTC  (3+ messages)
` [PATCH 2/2] driver: search device and driver based on the bus instead of all

[PATCH 1/1] sandbox: check only image option in the second getopt
 2012-09-19 14:08 UTC 

page:  |  | latest

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