public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-08-20 12:27:02 to 2012-08-21 20:55:40 UTC [more...]

[U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver
 2012-08-21 20:55 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev
` [U-Boot] [PATCH 2/2] pxa25x: Add USB ethernet gadget

[U-Boot] [Patch v3 1/2] net: introduce transparent driver private in ueth_data
 2012-08-21 20:52 UTC  (5+ messages)
` [U-Boot] [Patch v3 2/2] net: asix: add support for AX88772B

[U-Boot] [PATCH v2 0/5] at91: 9x5: Enable PMECC(Programmable Multibit ECC controller) support
 2012-08-21 20:39 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/5] at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param()
` [U-Boot] [PATCH v2 2/5] at91: atmel_nand: remove unused variables
` [U-Boot] [PATCH v2 3/5] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller
` [U-Boot] [PATCH v2 4/5] at91: 9x5: change SMC config timing that both works for PMECC & non-PMECC

[U-Boot] [PATCH v2 0/5] Tegra 2 USB ULPI series
 2012-08-21 20:18 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] tegra20: complete periph_id enum
` [U-Boot] [PATCH v2 2/5] tegra20: add clock_set_pllout function
` [U-Boot] [PATCH v2 3/5] usb: fix ulpi_set_vbus prototype
` [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function
` [U-Boot] [PATCH v2 5/5] tegra20: add USB ULPI init code

[U-Boot] [PATCH v2 1/3] mx53loco: Use IMX_GPIO_NR macro
 2012-08-21 20:01 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] mx51evk: "
` [U-Boot] [PATCH v2 3/3] mx53ard: "

[U-Boot] [PATCH 1/3] mx53loco: Use IMX_GPIO_NR macro
 2012-08-21 19:28 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] mx51evk: "
` [U-Boot] [PATCH 3/3] mx53ard: "

[U-Boot] Support for USB Ethernet adapter
 2012-08-21 19:15 UTC  (2+ messages)

[U-Boot] [PATCH] tegra20: rework UART GPIO handling
 2012-08-21 19:07 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] Tegra 2 USB ULPI series
 2012-08-21 19:04 UTC  (17+ messages)
` [U-Boot] [PATCH 1/3] tegra20: complete periph_id enum
` [U-Boot] [PATCH 2/3] tegra20: add clock_set_pllout function
` [U-Boot] [PATCH 3/3] tegra20: add USB ULPI init code

[U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation
 2012-08-21 18:56 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] spi: atmel: add WDRBT bit to avoid receive overrun
` [U-Boot] [PATCH 3/4] atmel: at91sam9x5: fix name error for spi

[U-Boot] [PATCH V2 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog
 2012-08-21 17:51 UTC  (3+ messages)

[U-Boot] Add a new protocol
 2012-08-21 16:27 UTC 

[U-Boot] [PATCH 0/7] [RFC] Driver model, take 1
 2012-08-21 16:00 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] dm: Add skeleton support for cores and drivers
` [U-Boot] [PATCH 2/7] dm: sandbox: Add necessary linker sections
` [U-Boot] [PATCH 3/7] dm: sandbox: Add necessary GD sections
` [U-Boot] [PATCH 4/7] dm: REMOVE: sandbox binding experiment
` [U-Boot] [PATCH 5/7] dm: gpio: Add draft GPIO core and convert sandbox to use it
` [U-Boot] [PATCH 6/7] dm: add dummy demo driver and core
` [U-Boot] [PATCH 7/7] dm: Add "dm dump" command

[U-Boot] [PATCH v2 0/18] ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-21 15:34 UTC  (21+ messages)
` [U-Boot] [PATCH v2 01/18] Makefile: Move SPL files to clobber, remove from clean
` [U-Boot] [PATCH v2 02/18] spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT
` [U-Boot] [PATCH v2 03/18] omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
` [U-Boot] [PATCH v2 04/18] omap-common: Fix typo in save_boot_params() in lowlevel_init.S
` [U-Boot] [PATCH v2 05/18] ARM: SPL: Rename omap_boot_device to spl_boot_device
` [U-Boot] [PATCH v2 06/18] ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
` [U-Boot] [PATCH v2 07/18] ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
` [U-Boot] [PATCH v2 08/18] ARM: SPL: Only call mem_malloc_init if configured
` [U-Boot] [PATCH v2 09/18] ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
` [U-Boot] [PATCH v2 10/18] ARM: SPL: Make spl_mmc.c more generic
` [U-Boot] [PATCH v2 11/18] ARM: SPL: Clean up spl.c / spl_nand.c slightly
` [U-Boot] [PATCH v2 12/18] ARM: SPL: Start hooking in the current SPI SPL support
` [U-Boot] [PATCH v2 13/18] ARM: SPL: Move gpmc_init() to spl_board_init()
` [U-Boot] [PATCH v2 14/18] SPL: Move the omap SPL framework to common/spl
` [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
` [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm
` [U-Boot] [PATCH v2 17/18] SPL: Enhance drivers/mtd/nand/nand_spl_load.c
` [U-Boot] [PATCH v2 18/18] SPL: Enhance spi_spl_load to match the other load functions

[U-Boot] u-boot preventing access to NAND chip on imx28evk board
 2012-08-21 15:05 UTC  (5+ messages)
` [U-Boot] Configure U-boot to output to LCD "

[U-Boot] [PATCH 4/5] Add fsl_iim driver
 2012-08-21 13:41 UTC  (4+ messages)

[U-Boot] Seeking ARM development platform suggestions
 2012-08-21 13:18 UTC  (14+ messages)

[U-Boot] U-Boot API Problem
 2012-08-21 13:10 UTC 

[U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init
 2012-08-21 12:58 UTC  (6+ messages)
  ` [U-Boot] [PATCH v2 "

[U-Boot] U-Boot API Demo Problem
 2012-08-21 12:45 UTC 

[U-Boot] [PATCH] MX28: SPI: Limit the DMA transfer length
 2012-08-21 12:04 UTC  (2+ messages)

[U-Boot] [PATCH] Take over the maintainer for sam9g10 and sam9m10g45
 2012-08-21 10:54 UTC  (2+ messages)

[U-Boot] [PATCH 3/5] Add fuse API and commands
 2012-08-21 10:14 UTC  (3+ messages)

[U-Boot] [PATCH 0/9] EXYNOS5: Add Audio support
 2012-08-21  9:56 UTC  (5+ messages)
` [U-Boot] [PATCH 6/9] EXYNOS: Add pinmux for I2S
` [U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound

[U-Boot] [PATCH 2/3] powerpc/85xx: clear out TLB on boot
 2012-08-21  9:37 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "
  ` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH 5/5] mpc iim: Switch to common fsl_iim
 2012-08-21  8:15 UTC  (2+ messages)

[U-Boot] WARNING: Caches not enabled on openrd based board
 2012-08-21  7:27 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: lacie_kw: add support for WIRELESS_SPACE
 2012-08-21  7:16 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] sh: tmu: Changed TMU driver using array of structures
 2012-08-21  6:34 UTC  (3+ messages)
` [U-Boot] [PATCH 2/5] sh: tmu: Changed switch statement to shift operation
` [U-Boot] [PATCH 3/5] sh: tmu: Removed arch/sh/include/asm/clk.h

[U-Boot] [PATCH 1/2] arm/km: add mv88e6352 configuration for kmnusa
 2012-08-21  6:31 UTC  (3+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH] mxc: Make gpio_get_value() use PSR
 2012-08-21  6:20 UTC  (2+ messages)

[U-Boot] [PATCH] MX: Set a common gpio.h for all i.MX
 2012-08-21  6:12 UTC  (5+ messages)
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH v5] arm: rmobile: Add support Renesas SH73A0
 2012-08-21  6:05 UTC  (3+ messages)

[U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary
 2012-08-21  5:38 UTC  (3+ messages)

[U-Boot] [PATCH 01/13] Blackfin: BF60x: new processor header files
 2012-08-21  5:27 UTC  (13+ messages)
` [U-Boot] [PATCH 02/13] Blackfin: bf60x: add serial support
` [U-Boot] [PATCH 03/13] Blackfin: bf60x: add dma support
` [U-Boot] [PATCH 04/13] Blackfin: Bf60x: support big cplb page
` [U-Boot] [PATCH 05/13] Blackfin: bf60x: add rsi/sdh support
` [U-Boot] [PATCH 06/13] Blackfin: Bf609-ezkit: implement soft switch
` [U-Boot] [PATCH 07/13] Blackfin: Spi: add bf6xx spi driver
` [U-Boot] [PATCH 08/13] Blackfin: bf60x: add gpio support
` [U-Boot] [PATCH 09/13] Blackfin: bf60x: core changes
` [U-Boot] [PATCH 10/13] Blackfin: bf609: add board files
` [U-Boot] [PATCH 11/13] Blackfin: Bf60x: add hw watchdog support
` [U-Boot] [PATCH 12/13] Blackfin: Bf60x: add resume from hibernate
` [U-Boot] [PATCH 13/13] Blackfin: update license to Clear BSD license

[U-Boot] CAN support?
 2012-08-21  5:20 UTC 

[U-Boot] [PATCH 1/6] fdt: Check error codes returned from fdtlib when loading ITB
 2012-08-21  3:51 UTC  (7+ messages)
` [U-Boot] [PATCH 6/6] fdt: Add a Linux tool for reading values from FDT files

[U-Boot] [PATCH 0/4] efikamx: update Efika MX support
 2012-08-21  2:21 UTC  (11+ messages)
` [U-Boot] [PATCH 2/4] efikamx: remove drive strength hack from early_init_f and move it to the DCD
` [U-Boot] [PATCH 3/4] efikamx: update to Efika MX Smarttop and Smartbook boards

[U-Boot] [PATCH v3] arm: rmobile: Add basic support for Renesas R-Mobile
 2012-08-21  1:42 UTC  (6+ messages)
` [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

[U-Boot] [PATCH V1 1/3] phy: add phy_connect_by_mask
 2012-08-21  0:35 UTC  (5+ messages)
` [U-Boot] [PATCH V1 2/3] fec_mxc: use phy_connect_by_mask
` [U-Boot] [PATCH V1 3/3] mx6qsabrelite: set CONFIG_FEC_MXC_PHYMASK

[U-Boot] [PATCH v2] powerpc/p1_p2_rdb_pc: print -PC suffix in board name
 2012-08-20 23:16 UTC 

[U-Boot] ROM_SI_REV on MX5
 2012-08-20 22:47 UTC  (4+ messages)

[U-Boot] [PATCH v2] net: asix: add support for AX88772B
 2012-08-20 19:45 UTC  (4+ messages)

[U-Boot] [PATCH v2] mx25: Clean up lowlevel_init
 2012-08-20 19:00 UTC  (2+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] gcc, ARM, -fdata-sections -fmerge-constants and strings
 2012-08-20 16:55 UTC 

[U-Boot] [PATCH 1/6] p1014rdb: set ddr bus width properly depending on SVR
 2012-08-20 16:51 UTC  (6+ messages)
` [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

[U-Boot] [PATCH] net: asix: add support for AX88772B
 2012-08-20 15:15 UTC  (4+ messages)

[U-Boot] [PATCH] da8xx/hawkboard: Add support for ohci host controller
 2012-08-20 14:55 UTC  (3+ messages)

[U-Boot] [PATCH] mx5: add iomux-mx51.h include
 2012-08-20 14:43 UTC  (4+ messages)

[U-Boot] [Patch V3 0/4] add mips64 cpu support
 2012-08-20 14:22 UTC  (10+ messages)
` [U-Boot] [Patch V3 1/4] [MIPS] Add support for MIPS64 cpus
` [U-Boot] [Patch V3 2/4] [MIPS] add mips64 support in mips head files
` [U-Boot] [Patch V3 3/4] [MIPS] Add qemu-mips building configs
` [U-Boot] [Patch V3 4/4] [MIPS] Disable standalone while building MIPS64

[U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
 2012-08-20 13:46 UTC  (3+ messages)

[U-Boot] [PATCH 6/7] mx35: Fix eSDHC clocks
 2012-08-20 13:12 UTC  (7+ messages)


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