public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-09-28 15:20:02 to 2012-09-29 21:51:58 UTC [more...]

[U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem
 2012-09-29 21:51 UTC  (78+ 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 68/70] serial: Remove CONFIG_SERIAL_MULTI from remaining sources
  ` [U-Boot] [PATCH 69/70] serial: Compile common/serial.c by default
  ` [U-Boot] [PATCH 70/70] serial: Enhance the manual relocation
  ` [U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem
    ` [U-Boot] [PATCH 01/72] serial: Coding style cleanup of struct serial_device
    ` [U-Boot] [PATCH 02/72] serial: Rename .init() and .uninit() in serial_device
    ` [U-Boot] [PATCH 03/72] serial: Properly spell out the structure member names of serial_driver
    ` [U-Boot] [PATCH 04/72] serial: pxa: Implement default_serial_console in serial_pxa.c
    ` [U-Boot] [PATCH 05/72] serial: pxa: Make use of default_serial_console in serial_pxa

[U-Boot] [PATCH v2] mx6: Remove lowlevel_init.S
 2012-09-29 21:35 UTC  (5+ messages)

[U-Boot] [PATCH v1 0/9] block: Fix some inconsistencies in block_{read, write} implementors
 2012-09-29 20:51 UTC  (10+ messages)
` [U-Boot] [PATCH v1 1/9] ata_piix: Fix checkpatch issues
` [U-Boot] [PATCH v1 2/9] ata_piix: sata_write must take a const void argument
` [U-Boot] [PATCH v1 3/9] dwc_ahsata: Make sata_write() comply with <part.h>
` [U-Boot] [PATCH v1 4/9] fsl_sata: Make sata_{read, write}() "
` [U-Boot] [PATCH v1 5/9] pata_bfin: "
` [U-Boot] [PATCH v1 6/9] sata_dwc: Make sata_write() use const void, per <part.h>
` [U-Boot] [PATCH v1 7/9] sil_sata: Make sata_write() comply with <part.h>
` [U-Boot] [PATCH v1 8/9] ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)
` [U-Boot] [PATCH v1 9/9] sata.h: Make all sata/ata drivers include <sata.h>

[U-Boot] [PATCH v2] tegra: add Colibri T20 board support
 2012-09-29 20:03 UTC 

[U-Boot] [PATCH v2 1/2] tegra: clean up board include hell
 2012-09-29 20:02 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] tegra: nand: add board pinmux

[U-Boot] [PATCH] mpc52xx/motionpro: fix monitor size and update default environment
 2012-09-29 19:27 UTC 

[U-Boot] u-boot/master slight regression with trats
 2012-09-29 18:22 UTC  (7+ messages)
` [U-Boot] [PATCH] cmd_fat.c: fix build warning

[U-Boot] [PATCH] sandbox: Add asm/errno.h
 2012-09-29 17:02 UTC  (2+ messages)

[U-Boot] [PATCH] Fix checkpatch warnings about externs in *.c
 2012-09-29 14:52 UTC  (8+ 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] [U-Boot,1/2] remove unnecessary code in ata_piix

[U-Boot] [PATCH 0/6] add zip command support for uboot
 2012-09-29 14:51 UTC  (3+ messages)
` [U-Boot] [PATCH V2 "

[U-Boot] [PATCH] tegra: nand: make ONFI detection work
 2012-09-29 11:20 UTC  (4+ messages)

[U-Boot] include: fix mips64 build warning
 2012-09-29 11:02 UTC  (2+ messages)

[U-Boot] mips port
 2012-09-29 10:07 UTC 

[U-Boot] [GIT PULL] Pull request: u-boot-imx
 2012-09-29  9:48 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/srio: Workaround for srio erratrm a004034
 2012-09-29  7:26 UTC 

[U-Boot] =?true?q?=5BPULL=7D=20please=20pull=20u-boot-atmel/master=20into=20u-boot-arm/master?=
 2012-09-29  6:59 UTC  (4+ messages)
` [U-Boot] [PULL] please pull u-boot-atmel/master into u-boot-arm/master

[U-Boot] [RFC] [PATCH 0/3] Linker-generated arrays
 2012-09-29  2:49 UTC  (13+ messages)
` [U-Boot] [RFC] [PATCH 0/3 v2] "
  ` [U-Boot] [PATCH 2/3 V2] common: Implement support for linker-generated arrays
  ` [U-Boot] [PATCH 0/5 V2] Linker-generated arrays
    ` [U-Boot] [PATCH 1/5] common: Add symbol handling for generic lists into Makefile
      ` [U-Boot] [PATCH 1/5 V2] "
    ` [U-Boot] [PATCH 2/5] common: Implement support for linker-generated arrays
    ` [U-Boot] [PATCH 3/5] common: Add .u_boot_list into all linker files
    ` [U-Boot] [PATCH 4/5] common: Convert the U-Boot commands to LG-arrays
    ` [U-Boot] [PATCH 5/5] common: Discard the __u_boot_cmd section

[U-Boot] [PATCH 0/4] Implant kernel-doc from Linux kernel
 2012-09-29  2:43 UTC  (6+ messages)
` [U-Boot] [PATCH 1/4] doc: kerneldoc: Implant DocBook "
  ` [U-Boot] [PATCH 1/4 V2] "
` [U-Boot] [PATCH 2/4] doc: kerneldoc: Add nicer CSS stylesheet for HTML docs
` [U-Boot] [PATCH 3/4] doc: kerneldoc: Implement "Example" section handling
` [U-Boot] [PATCH 4/4] doc: kerneldoc: tmpl: Implement template for LG-arrays

[U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps
 2012-09-29  1:11 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] video: Provide an API to access video parameters
` [U-Boot] [PATCH 2/7] video: Implement additional video API functions in cfb_console
` [U-Boot] [PATCH 3/7] lcd: Provide an API to access LCD parameters
` [U-Boot] [PATCH 4/7] lcd: Fix BMP decode bug that skips the wrong padded row
` [U-Boot] [PATCH 5/7] lcd: Fix fb offset calculation for bpix == 16 in BMP display
` [U-Boot] [PATCH 6/7] lcd: Implement RLE8 bitmap decoding
` [U-Boot] [PATCH 7/7] video: Skip bitmaps which do not fit into the screen in cfb_console

[U-Boot] [PULL] u-boot-testing / dm-serial-1
 2012-09-29  0:36 UTC 

[U-Boot] [PULL] u-boot-testing / dm-stringify
 2012-09-29  0:34 UTC 

[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] 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  (3+ messages)
` [U-Boot] [PATCH v4 03/16] tegra: fdt: Add pwm binding and node

[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 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 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  (2+ 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  (3+ 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] 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)


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