public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-09-28 05:29:30 to 2012-09-29 00:31:24 UTC [more...]

[U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem
 2012-09-29  0:31 UTC  (69+ messages)
` [U-Boot] [PATCH 00/70 V2] "
  ` [U-Boot] [PATCH 01/70] serial: Coding style cleanup of struct serial_device
  ` [U-Boot] [PATCH 02/70] serial: Rename .init() and .uninit() in serial_device
  ` [U-Boot] [PATCH 03/70] serial: Properly spell out the structure member names of serial_driver
  ` [U-Boot] [PATCH 04/70] serial: pxa: Implement default_serial_console in serial_pxa.c
  ` [U-Boot] [PATCH 05/70] serial: pxa: Make use of default_serial_console in serial_pxa
  ` [U-Boot] [PATCH 06/70] serial: pxa: Make local functions static
  ` [U-Boot] [PATCH 07/70] serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config files
  ` [U-Boot] [PATCH 08/70] serial: Implement serial_initfunc() macro
  ` [U-Boot] [PATCH 09/70] serial: mpc8xx: Move serial registration from serial_initialize()
  ` [U-Boot] [PATCH 10/70] serial: s3c24xx: "
  ` [U-Boot] [PATCH 11/70] serial: pxa: "
  ` [U-Boot] [PATCH 12/70] serial: s5p: "
  ` [U-Boot] [PATCH 13/70] serial: microblaze: "
  ` [U-Boot] [PATCH 14/70] serial: mpc512x: "
  ` [U-Boot] [PATCH 15/70] serial: ns16550: "
  ` [U-Boot] [PATCH 16/70] serial: bfin: Remove the bfin_serialN_device exports from serial.h
  ` [U-Boot] [PATCH 17/70] serial: bfin: Adjust serial_register_bfin_uart()
  ` [U-Boot] [PATCH 18/70] serial: zoom2: Remove zoom2 serial prototypes from serial.h
  ` [U-Boot] [PATCH 19/70] serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI
  ` [U-Boot] [PATCH 20/70] serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver
  ` [U-Boot] [PATCH 21/70] serial: mips: Implement CONFIG_SERIAL_MULTI into asc "
  ` [U-Boot] [PATCH 22/70] serial: mips: Implement CONFIG_SERIAL_MULTI into JZ "
  ` [U-Boot] [PATCH 23/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx "
  ` [U-Boot] [PATCH 24/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 "
  ` [U-Boot] [PATCH 25/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers
  ` [U-Boot] [PATCH 26/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver
  ` [U-Boot] [PATCH 27/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 "
  ` [U-Boot] [PATCH 28/70] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 "
  ` [U-Boot] [PATCH 29/70] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 "
  ` [U-Boot] [PATCH 30/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell "
  ` [U-Boot] [PATCH 31/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix "
  ` [U-Boot] [PATCH 32/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw "
  ` [U-Boot] [PATCH 33/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cogent "
  ` [U-Boot] [PATCH 34/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cpci750 "
  ` [U-Boot] [PATCH 35/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 "
  ` [U-Boot] [PATCH 36/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into ml2 "
  ` [U-Boot] [PATCH 37/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into sconsole "
  ` [U-Boot] [PATCH 38/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into p3mx "
  ` [U-Boot] [PATCH 39/70] serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag "
  ` [U-Boot] [PATCH 40/70] serial: arm: Implement CONFIG_SERIAL_MULTI into altera "
  ` [U-Boot] [PATCH 41/70] serial: arm: Implement CONFIG_SERIAL_MULTI into atmel "
  ` [U-Boot] [PATCH 42/70] serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx "
  ` [U-Boot] [PATCH 43/70] serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF "
  ` [U-Boot] [PATCH 44/70] serial: Implement CONFIG_SERIAL_MULTI into ns9750 "
  ` [U-Boot] [PATCH 45/70] serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores "
  ` [U-Boot] [PATCH 46/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b "
  ` [U-Boot] [PATCH 47/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx "
  ` [U-Boot] [PATCH 48/70] serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox "
  ` [U-Boot] [PATCH 49/70] serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 "
  ` [U-Boot] [PATCH 50/70] serial: arm: Implement CONFIG_SERIAL_MULTI into imx "
  ` [U-Boot] [PATCH 51/70] serial: arm: Implement CONFIG_SERIAL_MULTI into ixp "
  ` [U-Boot] [PATCH 52/70] serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 "
  ` [U-Boot] [PATCH 53/70] serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x "
  ` [U-Boot] [PATCH 54/70] serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 "
  ` [U-Boot] [PATCH 55/70] serial: Implement CONFIG_SERIAL_MULTI into max3100 "
  ` [U-Boot] [PATCH 56/70] serial: arm: Implement CONFIG_SERIAL_MULTI into mxc "
  ` [U-Boot] [PATCH 57/70] serial: arm: Implement CONFIG_SERIAL_MULTI into netarm "
  ` [U-Boot] [PATCH 58/70] serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x "
  ` [U-Boot] [PATCH 59/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 "
  ` [U-Boot] [PATCH 60/70] serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 "
  ` [U-Boot] [PATCH 61/70] serial: sh: Implement CONFIG_SERIAL_MULTI into sh "
  ` [U-Boot] [PATCH 62/70] serial: mxs: spl: Remove empty serial_* functions from SPL code
  ` [U-Boot] [PATCH 63/70] serial: ns16550: Call usbtty_poll only in non-SPL build
  ` [U-Boot] [PATCH 64/70] serial: Use puts() and hang() instead of panic() in SPL
  ` [U-Boot] [PATCH 65/70] serial: Unconditionally enable CONFIG_SERIAL_MULTI
  ` [U-Boot] [PATCH 66/70] serial: Remove CONFIG_SERIAL_MULTI from config files
  ` [U-Boot] [PATCH 67/70] serial: Remove CONFIG_SERIAL_MULTI from serial drivers

[U-Boot] [PATCH 1/2] spi: Add progress percentage and write speed to `sf update`
 2012-09-29  0:28 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] spi: Add SPI flash test

[U-Boot] [PATCH v3 0/8] SPL: Port SPL framework to powerpc
 2012-09-28 23:32 UTC  (4+ messages)
` [U-Boot] [PATCH v3 2/8] "

[U-Boot] [PATCH] tegra: nand: make ONFI detection work
 2012-09-28 22:35 UTC  (3+ messages)

[U-Boot] Custodians, Maintainers and old platforms
 2012-09-28 22:12 UTC  (3+ messages)

[U-Boot] question
 2012-09-28 21:24 UTC 

[U-Boot] help with archos g9 "port"
 2012-09-28 21:04 UTC 

[U-Boot] [PATCH v4 0/16] tegra: Add display driver and LCD support for Seaboard
 2012-09-28 20:08 UTC  (5+ messages)
` [U-Boot] [PATCH v4 03/16] tegra: fdt: Add pwm binding and node
` [U-Boot] [PATCH v4 15/16] lcd: Add CONSOLE_SCROLL_LINES option to speed console

[U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver
 2012-09-28 20:00 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4 v3] net: Add driver for Zynq Gem IP
` [U-Boot] [PATCH 4/4 v4] xilinx: Add new Zynq board

[U-Boot] [PATCH 4/4 v5] xilinx: Add new Zynq board
 2012-09-28 19:56 UTC 

[U-Boot] KernelDoc
 2012-09-28 19:48 UTC  (2+ messages)

[U-Boot] [PATCH] Fix checkpatch warnings about externs in *.c
 2012-09-28 19:39 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] remove unnecessary code in ata_piix
  ` [U-Boot] [PATCH v2 2/2] Fix checkpatch warnings about externs in *.c

[U-Boot] [PATCH 0/6] bootstage: Add a number of new features
 2012-09-28 18:56 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] bootstage: Export bootstage_add_record() function
` [U-Boot] [PATCH 2/6] bootstage: Add time accumulation feature
` [U-Boot] [PATCH 3/6] bootstage: Store boot timings in device tree
` [U-Boot] [PATCH 4/6] bootstage: Add feature to stash/unstash bootstage info
` [U-Boot] [PATCH 5/6] bootstage: Add bootstage command
` [U-Boot] [PATCH 6/6] bootstage: Add new bootstage IDs for board, LCD

[U-Boot] [PATCH 1/3] FEC: Remove endless loop in the FEC driver
 2012-09-28 18:25 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] FEC: Rework the TX wait mechanism
` [U-Boot] [PATCH 3/3] FEC: Replace magic contants

[U-Boot] [PATCH] sandbox: Add asm/errno.h
 2012-09-28 18:23 UTC 

[U-Boot] [PATCH v5 1/2] Loop block device for sandbox
 2012-09-28 18:22 UTC  (3+ messages)
` [U-Boot] [PATCH v6 "

[U-Boot] [PATCH v2 05/14] mx51: Fix USB PHY clocks
 2012-09-28 17:09 UTC  (7+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] UBI problems on current u-bo
 2012-09-28 16:50 UTC  (7+ messages)
` [U-Boot] UBI problems on current u-boot

[U-Boot] [U-Boot, v3] FAT: Make it possible to read from any file position
 2012-09-28 16:17 UTC  (4+ messages)

[U-Boot] [PATCH] disk: allow - or empty string to fall back to $bootdevice
 2012-09-28 16:16 UTC  (2+ messages)

[U-Boot] [PATCH] Quietly ignore DHCP Option 28 (Broadcast Address)
 2012-09-28 16:10 UTC  (2+ messages)

[U-Boot] [PATCH v4] PXE: FDT: Add support for fdt in PXE
 2012-09-28 16:10 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] FEC: Do not pass unaligned buffer to network stack
 2012-09-28 16:07 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] FEC: Properly align address over the buffers for cache ops

[U-Boot] [PATCH 1/2] Add Vitesse VSC8662 PHY support
 2012-09-28 16:06 UTC  (2+ messages)

[U-Boot] [PATCH] net/phy: support the mv88e6352 switch
 2012-09-28 16:05 UTC  (2+ messages)

[U-Boot] [PATCH] eth_write_hwaddr: Return error for invalid MACs
 2012-09-28 16:04 UTC  (2+ messages)

[U-Boot] [PATCHv2 0/5] net: ASIX AX88772B enablement
 2012-09-28 16:02 UTC  (11+ messages)
` [U-Boot] [PATCHv2 1/5] net: introduce transparent driver private in ueth_data
` [U-Boot] [PATCHv2 2/5] net: asix: split out basic reset function
` [U-Boot] [PATCHv2 3/5] net: asix: add write_hwaddr function
` [U-Boot] [PATCHv2 4/5] net: asix: add read_mac function
` [U-Boot] [PATCHv2 5/5] net: asix: add AX88772B support

[U-Boot] [PATCH] net: sh_eth: Add support R8A7740 of rmobile (arm core)
 2012-09-28 15:56 UTC  (2+ messages)

[U-Boot] [PATCH] dm: net: Fixup the armada100 FEC driver
 2012-09-28 15:53 UTC  (2+ messages)
` [U-Boot] [U-Boot-DM] "

[U-Boot] [PATCH 1/5] microblaze: Add gpio.h
 2012-09-28 15:52 UTC  (3+ messages)
` [U-Boot] [PATCH 4/5] net: emaclite: Support OF initialization

[U-Boot] [PATCH v1 0/4] introducing vect1: mpc8309 keymile board
 2012-09-28 15:51 UTC  (7+ messages)
` [U-Boot] [PATCH v1 2/4] mpc83xx: add support for mpc8309

[U-Boot] [PATCH 01/10] dm: arm: Remove support for lpc2292
 2012-09-28 15:50 UTC  (3+ messages)
` [U-Boot] [PATCH 09/10] dm: net: Move IXP NPE to drivers/net/
  ` [U-Boot] [U-Boot-DM] "

[U-Boot] [PATCH] net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000
 2012-09-28 15:50 UTC  (2+ messages)

[U-Boot] [PATCH] api: net: fix length check in eth_receive()
 2012-09-28 15:48 UTC  (4+ messages)

[U-Boot] [GIT PULL] Pull request: u-boot-imx
 2012-09-28 15:39 UTC 

[U-Boot] RMII ethernet problems on i.MX6 Solo
 2012-09-28 15:26 UTC  (5+ messages)

[U-Boot] [PATCH] arm: fdt: Relocate fdt along with other data
 2012-09-28 15:22 UTC  (2+ messages)

[U-Boot] [PATCH] nand: add ID for Micron MT29F8G08A
 2012-09-28 15:20 UTC  (7+ messages)

[U-Boot] [PATCH v2 09/14] mx5 clocks: Fix get_ipg_per_clk()
 2012-09-28 15:01 UTC  (6+ messages)

[U-Boot] [PATCH] printenv show garbage on out-of-memory conditions
 2012-09-28 15:00 UTC 

[U-Boot] [PATCH v2] mx6: Remove lowlevel_init.S
 2012-09-28 14:59 UTC  (6+ messages)

[U-Boot] [PATCH v3 0/2] Tegra 2 USB ULPI series
 2012-09-28 14:46 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/2] usb: ulpi: add indicator configuration function
` [U-Boot] [PATCH v3 2/2] tegra20: add USB ULPI init code

[U-Boot] [PATCH 0/6] add zip command support for uboot
 2012-09-28 14:29 UTC  (15+ messages)
` [U-Boot] [PATCH V2 "
` [U-Boot] [PATCH V2 1/6] lib: zlib: import deflate source file from 1.2.5
` [U-Boot] [PATCH V2 2/6] lib: zlib: import trees "
` [U-Boot] [PATCH V2 3/6] lib: zlib: include deflate into zlib build
` [U-Boot] [PATCH V2 4/6] lib: zlib: remove the limitation for cannot using 0 as start
` [U-Boot] [PATCH V2 5/6] lib: add gzip lib function callback
` [U-Boot] [PATCH V2 6/6] common: add zip command support

[U-Boot] [PATCH v2] tools: Add cleanpatch
 2012-09-28 13:36 UTC 

[U-Boot] [PATCH] tools: Add cleanpatch
 2012-09-28 13:23 UTC  (5+ messages)

[U-Boot] [PATCH] mxc: Fix SDHC multi-instance clock
 2012-09-28 13:09 UTC  (2+ messages)

[U-Boot] [PATCH v3 2/5] drivers: video: Add ld9040 video driver
 2012-09-28 10:34 UTC  (6+ messages)
` [U-Boot] [PATCH v4 0/4] Exynos: Support for display drivers
  ` [U-Boot] [PATCH v4 1/4] misc:max8998 Add LDO macros
  ` [U-Boot] [PATCH v4 2/4] drivers: video: Add ld9040 video driver
  ` [U-Boot] [PATCH v4 3/4] drivers: video: fix image position
  ` [U-Boot] [PATCH v4 4/4] exynos4: universal_C210: add display support

[U-Boot] [PATCH 4/7] mx25 clocks: Fix MXC_FEC_CLK
 2012-09-28 10:33 UTC  (2+ messages)

[U-Boot] [PATCH 5/7] mx25: Clean up clocks API
 2012-09-28 10:31 UTC  (2+ messages)

[U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs
 2012-09-28 10:18 UTC  (2+ messages)

[U-Boot] [PATCH] omap4_panda: remove CONFIG_PANDA, not used
 2012-09-28  9:59 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/2] ARM: Add Altera SOCFPGA Cyclone5
 2012-09-28  9:52 UTC  (5+ messages)
` [U-Boot] [PATCH v4 2/2] ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h

[U-Boot] [PATCH 6/7] mx25: Define cpu_eth_init() only if needed
 2012-09-28  9:09 UTC  (2+ messages)

[U-Boot] [PATCH v2 03/14] mx5: Use explicit clock gate names
 2012-09-28  8:53 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-video/master
 2012-09-28  8:50 UTC  (7+ messages)

[U-Boot] [PATCH v2 02/14] mx5 clocks: Cleanup
 2012-09-28  8:44 UTC  (2+ messages)

[U-Boot] [PATCH v2 01/14] mx5/6: Define default SoC input clock frequencies
 2012-09-28  8:42 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/6] arm:exynos4:trats: Correct SDRAM configuration for trats
 2012-09-28  8:40 UTC  (3+ messages)
` [U-Boot] [PATCH v4 0/6] Code cleaup for trats and universal

[U-Boot] [PATCH 0/2] Move Tegra20 files to common subdirs, prep for T30
 2012-09-28  7:13 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] Tegra20: Move some code files to common directories for upcoming Tegra30 patches
` [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

[U-Boot] Problems with a P2020 board
 2012-09-28  6:50 UTC  (3+ messages)

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

[U-Boot] [PATCH 0/2] arm/km: configuration of the mv88e6352 switch on kmnusa
 2012-09-28  6:43 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] km_kirkwood: enable MV88E6352_SWITCH support for kmnusa

[U-Boot] [PATCH] edminiv2: increase malloc len to 256K
 2012-09-28  6:28 UTC  (2+ messages)

[U-Boot] [RFC PATCH 1/5] env: Add support for callbacks to environment vars
 2012-09-28  5:53 UTC  (4+ messages)
` [U-Boot] [RFC PATCH v2 0/5] Add environment call-back capability
  ` [U-Boot] [RFC PATCH v2 1/5] env: Add support for callbacks to environment vars

[U-Boot] [PATCH v3 0/18] tegra: Add display driver and LCD support for Seaboard
 2012-09-28  5:42 UTC  (10+ messages)
` [U-Boot] [PATCH v3 06/18] tegra: fdt: Add LCD definitions for Tegra


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