Re: [U-Boot] [PATCH] sh: update sh timer coding style

2009-01-10 Thread Nobuhiro Iwamatsu
On Sat, 20 Dec 2008 15:25:22 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > lib_sh/time.c | 26 +- > 1 files changed, 13 insertions(+), 13 deletions(-) Applied, thanks. Best regards, Nobuhiro _

Re: [U-Boot] [PATCH 1/2] sh: lowlevel_init coding style cleanup

2009-01-10 Thread Nobuhiro Iwamatsu
On Sat, 20 Dec 2008 19:29:48 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > board/mpr2/lowlevel_init.S | 44 +- > board/ms7722se/lowlevel_init.S | 34 +- > board/ms7750se/lowlevel_init.S | 150 +++--- >

Re: [U-Boot] [PATCH] [update] Fix up rsk7203 target for out of tree build

2009-01-10 Thread Nobuhiro Iwamatsu
On Tue, 30 Dec 2008 01:16:03 + "Kieran Bingham" wrote: > Patch updated to correct changes made during debug > Signed-off-by: Kieran Bingham > --- > Makefile |4 ++-- > board/renesas/rsk7203/Makefile |4 > cpu/sh2/Makefile | 21 +

Re: [U-Boot] [PATCH] sh: update sh2/sh2a timer coding style

2009-01-10 Thread Nobuhiro Iwamatsu
On Sat, 20 Dec 2008 15:27:45 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > lib_sh/time_sh2.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Nobuhiro __

Re: [U-Boot] AT91 Pull request

2009-01-10 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090106205737.gn29...@game.jcrosoft.org> you wrote: > Hi Wolfgang, > > Please pulli The following changes since commit > f85cd46918241842546e5021d0b88db2be50a048: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boo

Re: [U-Boot] [PATCH 1/5] ARM: Add/Improve support for Atmel AT91RM9200DK/EK

2009-01-10 Thread Wolfgang Denk
Dear Ulf Samuelsson, In message <4963bd12.1020...@atmel.com> you wrote: > --- > Patch [1/5]Updates to include/asm-arm/arch.at91rm9200 > Patch [2/5]Updates to Makefile and include/configs for > at91rm9200dk/dk_df ^^

Re: [U-Boot] [PATCH 2/5] ARM: Add/Improve support for Atmel AT91RM9200DK/E

2009-01-10 Thread Wolfgang Denk
Dear Ulf Samuelsson, In message <4963bd17.6020...@atmel.com> you wrote: > This patchset updates the at91rm9200dk board support to > look similar to the rest of the at91 boards, using more modern > access functions for I/O instead of direct pointer accesses. > > A derivative of the board is added,

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-01-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1231440075-17084-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit f85cd46918241842546e5021d0b88db2be50a048: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx > > are available in the git r

[U-Boot] PPC460GT Canyonlands tlb table overlap?

2009-01-10 Thread vb
The Canyonland board's init.s file (board/amcc/canyonlands/init.S) defines the contents of the TLB table for that target, it has these two records in the table among others: tlbentry(CFG_PCI_BASE, SZ_256M, 0x, 0xC, AC_R|AC_W|SA_G|SA_I)

Re: [U-Boot] [PATCH v3 3/5] usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support

2009-01-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:41 Sun 04 Jan , Thomas Abraham wrote: > Adding DM6446 (TI DaVinci) platform specific USB functionality for > USB Phy and VBUS initialization. > > Signed-off-by: Ravi Babu > Signed-off-by: Swaminathan S > Signed-off-by: Thomas Abraham > Signed-off-by: Ajay Kumar Gupta > --- > drivers

Re: [U-Boot] [PATCH v3 4/5] usb : musb : Enabling DM6446 (TI DaVinci) USB module power

2009-01-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:41 Sun 04 Jan , Thomas Abraham wrote: > Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level > controller hook up to USB core layer. > > Signed-off-by: Ravi Babu > Signed-off-by: Swaminathan S > Signed-off-by: Thomas Abraham > Signed-off-by: Ajay Kumar Gupta > --- > boar