mail archive of the barebox mailing list
 help / color / mirror / Atom feed
s3c2440's register: MRSR6
 2013-01-12  9:53 UTC 

[PATCH] commands: mtest: add iteration count parameter for mtest command
 2013-01-12  7:45 UTC 

[PATCH] devicetree improvements
 2013-01-11 13:24 UTC  (17+ messages)
` [PATCH 01/16] of: make of_get_fixed_tree more universally usable
` [PATCH 02/16] of: Fix invalid path for of_find_node_by_path
` [PATCH 03/16] ARM android image: remove double of_fix_tree
` [PATCH 04/16] of: of_free fixes
` [PATCH 05/16] of of_free: remove old node from allnodes list
` [PATCH 06/16] of: return root node when looking for a node with path /
` [PATCH 07/16] of: rename of_parse_dtb to of_unflatten_dtb
` [PATCH 08/16] of: Add support for converting the unflattened tree back to a dtb
` [PATCH 09/16] of: remove unused barebox_fdt
` [PATCH 10/16] ARM bootm: only use concatenated oftree when no other is available
` [PATCH 11/16] of: unflatten: allow overlay dtbs
` [PATCH 12/16] oftree command: refactor
` [PATCH 13/16] of: add of_delete_property
` [PATCH 14/16] of: rename new_device_node to of_new_node and export it
` [PATCH 15/16] commands: Add of_property command
` [PATCH 16/16] commands: Add of_node command

about s3c2442
 2013-01-10 19:14 UTC  (9+ messages)

GCC question
 2013-01-10 12:52 UTC  (6+ messages)

ubiformat.c is missing
 2013-01-09 17:24 UTC  (2+ messages)

[PATCH] ARM omap hsmmc: Fix adding iobase for OMAP3
 2013-01-09 12:42 UTC  (5+ messages)

[PATCH] Add am33xx/beaglebone network support
 2013-01-09 11:02 UTC  (5+ messages)
` [PATCH 1/4] drivers: net: add driver for TI CPSW
` [PATCH 2/4] ARM am33xx: Add cpws convenience functions
` [PATCH 3/4] ARM beaglebone: Add network support
` [PATCH 4/4] ARM beaglebone: update defconfig for networking

[PATCH] Add devicetree flatten support
 2013-01-09  9:41 UTC  (3+ messages)
` [PATCH 1/2] of: rename of_parse_dtb to of_unflatten_dtb
` [PATCH 2/2] of: Add support for converting the unflattened tree back to a dtb

[PATCH] commands: add let command which supports proper arithmetic
 2013-01-09  9:34 UTC 

v2013.01.0
 2013-01-09  9:18 UTC 

[PATCH] stringlist: fix cpp macro in header
 2013-01-09  8:43 UTC  (2+ messages)

[help] PHY driver : Unable to find a PHY (unknown ID?)
 2013-01-07 13:56 UTC  (7+ messages)

[PATCH 0/7] at91: add bootstrap support
 2013-01-04 13:12 UTC  (12+ messages)
` [PATCH 1/7] at91: add test commamd to emulate bootrom boot
  ` [PATCH 2/7] at91sam926x: lowlevel add external boot support
  ` [PATCH 3/7] at91: sam926x: switch lowlevel param to c code
  ` [PATCH 4/7] at91: usb-a9263 add lowlevel init
  ` [PATCH 5/7] introduce common bootstrap code
  ` [PATCH 6/7] at91: add bootstrap version
  ` [PATCH 7/7] at91: usb_a9263: "

[PATCH 00/13] at91: cleanup and switch core driver to device/driver
 2013-01-02 11:00 UTC  (19+ messages)
` [PATCH 01/13] at91: factorise dbgu address
  ` [PATCH 02/13] at91: enable clock via clock framework
  ` [PATCH 03/13] at91: factoryse PMC address as it's the same on every soc
  ` [PATCH 04/13] at91: pmc: drop AT91_BASE_SYS
  ` [PATCH 05/13] at91: introduce Kconfig to select the dbgu for lowlevel debug
  ` [PATCH 06/13] at91: sync with the kernel address base
  ` [PATCH 07/13] at91: at91sam9: provide its own clkdev for pit
  ` [PATCH 08/13] at91: PIT: switch to platfrom_driver
  ` [PATCH 09/13] at91: autodetect the soc one time at postcore_initcall
  ` [PATCH 10/13] at91: SMC: switch to platfrom_driver
  ` [PATCH 11/13] at91: wdt: drop AT91_SYS_BASE
  ` [PATCH 12/13] at91: introduce AT91SAM9_SMC and AT91SAM9_TIMER
  ` [PATCH 13/13] at91: drop AT91_BASE_PIOx for soc specific one for none boot code

[PATCH 0/3] atmel nand/spi/udc: request gpio
 2013-01-02 10:07 UTC  (5+ messages)
` [PATCH 1/3] mtd: atmel_nand: request and configure pio via gpiolib
  ` [PATCH 2/3] usb: at91_udc: request and configure vbus pin "
  ` [PATCH 3/3] spi: atmel: request cs "

[PATCH] at91: add dump mux command
 2013-01-02 10:06 UTC  (2+ messages)

[PATCH 1/2] at91sam9x5ek: switch heartbeat to d2 (pioD21)
 2013-01-02 10:06 UTC  (3+ messages)
` [PATCH 2/2] led-gpio: use gpio_request and gpio_free

Barebox under qemu for beagleboard
 2012-12-27 15:17 UTC  (2+ messages)

nand problem on mini2440
 2012-12-26 13:19 UTC  (3+ messages)

[PATCH 1/2] w1: gpio: use int for gpio
 2012-12-23 18:30 UTC  (2+ messages)
` [PATCH 2/2] at91: sam9x5el: use -EINVAL for invalid gpio on 1-wire

[PATCH 0/2 v2] gpiolib: add request and free support
 2012-12-22 18:40 UTC  (4+ messages)
` [PATCH 1/2 v2] gpiolib: add gpio_request and gpio_free support
  ` [PATCH 2/2] gpiolib: add command to dump the current gpio status

[PATCH 0/6] at91: mux cleanup and switch to gpiolib
 2012-12-22 18:39 UTC  (8+ messages)
` [PATCH 1/6] at91: use gpio_is_valid to check gpio
  ` [PATCH 2/6] at91: use -EINVAL for invalid gpio
  ` [PATCH 3/6] at91: drop PIN_BASE offset for gpio
  ` [PATCH 4/6] at91: gpio: switch to device driver
  ` [PATCH 5/6] at91: gpio: switch to ops
  ` [PATCH 6/6] at91: switch to gpiolib

[PATCHv2 0/6] Add PCM051 support
 2012-12-21 11:22 UTC  (9+ messages)
` [PATCHv2 1/6] ARM AM33XX: Add mmc0 pin mux function
` [PATCHv2 2/6] ARM OMAP: Add SRAM and DRAM to device register functions
` [PATCHv2 3/6] ARM OMAP: Apply RAM device register functions to boards
` [PATCHv2 4/6] ARM OMAP: Add EHCI to device register functions
` [PATCHv2 5/6] ARM OMAP: Apply EHCI "
` [PATCHv2 6/6] pcm051: Add inital support

[PATCH] MFD MC34708: Add dependence on SPI
 2012-12-21 11:18 UTC  (2+ messages)

[RFC 0/5] add ELF support
 2012-12-21 11:00 UTC  (10+ messages)
` [RFC 1/5] resource: add create_resource() helper function
` [RFC 2/5] bootm: add very basic ELF support (stolen from kexec)
` [RFC 3/5] MIPS: add ELF support
      ` Fwd: "
` [RFC 4/5] MIPS: qemu-malta: add board label
` [RFC 5/5] MIPS: qemu-malta: add YAMON-style GT64120 memory map

[PATCH 0/2] gpiolib: add request and free support
 2012-12-21 10:33 UTC  (5+ messages)
` [PATCH 1/2] gpiolib: add gpio_request and gpio_free support
  ` [PATCH 2/2] gpiolib: add command to dump the current gpio status

[PATCH 0/2] allow scrubbing (erasing of bad blocks)
 2012-12-20 22:06 UTC  (2+ messages)

AM33xx and BeagleBone support
 2012-12-19 21:11 UTC  (22+ messages)
` [PATCH 01/19] ARM omap: remove unused function
` [PATCH 02/19] ARM omap4: remove unused struct
` [PATCH 03/19] ARM omap4: Add missing assembly protection in header file
` [PATCH 04/19] ARM omap4: Add missing double include protection
` [PATCH 05/19] ARM omap: Make gpmc base runtime configurable
` [PATCH 06/19] ARM omap: Make timer "
` [PATCH 07/19] ARM omap4: make PRM defines SoC specific
` [PATCH 08/19] ARM omap3: "
` [PATCH 09/19] ARM omap: Use SoC specific defines for gpmc and timer base
` [PATCH 10/19] ARM omap: include individual SoC files
` [PATCH 11/19] ARM omap: Add device register convenience functions
` [PATCH 12/19] ARM omap3: Use device register functions in boards
` [PATCH 13/19] ARM omap4: "
` [PATCH 14/19] ARM omap hsmmc: Fix register offset
` [PATCH 15/19] ARM omap3: Add change OMAP_ prefix to OMAP3_ for registers
` [PATCH 16/19] ARM OMAP AM33XX: create new ARCH for AM33xx
` [PATCH 17/19] arm: omap: am33xx: add support for low level debug
` [PATCH 18/19] arm: beaglebone: add first-stage support for AM335x and board
` [PATCH 19/19] drivers: net: add driver for TI CPSW

[PATCH 1/3] x86: Add formal Kconfig parameter "X86_BOOTLOADER"
 2012-12-19 20:44 UTC  (2+ messages)

[PATCH] ARM OMAP: add help text for OMAP_BUILD_IFT
 2012-12-19 20:40 UTC  (2+ messages)

[PATCH] Efika MX Smartbook support
 2012-12-19 20:26 UTC  (4+ messages)
` [PATCH 5/7] ARM i.MX51: Add support for the Efika MX Smartbook

[PATCH V3 00/11] ubiformat for barebox
 2012-12-19 11:50 UTC  (13+ messages)
` [PATCH V3 01/11] mtd: drop custom is_power_of_2()
` [PATCH V3 02/11] lib: misc: add 'iB' suffixes to strtoull_suffix
` [PATCH V3 03/11] lib: update size_human_readable to latest version
` [PATCH V3 04/11] ubi: consolidate ubi-media.h
` [PATCH V3 05/11] ubi: bump ubi-media.h to newest version
` [PATCH V3 06/11] devfs & mtd: add MEMERASE ioctl support
` [PATCH V3 07/11] mtd: utils: apply macros for message printouts
` [PATCH V3 08/11] lib: add libscan
` [PATCH V3 09/11] lib: add libubigen
` [PATCH V3 10/11] lib: add barebox version of libmtd
` [PATCH V3 11/11] commands: add ubiformat

[PATCH] nand: mxs: NO_SUBPAGE_WRITE flag was overwritten
 2012-12-19  9:27 UTC  (2+ messages)

[PATCH 0/7] Adding pcm051 support
 2012-12-18 17:29 UTC  (9+ messages)
` [PATCH 1/7] ARM OMAP4: Add SRAM base define
` [PATCH 2/7] ARM OMAP4: Add EHCI "
` [PATCH 3/7] ARM AM33XX: Add MMC Bases
` [PATCH 4/7] ARM OMAP: Create device file
` [PATCH 5/7] ARM OMAP: Use wrapper in board files
` [PATCH 6/7] ARM AM33XX: Add mmc0 pin mux function
` [PATCH 7/7] pcm051: Add inital support

AM33xx support
 2012-12-18 12:52 UTC  (3+ messages)
` [PATCH 13/14] arm: beaglebone: add first-stage support for AM335x and board

v2012.12.0: pcm049 is broken
 2012-12-18 12:37 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