mail archive of the barebox mailing list
 help / color / mirror / Atom feed
imx23evk NAND support
 2013-01-15 20:30 UTC  (4+ messages)

[PATCH 0/5] some fixes
 2013-01-15 14:33 UTC  (7+ messages)
` [RESEND PATCH 1/5] w1: gpio: use int for gpio
  ` [RESEND PATCH 2/5] at91: sam9x5ek: use -EINVAL for invalid gpio on 1-wire
  ` [PATCH 3/5] at91sam9g45: fix i2c typos
  ` [PATCH 4/5] atmel_spi: fix spi cs gpio request loop
  ` [PATCH 5/5] qt1070: init default key code first

[PATCH v2 0/8] add new memtest command
 2013-01-15 13:48 UTC  (9+ messages)
` [PATCH 1/8] remap_range: make function 'remap_range' global
` [PATCH 2/8] mmu: add getters for pte cache flags
` [PATCH 3/8] arm-mmu: move PAGE_ALIGN macro to common.h
` [PATCH 4/8] common: add PAGE_ALIGN_DOWN macro
` [PATCH 5/8] memory: add function address_in_sdram_regions
` [PATCH 6/8] barebox-data: add barebox-data sections
` [PATCH 7/8] memtest: remove memtest command
` [PATCH 8/8] memtest: add rewritten "

[PATCH] framebuffer work (especially i.MX)
 2013-01-14 14:30 UTC  (7+ messages)
` [PATCH 1/4] i.MX21: Add periph. clock register name macros
` [PATCH 2/4] i.MX21/27: don't enable lcd bus clocks too early
` [PATCH 3/4] i.MX27: fix shift amount for PCCR1_PERCLK3_EN
` [PATCH 4/4] graphic_utils: always initialize offscreenbuf member

[PATCH 0/9] reimplement memtest command
 2013-01-14 13:11 UTC  (13+ messages)
` [PATCH 1/9] meminfo: fix missing include
` [PATCH 2/9] memory: fix size address calculation
` [PATCH 3/9] meminfo: fix display of allocated addresses
` [PATCH 4/9] arm-mmu: remove semicolon in arm mmu.c
` [PATCH 5/9] mmu: make remap_range global accessable
` [PATCH 6/9] memory: add function address_in_sdram_regions
` [PATCH 7/9] barebox-data: add barebox-data sections
` [PATCH 8/9] memtest: remove memtest command
` [PATCH 9/9] memtest: add rewritten "

s3c2440's register: MRSR6
 2013-01-13 10:55 UTC  (2+ messages)

[PATCH] commands: mtest: add iteration count parameter for mtest command
 2013-01-12  9:06 UTC  (2+ messages)

[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  (7+ messages)
` [PATCH 10/19] ARM omap: include individual SoC files
` [PATCH 15/19] ARM omap3: Add change OMAP_ prefix to OMAP3_ for registers
` [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  (2+ messages)

[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  (3+ messages)
` [PATCH 4/7] ARM OMAP: Create device file

page:  |  | latest

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