[U-Boot] S-o-b entries for bcm2708 SDHCI driver in the downstream R.Pi Linux kernel

2012-10-26 Thread Stephen Warren
(Sorry for the resend; I sent this to the wrong U-Boot mailing list the first time around) Dom, ddv2005, Gray, I'm trying to get Signed-off-by lines for all code in the Raspberry Pi Linux kernel trees related to the SDHCI driver (or just everything). The list of relevant commits for SDHCI is belo

[U-Boot] [PATCH] powerpc/P2041RDB: Fix Flash address LAW address

2012-10-26 Thread York Sun
P2041RDB uses common corenet TLB and LAW. However it doesn't have promjet connector. It is necessary to use the same base address for correct LAW address. An offset is added for NOR flash. Signed-off-by: York Sun --- include/configs/P2041RDB.h | 14 ++ 1 file changed, 10 insertions

[U-Boot] [PATCH] powerpc/corenet_ds: Update DDR timing for single-rank DIMMs

2012-10-26 Thread York Sun
Single rank UDIMM timing has been verified with HMT325U7BFR8C-H9 for speed 800, 900, 1000, 1200, 1300MT/s. Signed-off-by: York Sun --- board/freescale/corenet_ds/ddr.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/corenet_ds/ddr.c b/board/freescale/co

[U-Boot] [PATCH v7] qi_lb60: add nand spl support

2012-10-26 Thread xiangfu
From: Xiangfu The JZ4740 CPU can load 8KB from two different addresses: 1. the normal area up to 8KB starting from NAND flash address 0x 2. the backup area up to 8KB starting from NAND flash address 0x2000 Signed-off-by: Xiangfu --- Makefile | 12

[U-Boot] [PATCH v7] qi_lb60: add nand spl support

2012-10-26 Thread xiangfu
From: Xiangfu Big thanks to Tom Rini, Daniel Schwierzeck and Marek Vasut for feedback. For the usbboot code. I can not fast re-write them to u-boot USB sub-system. but I don't want wait. so let's finish the nand spl code first. :) V7: * fix typo V6: * remove usbboot code * add u-boot-xbu

Re: [U-Boot] Pull request: u-boot-arm/master

2012-10-26 Thread Tom Rini
On Sat, Oct 27, 2012 at 12:30:46AM +0200, Albert ARIBAUD wrote: > Hello Tom, > > The following changes since commit > 186fc4db263fc6332d6712be99a9a387087d29c7: > > ColdFire: Add Freescale MCF54418TWR ColdFire development board > support (2012-10-24 22:27:46 +0800) > > are available in the g

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Temporary fix for spin table backward compatibility

2012-10-26 Thread Scott Wood
On 10/26/2012 05:05:29 PM, York Sun wrote: diff --git a/arch/powerpc/cpu/mpc85xx/release.S b/arch/powerpc/cpu/mpc85xx/release.S index 4ba44a9..b68272b 100644 --- a/arch/powerpc/cpu/mpc85xx/release.S +++ b/arch/powerpc/cpu/mpc85xx/release.S @@ -351,6 +351,13 @@ __secondary_reset_vector:

[U-Boot] Pull request: u-boot-arm/master

2012-10-26 Thread Albert ARIBAUD
Hello Tom, The following changes since commit 186fc4db263fc6332d6712be99a9a387087d29c7: ColdFire: Add Freescale MCF54418TWR ColdFire development board support (2012-10-24 22:27:46 +0800) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Tom Warren
Allen, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Thursday, October 25, 2012 4:30 PM > To: Tom Warren; swar...@wwwdotorg.org; ma...@denx.de; tr...@ti.com; > joe.hershber...@ni.com; s...@google.com > Cc: u-boot@lists.denx.de; Allen Martin > Subject: [PATCH

[U-Boot] [PATCH] powerpc/mpc85xx: Temporary fix for spin table backward compatibility

2012-10-26 Thread York Sun
Once u-boot sets the spin table to cache-enabled memory, old kernel which uses cache-inhibit mapping without coherence will not work properly. We use this temporary fix until kernel has updated its spin table code. For now this fix is activated by default. To disable this fix for new kernel, set en

Re: [U-Boot] [PATCH 3/6] serial: Reorder serial_assign()

2012-10-26 Thread Allen Martin
On Fri, Oct 26, 2012 at 11:39:48AM -0700, Joe Hershberger wrote: > Hi Marek, > > On Fri, Oct 26, 2012 at 5:22 AM, Marek Vasut wrote: > > Dear Joe Hershberger, > > > >> Hi Allen, > >> > >> On Thu, Oct 25, 2012 at 4:19 PM, Allen Martin wrote: > >> > On Thu, Oct 25, 2012 at 02:02:55PM -0700, Simon

Re: [U-Boot] [PATCH V3 1/5] ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections

2012-10-26 Thread Albert ARIBAUD
Hi Simon, On Thu, 25 Oct 2012 11:11:14 -0700, Simon Glass wrote: > On Mon, Oct 22, 2012 at 9:19 AM, Stephen Warren wrote: > > From: Stephen Warren > > > > When -ffunction-sections or -fdata-section are used, symbols are placed > > into sections such as .data.eserial1_device and .bss.serial_cur

Re: [U-Boot] [PATCH V2 1/5] ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections

2012-10-26 Thread Albert ARIBAUD
On Fri, 26 Oct 2012 23:25:01 +0200, Albert ARIBAUD wrote: > Hi Stephen, > > On Thu, 18 Oct 2012 17:25:55 -0600, Stephen Warren > wrote: > > > From: Stephen Warren > > > > When -ffunction-sections or -fdata-section are used, symbols are placed > > into sections such as .data.eserial1_device a

Re: [U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-10-26 Thread Albert ARIBAUD
Hi Yann, On Fri, 19 Oct 2012 10:02:09 +0200, Yann Vernier wrote: > On Thu, 18 Oct 2012 15:55:31 -0500 > Joe Hershberger wrote: > > > Hi Yann, > > > > On Fri, Oct 5, 2012 at 7:09 AM, Yann Vernier > > wrote: > > > Removed board specific MAC reading code from driver. > > > Should move the readi

Re: [U-Boot] [PATCH 01/11] arm: ks8695: use defined constants for UART

2012-10-26 Thread Albert ARIBAUD
Hi Yann, On Fri, 5 Oct 2012 14:09:48 +0200, Yann Vernier wrote: > CONFIG_BAUDRATE and KS8695_UART_LINEC_WLEN8 used for UART registers > --- > arch/arm/cpu/arm920t/ks8695/lowlevel_init.S |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/cpu/arm920t/ks86

Re: [U-Boot] [PATCH] Origen: Add default clock settings for multimedia IPs

2012-10-26 Thread Albert ARIBAUD
Hi Tushar, On Fri, 31 Aug 2012 12:03:58 +0530, Tushar Behera wrote: > From: Annamalai Lakshmanan > > Added clock settings for MFC, FIMC, FB and G3D. They are clocked to > maximum respective frequencies as per datasheet. > > Signed-off-by: Annamalai Lakshmanan > Signed-off-by: Giridhar Maruth

Re: [U-Boot] [PATCH v3 08/24] pmic: Move pmic related code to ./drivers/power directory

2012-10-26 Thread Tom Rini
On Fri, Oct 19, 2012 at 05:43:55PM +0200, Lukasz Majewski wrote: > The PMIC framework has been moved to its more natural place > ./drivers/power from ./drivers/misc directory. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > --- > Changes for v2: > - New patch for v2 > Change

Re: [U-Boot] [PATCH V2 1/5] ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections

2012-10-26 Thread Albert ARIBAUD
Hi Stephen, On Thu, 18 Oct 2012 17:25:55 -0600, Stephen Warren wrote: > From: Stephen Warren > > When -ffunction-sections or -fdata-section are used, symbols are placed > into sections such as .data.eserial1_device and .bss.serial_current. > Update the linker script to explicitly include these

Re: [U-Boot] [PATCH v2] arm: arm925t: remove SX1 board

2012-10-26 Thread Albert ARIBAUD
On Thu, 18 Oct 2012 22:15:45 +0200, Albert ARIBAUD wrote: > SX1 does not build properly by itself, is not built > as part of MAKEALL arm or MAKEALL -a arm, and is only > present in Makefile, not boards.cfg. As it also has no > entry in MAINTAINERS, it is orphan and non-functional. > Remove it. >

Re: [U-Boot] [PATCH 0/5] Support for qualcomm msm7630 board

2012-10-26 Thread Albert ARIBAUD
Hi mohamed.han...@lntinfotech.com, On Thu, 16 Feb 2012 08:29:18 +0530, wrote: > From: Mohamed Haneef > > This is a patch series for msm7630 board. The Patches contain the following > support > * low speed uart for msm7630 > * interprocessor communication > * msm7630 so

Re: [U-Boot] [PATCH 0/20] AHCI / SATA Improvements

2012-10-26 Thread Simon Glass
Hi Tom, On Fri, Oct 26, 2012 at 1:16 PM, Tom Rini wrote: > On Thu, Oct 18, 2012 at 08:44:57PM -0700, Simon Glass wrote: > >> This series contains a set of improvements for the SATA susbsystem, mostly >> targeted at solid-state drivers and improving start-up time. >> >> The patches are tested on v

Re: [U-Boot] [PATCH v3 1/6] arm: Remove support for lpc2292

2012-10-26 Thread Albert ARIBAUD
Hi Marek, On Wed, 3 Oct 2012 20:54:08 +0200, Marek Vasut wrote: > This stuff has been rotting in the tree for a year now. Remove it. > > Signed-off-by: Marek Vasut > --- > Changes in v3: > - Rebase on top of -next > > Changes in v2: > - Rebase on top of -next > > arch/arm/cpu/arm720t/cpu

Re: [U-Boot] [PATCH 0/20] AHCI / SATA Improvements

2012-10-26 Thread Tom Rini
On Thu, Oct 18, 2012 at 08:44:57PM -0700, Simon Glass wrote: > This series contains a set of improvements for the SATA susbsystem, mostly > targeted at solid-state drivers and improving start-up time. > > The patches are tested on various x86 Chromebooks. This unfortunately breaks some mpc85xx p

Re: [U-Boot] [PATCH v3 1/6] arm: Remove support for lpc2292

2012-10-26 Thread Albert ARIBAUD
Hi Marek, On Wed, 3 Oct 2012 20:54:08 +0200, Marek Vasut wrote: > This stuff has been rotting in the tree for a year now. Remove it. > > Signed-off-by: Marek Vasut > --- > Changes in v3: > - Rebase on top of -next > > Changes in v2: > - Rebase on top of -next > > arch/arm/cpu/arm720t/cpu

Re: [U-Boot] Merging device trees at runtime for module-based systems

2012-10-26 Thread Wolfgang Denk
Dear Stephen Warren, In message <508ad8f9.8030...@wwwdotorg.org> you wrote: > > Simply overlaying two DTBs on top of each-other (in the same fashion > that dtc's /include/ statement would do at compile-time) might not be > fully general enough, although perhaps it would be sufficient for your > im

Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-26 Thread Oleksandr Tymoshenko
On 10/26/2012 10:32 AM, Tom Rini wrote: On Tue, Oct 23, 2012 at 10:50:47PM -0600, Stephen Warren wrote: This adds a simple driver for the BCM2835's SD controller. Workarounds are implemented for: * Register writes can't be too close to each-other in time, or they will be lost. * Register acc

Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-26 Thread Greg KH
On Fri, Oct 26, 2012 at 10:48:06AM -0700, Oleksandr Tymoshenko wrote: > On 10/26/2012 10:32 AM, Tom Rini wrote: > >On Tue, Oct 23, 2012 at 10:50:47PM -0600, Stephen Warren wrote: > >>This adds a simple driver for the BCM2835's SD controller. > >> > >>Workarounds are implemented for: > >>* Register

Re: [U-Boot] [PATCH 0/3] Bring in new I2C framework

2012-10-26 Thread Tom Rini
On Thu, Oct 25, 2012 at 02:37:08PM -0700, Simon Glass wrote: [snip] > Later, I wonder whether the concept of a 'current' i2c bus should be > maintained by the command line interpreter, rather than the i2c > system. Because to be honest, most of the drivers I see have to save > the current bus numb

Re: [U-Boot] [PATCH 3/6] serial: Reorder serial_assign()

2012-10-26 Thread Joe Hershberger
Hi Marek, On Fri, Oct 26, 2012 at 5:22 AM, Marek Vasut wrote: > Dear Joe Hershberger, > >> Hi Allen, >> >> On Thu, Oct 25, 2012 at 4:19 PM, Allen Martin wrote: >> > On Thu, Oct 25, 2012 at 02:02:55PM -0700, Simon Glass wrote: >> >> Hi, >> >> >> >> On Thu, Oct 25, 2012 at 12:03 PM, Marek Vasut w

Re: [U-Boot] Merging device trees at runtime for module-based systems

2012-10-26 Thread Stephen Warren
On 10/24/2012 03:47 AM, Daniel Mack wrote: > Hi, > > a project I'm involved in uses a module/baseboard combo, and components > on either board are described in DT. I'm currently using separate dts > files which build upon each other with include statements, which works > fine for development. > >

Re: [U-Boot] Merging device trees at runtime for module-based systems

2012-10-26 Thread Simon Glass
Hi Daniel, On Fri, Oct 26, 2012 at 12:24 AM, Daniel Mack wrote: > On 26.10.2012 02:53, David Gibson wrote: >> On Thu, Oct 25, 2012 at 10:46:32PM +0200, Wolfgang Denk wrote: >>> Dear Daniel, >>> >>> In message <50893633.6070...@gmail.com> you wrote: Overwrites must be addressed in the fi

Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-26 Thread Stephen Warren
On 10/26/2012 12:05 PM, Tom Rini wrote: > On 10/26/12 10:48, Oleksandr Tymoshenko wrote: >> On 10/26/2012 10:32 AM, Tom Rini wrote: >>> On Tue, Oct 23, 2012 at 10:50:47PM -0600, Stephen Warren >>> wrote: This adds a simple driver for the BCM2835's SD controller. Workarounds are impl

Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-26 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/26/12 10:48, Oleksandr Tymoshenko wrote: > On 10/26/2012 10:32 AM, Tom Rini wrote: >> On Tue, Oct 23, 2012 at 10:50:47PM -0600, Stephen Warren wrote: >>> This adds a simple driver for the BCM2835's SD controller. >>> >>> Workarounds are implemen

Re: [U-Boot] [PATCH v4 2/5] arm bootm: Do not append zero ATAG_MEM

2012-10-26 Thread Tom Rini
On Fri, Oct 19, 2012 at 02:00:05PM +0200, Pali Roh??r wrote: > If dram bank size is calculated at runtime, it can be zero on some boards. > This patch added code which ignore these zero bank size in ATAG_MEM. > > Signed-off-by: Pali Roh??r My reading of the kernel's arm_add_memory says that emp

Re: [U-Boot] [PATCH v4 2/5] arm bootm: Do not append zero ATAG_MEM

2012-10-26 Thread Tom Rini
On Sat, Oct 20, 2012 at 11:41:51AM +0200, Pali Roh?r wrote: > On Saturday 20 October 2012 11:34:20 Marek Vasut wrote: > > Dear Pali Roh??r, > > > > > If dram bank size is calculated at runtime, it can be zero on > > > some boards. This patch added code which ignore these zero > > > bank size in AT

Re: [U-Boot] [PATCH 3/6] serial: Reorder serial_assign()

2012-10-26 Thread Allen Martin
On Fri, Oct 26, 2012 at 03:22:32AM -0700, Marek Vasut wrote: > Dear Joe Hershberger, > > > Hi Allen, > > > > On Thu, Oct 25, 2012 at 4:19 PM, Allen Martin wrote: > > > On Thu, Oct 25, 2012 at 02:02:55PM -0700, Simon Glass wrote: > > >> Hi, > > >> > > >> On Thu, Oct 25, 2012 at 12:03 PM, Marek V

Re: [U-Boot] [PATCH v3 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-10-26 Thread Tom Rini
On Fri, Oct 26, 2012 at 12:43:36PM +0200, Lukasz Majewski wrote: > Hi Stefano, > > > Am 26/10/2012 09:29, schrieb Lukasz Majewski: > > > Hi Stefano, Tom, > > > > > > Any thoughts or ideas for this patch series? > > > > Personally, I will look at your patches in the week-end. Stay tuned.. > > I

[U-Boot] [PATCH v6] qi_lb60: add nand spl support

2012-10-26 Thread xiangfu
From: Xiangfu The JZ4740 CPU can load 8KB from two different addresses: 1. the normal area up to 8KB starting from NAND flash address 0x 2. the backup area up to 8KB starting from NAND flash address 0x2000 Signed-off-by: Xiangfu --- Makefile | 12

[U-Boot] [PATCH v6] qi_lb60(Ben NanoNote): add nand spl and usbboot support

2012-10-26 Thread xiangfu
From: Xiangfu Big thanks to Tom Rini, Daniel Schwierzeck and Marek Vasut for feedback. For the usbboot code. I can not fast re-write them to u-boot USB sub-system. but I don't want wait. so let's finish the nand spl code first. :) V6: * remove usbboot code. * add u-boot-xburst.bin rule to m

Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-26 Thread Tom Rini
On Tue, Oct 23, 2012 at 10:50:47PM -0600, Stephen Warren wrote: > This adds a simple driver for the BCM2835's SD controller. > > Workarounds are implemented for: > * Register writes can't be too close to each-other in time, or they will > be lost. > * Register accesses must all be 32-bit, so imp

Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-26 Thread Simon Glass
Hi Stephen, On Fri, Oct 26, 2012 at 9:40 AM, Stephen Warren wrote: > On 10/26/2012 10:38 AM, Simon Glass wrote: >> On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: >>> Change tegra SPL to use common SPL framework. Any tegra specific >>> initialization is now done in spl_board_init() instea

Re: [U-Boot] [PATCH V3 1/6] ARM: Fix start.S when used with SPL in arm1136

2012-10-26 Thread Stefano Babic
Am 26/10/2012 18:23, schrieb Fabio Estevam: > Hi Stefano, > > On Fri, Oct 26, 2012 at 12:48 PM, Stefano Babic wrote: >> This patch modifies start.S for the arm1136 to make it >> conform to start.S in armv7 architecture, to make it >> usable if the SPL framework is used. >> >> Signed-off-by: Stef

Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-26 Thread Stephen Warren
On 10/26/2012 10:38 AM, Simon Glass wrote: > On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: >> Change tegra SPL to use common SPL framework. Any tegra specific >> initialization is now done in spl_board_init() instead of >> board_init_f()/board_init_r(). Only one SPL boot target is suppor

Re: [U-Boot] [PATCH v2 1/2] SPL: make jump_to_image_no_args a weak symbol

2012-10-26 Thread Simon Glass
On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: > Change jump_to_image_no_args() to a weak symbol to allow override by > SoC specific code. This is required by tegra because the SPL runs on > a different CPU from the image it is loading, so tegra specific > initialization is required to sta

Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-26 Thread Simon Glass
On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: > Change tegra SPL to use common SPL framework. Any tegra specific > initialization is now done in spl_board_init() instead of > board_init_f()/board_init_r(). Only one SPL boot target is supported > on tegra, which is boot to RAM image. jum

Re: [U-Boot] [PATCH] tegra20: initialize variable to avoid compiler warning

2012-10-26 Thread Simon Glass
Hi, On Sat, Oct 20, 2012 at 12:18 AM, Allen Martin wrote: > Initialize this variable to avoid a compiler warning about possible > use of uninitialized variable with gcc 4.4.6. > > Signed-off-by: Allen Martin Acked-by: Simon Glass Tested-by: Simon Glass I suppose the compiler is confused by t

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Simon Glass
Hi Stephen, On Fri, Oct 26, 2012 at 9:23 AM, Stephen Warren wrote: > On 10/26/2012 09:50 AM, Simon Glass wrote: >> Hi, >> >> On Fri, Oct 26, 2012 at 7:53 AM, Tom Rini wrote: On >> 10/26/12 00:10, Marek Vasut wrote: > Dear Joe Hershberger, > >> Hi Allen, >> >> On Thu, Oct 25,

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Tom Rini
On Thu, Oct 25, 2012 at 04:30:14PM -0700, Allen Martin wrote: > Remove calls to serial_assign() that are failing now that it returns a > proper error code. This calls were not actually doing anything > because they passed the name of a stdio_dev when a serial_device name > is exptectd. > > Signe

Re: [U-Boot] [PATCH V3 1/6] ARM: Fix start.S when used with SPL in arm1136

2012-10-26 Thread Fabio Estevam
Hi Stefano, On Fri, Oct 26, 2012 at 12:48 PM, Stefano Babic wrote: > This patch modifies start.S for the arm1136 to make it > conform to start.S in armv7 architecture, to make it > usable if the SPL framework is used. > > Signed-off-by: Stefano Babic > --- > > Changes: > - Previous patch breaks

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Stephen Warren
On 10/26/2012 09:50 AM, Simon Glass wrote: > Hi, > > On Fri, Oct 26, 2012 at 7:53 AM, Tom Rini wrote: On > 10/26/12 00:10, Marek Vasut wrote: Dear Joe Hershberger, > Hi Allen, > > On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin > wrote: >> Remove calls to serial_as

Re: [U-Boot] [PATCH 0/9 V4] EXYNOS5: Add Audio support

2012-10-26 Thread Simon Glass
Hi Rajeshwari, On Thu, Oct 25, 2012 at 10:49 PM, Rajeshwari Shinde wrote: > This patchset adds the audio support for EXYNOS5. > This patchset plays a predefined beep sound. > This all looks good to me. You already have my ACKs for each patch. Regards, Simon > Rajeshwari Shinde (9): > SOUND:

Re: [U-Boot] [PATCH] usb: tegra: move Tegra EHCI implementation to correct place

2012-10-26 Thread Simon Glass
Hi Lucas, On Fri, Oct 26, 2012 at 3:13 AM, Marek Vasut wrote: > Dear Lucas Stach, > >> Hi Marek, >> >> Am Freitag, den 26.10.2012, 09:09 +0200 schrieb Marek Vasut: >> > Dear Lucas Stach, >> > >> > > Move the Tegra EHCI implementation to the correct directory in the >> > > tree. This code is speci

Re: [U-Boot] [PATCH 0/3] Bring in new I2C framework

2012-10-26 Thread Simon Glass
Hi Heiko, On Thu, Oct 25, 2012 at 10:48 PM, Heiko Schocher wrote: > Hello Simon, > > > On 25.10.2012 23:37, Simon Glass wrote: >> >> On Mon, Oct 22, 2012 at 10:40 AM, Heiko Schocher wrote: >>> >>> rebased/reworked the I2C multibus patches from Simon Glass found >>> here: >>> >>> http://www.mail-

Re: [U-Boot] [PATCH 0/3] Bring in new I2C framework

2012-10-26 Thread Stephen Warren
On 10/25/2012 11:48 PM, Heiko Schocher wrote: > Hello Simon, > > On 25.10.2012 23:37, Simon Glass wrote: >> On Mon, Oct 22, 2012 at 10:40 AM, Heiko Schocher wrote: >>> rebased/reworked the I2C multibus patches from Simon Glass found >>> here: >>> >>> http://www.mail-archive.com/u-boot@lists.denx.

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Simon Glass
Hi, On Fri, Oct 26, 2012 at 7:53 AM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/26/12 00:10, Marek Vasut wrote: >> Dear Joe Hershberger, >> >>> Hi Allen, >>> >>> On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin >>> wrote: Remove calls to serial_assign() that ar

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/26/12 00:10, Marek Vasut wrote: > Dear Joe Hershberger, > >> Hi Allen, >> >> On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin >> wrote: >>> Remove calls to serial_assign() that are failing now that it >>> returns a proper error code. This call

[U-Boot] [PATCH V3 1/6] ARM: Fix start.S when used with SPL in arm1136

2012-10-26 Thread Stefano Babic
This patch modifies start.S for the arm1136 to make it conform to start.S in armv7 architecture, to make it usable if the SPL framework is used. Signed-off-by: Stefano Babic --- Changes: - Previous patch breaks legacy nand_spl boards due to local u-boot.lds. Fixed it. arch/arm/cpu/arm1136/sta

Re: [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk

2012-10-26 Thread Fabio Estevam
On Fri, Oct 26, 2012 at 12:32 PM, Stefano Babic wrote: > Recent patches adding FSL_PMIC_I2C_LENGTH require > that the PMIC model is defined. > > Signed-off-by: Stefano Babic > CC: Jason Liu Acked-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk

2012-10-26 Thread Stefano Babic
Recent patches adding FSL_PMIC_I2C_LENGTH require that the PMIC model is defined. Signed-off-by: Stefano Babic CC: Jason Liu --- include/configs/mx53evk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 8fc415e..0955fda 100644 -

[U-Boot] [PULL] : Please pull u-boot-imx

2012-10-26 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39: Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700) are available in the git repository at: git://www.denx.de/git/u-bo

[U-Boot] [PATCH 1/2] ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1)

2012-10-26 Thread Stefan Roese
This patch fixes the following compile warnings: cmd_zfs.c:177:1: warning: initialization from incompatible pointer type [enabled by default] cmd_zfs.c:177:1: warning: (near initialization for '_u_boot_list_cmd_zfsls.cmd') [enabled by default] cmd_zfs.c:182:1: warning: initialization from incomp

[U-Boot] [PATCH 2/2] ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)

2012-10-26 Thread Stefan Roese
This patch fixes the following compile warning: zfs.c:2006:1: warning: 'zfs_label' defined but not used [-Wunused-function] zfs.c:2029:1: warning: 'zfs_uuid' defined but not used [-Wunused-function] Signed-off-by: Stefan Roese Cc: Jorgen Lundman --- fs/zfs/zfs.c | 51 ---

Re: [U-Boot] Multiple stdin/out without CONFIG_CONSOLE_MUX?

2012-10-26 Thread Andre Schwarz
Stephen, On 10/25/2012 01:05 AM, Stephen Warren wrote: While looking into a CONFIG_CONSOLE_MUX-related issue, I noticed the following: include/configs/u8500_href.h:136: "stdin=serial,usbtty\0" include/configs/u8500_href.h:135: "stdout=serial,usbtty\0" include/configs/snowball.h:180

Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-26 Thread Vikram Narayanan
Some nitpicks. On 10/24/2012 10:20 AM, Stephen Warren wrote: This adds a simple driver for the BCM2835's SD controller. Workarounds are implemented for: * Register writes can't be too close to each-other in time, or they will be lost. * Register accesses must all be 32-bit, so implement cust

[U-Boot] [RFC] common/lcd: use lcd_setcolreg() in bitmap_plot

2012-10-26 Thread Andreas Bießmann
The lcd_setcolreg() is a API provided by the lcd driver and used to setup the color lookup table. However the lcd driver setup the CLUT by using a lot of #ifdiffery and accessing the CLUT arrays which are cleanly hidden by the API call. Remove that and use the API. Signed-off-by: Andreas Bießmann

Re: [U-Boot] [RFC PATCH 1/2] USB: SS: Add support for Super Speed USB interface

2012-10-26 Thread Marek Vasut
Dear Vivek Gautam, [...] > >> > >> Isn't USB_PRINTF itself a conditional debug print ? > > > > Yes, but I'd prefer to kill USB_PRINTF altogether in favor of debug(). > > Ok, will switch to debug(...). > And may be in that case we may try to eliminate USB _PRINTF and > other such macro altogethe

Re: [U-Boot] [PATCH v3 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-10-26 Thread Lukasz Majewski
Hi Stefano, > Am 26/10/2012 09:29, schrieb Lukasz Majewski: > > Hi Stefano, Tom, > > > > Any thoughts or ideas for this patch series? > > Personally, I will look at your patches in the week-end. Stay tuned.. I will :-). > > > Regards, > Stefano > > -- Best regards, Lukasz Majewski Sa

Re: [U-Boot] [RFC PATCH 1/2] USB: SS: Add support for Super Speed USB interface

2012-10-26 Thread Vivek Gautam
Hi Marek, On Fri, Oct 26, 2012 at 3:48 PM, Marek Vasut wrote: > Dear Vivek Gautam, > > [...] >> >> This comes as an affect of introduction of "struct usb_ep_desc" >> which eventually contains "struct usb_endpoint_descriptor" and >> "struct usb_ss_ep_comp_descriptor". > > I see, can we split this?

Re: [U-Boot] [PATCH v3 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-10-26 Thread Stefano Babic
Am 26/10/2012 09:29, schrieb Lukasz Majewski: > Hi Stefano, Tom, > > Any thoughts or ideas for this patch series? Personally, I will look at your patches in the week-end. Stay tuned.. Regards, Stefano -- = DENX Software Engi

Re: [U-Boot] [PATCH] serial: add environment control for SERIAL_MULTI

2012-10-26 Thread Marek Vasut
Dear Joe Hershberger, > Hi Allen, > > On Thu, Oct 25, 2012 at 5:50 PM, Allen Martin wrote: > > On Thu, Oct 25, 2012 at 03:46:01PM -0700, Joe Hershberger wrote: > >> Hi Stephen, > >> > >> On Thu, Oct 25, 2012 at 5:43 PM, Stephen Warren wrote: > >> > On 10/25/2012 03:59 PM, Allen Martin wrote:

Re: [U-Boot] [PATCH 07/10] dm: wdt: Move s5p watchdog timer to drivers/watchdog/

2012-10-26 Thread Marek Vasut
Dear Minkyu Kang, > Dear Marek, > > On 22 July 2012 00:02, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > Cc: David Müller > > Cc: Minkyu Kang > > Cc: Wolfgang Denk > > Cc: Albert Aribaud > > Cc: U-Boot DM > > --- > > > > arch/arm/cpu/armv7/s5p-common/Makefile

Re: [U-Boot] [PATCH 3/6] serial: Reorder serial_assign()

2012-10-26 Thread Marek Vasut
Dear Joe Hershberger, > Hi Allen, > > On Thu, Oct 25, 2012 at 4:19 PM, Allen Martin wrote: > > On Thu, Oct 25, 2012 at 02:02:55PM -0700, Simon Glass wrote: > >> Hi, > >> > >> On Thu, Oct 25, 2012 at 12:03 PM, Marek Vasut wrote: > >> > Dear Simon Glass, > >> > > >> >> Hi, > >> >> > >> >> On M

Re: [U-Boot] [RFC PATCH 2/2] USB: xHCI: Add stack support for xHCI

2012-10-26 Thread Vivek Gautam
Hi Marek, On Fri, Oct 26, 2012 at 3:48 PM, Marek Vasut wrote: > Dear Vivek Gautam, > >> HI, >> >> On Wed, Oct 24, 2012 at 4:05 AM, Tom Rini wrote: >> > On Tue, Oct 23, 2012 at 01:43:51PM +0200, Marek Vasut wrote: >> >> Dear Vivek Gautam, >> >> >> >> > This adds stack layer for eXtensible Host Co

Re: [U-Boot] [RFC PATCH 2/2] USB: xHCI: Add stack support for xHCI

2012-10-26 Thread Marek Vasut
Dear Vivek Gautam, > HI, > > On Wed, Oct 24, 2012 at 4:05 AM, Tom Rini wrote: > > On Tue, Oct 23, 2012 at 01:43:51PM +0200, Marek Vasut wrote: > >> Dear Vivek Gautam, > >> > >> > This adds stack layer for eXtensible Host Controller Interface > >> > which facilitates use of USB 3.0 in host mode.

Re: [U-Boot] [RFC PATCH 1/2] USB: SS: Add support for Super Speed USB interface

2012-10-26 Thread Marek Vasut
Dear Vivek Gautam, [...] > > This comes as an affect of introduction of "struct usb_ep_desc" > which eventually contains "struct usb_endpoint_descriptor" and > "struct usb_ss_ep_comp_descriptor". I see, can we split this? I really enjoy small incremental patches, it's much easier to bisect issu

Re: [U-Boot] [RFC PATCH 2/2] USB: xHCI: Add stack support for xHCI

2012-10-26 Thread Vivek Gautam
CC: Simon Glass On Fri, Oct 26, 2012 at 3:21 PM, Vivek Gautam wrote: > HI, > > On Wed, Oct 24, 2012 at 4:05 AM, Tom Rini wrote: >> On Tue, Oct 23, 2012 at 01:43:51PM +0200, Marek Vasut wrote: >>> Dear Vivek Gautam, >>> >>> > This adds stack layer for eXtensible Host Controller Interface >>> > w

Re: [U-Boot] [PATCH] usb: tegra: move Tegra EHCI implementation to correct place

2012-10-26 Thread Marek Vasut
Dear Lucas Stach, > Hi Marek, > > Am Freitag, den 26.10.2012, 09:09 +0200 schrieb Marek Vasut: > > Dear Lucas Stach, > > > > > Move the Tegra EHCI implementation to the correct directory in the > > > tree. This code is specific to the Tegra EHCI controller, not to the > > > Tegra SoC in general.

Re: [U-Boot] [PATCH] s3c64xx: fix the compiler error and warning

2012-10-26 Thread Marek Vasut
Dear Jaehoon Chung, > From: Minkyu Kang > > This patch is fixing the following errors [...] Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH 1/2] USB: SS: Add support for Super Speed USB interface

2012-10-26 Thread Vivek Gautam
Dear Marek, CCing Simon Glass. On Tue, Oct 23, 2012 at 5:10 PM, Marek Vasut wrote: > Dear Vivek Gautam, > >> This adds usb framework support for super-speed usb, which will >> further facilitate to add stack support for xHCI. >> >> Signed-off-by: Vikas C Sajjan >> Signedoff-by: Vivek Gautam >

Re: [U-Boot] [RFC PATCH 2/2] USB: xHCI: Add stack support for xHCI

2012-10-26 Thread Vivek Gautam
HI, On Wed, Oct 24, 2012 at 4:05 AM, Tom Rini wrote: > On Tue, Oct 23, 2012 at 01:43:51PM +0200, Marek Vasut wrote: >> Dear Vivek Gautam, >> >> > This adds stack layer for eXtensible Host Controller Interface >> > which facilitates use of USB 3.0 in host mode. >> > >> > This work is based on xHCI

Re: [U-Boot] [PATCH 2/6 V7] EXYNOS: Add clock for SPI.

2012-10-26 Thread Minkyu Kang
Dear Hatim Ali, On 22 October 2012 20:52, Hatim Ali wrote: > From: Rajeshwari Shinde > > This patch adds api to calculate and set the clock for SPI channels > > Signed-off-by: James Miller > Signed-off-by: Simon Glass > Signed-off-by: Rajeshwari Shinde > Signed-off-by: Hatim Ali > --- > Chan

[U-Boot] [PATCH v2] common/cmd_ext_common: measure throughput

2012-10-26 Thread Andreas Bießmann
This patch adds time measurement and throughput calculation for the ext2load and ext4load commands. The output of ext2load changes from ---8<--- Loading file "/boot/uImage" from mmc device 0:1 1830666 bytes read --->8--- to ---8<--- Loading file "/boot/uImage" from mmc device 0:1 1830666 bytes

Re: [U-Boot] [PATCH v2] EXYNOS: Clock: Add common function for pll rate calculation

2012-10-26 Thread Minkyu Kang
On 15 October 2012 20:58, Chander Kashyap wrote: > From: Minkyu Kang > > Moved the common code to calculate pll clock rate to new function > exynos_get_pll_clk(). > > Signed-off-by: Chander Kashyap > --- > Changes from v1: > - Author name changed > arch/arm/cpu/armv7/exynos/clock.c | 1

Re: [U-Boot] [PATCH v3] ARCH: EXYNOS: add support to match product id

2012-10-26 Thread Minkyu Kang
On 15 October 2012 22:06, Chander Kashyap wrote: > From: Minkyu Kang > > Based upon single SoC there can be multiple variants. > This patch add support to match the complete product ID. > > Signed-off-by: Chander Kashyap > --- > Changes from v1: > - Author name changed > Changes from v2:

[U-Boot] [PATCH] s3c64xx: fix the compiler error and warning

2012-10-26 Thread Jaehoon Chung
From: Minkyu Kang This patch is fixing the following errors s3c64xx.c:175: error: variable 's3c64xx_serial_drv' has initializer but incomplete type s3c64xx.c:176: error: unknown field 'name' specified in initializer s3c64xx.c:176: warning: excess elements in struct initializer s3c64xx.c:176: wa

Re: [U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-10-26 Thread Minkyu Kang
Dear Ashok Kumar Reddy, On 27 September 2012 03:29, Ashok Kumar Reddy wrote: > From 0de61b9690c5f136ba5d3028be43877ea455d843 Mon Sep 17 00:00:00 2001 > From: Ashok Kumar Reddy > Date: Wed, 26 Sep 2012 23:44:59 +0530 > Subject: [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx > > arch_cpu

Re: [U-Boot] [PULL] please pull u-boot-atmel/master

2012-10-26 Thread Albert ARIBAUD
Hi Andreas, On Tue, 23 Oct 2012 20:21:40 +0200, Andreas Bießmann wrote: > Dear Albert Aribaud, > > The following changes since commit b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74: > > Remove lh7a40x cpu and serial driver (2012-10-16 18:00:36 +0200) > > are available in the git repository at: >

Re: [U-Boot] [PATCH 0/2] Standardize on run-time board ID variables

2012-10-26 Thread Joe Hershberger
Hi Tom, On Wed, Oct 24, 2012 at 2:32 PM, Tom Rini wrote: > On Wed, Oct 24, 2012 at 01:05:16PM -0600, Stephen Warren wrote: >> On 10/24/2012 12:41 PM, Tom Rini wrote: >> > On Wed, Oct 24, 2012 at 11:50:38AM -0600, Stephen Warren wrote: >> >> On 10/24/2012 11:28 AM, Tom Rini wrote: >> >>> Hey all,

Re: [U-Boot] [PATCH 0/2 V3] EXYNOS5: Add MAX77686 support

2012-10-26 Thread Minkyu Kang
Dear Rajeshwari, On 24 August 2012 19:39, Rajeshwari Shinde wrote: > This patch set adds support for MAX77686 support. > > Changes in V3: > - Rebased on latest u-boot-samsung tree > > Rajeshwari Shinde (2): > PMIC: MAX77686: Add support for MAX77686 > SMDK5250: Config: Enable MAX77686 pmic c

Re: [U-Boot] [PATCH 07/10] dm: wdt: Move s5p watchdog timer to drivers/watchdog/

2012-10-26 Thread Minkyu Kang
Dear Marek, On 22 July 2012 00:02, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: David Müller > Cc: Minkyu Kang > Cc: Wolfgang Denk > Cc: Albert Aribaud > Cc: U-Boot DM > --- > arch/arm/cpu/armv7/s5p-common/Makefile|1 - > drivers/watchdog/Makefile

Re: [U-Boot] [PATCH v3 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-10-26 Thread Lukasz Majewski
Hi Stefano, Tom, Any thoughts or ideas for this patch series? > PMIC framework has been redesigned to support multiple instances of > power related devices (e.g. fuel gauge, PMICs, chargers, micro USB > IC, battery). > > Due to that, code at other architectures and boards have been > adjusted pr

Re: [U-Boot] [PATCH] usb: tegra: move Tegra EHCI implementation to correct place

2012-10-26 Thread Lucas Stach
Hi Marek, Am Freitag, den 26.10.2012, 09:09 +0200 schrieb Marek Vasut: > Dear Lucas Stach, > > > Move the Tegra EHCI implementation to the correct directory in the tree. > > This code is specific to the Tegra EHCI controller, not to the Tegra SoC > > in general. > > > > This is not just a move o

Re: [U-Boot] Merging device trees at runtime for module-based systems

2012-10-26 Thread Daniel Mack
On 26.10.2012 02:53, David Gibson wrote: > On Thu, Oct 25, 2012 at 10:46:32PM +0200, Wolfgang Denk wrote: >> Dear Daniel, >> >> In message <50893633.6070...@gmail.com> you wrote: >>> >>> Overwrites must be addressed in the first place. The most common example >>> is that a more generic part (the mo

Re: [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-10-26 Thread Lucas Stach
Am Donnerstag, den 25.10.2012, 19:31 -0700 schrieb Simon Glass: > From: Sean Paul > > Add get and set gpio functions to fdtdec that take into account the > polarity field in fdtdec_gpio_state.flags. > In another thread Stephen Warren and I came to the conclusion that we most likely should remove

Re: [U-Boot] [PATCH] usb: tegra: move Tegra EHCI implementation to correct place

2012-10-26 Thread Marek Vasut
Dear Lucas Stach, > Move the Tegra EHCI implementation to the correct directory in the tree. > This code is specific to the Tegra EHCI controller, not to the Tegra SoC > in general. > > This is not just a move of the code, but also some small changes squashed Unsquash them please, it's really ha

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Marek Vasut
Dear Joe Hershberger, > Hi Allen, > > On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin wrote: > > Remove calls to serial_assign() that are failing now that it returns a > > proper error code. This calls were not actually doing anything > > because they passed the name of a stdio_dev when a serial_