public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Release status - things to be done
@ 2008-07-05 23:05 Wolfgang Denk
  2008-07-06  5:24 ` Shinya Kuribayashi
                   ` (12 more replies)
  0 siblings, 13 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-07-05 23:05 UTC (permalink / raw)
  To: u-boot

Hi everybody,

here is a summary of the current state of my processing of patches
that have been submitted for the upcoming 1.3.4 release.

As you might have noticed, I've been on vacation for the last two
weeks, and I spent this time (intentionally) completely offline. So
please apologize if parts of the following comments / questions have
been obsoleted by recent events - I will try to catch up as soon as
possible, but I think it is better to send out this summary now,
i. e. _before_ I start reading he backlog of the last two weeks.


Here is a list of patches I had marked as open in my list, with
comments about their state, including comments who I consider to be
responsible for further progress:

Open question:

* Are CFG_64BIT_LBA and CONFIG_LBA48 kind of redundant?
  At least it seems that CONFIG_LBA48 requires CFG_64BIT_LBA to be set
  or we will have problems due to insufficient size of the data types.


* We have incompatible definitions of the CPU_TYPE_ENTRY for MPC83xx
  systems:
  	
  In "include/asm-ppc/processor.h":

	 973 #define CPU_TYPE_ENTRY(n, v) \
	 974         { .name = #n, .soc_ver = SVR_##v, }

  But in "cpu/mpc83xx/cpu.c":

	 47 #define CPU_TYPE_ENTRY(x) {#x, SPR_##x}

  This causes ``"CPU_TYPE_ENTRY" redefined'' warnings that need to get
  fixed.

  -> for MPC83xx custodian

* Current NAND code (the "Constants for hardware specific CLE/ALE/NCE
  functions" in "include/linux/mtd/nand.h", lines 75ff, break building
  on some boards like NETPHONE, NETTA, NETTA2, NETTA_ISDN, NETVIA_V2,
  SXNI855T (which have different definitions with the same names in
  their board config files) with error messages like these:

	In file included from /home/wd/git/u-boot/work/include/nand.h:29,
			 from board.c:94:
	/home/wd/git/u-boot/work/include/linux/mtd/nand.h:82:1: warning: "NAND_CTL_SETCLE" redefin
	ed
	In file included from /home/wd/git/u-boot/work/include/config.h:4,
			 from /home/wd/git/u-boot/work/include/common.h:35,
			 from board.c:24:
	/home/wd/git/u-boot/work/include/configs/NETPHONE.h:547:1: warning: this is the location o
	f the previous definition
	In file included from /home/wd/git/u-boot/work/include/nand.h:29,
			 from board.c:94:
	/home/wd/git/u-boot/work/include/linux/mtd/nand.h:84:1: warning: "NAND_CTL_CLRCLE" redefin
	ed
	In file included from /home/wd/git/u-boot/work/include/config.h:4,
			 from /home/wd/git/u-boot/work/include/common.h:35,
			 from board.c:24:

  etc.

  --> for NAND custodian.

* "include/linux/mtd/mtd.h" contains a definition of the DEBUG macro
  which conflicts with normal use like adding '-DDEBUG' on the
  command line.

  Also, I think we whould get rid of all the printk() stuff.

  --> for NAND custodian.

* U-Boot mailing list traffic:

 1116  04/24 michael            [U-Boot-Users] [PATCH ARM 0/2] Ide support
 1117  04/24 michael            [U-Boot-Users] [PATCH ARM 1/2] Ide support io function
 1118  04/24 michael            [U-Boot-Users] [PATCH ARM 2/2] Ide support. Ide registration
	-> for ARM Custodian

 1785  05/06 Martha Marx        [U-Boot-Users] [PATCH] Adds configurable IO Pin init for ADS5121
 2972  05/29 Martha Marx        [U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3
 3882  06/16 "Grant Likely"     Re: [U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3
 2973  05/29 Martha Marx        [U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp
 3884  06/16 "Grant Likely"     Re: [U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp
 2976  05/29 Martha Marx        [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration
 2979  05/29 Kenneth Johansson  Re: [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration
 3883  06/16 "Grant Likely"     Re: [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration

 	-> We have a big problem here. The thing is that we need a
	   MPC521x custodian. Grant Likely (custodian for MPC52xx)
	   cannot / does not want to take this responsibility;
	   I would like to help but I cannot as I don't have access to
	   latest hardware.
	   I think that John Rigby is probably in the best position
	   for this role.  John, are you (or anybody else) voluteering?

 2147  05/13 Jason Jin          [PATCH] Feed the watchdog in u-boot for 8610 board.
	-> for 86xx custodian

 2378  05/18 Jean-Christophe P  [U-Boot-Users] [PATCH 08/17] marabun_pcmcia: Move compile condition to the Makefile
 2379  05/18 Jean-Christophe P  [U-Boot-Users] [PATCH 09/17] pxa_pcmcia: Move compile condition to the Makefile
 2380  05/18 Jean-Christophe P  [U-Boot-Users] [PATCH 10/17] pcmcia/ti_pci1410a: Move compile condition to the Makefile
 2447  05/19 Haavard Skinnemoe  [PATCH RESEND] Conditionally add -fno-stack-protector to CFLAGS
	-> applied

 2482  05/19 "Daniel Allred"    [U-Boot-Users] [PATCH]:arm926ejs: Regression to remove inappropriate LED control code from arch
 2490  05/19 Hebbar             Re: [U-Boot-Users] [PATCH]:arm926ejs: Regression to remove inappropriate LED control code from 
	-> asked submitter for fixes / cleanup

 2514  05/20 Jason McMullan     [U-Boot-Users] [PATCH] mips: Use 'CFG_MIPS_CLOCK' to compute the MIPS tick timebase
 2528  05/20 Jason McMullan     [U-Boot-Users] [PATCH] mips: Support to set CFG_HZ to 1000, consistent with other architectures
 2529  05/20 Jason McMullan     [U-Boot-Users] [PATCH] [resend] mips: Support to set CFG_HZ to 1000, consistent with other arch
 2571  05/21 Shinya Kuribayash  Re: [U-Boot-Users] [PATCH] [resend] mips: Support to set CFG_HZ to 1000, consistent with other 
 2594  05/21 Scott Wood         Re: [U-Boot-Users] [PATCH] [resend] mips: Support to set CFG_HZ to 1000, consistent with other 
	-> already handled by MIPS custodian

 2536  05/20 Sergey Lapin       [U-Boot-Users] [PATCH] DataFlash AT45DB021 support
 2618  05/21 "Sergey Lapin"     Re: [U-Boot-Users] [PATCH] DataFlash AT45DB021 support
 2836  05/26 Sergey Lapin       [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support
 2840  05/26 "Matt Gessner"     Re: [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support
 2945  05/29 Sergey Lapin       Re: [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support
 3371  06/05 Sergey Lapin       [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support
 3923  06/17 Sergey Lapin       Re: [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support
	-> for AT91 custodian

 2547  05/20 Andy Fleming       [PATCH 1/4] Add ALIGN() macro
 2548  05/20 Andy Fleming       [PATCH 2/4] Add lmb_free
 2549  05/20 Andy Fleming       [PATCH 3/4] Fix an underflow bug in __lmb_alloc_base
 2550  05/20 Andy Fleming       [PATCH 4/4] Resize device tree to allow space for board changes and the chosen node
	-> obsoleted by rebased version:
	 3890  06/16 Andy Fleming       [PATCH v3 4/4] Resize device tree to allow space for board changes and the chosen node
	 3891  06/16 Andy Fleming       [PATCH v3 3/4] Fix an underflow bug in __lmb_alloc_base
	 3892  06/16 Andy Fleming       [PATCH v3 1/4] Add ALIGN() macro
	 3893  06/16 Andy Fleming       [PATCH v3 2/4] Add lmb_free

 2572  05/21 Kyungmin Park      [U-Boot-Users] [PATCH] Use the better ethernet timing at apollon
	-> applied

 2582  05/21 Haavard Skinnemoe  [PATCH] MMC: Consolidate MMC/SD command definitions
	-> Rejected, needs to be rebased

 2584  05/21 Haavard Skinnemoe  [PATCH] Remove kharris at nexus-tech.net from MAINTAINERS
	-> asked submitter for fixes / cleanup

 2620  05/21 Hugo Villeneuve    [U-Boot-Users] [PATCH] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
 3486  06/06 Hugo Villeneuve    [U-Boot-Users] [PATCH V8] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
 3966  06/18 "Hugo Villeneuve"  Re: [U-Boot-Users] [PATCH V8] ARM: Add support for Lyrtech SFF-SDRboard (ARM926EJS)
	-> applied

 2625  05/21 "Christian Eggers  [U-Boot-Users] Fix endianess conversion in usb_ohci.c
	-> asked USB custodian for feedback.

 2629  05/21 "Christian Eggers  [U-Boot-Users] [Patch] Configure SMC for a second flash device if required
	-> for AT91 custodian

 2643  05/21 Jason McMullan     [U-Boot-Users] [PATCH] mips: If CONFIG_CMD_SPI is defined, call spi_init()
 2673  05/23 Shinya Kuribayash  Re: [U-Boot-Users] [PATCH] mips: If CONFIG_CMD_SPI is defined, call spi_init()
	-> already handled by MIPS custodian

 2649  05/22 Stelian Pop        [U-Boot-Users] [PATCH] Fix boot from NOR due to incorrect reset delay.
	-> for AT91 custodian

 2660  05/22 Haavard Skinnemoe  [PATCH v2] MMC: Consolidate MMC/SD command definitions
	-> applied

 2663  05/22 Haavard Skinnemoe  [U-Boot-Users] [PATCH] avr32: Fix wrong error flags in atmel_mci driver
	-> already applied

 2664  05/22 Sergey Lapin       [U-Boot-Users] [PATCH][Re-Submit] DataFlash AT45DB021 support
	-> for AT91 custodian

 2688  05/22 Jean-Christophe P  Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size
 2694  05/22 Scott Wood         Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size
	-> for AT91 custodian

 2711  05/22 Scott Wood         [U-Boot-Users] [PATCH 1/2] fsl_elbc_nand: workaround for hangs during nand write
 2712  05/22 Scott Wood         [U-Boot-Users] [PATCH 2/2] fsl_elbc_nand: Hard-code the FBAR/FPAR split.
	-> for NAND custodian / not for mainline!

 2717  05/22 Andy Fleming       [PATCH 1/4 v2] Add ALIGN() macro
	-> obsoleted by
	 3892  06/16 Andy Fleming       [PATCH v3 1/4] Add ALIGN() macro

 2735  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 00/18] avr32 patches for 1.3.4
 2736  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 01/18] avr32: stk1002 and ngw100 convergence
 2737  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 02/18] avr32: Disable the AP7000 internal watchdog on startup
 2738  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 03/18] avr32: Use correct condition around macb clock accessors
 2739  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 04/18] avr32: Remove unneeded .flashprog section from NGW100 ldscript
 2740  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 05/18] avr32: Get rid of the .flashprog section
 2741  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 06/18] avr32: Add support for the ATSTK1006 board
 2742  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 07/18] avr32: Clean up the HMATRIX code
 2743  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 08/18] avr32: Remove unused file cpu/at32ap/pm.c
 2744  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 09/18] avr32: Use new-style Makefile for the at32ap platform
 2745  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 10/18] avr32: Rename pm_init() as clk_init() and make SoC-specific
 2746  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 11/18] avr32: Put memset in its own section
 2747  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 12/18] avr32: Use the same entry point for reset and exception handling
 2748  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 13/18] avr32: Do stricter stack checking in the exception handler
 2750  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 14/18] avr32: Rework SDRAM initialization code
 2752  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 16/18] avr32: Fix two warnings in atmel_mci.c
 2753  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 17/18] avr32: Fix wrong error flags in atmel_mci driver
 2754  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 18/18] avr32: Compile atmel_mci.o conditionally
	-> already applied

 2751  05/23 Haavard Skinnemoe  [U-Boot-Users] [PATCH 15/18] atmel_usart: Support fractional baud rate dividers
	-> dropped by author

 2786  05/24 Jean-Christophe P  [U-Boot-Users] [PATCH] MAKEALL: add at91 list
	-> asked submitter for fixes / cleanup

 2802  05/24 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 06/18] avr32: Add support for the ATSTK1006 board
 2803  05/24 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 05/18] avr32: Get rid of the .flashprog section
 2831  05/26 Haavard Skinnemoe  [U-Boot-Users] [PATCH] avr32: Fix theoretical race in udelay()
 2833  05/26 Haavard Skinnemoe  [PATCH v4 1/3] Move definition of container_of() to common.h
 2834  05/26 Haavard Skinnemoe  [PATCH v4 2/3] SPI API improvements
 2835  05/26 Haavard Skinnemoe  [PATCH v4 3/3] atmel_spi: Driver for the Atmel SPI controller
	-> already applied

 2853  05/27 Jean-Christophe P  [U-Boot-Users] [PATCH] [AT91SAM9] Fix NAND FLASH timings
	-> for AT91 custodian

 2858  05/27 wangjiankun820624  [U-Boot-Users] MIPS: about the function of the octeon_twsi_set_addr8
	-> for MIPS custodian

 2866  05/27 Jason McMullan     [U-Boot-Users] [PATCH] mips: Add an 'include/asm/errno.h', like all other architectures
 3056  05/31 Shinya Kuribayash  Re: [U-Boot-Users] [PATCH] mips: Add an 'include/asm/errno.h', like all other architectures
	-> already applied

 2868  05/27 Anton Vorontsov    [U-Boot-Users] [PATCH] 86xx: mpc8610_hpcd: add support for NAND
 2886  05/28 Anton Vorontsov    [U-Boot-Users] [PATCH 2/2] 86xx: mpc8610_hpcd: add support for NAND
 2887  05/28 Kumar Gala         Re: [U-Boot-Users] [PATCH] 86xx: mpc8610_hpcd: add support for NAND
 	-> obsoleted by 
	  2885+ 05/28 Anton Vorontsov    [U-Boot-Users] [PATCH 1/2] 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
	 etc.

 2936  05/28 "Russell McGuire"  Re: [U-Boot-Users] Latest U-Boot MD5 compile error??
 2940  05/28 "Russell McGuire"  RE: [U-Boot-Users] Latest U-Boot MD5 compile error??
 2941  05/28 "Russell McGuire"  Re: [U-Boot-Users] Latest U-Boot MD5 compile error??
 2985  05/29 "Russell McGuire"  RE: [U-Boot-Users] Latest U-Boot MD5 compile error??
 	-> cannot reproduce the problem, asked submitter for proper patch

 2948  05/29 Kumar Gala         [U-Boot-Users] [PATCH] 85xx: extended cpu identification
	-> asked submitter about state: resubmit cleaned up version?

 2949  05/29 Tor Krill          [U-Boot-Users] [PATCH] Add sata sil3114 support (V2)
 3922  06/17 "Tor Krill"        Re: [U-Boot-Users] [PATCH] Add sata sil3114 support (V2)
	-> applied

 2950  05/29 Tor Krill          [U-Boot-Users] [PATCH] Fix incorrect switch for IF_TYPE in part.c
	-> already applied.

 2971  05/29 Kumar Gala         [U-Boot-Users] [PATCH] Allow per file CFLAGS and AFLAGS
	-> asked submitter why needed. Tend to reject.

 2981  05/29 Hugo Villeneuve    [U-Boot-Users] [PATCH] Remove duplicate code introduced by commit 597f6c26a18b389903a64692bacbf
	-> does not apply; asked submitter for rebase/resubmit

 2982  05/29 "Tsi-Chung.Liew"   [PATCH] ColdFire: Fix UART baudrate formula
 2989  05/29 "Tsi-Chung.Liew"   [PATCH] ColdFire: Fix UART baudrate formula
	-> for ColdFire custodian

 2994  05/30 sascha.laue at liebh  [U-Boot-Users] [PATCH] Change GPIO to control the LSB transmitter on lwmon5 board.
	-> for ppc_4xx custodian

 2995  05/30 sascha.laue at liebh  [U-Boot-Users] [PATCH] configure dsp POST and add watchdog reset to the diag cmd.
	-> applied

 3009  05/30 Matthias Fuchs     [U-Boot-Users] [PATCH] 4xx: Cleanup CPCI405 variant's config file
	-> already applied

 3046  05/31 Shinya Kuribayash  Re: [U-Boot-Users] [MIPS] Convert CPU type name into CONFIG_CPU_*
	-> asked submitter about state: resubmit cleaned up version?

 3128  06/02 Tor Krill          [U-Boot-Users] [PATCH] Add missing define to mpc83xx.h
	-> already applied

 3138  06/02 Scott Wood         Re: [U-Boot-Users] Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeed
 3164  06/02 Grant Erickson     Re: [U-Boot-Users] Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeed
 3165  06/02 Scott Wood         [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Periodica
 3176  06/02 "Stuart Wood"      Re: [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Perio
 3184  06/03 Stefan Roese       Re: [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Perio
 3272  06/04 Matthias Fuchs     Re: [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Perio
 3282  06/04 Detlev Zundel      Re: [U-Boot-Users] Non-block-skipping NAND commands
	-> to be taken care of by NAND custodian

 3160  06/02 "Stuart Wood"      [U-Boot-Users] [PATCH]jffs2_1pass.c - Adding watchdog support
 3161  06/02 "Stuart Wood"      [U-Boot-Users] [PATCH]serial_pl010.c - Add watchdog support
	-> applied

 3187  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case of clock rollover for get_t
 3196  06/03 "Menon, Nishanth"  Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case of clockrollover for get_ti
 3206  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case of clockrollover for get_ti
 3207  06/03 "Menon, Nishanth"  Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case ofclockrollover for get_tim
 3211  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case ofclockrollover for get_tim
 3218  06/03 "Menon, Nishanth"  [U-Boot-Users] [Patch 02/17 Try 2] U-Boot-V2:Common:Clock Handle caseofclockrollover for get_ti
 3188  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 05/17] U-Boot-V2:ARM: Introduce capability to have different stack/ma
 3208  06/03 "Menon, Nishanth"  Re: [U-Boot-Users] [Patch 05/17] U-Boot-V2:ARM: Introduce capability to havedifferent stack/mal
 3212  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 05/17] U-Boot-V2:ARM: Introduce capability to havedifferent stack/mal
 3260  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 05/17 Try 2] U-Boot-V2:ARM: Introduce capability tohavedifferent stack/ma
 3283  06/04 Sascha Hauer       Re: [U-Boot-Users] [Patch 05/17 Try 2] U-Boot-V2:ARM: Introduce capability tohavedifferent stac
 3189  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 08/17] U-Boot-V2:Commands: Unbreak loadb support
 3210  06/03 "Menon, Nishanth"  Re: [U-Boot-Users] [Patch 08/17] U-Boot-V2:Commands: Unbreak loadb support
 3190  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 09/17] U-Boot-V2:Serial: Add support for NS16550 Driver.`
 3213  06/03 "Menon, Nishanth"  Re: [U-Boot-Users] [Patch 09/17] U-Boot-V2:Serial: Add support for NS16550Driver.`
 3223  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 09/17] U-Boot-V2:Serial: Add support for NS16550Driver.`
 3263  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 09/17 Try 2] U-Boot-V2:Serial: Add support for NS16550 Driver
 3191  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 10/17] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8
 3193  06/03 "Laurent Desnogue  Re: [U-Boot-Users] [Patch 10/17] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8
 3215  06/03 "Menon, Nishanth"  Re: [U-Boot-Users] [Patch 10/17] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8
 3264  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 10/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8
 3192  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 11/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP3 Silicon files
 3214  06/03 "Menon, Nishanth"  Re: [U-Boot-Users] [Patch 11/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP3Silicon files<
 3224  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 11/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP3Silicon files<
 3265  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 11/17 Try 3] U-Boot-V2:ARM:OMAP3: Add support forOMAP3Silicon files
 3194  06/03 Sascha Hauer       Re: [U-Boot-Users] [Patch 13/17] U-Boot-V2:ARM:OMAP3: Add generic Headers
 3267  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 13/17 Try 2] U-Boot-V2:ARM:OMAP3: Add generic Headers
 3259  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 04/17 Try 2] U-Boot-V2:ARM: Remove unwanted flags from Makefile
 3266  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 12/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support forOMAP3 Silicon files
 3268  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 15/17 Try 2] U-Boot-V2:ARM:OMAP3:SDP3430: Addsupport for SDP3430 support 
 3269  06/04 "Menon, Nishanth"  [U-Boot-Users] [Patch 16/17 Try 2] U-Boot-V2:ARM:OMAP3:SDP3430 Addsupport for SDP3430 board fil
 4006  06/18 "Menon, Nishanth"  [U-Boot-Users] [Patch] U-Boot-v2: general replace __KERNEL__ with __UBOOT__
 	-> for V2 custodian

 3195  06/03 Dave Liu           [U-Boot-Users] [PATCH] ata: fix the bug of signature updated
	-> applied

 3274  06/04 Remy Bohmer        [patch] Fix order for reading rx-status registers in 32bit mode of DM9000
 3310  06/04 "Ben Warren"       Re: [U-Boot-Users] [patch] Fix order for reading rx-status registers in 32bit mode of DM9000
	-> already applied

 3323  06/04 Jason McMullan     [U-Boot-Users] [PATCH] mips: Bring over optimized memset() routine from Linux.
 3584  06/10 Shinya Kuribayash  Re: [U-Boot-Users] [PATCH] mips: Bring over optimized memset() routine from Linux.
	-> asked submitter about state: resubmit cleaned up version?

 3370  06/04 Kumar Gala         [U-Boot-Users] [PATCH] Squash warnings from pointer aliasing in dlmalloc
	-> asked submitter why needed. Tend to reject.

 3382  06/05 Remy Bohmer        [U-Boot-Users] [patch] DM9000 fix status check fail 0x6d error for trizeps board
	-> already applied

 3438  06/06 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support
 3555  06/10 Nobuhiro Iwamatsu  Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support
 3557  06/09 Ben Warren         Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support
 3644  06/11 "Nobuhiro Iwamats  Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support
 	-> author will submit new patch

 3487  06/06 Marian Balakowicz  [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices
 3537  06/09 Scott Wood         Re: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices
	-> applied

 3491  06/07 Dave Liu           [PATCH] Remove the obsolete cfg definition
	-> asked submitter for fixes / cleanup

 3492  06/07 Jean-Christophe P  [U-Boot-Users] [PATCH] add SHA256 support
	-> applied

 3494  06/07 "Matvejchikov Ily  [U-Boot-Users] [PATCH] FDT memory and pci node fixes for MPC8260ADS
 3495  06/07 "Matvejchikov Ily  [U-Boot-Users] [PATCH] Some copy-n-paste fixes in printf usage
	-> asked submitter for fixes / cleanup

 3497  06/08 Shinya Kuribayash  [U-Boot-Users] drivers/net/Makefile: Conditional COBJS inclusion cleanups
 3499  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 1/10] net: Conditional COBJS inclusion of bcm570x and tigon3 modules
 3500  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 2/10] net: Conditional COBJS inclusion of Realtek modules
 3501  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 3/10] net: Conditional COBJS inclusion of Intel modules
 3502  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 4/10] net: Conditional COBJS inclusion of INCA-IP switch
 3503  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 5/10] net: Conditional COBJS inclusion of National Semiconductor modules<
 3504  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 6/10] net: Conditional COBJS inclusion of NET+ARM modules
 3505  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 7/10] net: Conditional COBJS inclusion of TSEC and Vitesse modules
 3506  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 8/10] net: Conditional COBJS inclusion of SMC modules
 3507  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 9/10] net: Conditional COBJS inclusion of Freescale FEC modules
 3508  06/08 Shinya Kuribayash  [U-Boot-Users] [PATCH 10/10] net: Conditional COBJS inclusino of remainings
 3531  06/09 "Ben Warren"       Re: [U-Boot-Users] [PATCH 10/10] net: Conditional COBJS inclusino of remainings
 3535  06/09 Shinya Kuribayash  [U-Boot-Users] [PATCH v2] net: Conditional COBJS inclusion of network drivers
	-> asked submitter about state: resubmit cleaned up version?

 3510  06/08 Juergen Kilb       [U-Boot-Users] [PATCH] i.MX31: fixed CTRL-C detection
	-> applied

 3512  06/08 Jason McMullan     [U-Boot-Users] [PATCH] mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the env
	-> for MIPS custodian

 3521  06/08 Ben Warren         [U-Boot-Users] [PATCH v2] Move conditional compilation of MPC8XXX SPI driver to Makefile
 3532  06/09 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH v2] Move conditional compilation of MPC8XXX SPI driver to Makefile
	-> applied

 3530  06/09 Haavard Skinnemoe  [PATCH RESEND #2] Conditionally add -fno-stack-protector to CFLAGS
	-> already applied

 3543  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 0/8] Freescale DDR rewrite
 3544  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 1/8] Add proper SPD definitions for DDR1/2/3
 3545  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 2/8] Rewrite the FSL mpc8xxx DDR controller setup code.
 3546  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 3/8] FSL DDR: Add interactive DDR config support
 3547  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 4/8] FSL DDR: Provide a generic fsl_ddr_sdram_set_lawbar()
 3548  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 5/8] FSL DDR: Add e500 TLB helper for DDR code
 3549  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 6/8] Modify mpc8641HPCN to use the new DDR setup code.
 3550  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 7/8] Modify MPC8610HPCD to use the new DDR setup code.
 3551  06/09 Kumar Gala         [U-Boot-Users] [RFC][FSL DDR 8/8] Modify MPC8544 DS to use the new DDR setup code.
 3560  06/09 Jerry Van Baren    Re: [U-Boot-Users] [RFC][FSL DDR 1/8] Add proper SPD definitions for DDR1/2/3
 3561  06/09 Jon Loeliger       Re: [U-Boot-Users] [RFC][FSL DDR 1/8] Add proper SPD definitions for DDR1/2/3
 	-> not a patch; asked submitter to be sure

 3559  06/09 Magnus Lilja       [U-Boot-Users] i.MX31: Cleanup comments in lowlevel_init.S.
	-> applied

 3564  06/09 Kim Phillips       [U-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors
 3621  06/10 Kumar Gala         Re: [U-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors
 3630  06/10 Kim Phillips       [PATCH v2] fdt: add crypto node handling for MPC8{3,5}xxE processors
 3631  06/10 Jerry Van Baren    Re: [PATCH v2] fdt: add crypto node handling for MPC8{3,5}xxE processors
 3895  06/16 Kim Phillips       [PATCH v3] fdt: add crypto node handling for MPC8{3,5}xxE processors
 3896  06/16 Kim Phillips       [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors
 3925  06/17 Kumar Gala         Re: [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors
	-> asked submitter about state: resubmit cleaned up version?

 3582  06/10 Manuel Sahm        [U-Boot-Users] Teridian Phy Support tr78q21x3
 3618  06/10 Anatolij Gustschi  Re: [U-Boot-Users] Teridian Phy Support tr78q21x3
 	-> asked submitter for proper patch

 3592  06/10 Stefan Roese       [U-Boot-Users] [PATCH] ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
	-> already applied

 3595  06/10 Ben Warren         [PATCH v2] Add mechanisms for CPU and board-specific Ethernet initialization
 3602  06/10 Jon Loeliger       Re: [U-Boot-Users] [PATCH v2] Add mechanisms for CPU and board-specific Ethernet initialization
 3606  06/10 Ben Warren         Re: [U-Boot-Users] [PATCH v2] Add mechanisms for CPU and board-specific Ethernet initialization
 3598  06/11 Shinya Kuribayash  Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization
 3599  06/10 Stefan Roese       Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization
 3603  06/11 Shinya Kuribayash  Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization
 3607  06/10 Ben Warren         Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization
 3628  06/11 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization
 	-> obsoleted by later version, see
	 3812  06/13 Ben Warren         [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization

 3600  06/10 Jon Loeliger       Re: [U-Boot-Users] [PATCH 1/4] Change initdram() return type to phys_size_t
 3601  06/10 Stefan Roese       Re: [U-Boot-Users] [PATCH 1/4] Change initdram() return type to phys_size_t
 3701  06/12 To:Becky Bruce     Re: [U-Boot-Users] [PATCH 1/4] Change initdram() return type to phys_size_t
	-> already applied

 3627  06/10 "mark roths"       [U-Boot-Users] u-boot and CONFIG_MTD_NAND_ECC_SMC patch
	-> already applied

 3645  06/11 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH v2] net: sh: Renesas SH7763 Ethernet device support
 	-> for net custodian

 3648  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support
 3649  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/6] AT572D940HF-EB Support
 3650  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support
 3651  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support
 3652  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support
 3653  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support
 3654  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3733  06/12 "Ulf Samuelsson"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3735  06/12 "COSTA, Antonio"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3737  06/12 "Ulf Samuelsson"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3739  06/12 Jerry Van Baren    Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3859  06/15 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3897  06/16 Ken.Fuchs at bench.c  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3899  06/17 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
 3740  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support v2 (board folder)
 3741  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/2] AT572D940HF-EB Support v2 (SDHC support part 2)
 3742  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1)
 3743  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support v2 (include files part 1)
 3744  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support v2 (ethernet files)
 3745  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support v2 (include files part 2)
 3747  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/6] AT572D940HF-EB Support v2 (cpu folder)
 3748  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support v2 (configuration files)
 3746  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/1] mmc_verbosity variable
 3764  06/12 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1)
 	-> still under discussion;  who is reponsible?

 3663  06/11 Kumar Gala         [PATCH v3] ppc: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
	-> applied

 3725  06/12 Joakim Tjernlund   Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized fl
	-> asked submitter for cleaned up version
 
 3757  06/12 "Steven A. Falco"  [U-Boot-Users] Patch to setenv() to return status
	-> applied

 3759  06/12 "Steven A. Falco"  [U-Boot-Users] Patch to clean up syntax highlighting
	-> applied

 3760  06/12 Haavard Skinnemoe  [U-Boot-Users] [PATCH 3/3] mmc: Move atmel_mci driver into drivers/mmc
 3761  06/12 Haavard Skinnemoe  [U-Boot-Users] [PATCH 1/3] Create drivers/mmc subdirectory
 3762  06/12 Haavard Skinnemoe  [U-Boot-Users] [PATCH 2/3] avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
 3763  06/12 Haavard Skinnemoe  [U-Boot-Users] [PATCH 0/3] Move atmel_mci driver into drivers/mmc
	-> asked submitter about state: goes in through Atmel repo, or directly?
 
 3766  06/12 "Brian S. Park"    Re: [U-Boot-Users] U-Boot and Linux on Walnut based board
	-> problem confirmed, to be taken care of by PPC4xx custodian.

 3812  06/13 Ben Warren         [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization
	-> for net custodian.

 3828  06/14 Larry Johnson      [U-Boot-Users] [PATCH] ppc4xx: Update and add FDT to Korat board support
 3829  06/14 Larry Johnson      [U-Boot-Users] [PATCH] pp44xx: Remove implementation of testdram() from Korat board support
	-> for ppc4xx custodian

 3871  06/16 Stefan Roese       [U-Boot-Users] [PATCH] cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
	-> for CFI-Flash custodian

 3873  06/16 Kenneth Johansson  Re: [U-Boot-Users] U-Boot booting from NAND
	-> asked author to post patches

 3881  06/16 Philip Balister    [U-Boot-Users] [PATCH] small patch for env_nand.c
 3889  06/16 Scott Wood         Re: [U-Boot-Users] [PATCH] small patch for env_nand.c
	-> already handled by NAND custodian

 3890  06/16 Andy Fleming       [PATCH v3 4/4] Resize device tree to allow space for board changes and the chosen node
 3891  06/16 Andy Fleming       [PATCH v3 3/4] Fix an underflow bug in __lmb_alloc_base
 3892  06/16 Andy Fleming       [PATCH v3 1/4] Add ALIGN() macro
 3893  06/16 Andy Fleming       [PATCH v3 2/4] Add lmb_free
	-> applied.

 3901  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH] net: ne2000: Move dev_addr variable from grobal to local.
 3902  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH] net: ne2000: Fix compile error of NE2000
	-> for net custodian

 3905  06/17 "Nobuhiro Iwamats  Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class
 3908  06/17 Nobuhiro Iwamatsu  [PATCH][RFC] pci: Add check PCI bridge class (Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFI
	-> asked other users (Stefan Roese) for feedback

 3655  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support
 3909  06/17 "Antonio R. Costa  Re: [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support
 3921  06/17 Michal Simek       Re: [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support
	-> do nothing; waiting for resubmit

 3910  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 1/9] sh: Cleanup source code of MS7720SE
 3911  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 2/9] sh: Cleanup source code of MS7722SE
 3912  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 4/9] sh: Cleanup source code of R2DPlus
 3913  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 3/9] sh: Cleanup source code of R7780MP
 3914  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 5/9] sh: Cleanup source code of SH7763RDP
 3915  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 6/9] sh: Update Hitachi MS7722SE board
 3916  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 7/9] sh: Update Renesas Migo-R board
 3917  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 8/9] sh: Update Renesas R7780MP board
 3918  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 9/9] sh: Update Renesas R2DPlus board
	-> for SH custodian

 3919  06/17 Nobuhiro Iwamatsu  [PATCH][RFC] pci: Divided pci code of the powerpc
	-> RFC - waiting for comments from others

 3934  06/17 Kim Phillips       [PATCH 1/2] mpc85xx: use IS_E_PROCESSOR macro
 3963  06/18 Kumar Gala         [U-Boot-Users] [PATCH] 85xx: Cleanup L2 cache size detection
 3964  06/18 Kumar Gala         [U-Boot-Users] [PATCH] MPC8544DS: Report board id, board version and fpga version.
	-> for 85xx custodian

 3935  06/17 Kim Phillips       [U-Boot-Users] [PATCH 2/2] mpc83xx: move CPU_TYPE_ENTRY over to processor.h
	-> for 83xx custodian

 3944  06/18 Esben Haabendal    [U-Boot-Users] [PATCH] mpc8260: add fdt_fixup_ethernet support
	-> applied

 3984  06/18 Hugo Villeneuve    [U-Boot-Users] [PATCH 1/2] Remove duplicate definitions in include/lxt971a.h.
 3985  06/18 Hugo Villeneuve    [U-Boot-Users] [PATCH 2/2] Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
	-> for net custodian

 4000  06/18 Magnus Lilja       [U-Boot-Users] i.MX31: mx31_gpio_mux() problem
	-> do nothing; waiting for resubmit

 4011  06/19 Kumar Gala         [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
 4025  06/19 Jon Loeliger       Re: [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
 4012  06/19 Kumar Gala         [U-Boot-Users] [PATCH] MPC8610HPCD: Report board id, board version and fpga version.
	-> already taken care of by 86xx custodian

 4015  06/19 Gary Jennejohn     [U-Boot-Users] [PATCH] Add a logo for RRvision.
 4016  06/19 Gary Jennejohn     [U-Boot-Users] [PATCH] Add another logo for RRvision.
	-> applied

 4026  06/18 Jason McMullan     [U-Boot-Users] [PATCH] mtd: SPI Flash: Winbond W25X16/WX2532/WX2564 support
 4027  06/19 Jason McMullan     [U-Boot-Users] [PATCH] mtd: SPI Flash: Support the ST Microelectronics M25P80 and M25P40
 4028  06/19 "McMullan, Jason"  [U-Boot-Users] MTD Winbond and MTD STMicro SPI Flash Support
	-> for MTD custodian

 4102  06/20 Haavard Skinnemoe  [U-Boot-Users] [PATCH 2/3] avr32: Fix SPI portmux initialization
 4103  06/20 Haavard Skinnemoe  [U-Boot-Users] [PATCH 1/3] avr32: Add GPIO manipulation functions
 4104  06/20 Haavard Skinnemoe  [U-Boot-Users] [PATCH 3/3] avr32: Enable SPI flash support on ATNGW100
	-> for avr32 custodian

 4110  06/20 Timur Tabi         [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats
 4119  06/20 Ben Warren         Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats
	-> do nothing; waiting for reply to Ben's question or resubmit

 4123  06/20 Detlev Zundel      [U-Boot-Users] [PATCH] fdt: Fix typo in variable name.
 	-> applied


For submitters of patches:

	Please check if your sumissions have either been applied to
	the current git repository, or if they are listed here.

	Otherwise it is likely that I have missed your patch, so
	please send a reminder then.

For custodians:

	Please check if you already have picked up the listed patches
	and send me a pull request, if appropriate.


Thanks in advance!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The following statement is not true.  The previous statement is true.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
@ 2008-07-06  5:24 ` Shinya Kuribayashi
  2008-07-06  7:17 ` Ben Warren
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 25+ messages in thread
From: Shinya Kuribayashi @ 2008-07-06  5:24 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> * U-Boot mailing list traffic:
>  2858  05/27 wangjiankun820624  [U-Boot-Users] MIPS: about the function of the octeon_twsi_set_addr8
> 	-> for MIPS custodian

I'm happy to know there is Octeon port, but I guess that's a local
version provided from Cavium Networks to their customers.  We don't have
it in upstream, and dont' have any comments on that.

>  3512  06/08 Jason McMullan     [U-Boot-Users] [PATCH] mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the env
> 	-> for MIPS custodian

Hm, I don't see any strong needs to have this.  Will reply to Jason on
ML, thanks.


  Shinya

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
  2008-07-06  5:24 ` Shinya Kuribayashi
@ 2008-07-06  7:17 ` Ben Warren
  2008-07-06  7:54   ` Wolfgang Denk
  2008-07-07  2:54   ` Nobuhiro Iwamatsu
  2008-07-06  9:00 ` Magnus Lilja
                   ` (10 subsequent siblings)
  12 siblings, 2 replies; 25+ messages in thread
From: Ben Warren @ 2008-07-06  7:17 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Wolfgang Denk wrote:
> Hi everybody,
>
> here is a summary of the current state of my processing of patches
> that have been submitted for the upcoming 1.3.4 release.
>
> As you might have noticed, I've been on vacation for the last two
> weeks, and I spent this time (intentionally) completely offline. So
> please apologize if parts of the following comments / questions have
> been obsoleted by recent events - I will try to catch up as soon as
> possible, but I think it is better to send out this summary now,
> i. e. _before_ I start reading he backlog of the last two weeks.
>
>
> Here is a list of patches I had marked as open in my list, with
> comments about their state, including comments who I consider to be
> responsible for further progress:
>
>   
<snip>

>  3645  06/11 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH v2] net: sh: Renesas SH7763 Ethernet device support
>  	-> for net custodian
>
>   
Didn't pick this up because it was after what I thought was the cut-off 
of 6/10.  It still has issues, so I'll ask NobuHiro to re-submit.  
Should it go in this release when OK?
<snip>
>  3812  06/13 Ben Warren         [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization
> 	-> for net custodian.
>
>   
Again, thought it was too late.  I'll send a pull request soon that will 
include this one.
<snip>
>  3901  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH] net: ne2000: Move dev_addr variable from grobal to local.
>  3902  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH] net: ne2000: Fix compile error of NE2000
> 	-> for net custodian
>
>   
These are good ones, and will be in my pull request.  Same deal with the 
date.
<snip>
>  3984  06/18 Hugo Villeneuve    [U-Boot-Users] [PATCH 1/2] Remove duplicate definitions in include/lxt971a.h.
>  3985  06/18 Hugo Villeneuve    [U-Boot-Users] [PATCH 2/2] Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
> 	-> for net custodian
>
>   
Missed these completely, since no clues in title about networking...


regards,
Ben

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-06  7:17 ` Ben Warren
@ 2008-07-06  7:54   ` Wolfgang Denk
  2008-07-07  2:54   ` Nobuhiro Iwamatsu
  1 sibling, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-07-06  7:54 UTC (permalink / raw)
  To: u-boot

Dear Ben,

in message <48707176.4020000@gmail.com> you wrote:
> 
> >  3645  06/11 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH v2] net: sh: Renesas SH7763 Ethernet device support
> >  	-> for net custodian
> >
> >   
> Didn't pick this up because it was after what I thought was the cut-off 
> of 6/10.  It still has issues, so I'll ask NobuHiro to re-submit.  
> Should it go in this release when OK?

Yes, please.

> >  3812  06/13 Ben Warren         [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization
> > 	-> for net custodian.
> >   
> Again, thought it was too late.  I'll send a pull request soon that will 
> include this one.

Thanks.

> >  3984  06/18 Hugo Villeneuve    [U-Boot-Users] [PATCH 1/2] Remove duplicate definitions in include/lxt971a.h.
> >  3985  06/18 Hugo Villeneuve    [U-Boot-Users] [PATCH 2/2] Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
> > 	-> for net custodian
> >   
> Missed these completely, since no clues in title about networking...

Well, LXT97x means PHY means net custodian for me :-)

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I usually tell my classes "if you are using @ and [] together in this
class, you will almost certainly NOT get what you want. That's  going
down  the wrong tunnel. There's no cheese at the end of that tunnel."
         -- Randal L. Schwartz in <8czptuomey.fsf@gadget.cscaper.com>

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
  2008-07-06  5:24 ` Shinya Kuribayashi
  2008-07-06  7:17 ` Ben Warren
@ 2008-07-06  9:00 ` Magnus Lilja
  2008-07-06 10:51 ` Jean-Christophe PLAGNIOL-VILLARD
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 25+ messages in thread
From: Magnus Lilja @ 2008-07-06  9:00 UTC (permalink / raw)
  To: u-boot

Wolfgang,

>  4000  06/18 Magnus Lilja       [U-Boot-Users] i.MX31: mx31_gpio_mux() problem
>        -> do nothing; waiting for resubmit


I submitted  patches to this problem in two posts with the following subjects:
[PATCH 1/2] i.MX31: Fix IOMUX related typos (June 23:rd)
[PATCH 2/2] i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.  (June 23:rd)

http://www.nabble.com/-PATCH-1-2--i.MX31%3A-Fix-IOMUX-related-typos.-to18073906.html
http://www.nabble.com/-PATCH-2-2--i.MX31%3A-Fix-mx31_gpio_mux%28%29-function-and-MUX_-macros.-to18073932.html


Thanks, Magnus

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (2 preceding siblings ...)
  2008-07-06  9:00 ` Magnus Lilja
@ 2008-07-06 10:51 ` Jean-Christophe PLAGNIOL-VILLARD
  2008-07-06 11:28 ` Nobuhiro Iwamatsu
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 25+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-07-06 10:51 UTC (permalink / raw)
  To: u-boot

On 01:05 Sun 06 Jul     , Wolfgang Denk wrote:
> Hi everybody,
> 
> here is a summary of the current state of my processing of patches
> that have been submitted for the upcoming 1.3.4 release.
> 
> As you might have noticed, I've been on vacation for the last two
> weeks, and I spent this time (intentionally) completely offline. So
> please apologize if parts of the following comments / questions have
> been obsoleted by recent events - I will try to catch up as soon as
> possible, but I think it is better to send out this summary now,
> i. e. _before_ I start reading he backlog of the last two weeks.
> 
> 
> Here is a list of patches I had marked as open in my list, with
> comments about their state, including comments who I consider to be
> responsible for further progress:

Thanks about it.
>  2536  05/20 Sergey Lapin       [U-Boot-Users] [PATCH] DataFlash AT45DB021 support
>  2618  05/21 "Sergey Lapin"     Re: [U-Boot-Users] [PATCH] DataFlash AT45DB021 support
>  2836  05/26 Sergey Lapin       [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support
>  2840  05/26 "Matt Gessner"     Re: [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support
>  2945  05/29 Sergey Lapin       Re: [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support
>  3371  06/05 Sergey Lapin       [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support
>  3923  06/17 Sergey Lapin       Re: [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support
> 	-> for AT91 custodian
>  2629  05/21 "Christian Eggers  [U-Boot-Users] [Patch] Configure SMC for a second flash device if required
> 	-> for AT91 custodian
> 
>  2649  05/22 Stelian Pop        [U-Boot-Users] [PATCH] Fix boot from NOR due to incorrect reset delay.
> 	-> for AT91 custodian
Already send a pull-request about it
> 
>  2660  05/22 Haavard Skinnemoe  [PATCH v2] MMC: Consolidate MMC/SD command definitions
> 	-> applied
> 
>  2663  05/22 Haavard Skinnemoe  [U-Boot-Users] [PATCH] avr32: Fix wrong error flags in atmel_mci driver
> 	-> already applied
> 
>  2664  05/22 Sergey Lapin       [U-Boot-Users] [PATCH][Re-Submit] DataFlash AT45DB021 support
> 	-> for AT91 custodian
I've plan to add it for the 1.3.5 but I will do it for the 1.3.4
> 
>  2688  05/22 Jean-Christophe P  Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size
>  2694  05/22 Scott Wood         Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size
> 	-> for AT91 custodian
	drop by the author
> 
 
>  2786  05/24 Jean-Christophe P  [U-Boot-Users] [PATCH] MAKEALL: add at91 list
> 	-> asked submitter for fixes / cleanup
I will send a fix patch
> 
>  2802  05/24 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 06/18] avr32: Add support for the ATSTK1006 board
>  2803  05/24 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 05/18] avr32: Get rid of the .flashprog section
>  2831  05/26 Haavard Skinnemoe  [U-Boot-Users] [PATCH] avr32: Fix theoretical race in udelay()
>  2833  05/26 Haavard Skinnemoe  [PATCH v4 1/3] Move definition of container_of() to common.h
>  2834  05/26 Haavard Skinnemoe  [PATCH v4 2/3] SPI API improvements
>  2835  05/26 Haavard Skinnemoe  [PATCH v4 3/3] atmel_spi: Driver for the Atmel SPI controller
> 	-> already applied
> 
>  2853  05/27 Jean-Christophe P  [U-Boot-Users] [PATCH] [AT91SAM9] Fix NAND FLASH timings
> 	-> for AT91 custodian
Already send a pull-request
> 
>  2858  05/27 wangjiankun820624  [U-Boot-Users] MIPS: about the function of the octeon_twsi_set_addr8
> 	-> for MIPS custodian
> 
>  3652  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support
>  3653  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support
>  3654  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3733  06/12 "Ulf Samuelsson"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3735  06/12 "COSTA, Antonio"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3737  06/12 "Ulf Samuelsson"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3739  06/12 Jerry Van Baren    Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3859  06/15 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3897  06/16 Ken.Fuchs at bench.c  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3899  06/17 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3740  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support v2 (board folder)
>  3741  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/2] AT572D940HF-EB Support v2 (SDHC support part 2)
>  3742  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1)
>  3743  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support v2 (include files part 1)
>  3744  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support v2 (ethernet files)
>  3745  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support v2 (include files part 2)
>  3747  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/6] AT572D940HF-EB Support v2 (cpu folder)
>  3748  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support v2 (configuration files)
>  3746  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/1] mmc_verbosity variable
>  3764  06/12 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1)
>  	-> still under discussion;  who is reponsible?
for the AT572d940HF-EB I'll procede
for the SDHC I con do it.

Best Regards,
J.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (3 preceding siblings ...)
  2008-07-06 10:51 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-07-06 11:28 ` Nobuhiro Iwamatsu
  2008-07-07  9:05 ` Stefan Roese
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 25+ messages in thread
From: Nobuhiro Iwamatsu @ 2008-07-06 11:28 UTC (permalink / raw)
  To: u-boot

Hi, Wolfgang.

On Sun, 06 Jul 2008 01:05:40 +0200
Wolfgang Denk <wd@denx.de> wrote:

>  3910  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 1/9] sh: Cleanup source code of MS7720SE
>  3911  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 2/9] sh: Cleanup source code of MS7722SE
>  3912  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 4/9] sh: Cleanup source code of R2DPlus
>  3913  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 3/9] sh: Cleanup source code of R7780MP
>  3914  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 5/9] sh: Cleanup source code of SH7763RDP
>  3915  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 6/9] sh: Update Hitachi MS7722SE board
>  3916  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 7/9] sh: Update Renesas Migo-R board
>  3917  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 8/9] sh: Update Renesas R7780MP board
>  3918  06/17 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH 9/9] sh: Update Renesas R2DPlus board
> 	-> for SH custodian
Already applied.
I plan to request-pull later.

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-06  7:17 ` Ben Warren
  2008-07-06  7:54   ` Wolfgang Denk
@ 2008-07-07  2:54   ` Nobuhiro Iwamatsu
  2008-07-07  6:13     ` Ben Warren
  1 sibling, 1 reply; 25+ messages in thread
From: Nobuhiro Iwamatsu @ 2008-07-07  2:54 UTC (permalink / raw)
  To: u-boot

Hi Ben.

2008/7/6 Ben Warren <biggerbadderben@gmail.com>:

>>  3645  06/11 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH v2] net: sh: Renesas
>> SH7763 Ethernet device support
>>        -> for net custodian
>>
>>
>
> Didn't pick this up because it was after what I thought was the cut-off of
> 6/10.  It still has issues, so I'll ask NobuHiro to re-submit.  Should it go
> in this release when OK?
> <snip>
II reflected your comment as this and contributed it again.
Could you apply this patch?

Best regards,
 Nobuhiro

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-07  2:54   ` Nobuhiro Iwamatsu
@ 2008-07-07  6:13     ` Ben Warren
  0 siblings, 0 replies; 25+ messages in thread
From: Ben Warren @ 2008-07-07  6:13 UTC (permalink / raw)
  To: u-boot

Nobuhiro Iwamatsu wrote:
> Hi Ben.
>
> 2008/7/6 Ben Warren <biggerbadderben@gmail.com>:
>
>   
>>>  3645  06/11 Nobuhiro Iwamatsu  [U-Boot-Users] [PATCH v2] net: sh: Renesas
>>> SH7763 Ethernet device support
>>>        -> for net custodian
>>>
>>>
>>>       
>> Didn't pick this up because it was after what I thought was the cut-off of
>> 6/10.  It still has issues, so I'll ask NobuHiro to re-submit.  Should it go
>> in this release when OK?
>> <snip>
>>     
> II reflected your comment as this and contributed it again.
> Could you apply this patch?
>
> Best regards,
>  Nobuhiro
>
>   
Yes you did re-submit based on an original set of change requests, but 
that doesn't mean you've received final comments :)  I don't like new 
drivers to use the old API (eth_init(), eth_send() etc.) but at the same 
time realize it's not nice to make you have to add the CONFIG_NET_MULTI 
to board configs that only have one interface.  So, for now let's bring 
this patch in we'll address the bigger issues later on.  I'll send a 
separate message.

regards,
Ben

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (4 preceding siblings ...)
  2008-07-06 11:28 ` Nobuhiro Iwamatsu
@ 2008-07-07  9:05 ` Stefan Roese
  2008-07-07  9:37   ` Wolfgang Denk
  2008-07-07 14:28 ` John Rigby
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-07-07  9:05 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

On Sunday 06 July 2008, Wolfgang Denk wrote:
> Open question:

<snip>

>  2994  05/30 sascha.laue at liebh  [U-Boot-Users] [PATCH] Change GPIO to
> control the LSB transmitter on lwmon5 board. -> for ppc_4xx custodian

Forgot about that, sorry. I checked and it doesn't apply. Seems to be depend 
on other non-applied patches. I asked Sascha to resubmit.

<snip>

>  3766  06/12 "Brian S. Park"    Re: [U-Boot-Users] U-Boot and Linux on
> Walnut based board -> problem confirmed, to be taken care of by PPC4xx
> custodian.

I just tested with current TOT U-Boot (c956717a) and it works (again). Not 
sure what caused this problem though.

>  3828  06/14 Larry Johnson      [U-Boot-Users] [PATCH] ppc4xx: Update and
> add FDT to Korat board support 3829  06/14 Larry Johnson     
> [U-Boot-Users] [PATCH] pp44xx: Remove implementation of testdram() from
> Korat board support -> for ppc4xx custodian

This was submitted *after* the merge window closed. So I staged it into my 
internal next branch. Or should I apply those patches to master and ask you 
to pull them now?

>  3871  06/16 Stefan Roese       [U-Boot-Users] [PATCH] cfi-flash: Fix
> problem in flash_toggle(), busy was not detected reliably -> for CFI-Flash
> custodian

Already applied:

fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8

>  3905  06/17 "Nobuhiro Iwamats  Re: [U-Boot-Users] [PATCH][RFC] pci: Remove
> CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class 3908  06/17 Nobuhiro
> Iwamatsu  [PATCH][RFC] pci: Add check PCI bridge class (Re: [U-Boot-Users]
> [PATCH][RFC] pci: Remove CONFI -> asked other users (Stefan Roese) for
> feedback

Will review and test today/tomorrow.

>  4026  06/18 Jason McMullan     [U-Boot-Users] [PATCH] mtd: SPI Flash:
> Winbond W25X16/WX2532/WX2564 support 4027  06/19 Jason McMullan    
> [U-Boot-Users] [PATCH] mtd: SPI Flash: Support the ST Microelectronics
> M25P80 and M25P40 4028  06/19 "McMullan, Jason"  [U-Boot-Users] MTD Winbond
> and MTD STMicro SPI Flash Support -> for MTD custodian

MTD custodian? We don't have one. Should I put those patches in my cfi-flash 
custodian repository?

Again, those patches were submitted *after* the merge windows closed. So I 
would normally queue them for the next merge window. Please let me know if 
you want to merge them now.

Thanks.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-07  9:05 ` Stefan Roese
@ 2008-07-07  9:37   ` Wolfgang Denk
  2008-07-07  9:50     ` Stefan Roese
  2008-07-07 18:18     ` Scott Wood
  0 siblings, 2 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-07-07  9:37 UTC (permalink / raw)
  To: u-boot

In message <200807071105.21765.sr@denx.de> you wrote:
> 
> >  3766  06/12 "Brian S. Park"    Re: [U-Boot-Users] U-Boot and Linux on
> > Walnut based board -> problem confirmed, to be taken care of by PPC4xx
> > custodian.
> 
> I just tested with current TOT U-Boot (c956717a) and it works (again). Not 
> sure what caused this problem though.

Well, the bug is bisectable, IIRC.

I would like to be sure that the bug ius really fixed now, and will
not show up in the next version again.

Could you please check?

> >  3828  06/14 Larry Johnson      [U-Boot-Users] [PATCH] ppc4xx: Update and
> > add FDT to Korat board support 3829  06/14 Larry Johnson     
> > [U-Boot-Users] [PATCH] pp44xx: Remove implementation of testdram() from
> > Korat board support -> for ppc4xx custodian
> 
> This was submitted *after* the merge window closed. So I staged it into my 
> internal next branch. Or should I apply those patches to master and ask you 
> to pull them now?

Your decision. I was asking because I didn't see any feedback.

> >  4026  06/18 Jason McMullan     [U-Boot-Users] [PATCH] mtd: SPI Flash:
> > Winbond W25X16/WX2532/WX2564 support 4027  06/19 Jason McMullan    
> > [U-Boot-Users] [PATCH] mtd: SPI Flash: Support the ST Microelectronics
> > M25P80 and M25P40 4028  06/19 "McMullan, Jason"  [U-Boot-Users] MTD Winbond
> > and MTD STMicro SPI Flash Support -> for MTD custodian
> 
> MTD custodian? We don't have one. Should I put those patches in my cfi-flash 
> custodian repository?

s/MTD/NAND/. I think SPI flash code should be  handled  by  the  NAND
custodian - Scott?


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The trouble with our times is that the future is not what it used  to
be.                                                     - Paul Valery

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-07  9:37   ` Wolfgang Denk
@ 2008-07-07  9:50     ` Stefan Roese
  2008-07-07 10:21       ` Stefan Roese
  2008-07-07 18:18     ` Scott Wood
  1 sibling, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-07-07  9:50 UTC (permalink / raw)
  To: u-boot

On Monday 07 July 2008, Wolfgang Denk wrote:
> In message <200807071105.21765.sr@denx.de> you wrote:
> > >  3766  06/12 "Brian S. Park"    Re: [U-Boot-Users] U-Boot and Linux on
> > > Walnut based board -> problem confirmed, to be taken care of by PPC4xx
> > > custodian.
> >
> > I just tested with current TOT U-Boot (c956717a) and it works (again).
> > Not sure what caused this problem though.
>
> Well, the bug is bisectable, IIRC.
>
> I would like to be sure that the bug ius really fixed now, and will
> not show up in the next version again.
>
> Could you please check?

OK, I'll try to find some time today to do this too.

> > >  3828  06/14 Larry Johnson      [U-Boot-Users] [PATCH] ppc4xx: Update
> > > and add FDT to Korat board support 3829  06/14 Larry Johnson
> > > [U-Boot-Users] [PATCH] pp44xx: Remove implementation of testdram() from
> > > Korat board support -> for ppc4xx custodian
> >
> > This was submitted *after* the merge window closed. So I staged it into
> > my internal next branch. Or should I apply those patches to master and
> > ask you to pull them now?
>
> Your decision. I was asking because I didn't see any feedback.

I would like to get those patches pushed upstream now. I'll pull them into my 
custodian repo and ask for a pull soon.

> > >  4026  06/18 Jason McMullan     [U-Boot-Users] [PATCH] mtd: SPI Flash:
> > > Winbond W25X16/WX2532/WX2564 support 4027  06/19 Jason McMullan
> > > [U-Boot-Users] [PATCH] mtd: SPI Flash: Support the ST Microelectronics
> > > M25P80 and M25P40 4028  06/19 "McMullan, Jason"  [U-Boot-Users] MTD
> > > Winbond and MTD STMicro SPI Flash Support -> for MTD custodian
> >
> > MTD custodian? We don't have one. Should I put those patches in my
> > cfi-flash custodian repository?
>
> s/MTD/NAND/. I think SPI flash code should be  handled  by  the  NAND
> custodian - Scott?

Ufff. :)

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-07  9:50     ` Stefan Roese
@ 2008-07-07 10:21       ` Stefan Roese
  0 siblings, 0 replies; 25+ messages in thread
From: Stefan Roese @ 2008-07-07 10:21 UTC (permalink / raw)
  To: u-boot

On Monday 07 July 2008, Stefan Roese wrote:
> > > >  3766  06/12 "Brian S. Park"    Re: [U-Boot-Users] U-Boot and Linux
> > > > on Walnut based board -> problem confirmed, to be taken care of by
> > > > PPC4xx custodian.
> > >
> > > I just tested with current TOT U-Boot (c956717a) and it works (again).
> > > Not sure what caused this problem though.
> >
> > Well, the bug is bisectable, IIRC.
> >
> > I would like to be sure that the bug ius really fixed now, and will
> > not show up in the next version again.
> >
> > Could you please check?
>
> OK, I'll try to find some time today to do this too.

I found the time. Unfortunately it was not easy to "bisect" since 4xx was not 
buildable for quite some time. So I had to manually bisect. The commit that 
fixes this issue is:

c821b5f120bedf73867513466412587c6912a8f8

ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
    
    This patch (Part 1 of 2):
    
    * Rolls up a suite of changes to enable correct primordial stack and
      global data handling when the data cache is used for such a purpose
      for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
    
    * Related to the first, unifies DDR2 SDRAM and ECC initialization by
      eliminating redundant ECC initialization implementations and moving
      redundant SDRAM initialization out of board code into shared 4xx
      code.
    
    * Enables MCSR visibility on the 405EX(r).
    
    * Enables the use of the data cache for initial RAM on
      both AMCC's Kilauea and Makalu and removes a redundant
      CFG_POST_MEMORY flag from each board's CONFIG_POST value.
    
      - Removed, per Stefan Roese's request, defunct memory.c file for
        Makalu and rolled sdram_init from it into makalu.c.
    
    With respect to the 4xx DDR initialization and ECC unification, there
    is certainly more work that can and should be done (file renaming,
    etc.). However, that can be handled at a later date on a second or
    third pass. As it stands, this patch moves things forward in an
    incremental yet positive way for those platforms that utilize this
    code and the features associated with it.
    
    Signed-off-by: Grant Erickson <gerickson@nuovations.com>
    Signed-off-by: Stefan Roese <sr@denx.de>


So it seems to have been a problem with the INIT RAM in D-cache which got 
fixed by Grant's patch here. Thanks again to Grant for all his great work.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (5 preceding siblings ...)
  2008-07-07  9:05 ` Stefan Roese
@ 2008-07-07 14:28 ` John Rigby
  2008-07-07 15:03   ` Wolfgang Denk
  2008-07-07 14:32 ` Scott Wood
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: John Rigby @ 2008-07-07 14:28 UTC (permalink / raw)
  To: u-boot

On Sat, Jul 5, 2008 at 5:05 PM, Wolfgang Denk <wd@denx.de> wrote:

>
>  1785  05/06 Martha Marx        [U-Boot-Users] [PATCH] Adds configurable IO Pin init for ADS5121
>  2972  05/29 Martha Marx        [U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3
>  3882  06/16 "Grant Likely"     Re: [U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3
>  2973  05/29 Martha Marx        [U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp
>  3884  06/16 "Grant Likely"     Re: [U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp
>  2976  05/29 Martha Marx        [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration
>  2979  05/29 Kenneth Johansson  Re: [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration
>  3883  06/16 "Grant Likely"     Re: [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration
>
>        -> We have a big problem here. The thing is that we need a
>           MPC521x custodian. Grant Likely (custodian for MPC52xx)
>           cannot / does not want to take this responsibility;
>           I would like to help but I cannot as I don't have access to
>           latest hardware.
>           I think that John Rigby is probably in the best position
>           for this role.  John, are you (or anybody else) voluteering?
>
Sure, I'll volunteer.  I'll follow-up with Martha and have her submit
cleaned up patches.  She is out until next week, when she gets back
I'll help her submit cleaned up patches.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (6 preceding siblings ...)
  2008-07-07 14:28 ` John Rigby
@ 2008-07-07 14:32 ` Scott Wood
  2008-07-07 18:23 ` Jon Loeliger
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 25+ messages in thread
From: Scott Wood @ 2008-07-07 14:32 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 06, 2008 at 01:05:40AM +0200, Wolfgang Denk wrote:
> * Current NAND code (the "Constants for hardware specific CLE/ALE/NCE
>   functions" in "include/linux/mtd/nand.h", lines 75ff, break building
>   on some boards like NETPHONE, NETTA, NETTA2, NETTA_ISDN, NETVIA_V2,
>   SXNI855T (which have different definitions with the same names in
>   their board config files) with error messages like these:
> 
> 	In file included from /home/wd/git/u-boot/work/include/nand.h:29,
> 			 from board.c:94:
> 	/home/wd/git/u-boot/work/include/linux/mtd/nand.h:82:1: warning: "NAND_CTL_SETCLE" redefin
> 	ed
> 	In file included from /home/wd/git/u-boot/work/include/config.h:4,
> 			 from /home/wd/git/u-boot/work/include/common.h:35,
> 			 from board.c:24:
> 	/home/wd/git/u-boot/work/include/configs/NETPHONE.h:547:1: warning: this is the location o
> 	f the previous definition
> 	In file included from /home/wd/git/u-boot/work/include/nand.h:29,
> 			 from board.c:94:
> 	/home/wd/git/u-boot/work/include/linux/mtd/nand.h:84:1: warning: "NAND_CTL_CLRCLE" redefin
> 	ed
> 	In file included from /home/wd/git/u-boot/work/include/config.h:4,
> 			 from /home/wd/git/u-boot/work/include/common.h:35,
> 			 from board.c:24:

OK, I'll look into this.

> * "include/linux/mtd/mtd.h" contains a definition of the DEBUG macro
>   which conflicts with normal use like adding '-DDEBUG' on the
>   command line.

Already fixed in the nand repo, will send a pull request when the
previous issue is fixed.

>   Also, I think we whould get rid of all the printk() stuff.

That'll cause more merge conflicts when bringing in a new version of the
upstream code.

-Scott

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-07 14:28 ` John Rigby
@ 2008-07-07 15:03   ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-07-07 15:03 UTC (permalink / raw)
  To: u-boot

Dear John,

in message <4b73d43f0807070728l18dce964kb86ef7281e5eb2a9@mail.gmail.com> you wrote:
> 
> >        -> We have a big problem here. The thing is that we need a
> >           MPC521x custodian. Grant Likely (custodian for MPC52xx)
> >           cannot / does not want to take this responsibility;
> >           I would like to help but I cannot as I don't have access to
> >           latest hardware.
> >           I think that John Rigby is probably in the best position
> >           for this role.  John, are you (or anybody else) voluteering?
> >
> Sure, I'll volunteer.  I'll follow-up with Martha and have her submit
> cleaned up patches.  She is out until next week, when she gets back
> I'll help her submit cleaned up patches.

Excellent. I'll set up a MPC512x repo as soon as possible.

Given that we're pretty late in the release cycle - do you think this
can be handled quickly then? I'd even be willing to delay the release
for a week or so to get this included...

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The universe, they said, depended for its operation on the balance of
four forces which they identified as charm,  persuasion,  uncertainty
and bloody-mindedness.      -- Terry Pratchett, "The Light Fantastic"

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-07  9:37   ` Wolfgang Denk
  2008-07-07  9:50     ` Stefan Roese
@ 2008-07-07 18:18     ` Scott Wood
  1 sibling, 0 replies; 25+ messages in thread
From: Scott Wood @ 2008-07-07 18:18 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 07, 2008 at 11:37:13AM +0200, Wolfgang Denk wrote:
> > >  4026  06/18 Jason McMullan     [U-Boot-Users] [PATCH] mtd: SPI Flash:
> > > Winbond W25X16/WX2532/WX2564 support 4027  06/19 Jason McMullan    
> > > [U-Boot-Users] [PATCH] mtd: SPI Flash: Support the ST Microelectronics
> > > M25P80 and M25P40 4028  06/19 "McMullan, Jason"  [U-Boot-Users] MTD Winbond
> > > and MTD STMicro SPI Flash Support -> for MTD custodian
> > 
> > MTD custodian? We don't have one. Should I put those patches in my cfi-flash 
> > custodian repository?
> 
> s/MTD/NAND/. I think SPI flash code should be  handled  by  the  NAND
> custodian - Scott?

It doesn't use the generic NAND code (nor do I see any evidence that it
resembles standard NAND flash at all), and I'm not familiar with SPI flash,
so I'm inclined to decline responsibility for that part of the tree.  It
should probably go directly via you, in the absence of a general MTD
maintainer.

-Scott

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (7 preceding siblings ...)
  2008-07-07 14:32 ` Scott Wood
@ 2008-07-07 18:23 ` Jon Loeliger
  2008-07-07 18:55 ` Kim Phillips
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 25+ messages in thread
From: Jon Loeliger @ 2008-07-07 18:23 UTC (permalink / raw)
  To: u-boot

On Sun, 2008-07-06 at 01:05 +0200, Wolfgang Denk wrote:
> 
>  2147  05/13 Jason Jin          [PATCH] Feed the watchdog in u-boot for 8610 board.
> 	-> for 86xx custodian

I picked this up.

>  4011  06/19 Kumar Gala         [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
>  4025  06/19 Jon Loeliger       Re: [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
>  4012  06/19 Kumar Gala         [U-Boot-Users] [PATCH] MPC8610HPCD: Report board id, board version and fpga version.
> 	-> already taken care of by 86xx custodian

I'll follow up with a Pull Request!

Thanks,
jdl

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (8 preceding siblings ...)
  2008-07-07 18:23 ` Jon Loeliger
@ 2008-07-07 18:55 ` Kim Phillips
  2008-07-07 20:30 ` Rune Torgersen
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 25+ messages in thread
From: Kim Phillips @ 2008-07-07 18:55 UTC (permalink / raw)
  To: u-boot

On Sun, 06 Jul 2008 01:05:40 +0200
Wolfgang Denk <wd@denx.de> wrote:

> * We have incompatible definitions of the CPU_TYPE_ENTRY for MPC83xx
>   systems:
>   	
>   In "include/asm-ppc/processor.h":
> 
> 	 973 #define CPU_TYPE_ENTRY(n, v) \
> 	 974         { .name = #n, .soc_ver = SVR_##v, }
> 
>   But in "cpu/mpc83xx/cpu.c":
> 
> 	 47 #define CPU_TYPE_ENTRY(x) {#x, SPR_##x}
> 
>   This causes ``"CPU_TYPE_ENTRY" redefined'' warnings that need to get
>   fixed.
> 
>   -> for MPC83xx custodian
> 
you have already pulled a fix for this (commit
4890246a2c5df90a74e2941e3673a49bbd36aee9).

>  3564  06/09 Kim Phillips       [U-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors
>  3621  06/10 Kumar Gala         Re: [U-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors
>  3630  06/10 Kim Phillips       [PATCH v2] fdt: add crypto node handling for MPC8{3,5}xxE processors
>  3631  06/10 Jerry Van Baren    Re: [PATCH v2] fdt: add crypto node handling for MPC8{3,5}xxE processors
>  3895  06/16 Kim Phillips       [PATCH v3] fdt: add crypto node handling for MPC8{3,5}xxE processors
>  3896  06/16 Kim Phillips       [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors
>  3925  06/17 Kumar Gala         Re: [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors
> 	-> asked submitter about state: resubmit cleaned up version?

I responded to your query in that thread; please go ahead and apply v4
as Kumar's comments are addressed in a separate (85xx) patch.

>  3935  06/17 Kim Phillips       [U-Boot-Users] [PATCH 2/2] mpc83xx: move CPU_TYPE_ENTRY over to processor.h
> 	-> for 83xx custodian

you have already pulled this (same commit as above).

Kim

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (9 preceding siblings ...)
  2008-07-07 18:55 ` Kim Phillips
@ 2008-07-07 20:30 ` Rune Torgersen
  2008-07-07 20:41   ` Rune Torgersen
  2008-07-09 23:34 ` Anatolij Gustschin
  2008-07-10 11:12 ` Haavard Skinnemoen
  12 siblings, 1 reply; 25+ messages in thread
From: Rune Torgersen @ 2008-07-07 20:30 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Open question:
> 
> * Are CFG_64BIT_LBA and CONFIG_LBA48 kind of redundant?
>   At least it seems that CONFIG_LBA48 requires CFG_64BIT_LBA to be set
>   or we will have problems due to insufficient size of the data types.

Hi.
I wrote the LBA48 patches a loooong time ago (~4 years ago).
They are not redundant, as it is possible to do LBA48 sopport with only
32 bit variables (supports up to 2.1TB disks)

This was done (upon your request if I remember correctly) to save image
size for IDE support for (at that time) normal disks.

The 64bit LBA config variable also added %q as a length specifier to
printf to be able to print a 64 bit number.
I think printf now has gottent support for %llu ? If it does, there are
som printf's within CONFIG_64BIT_LBA that can be changed.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-07 20:30 ` Rune Torgersen
@ 2008-07-07 20:41   ` Rune Torgersen
  0 siblings, 0 replies; 25+ messages in thread
From: Rune Torgersen @ 2008-07-07 20:41 UTC (permalink / raw)
  To: u-boot

u-boot-users-bounces at lists.sourceforge.net wrote:
> Wolfgang Denk wrote:
>> Open question:
>> 
>> * Are CFG_64BIT_LBA and CONFIG_LBA48 kind of redundant?
>>   At least it seems that CONFIG_LBA48 requires CFG_64BIT_LBA to be
>>   set or we will have problems due to insufficient size of the data
>> types. 

Ok, I see. CFG_64BIT_LBA is somewhat redundant. The 64bit prints are
(and sector reads from command line) are protected by different define's
Taking off CFG_64BIT_LBA and making the secrtor number always a 64bit
should be perfectly fine.
And we're quickly approaching the 2.1TB limit a 32bit lba has anyways.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users]  Release status - things to be done
@ 2008-07-09 19:46 Liew Tsi Chung
  2008-07-09 21:02 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Liew Tsi Chung @ 2008-07-09 19:46 UTC (permalink / raw)
  To: u-boot

Wolfgang,
 
2989 05/29 "Tsi-Chung.Liew" [PATCH] ColdFire: Fix UART baudrate formula
-> for ColdFire custodian

The patch is for <u-boot>/drivers/serial/mcfuart.c. Do I apply this
patch to CF repo?

Thanks.

Regards,
TsiChung

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-09 19:46 Liew Tsi Chung
@ 2008-07-09 21:02 ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-07-09 21:02 UTC (permalink / raw)
  To: u-boot

In message <4791E710007FEB4BBF83775D787F462F07459D1F@az33exm22.fsl.freescale.net> you wrote:
>  
> 2989 05/29 "Tsi-Chung.Liew" [PATCH] ColdFire: Fix UART baudrate formula
> -> for ColdFire custodian
> 
> The patch is for <u-boot>/drivers/serial/mcfuart.c. Do I apply this
> patch to CF repo?

As it affects CF code only: yes, please.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
On the subject of C program indentation: "In My Egotistical  Opinion,
most  people's  C  programs  should be indented six feet downward and
covered with dirt."                               - Blair P. Houghton

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (10 preceding siblings ...)
  2008-07-07 20:30 ` Rune Torgersen
@ 2008-07-09 23:34 ` Anatolij Gustschin
  2008-07-10 11:12 ` Haavard Skinnemoen
  12 siblings, 0 replies; 25+ messages in thread
From: Anatolij Gustschin @ 2008-07-09 23:34 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:

<snip>
>  3582  06/10 Manuel Sahm        [U-Boot-Users] Teridian Phy Support tr78q21x3
>  3618  06/10 Anatolij Gustschi  Re: [U-Boot-Users] Teridian Phy Support tr78q21x3
>  	-> asked submitter for proper patch

patch now resubmitted as
[U-Boot-Users] [PATCH v2] at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [U-Boot-Users] Release status - things to be done
  2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
                   ` (11 preceding siblings ...)
  2008-07-09 23:34 ` Anatolij Gustschin
@ 2008-07-10 11:12 ` Haavard Skinnemoen
  12 siblings, 0 replies; 25+ messages in thread
From: Haavard Skinnemoen @ 2008-07-10 11:12 UTC (permalink / raw)
  To: u-boot

[removing my private e-mail address from Cc]

On Sun, 06 Jul 2008 01:05:40 +0200
Wolfgang Denk <wd@denx.de> wrote:

> 2582  05/21 Haavard Skinnemoe  [PATCH] MMC: Consolidate MMC/SD command definitions
> 	-> Rejected, needs to be rebased  

I see you applied v2 instead -- good. Please ignore v1 as it was posted
before the big whitespace cleanup.

>  2584  05/21 Haavard Skinnemoe  [PATCH] Remove kharris at nexus-tech.net from MAINTAINERS
> 	-> asked submitter for fixes / cleanup  

I'll send you a new patch later today...if I can find the original
commit.

> 3648  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support
>  3649  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/6] AT572D940HF-EB Support
>  3650  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support
>  3651  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support
>  3652  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support
>  3653  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support
>  3654  06/11 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3733  06/12 "Ulf Samuelsson"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3735  06/12 "COSTA, Antonio"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3737  06/12 "Ulf Samuelsson"   Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3739  06/12 Jerry Van Baren    Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3859  06/15 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3897  06/16 Ken.Fuchs at bench.c  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3899  06/17 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB
>  3740  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support v2 (board folder)
>  3741  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/2] AT572D940HF-EB Support v2 (SDHC support part 2)
>  3742  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1)
>  3743  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support v2 (include files part 1)
>  3744  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support v2 (ethernet files)
>  3745  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support v2 (include files part 2)
>  3747  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 2/6] AT572D940HF-EB Support v2 (cpu folder)
>  3748  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support v2 (configuration files)
>  3746  06/12 "Antonio R. Costa  [U-Boot-Users] [PATCH 1/1] mmc_verbosity variable
>  3764  06/12 Haavard Skinnemoe  Re: [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1)
>  	-> still under discussion;  who is reponsible?  

I think Jean-Christophe should be responsible for most of this, but I
obviously want to be kept in the loop with the MMC/SD/SDHC stuff and
possibly other stuff that is or ought to be shared with avr32.

Now that the MMC driver has been moved into drivers/mmc, I'd really
like to see a patch with the minimum amount of changes needed to make
the driver work on AT91 and AT57 as well. With that in place, we'll
have a great baseline to add new features like SDHC and MMC+ support,
and the rest of the AT57 board support can be merged independently.

Haavard

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2008-07-10 11:12 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 23:05 [U-Boot-Users] Release status - things to be done Wolfgang Denk
2008-07-06  5:24 ` Shinya Kuribayashi
2008-07-06  7:17 ` Ben Warren
2008-07-06  7:54   ` Wolfgang Denk
2008-07-07  2:54   ` Nobuhiro Iwamatsu
2008-07-07  6:13     ` Ben Warren
2008-07-06  9:00 ` Magnus Lilja
2008-07-06 10:51 ` Jean-Christophe PLAGNIOL-VILLARD
2008-07-06 11:28 ` Nobuhiro Iwamatsu
2008-07-07  9:05 ` Stefan Roese
2008-07-07  9:37   ` Wolfgang Denk
2008-07-07  9:50     ` Stefan Roese
2008-07-07 10:21       ` Stefan Roese
2008-07-07 18:18     ` Scott Wood
2008-07-07 14:28 ` John Rigby
2008-07-07 15:03   ` Wolfgang Denk
2008-07-07 14:32 ` Scott Wood
2008-07-07 18:23 ` Jon Loeliger
2008-07-07 18:55 ` Kim Phillips
2008-07-07 20:30 ` Rune Torgersen
2008-07-07 20:41   ` Rune Torgersen
2008-07-09 23:34 ` Anatolij Gustschin
2008-07-10 11:12 ` Haavard Skinnemoen
  -- strict thread matches above, loose matches on Subject: below --
2008-07-09 19:46 Liew Tsi Chung
2008-07-09 21:02 ` Wolfgang Denk

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