mail archive of the barebox mailing list
 help / color / mirror / Atom feed
Prepare support for TI AM35xx
 2012-09-03 11:46 UTC  (9+ messages)
` [PATCH 01/10] drivers/nor/m25p80: add JEDEC ID for Micron/Numonyx SPI NOR flash
` [PATCH 02/10] drivers/nor/m25p80: add MEMGETINFO ioctl
` [PATCH 03/10] Makefile: add target to produce a SPL compatible uimage
` [PATCH 04/10] scripts: add tool to create image for SPI boot on AM35xx
` [PATCH 05/10] common: split out meminfo output and make it optional
` [PATCH 06/10] omap: add SPI as a boot mode for xload
` [PATCH 07/10] drivers/net/ksz8864rmn: add driver for Micrel KSZ8864RMN Ethernet Switch
` [PATCH 09/10] omap3: allow enabling clocks for UART3, MMC1 and SPI

[RFC] Dedicated command to make a target bootable with Barebox
 2012-09-03 11:37 UTC  (4+ messages)

[PATCH v2 0/2] Add stmpe mfd
 2012-09-03 11:03 UTC  (3+ messages)
` [PATCH v2 1/2] mfd: add stmpe-i2c driver
` [PATCH v2 2/2] gpio: add driver for stmpe io-expander

[PATCH 00/18 v3] fs: add symlink and readlink support
 2012-09-03 10:08 UTC  (19+ messages)
` [PATCH 01/18] fs: add "
  ` [PATCH 02/18] fs: rename stat to lstat as we implement lstat
  ` [PATCH 03/18] fs: add symlink support
  ` [PATCH 04/18] fs: implement stat
  ` [PATCH 05/18] fs: open: add symlink support
  ` [PATCH 06/18] fs: introduce get_mounted_path to get the path where a file is mounted
  ` [PATCH 07/18] ramfs: add symlink and readlink support
  ` [PATCH 08/18] nfs: add "
  ` [PATCH 09/18] test: add -L support to test if it's a symbolic link
  ` [PATCH 10/18] command: add readlink support
  ` [PATCH 11/18] command: add ln support
  ` [PATCH 12/18] ls: add symlink support to -l
  ` [PATCH 13/18] dirname: add -V option to return only path related to the mountpoint
  ` [PATCH 14/18] recursive_action: add ACTION_FOLLOWLINKS support
  ` [PATCH 15/18] envfs: introduce version major and minor
  ` [PATCH 16/18] envfs: add support of variable inode size
  ` [PATCH 17/18] envfs: add support of symlink
  ` [PATCH 18/18] defautenv: "

[PATCH 00/18 v2] fs: add symlink and readlink support
 2012-09-03  9:40 UTC  (24+ messages)
` [PATCH 01/18] fs: add "
  ` [PATCH 02/18] fs: rename stat to lstat as we implement lstat
  ` [PATCH 03/18] fs: add symlink support
  ` [PATCH 04/18] fs: implement stat
  ` [PATCH 05/18] fs: open: add symlink support
  ` [PATCH 06/18] fs: introduce get_mounted_path to get the path where a file is mounted
  ` [PATCH 07/18] ramfs: add symlink and readlink support
  ` [PATCH 08/18] nfs: add "
  ` [PATCH 09/18] test: add -L support to test if it's a symbolic link
  ` [PATCH 10/18] command: add readlink support
  ` [PATCH 11/18] command: add ln support
  ` [PATCH 12/18] ls: add symlink support to -l
  ` [PATCH 13/18] dirname: add -V option to return only path related to the mountpoint
  ` [PATCH 14/18] recursive_action: add ACTION_FOLLOWLINKS support
  ` [PATCH 15/18] envfs: introduce version major and minor
  ` [PATCH 16/18] envfs: add support of variable inode size
  ` [PATCH 17/18] envfs: add support of symlink
  ` [PATCH 18/18] defautenv: "

[PATCH 1/3] sandbox: add asm-generic/io.h
 2012-09-03  9:09 UTC  (4+ messages)
` [PATCH 2/3] sandbox: fix whitespaces in board file
` [PATCH 3/3] sandbox: fix malloc argument

[PATCH 1/1] nhk8815: fix nand IO_DATA end resource
 2012-09-03  9:07 UTC  (2+ messages)

[PATCH 1/2] mtd: fix compiler warnings
 2012-09-03  9:06 UTC  (3+ messages)
` [PATCH 2/2] mtd: add private data to mtddev-hook

[PATCH v2 00/11] ARM i.MX: add gpiolib support
 2012-09-03  8:18 UTC  (12+ messages)
` [PATCH v2 01/11] "
` [PATCH v2 02/11] ARM i.MX: switch to "
` [PATCH v2 03/11] ARM i.MX1: add imx-gpio devices
` [PATCH v2 04/11] ARM i.MX21: "
` [PATCH v2 05/11] ARM i.MX25: "
` [PATCH v2 06/11] ARM i.MX27: "
` [PATCH v2 07/11] ARM i.MX31: "
` [PATCH v2 08/11] ARM i.MX35: "
` [PATCH v2 09/11] ARM i.MX51: "
` [PATCH v2 10/11] ARM i.MX53: "
` [PATCH v2 11/11] ARM i.MX6: "

[PATCH 0/7 v3] smsc911x: runtime configuration improvement
 2012-09-03  7:49 UTC  (9+ messages)
` [PATCH 1/7] smc911x: move register define to smc911x.h
  ` [PATCH 2/7] smc911x: introduce read/write ops
  ` [PATCH 3/7] smc911x: add 16bit bus width support
  ` [PATCH 4/7] smc911x: add support to pass the shift via platform data
  ` [PATCH 5/7] smc911x: improve detection handle
  ` [PATCH 6/7] smc911x: update chip detection
  ` [PATCH 7/7] smc911x: check if the device is ready before using it

[PATCH] net: miidev: really wait for auto negotiation
 2012-09-03  7:44 UTC  (2+ messages)

[PATCH] arm: mxs: bcb: fix usage of second bootstream
 2012-09-03  7:42 UTC  (2+ messages)

[PATCH 0/5] IMX i2c driver update for the PPC 85xx
 2012-09-03  7:39 UTC  (16+ messages)
` [PATCH 1/5] mpc85xx: i2c frequency
` [PATCH 2/5] ppc/asm/fsl_i2c.h is removed
` [PATCH 3/5] mpc85xx: header update
` [PATCH 4/5] i2c: adapt the i2c-imx driver to mpc85xx machines
` [PATCH 5/5] ppc: p2020rdb i2c support
` [PATCH V2 0/6 ] IMX i2c driver update for the PPC 85xx
` [PATCH 1/6] mpc85xx: i2c frequency
` [PATCH 2/6] ppc/asm/fsl_i2c.h is removed
` [PATCH 3/6] mpc85xx: header update
` [PATCH 4/6] IMX driver: replace imx -> fsl
` [PATCH 5/6] i2c: adapt the i2c-imx driver to mpc85xx machines
` [PATCH 6/6] ppc: p2020rdb i2c support

[PATCH v2] ARM i.MX6: query silicon revision
 2012-09-03  7:10 UTC 

[PATCH 0/2] Add stmpe mfd
 2012-09-03  7:08 UTC  (4+ messages)
` [PATCH 1/2] mfd: add stmpe-i2c driver
` [PATCH 2/2] gpio: add driver for stmpe io-expander

[PATCH 00/10] ARM i.MX: add gpiolib support
 2012-09-03  7:03 UTC  (14+ messages)
` [PATCH 01/10] "
` [PATCH 02/10] ARM i.MX: switch to "
` [PATCH 03/10] ARM i.MX5: add imx-gpio devices
` [PATCH 04/10] ARM i.MX6: "
` [PATCH 05/10] ARM i.MX53: "
` [PATCH 06/10] ARM i.MX35: "
` [PATCH 07/10] ARM i.MX27: "
` [PATCH 08/10] ARM i.MX25: "
` [PATCH 09/10] ARM i.MX1: "
` [PATCH 10/10] ARM i.MX21: "

[PATCH] ARM i.MX6: query silicon revision
 2012-09-03  7:00 UTC  (3+ messages)

barebox on imx23-olinuxino
 2012-09-02  5:25 UTC  (3+ messages)

[PATCH 0/5] defaultenv-2: add boot sequence
 2012-09-01 12:49 UTC  (5+ messages)
` [PATCH 1/5] globalbar: add inline when not enabled
  ` [PATCH 5/5] defaultenv-2: add boot sequence

[PATCH 0/7] defaultenv-2: add bootp support
 2012-09-01 12:49 UTC  (7+ messages)
` [PATCH 1/7] dhcp: add global var support
  ` [PATCH 7/7] defaultenv-2: add symbolic link support to boot/nfs

[PATCH 1/2] Calao boards: enable the pbl
 2012-09-01 12:45 UTC  (2+ messages)
` [PATCH 2/2] Atmel sam9x "

[PATCH 0/3] AMBA Bus support
 2012-09-01 12:36 UTC  (4+ messages)
` [PATCH 1/3] Introduce ARM AMBA bus
  ` [PATCH 2/3] amba-pl011: switch to amba bus
  ` [PATCH 3/3] amba-pl011: add st specific init

[PATCH 00/18] fs: add symlink and readlink support
 2012-09-01 10:50 UTC  (19+ messages)
` [PATCH 01/18] fs: add "
  ` [PATCH 03/18] fs: add symlink support
  ` [PATCH 04/18] fs: implement stat
  ` [PATCH 06/18] fs: introduce get_mounted_path to get the path where a file is mounted
  ` [PATCH 07/18] ramfs: add symlink and readlink support
  ` [PATCH 15/18] evnfs: introduce major and minor

[PATCH 3/5] barebox-data: add barebox-data sections
 2012-08-31  7:55 UTC  (2+ messages)
` [PATCH v3 0/5] rewritten memtest command

[PATCH 0/3] ARM i.MX6: basic USB H1 support
 2012-08-31  7:43 UTC  (11+ messages)
` [PATCH 1/3] ARM i.MX6: add the usbphy1 base addr
` [PATCH 2/3] ARM i.MX6: enable usbphy1
` [PATCH 3/3] usb: use ep-specific pwrgood delay

[PATCH] NAND Flash SMC timings update (nwe_pulse) for calao board based on AT91SAM9G20 SoC
 2012-08-31  7:35 UTC  (4+ messages)

[PATCH 0/2] ARM i.MX6: Add sabrelite features
 2012-08-31  7:33 UTC  (4+ messages)
` [PATCH 1/2] ARM i.MX6: Add usb-ehci to sabrelite
` [PATCH 2/2] ARM i.MX6: Add i2c iomux "

[PATCH 0/2] trivial: correct spellings and grammar
 2012-08-31  7:26 UTC  (4+ messages)
` [PATCH 1/2] trivial: fix spelling in usb code
` [PATCH 2/2] trivial: bootm: correct grammar in error message

SD card experts wanted
 2012-08-30 18:05 UTC  (6+ messages)

[PATCH] ppc: add unaligned support
 2012-08-30  6:37 UTC  (2+ messages)

[PATCH 0/3] Freescale I2C driver
 2012-08-29 14:01 UTC  (5+ messages)
` [PATCH 2/3] "

What is TEXT_BASE?
 2012-08-29 13:27 UTC  (4+ messages)

[RFC] xload: get barebox size from barebox_arm_head
 2012-08-29 12:21 UTC  (6+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/7 2] smsc911x: runtime configuration improvement
 2012-08-29 10:07 UTC  (11+ messages)
` [PATCH 1/7] smc911x: move register define to smc911x.h
  ` [PATCH 5/7] smc911x: improve detection handle
  ` [PATCH 7/7] smm911x: check if the device is ready before using it

[PATCH 1/1] spi: allow to dynamically allocate bus number
 2012-08-29  8:25 UTC  (2+ messages)

[PATCH 1/2] usb_hub_power_on: wait for the power to be stable
 2012-08-29  7:10 UTC  (3+ messages)
` [PATCH 2/2] stringlist: fix division by zero

[for master PATCH 1/2] miidev: add phy_addr detection support
 2012-08-29  7:09 UTC  (4+ messages)

[PATCH] m25p80: wait for flash before returning after erase
 2012-08-29  7:03 UTC  (2+ messages)

[PATCH] i.MX35: add cspi1 support
 2012-08-29  7:00 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