Re: [U-Boot] [PATCH v2 0/17] dm: Add I2C support and convert sandbox, tegra

2014-11-16 Thread Heiko Schocher
Hello Simon, Am 11.11.2014 18:46, schrieb Simon Glass: This series adds I2C support to driver model. It has become apparent that this is a high priority as it is widely used. It follows along to some extent from the SPI conversion. Several changes are made from the original I2C

Re: [U-Boot] [PATCH 1/3 v2] blackfin: rename bfin-twi_i2c driver to adi_i2c

2014-11-16 Thread Heiko Schocher
Hello Sonic Zhang, Am 13.11.2014 08:30, schrieb Scott Jiang: Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/i2c/Makefile |2 +- drivers/i2c/{bfin-twi_i2c.c = adi_i2c.c} |7 +++ include/configs/bct-brettl2.h |2 +-

Re: [U-Boot] [PATCH v2 0/17] dm: Add I2C support and convert sandbox, tegra

2014-11-16 Thread Simon Glass
Hi Heiko, On 17 November 2014 06:42, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 11.11.2014 18:46, schrieb Simon Glass: This series adds I2C support to driver model. It has become apparent that this is a high priority as it is widely used. It follows along to some extent from the

Re: [U-Boot] [RFC] dm: tegra: boot time regression

2014-11-16 Thread Simon Glass
Hi, On 21 October 2014 17:19, Simon Glass s...@chromium.org wrote: Hi Marcel, On 21 October 2014 08:37, Marcel Ziswiler mar...@ziswiler.com wrote: Migrating our BSPs towards mainline U-Boot I noticed it suddenly booting slower. With mainline Linux I noticed about a 1 to 2 second increase

Re: [U-Boot] [PATCH 1/3 v2] blackfin: rename bfin-twi_i2c driver to adi_i2c

2014-11-16 Thread Sonic Zhang
Hi Keiko, On Mon, Nov 17, 2014 at 2:50 PM, Heiko Schocher h...@denx.de wrote: Hello Sonic Zhang, Am 13.11.2014 08:30, schrieb Scott Jiang: Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/i2c/Makefile |2 +- drivers/i2c/{bfin-twi_i2c.c =

[U-Boot] sunxi: CPU disabling (was: Re: ARM: flush_dcache_all for PSCI)

2014-11-16 Thread Jan Kiszka
On 2014-11-10 14:10, Marc Zyngier wrote: On 10/11/14 12:57, Jan Kiszka wrote: Hi all, I'm trying to get Marc's CPU hotplug-anabling patch [1] for sunxi working on a B-Pi. After the first discussion it became clear that we need something like flush_dcache_all in the PSCI monitor (I don't

Re: [U-Boot] Booting non devicetree enabled kernels using u-boot build with CONFIG_OF_LIBFDT ?

2014-11-16 Thread Simon Glass
Hi Hans, On 16 November 2014 19:41, Hans de Goede hdego...@redhat.com wrote: Hi, On 11/13/2014 07:38 PM, Hans de Goede wrote: Hi, On 11/13/2014 07:34 PM, Tom Rini wrote: On Thu, Nov 13, 2014 at 07:08:59PM +0100, Hans de Goede wrote: Hi all, So as you know I've been working on getting

Re: [U-Boot] [PATCH] get_maintainer.pl: fix source tree detection

2014-11-16 Thread Simon Glass
On 16 November 2014 19:30, Daniel Schwierzeck daniel.schwierz...@gmail.com wrote: get_maintainer.pl always fails with following message: ./scripts/get_maintainer.pl: The current directory does not appear to be a linux kernel source tree. This was caused by commit: commit

Re: [U-Boot] [PATCH] ot1200: fix card detect for usdhc4

2014-11-16 Thread Christian Gmeiner
Hi Stefano 2014-11-13 16:34 GMT+01:00 Stefano Babic sba...@denx.de: On 11/11/2014 12:57, Christian Gmeiner wrote: Today I got the final board and found out that a different connector is used as the one on my development board. The new connector has swaped pins for cd and wp. This change is

Re: [U-Boot] [PATCH v8 1/3] exynos5: fix GPIO information of exynos5420

2014-11-16 Thread Simon Glass
Hi Hyungwon, On 14 November 2014 06:25, Hyungwon Hwang human.hw...@samsung.com wrote: This patch fixes wrong GPIO information such as GPIO bank, table which is used to convert GPIO name to index, bank base address, and etc. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Tested-by:

Re: [U-Boot] [PATCH 2/5] arm: socfpga: Use only one clrbits_le32 call to deassert SPI reset bits

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 12:46:59, Stefan Roese wrote: As suggested by Pavel, lets combine the two calls into one. Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com Cc: Vince Bridgers vbrid...@altera.com Cc: Marek Vasut ma...@denx.de

Re: [U-Boot] [PATCH 3/5] arm: socfpga: Add missing DW master SPI clock prototyp to clock_manager.h

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 12:47:00, Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com Cc: Vince Bridgers vbrid...@altera.com Cc: Marek Vasut ma...@denx.de Acked-by: Pavel Machek pa...@denx.de ---

Re: [U-Boot] [PATCH 1/5] arm: socfpga: dts: altr, rst-mgr.h: Move to SPDX license identifiers

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 12:46:58, Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com Cc: Vince Bridgers vbrid...@altera.com Cc: Marek Vasut ma...@denx.de Acked-by: Pavel Machek pa...@denx.de -- (english)

Re: [U-Boot] [PATCH 4/5] spi: designware_spi: Some fixes / changes

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 12:47:01, Stefan Roese wrote: As suggested by Pavel, here some fixes to the designware SPI driver: - Spelling fixes - Comment for timeout added - Removed n_bytes completely (bits_per_word is enough for this) - Unput clock now not defined via macro. The function to get

Re: [U-Boot] [PATCH 5/5] arm: socfpga: DW_SPI: Remove clock info from config header

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 12:47:02, Stefan Roese wrote: Remove the now unnecessary clocking info from the SoCFPGA config header. As this info in now used directly in the SPI driver itself. Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen

<    1   2