[U-Boot] Rework needed for SMDK5250 re PMIC to POWER transition

2012-12-08 Thread Albert ARIBAUD
Hello, Commit 0d146a56 (from Rajesh, applied by Minkyu) introduced SMDK5250 support for the MAX77686 pmic chip. However, u-boot/master has reworks for PMIC that make this support break when merging u-boot-arm and u-boot. Rajesh, can you look into it and provide a fix to Minkyu? Minkyu, can you a

[U-Boot] Conflicting commits for seaboard USB keyboard handling

2012-12-08 Thread Albert ARIBAUD
Hello, It seems like two commits 5ddcc38b (in u-boot, committed by Marek) 29f3e3f2 (in u-boot-arm, committed by Tom from u-boot-tegra) are conflicting on the seaboard configuration header file for USB (and possibly other areas). Tom, can you look into it (and involve whoever is needed) and provid

Re: [U-Boot] [PATCH v5 1/5] exynos4: universal_C210: use software SPI

2012-12-08 Thread Albert ARIBAUD
Hi Piotr, On Fri, 19 Oct 2012 17:34:03 +0200, Piotr Wilczek wrote: > This patch use software spi on Samsung Universal C210 board. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > New path added in v5. This patch, committed in Minkuy's tree as ff0fedd

[U-Boot] [PATCH] MIPS: constify address pointer in test_bit()

2012-12-08 Thread daniel . schwierzeck
From: Daniel Schwierzeck Fix several warnings when enabling UBIFS on MIPS: In file included from ubifs.h:2137:0, from ubifs.c:26: misc.h: In function 'ubifs_zn_dirty': misc.h:38:2: warning: passing argument 2 of 'test_bit' discards 'const' qualifier from pointer target type [en

Re: [U-Boot] [PATCH v2 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-12-08 Thread Simon Glass
Hi, On Tue, Dec 4, 2012 at 2:41 PM, Stephen Warren wrote: > On 12/04/2012 01:40 PM, Lucas Stach wrote: >> Hi Tom, >> >> Am Dienstag, den 04.12.2012, 13:22 -0700 schrieb Tom Warren: >> [...] >>> > +#define V_NS16550_CLK21600 /* 216MHz > (pllp_out0) *

Re: [U-Boot] [PATCH v3 15/20] Add console command to access io space registers

2012-12-08 Thread Simon Glass
Hi Fabio, On Wed, Dec 5, 2012 at 5:30 PM, Fabio Estevam wrote: > On Wed, Dec 5, 2012 at 11:25 PM, Vadim Bendebury wrote: > >> No - md/mw access memory, the new commands access the IO space (which >> is an x86 architecture property). > > Ok, understood. On ARM we are able to access registers via

Re: [U-Boot] [PATCH 1/4] MMC: DWMMC: Modified fifo size computation

2012-12-08 Thread Simon Glass
Hi Jaehoon, On Wed, Dec 5, 2012 at 7:59 PM, Jaehoon Chung wrote: > It looks good to me. > Added minor comment. > > Acked-by: Jaehoon Chung > > On 12/05/2012 10:31 PM, Amar wrote: >> The current implementation of fifo size computation was giving improper >> values for eMMC channel. Modified the c

Re: [U-Boot] [PATCH 3/3 V2] PMIC: MAX77686: Add FDT Support

2012-12-08 Thread Simon Glass
On Wed, Dec 5, 2012 at 4:51 AM, Rajeshwari Shinde wrote: > This patch adds fdt support to MAX77686. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - Corrected indentation errors. > drivers/misc/pmic_max77686.c | 35 ++-

Re: [U-Boot] [PATCH 2/3 V2] EXYNOS5: Add device node for PMIC

2012-12-08 Thread Simon Glass
On Wed, Dec 5, 2012 at 4:50 AM, Rajeshwari Shinde wrote: > Add device node for MAX77686 > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - Changed reg value from 06 to 6. > board/samsung/dts/exynos5250-smdk5250.dts |7 +++ > 1 files changed, 7 insertions(+), 0 deleti

Re: [U-Boot] [PATCH] EXYNOS5: Add L2 Cache Support.

2012-12-08 Thread Simon Glass
On Sat, Dec 8, 2012 at 11:38 AM, Simon Glass wrote: > On Thu, Nov 29, 2012 at 10:29 PM, Rajeshwari Shinde > wrote: >> This patch set adds L2 Cache Support to EXYNOS. >> >> Signed-off-by: Arun Mankuzhi >> Signed-off-by: Rajeshwari Shinde > > Acked-by: Simon Glass > BTW I am assuming this is v2

Re: [U-Boot] [PATCH] EXYNOS5: Add L2 Cache Support.

2012-12-08 Thread Simon Glass
On Thu, Nov 29, 2012 at 10:29 PM, Rajeshwari Shinde wrote: > This patch set adds L2 Cache Support to EXYNOS. > > Signed-off-by: Arun Mankuzhi > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > arch/arm/cpu/armv7/exynos/soc.c | 37 + > 1 fil

Re: [U-Boot] [PATCH v3 6/6] mx25pdk: Add Ethernet support

2012-12-08 Thread Fabio Estevam
Hi Stefano, On Sat, Dec 8, 2012 at 9:27 AM, Stefano Babic wrote: > Hi Fabio, hi Albert, > > I have already found this conflict and fixed it (I hope). Fabio, to have > a look, I pushed a temporary "master_merge" branch on u-boot-imx. If > everything is fine, I will push the changes in the master

Re: [U-Boot] [PATCH 4/4 V2] SPI: EXYNOS: Add FDT support to driver.

2012-12-08 Thread Simon Glass
On Wed, Dec 5, 2012 at 2:38 AM, Rajeshwari Shinde wrote: > This patch adds FDT support to the SPI driver. > > Signed-off-by: Simon Glass > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - None. > drivers/spi/exynos_spi.c | 96 >

Re: [U-Boot] [PATCH 3/4 V2] EXYNOS5: FDT: Add SPI device node data

2012-12-08 Thread Simon Glass
On Wed, Dec 5, 2012 at 2:38 AM, Rajeshwari Shinde wrote: > Add SPI device node data for exynos. > > Signed-off-by: Rajeshwari Shinde I was wondering about the ISP SPI interrupts - that answers the question. Is there really no way to get an interrupt? It doesn't matter for U-Boot, but might for L

Re: [U-Boot] [PATCH 2/4 V2] EXYNOS5 : FDT: Add Aliases for SPI device

2012-12-08 Thread Simon Glass
On Wed, Dec 5, 2012 at 2:38 AM, Rajeshwari Shinde wrote: > This patch adds aliases for SPI. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - Added aliases for SPI3 and SPI4. > board/samsung/dts/exynos5250-smdk5250.dts |5 + > 1 files change

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

2012-12-08 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, master. Conflicts are fixed, request pull is generated from u-boot/master, as I merged it (so you see also the commits you have already merged into u-boot-arm from my previous pull request): The following changes since commit fd4d564b3c80b111f18c93adb14233a

Re: [U-Boot] [PATCH v2 6/6] MX35: add support for woodburn board

2012-12-08 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/08/12 06:24, Stefano Babic wrote: > On 08/12/2012 10:31, Albert ARIBAUD wrote: >> Hi Stefano, >> > > Hi Albert, > >> On Thu, 11 Oct 2012 09:11:46 +0200, Stefano Babic >> wrote: >> >>> The woodburn board is based on the MX35 SOC. Support for

Re: [U-Boot] [PATCH v3 6/6] mx25pdk: Add Ethernet support

2012-12-08 Thread Stefano Babic
On 08/12/2012 12:12, Albert ARIBAUD wrote: > Hi Fabio, > > On Tue, 23 Oct 2012 14:34:53 -0200, Fabio Estevam > wrote: > >> mx25pdk has a Ethernet port that is connected to its internal FEC controller. >> >> In order to power up the Ethernet PHY (DP83640) it is necessary to >> communicate >> wit

Re: [U-Boot] [PATCH v2 6/6] MX35: add support for woodburn board

2012-12-08 Thread Stefano Babic
On 08/12/2012 10:31, Albert ARIBAUD wrote: > Hi Stefano, > Hi Albert, > On Thu, 11 Oct 2012 09:11:46 +0200, Stefano Babic > wrote: > >> The woodburn board is based on the MX35 SOC. >> Support for both external (NOR) and internal >> (SD Card) boot mode are added. It uses the >> generic SPL fram

Re: [U-Boot] [PATCH v3 6/6] mx25pdk: Add Ethernet support

2012-12-08 Thread Albert ARIBAUD
Hi Fabio, On Tue, 23 Oct 2012 14:34:53 -0200, Fabio Estevam wrote: > mx25pdk has a Ethernet port that is connected to its internal FEC controller. > > In order to power up the Ethernet PHY (DP83640) it is necessary to communicate > with the MC34704 PMIC via I2C. > > Make the FEC ethernet port

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

2012-12-08 Thread Albert ARIBAUD
Hi Stefano, On Fri, 07 Dec 2012 18:07:59 +0100, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 1d4fd0dc3b45de7b7a706285845ef5b527422014: > > mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET (2012-11-24 16:21:37 > +0100) > >

Re: [U-Boot] [PATCH v2 6/6] MX35: add support for woodburn board

2012-12-08 Thread Albert ARIBAUD
Hi Stefano, On Thu, 11 Oct 2012 09:11:46 +0200, Stefano Babic wrote: > The woodburn board is based on the MX35 SOC. > Support for both external (NOR) and internal > (SD Card) boot mode are added. It uses the > generic SPL framework to implement the internal boot > mode. > > The following periph