mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] ARM i.MX6: query silicon revision
 2012-08-31 13:55 UTC 

[PATCH 0/2] Add stmpe mfd
 2012-08-31  9:14 UTC  (3+ 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-08-31  8:54 UTC  (11+ 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 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

[PATCH 0/5] IMX i2c driver update for the PPC 85xx
 2012-08-31  7:24 UTC  (8+ 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

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  (7+ messages)
` [PATCH 1/3] mpc85xx: i2c frequency
` [PATCH 2/3] Freescale I2C driver
` [PATCH 3/3] ppc: p2020rdb i2c support

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  (9+ messages)
      ` [PATCH v2] "
            ` [PATCH v3] "

[PATCH 0/7 2] smsc911x: runtime configuration improvement
 2012-08-29 10:07 UTC  (15+ 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] 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  (3+ messages)

[PATCH 1/2] usb_hub_power_on: wait for the power to be stable
 2012-08-29  7:10 UTC  (4+ 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)

[PATCH 00/18] fs: add symlink and readlink support
 2012-08-29  5:23 UTC  (32+ 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] commands: 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] evnfs: introduce 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 0/7] defaultenv-2: add bootp support
 2012-08-28  8:47 UTC  (12+ messages)
` [PATCH 1/7] dhcp: add global var support
  ` [PATCH 2/7] dhcp: add alternative "
  ` [PATCH 3/7] dhcp: add retries limit support
  ` [PATCH 4/7] defaultenv-2: eth0 add default global.dhcp.vendor_id
  ` [PATCH 5/7] defaultenv-2: boot/net add bootp support
  ` [PATCH 6/7] defaultenv-2: add net boot support with kernel and oftree via nfs
  ` [PATCH 7/7] defaultenv-2: add symbolic link support to boot/nfs

[PATCH 0/5] defaultenv-2: add boot sequence
 2012-08-28  8:26 UTC  (10+ messages)
` [PATCH 1/5] globalbar: add inline when not enabled
  ` [PATCH 2/5] globalvar: add support to set a value to of all globalvars beginning with 'match'
  ` [PATCH 3/5] defaultenv-2: boot use global.linux.bootargs.dyn for dynamic globarvar
  ` [PATCH 4/5] defaultenv-2: boot reset linux.bootargs.dyn. and bootm. globarvar
  ` [PATCH 5/5] defaultenv-2: add boot sequence

[PATCH 1/1] arm: do not enable the previous bootz command
 2012-08-28  7:51 UTC  (2+ messages)

[PATCH] pcm049: use NAND_BUSWIDTH_AUTO
 2012-08-28  6:49 UTC  (2+ messages)

[PATCH] commands/digest: don't print checksum for non-existing files
 2012-08-28  6:49 UTC  (2+ messages)

[PATCH] Add documentation for the calao boards
 2012-08-28  6:42 UTC 

barebox on imx23-olinuxino
 2012-08-27 18:01 UTC  (2+ messages)

[PATCH 0/7] smsc911x: runtime configuration improvement
 2012-08-27 14:20 UTC  (6+ messages)
` [PATCH 1/7] smc911x: move register define to smc911x.h
  ` [PATCH 3/7] smc911x: add 16bit bus width support

Booting PhyTec PCM043/IMX35 from USB/SD-Card
 2012-08-27  7:45 UTC  (9+ messages)

Is there any way to dump more than 0x100 bytes from nand flash?
 2012-08-27  4:29 UTC  (3+ messages)

(no subject)
 2012-08-21 13:04 UTC  (29+ messages)
` [PATCH 02/13] scripts: add tool to create image for SPI boot on AM35xx
` [PATCH 03/13] common: split out meminfo output and make it optional
` [PATCH 04/13] omap: add SPI as a boot mode for xload
` [PATCH 05/13] drivers/net/ksz8864rmn: add driver for Micrel KSZ8864RMN Ethernet Switch
` [PATCH 06/13] drivers/net: add driver for the EMAC device found in some TI SoCs
` [PATCH 07/13] omap3: allow enabling clocks for UART3, MMC1 and SPI
` [PATCH 08/13] drivers/spi: add driver for the Multichannel SPI controller found in TI SoCs
` [PATCH 10/13] defaultenv: support NAND and NOR kernel partitions at the same time
` [PATCH 11/13] defaultenv: use /env/oftree if it exists
` [PATCH 12/13] defaultenv: support kernel and oftree on a filesystem
` [PATCH 13/13] omap3_clock: avoid initializing cores not present on TI AM35xx

page:  |  | latest

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