[PATCH 0/2] Add automatic bus number support for i2c busses with device tree

2012-11-21 Thread Doug Anderson
and ack. The patch adding the generic functionality could go in even if the i2c-pxa patch needs changes. Doug Anderson (2): i2c-core: dt: Pick i2c bus number from i2c alias if present i2c: pxa: Use i2c-core to get bus number now drivers/i2c/busses/i2c-pxa.c |8 +--- drivers/i2c/i2c-core.c

[PATCH 1/2] i2c-core: dt: Pick i2c bus number from i2c alias if present

2012-11-21 Thread Doug Anderson
{ i2c0 = i2c_0; i2c1 = i2c_1; }; Signed-off-by: Doug Anderson diand...@chromium.org CC: Mark Brown broo...@opensource.wolfsonmicro.com --- drivers/i2c/i2c-core.c | 105 +++- 1 files changed, 77 insertions(+), 28 deletions(-) diff --git a/drivers

[PATCH 2/2] i2c: pxa: Use i2c-core to get bus number now

2012-11-21 Thread Doug Anderson
The commit: i2c-core: dt: Pick i2c bus number from i2c alias if present adds support for automatically picking the bus number based on the alias ID. Remove the now unnecessary code from i2c-pxa that did the same thing. Signed-off-by: Doug Anderson diand...@chromium.org --- drivers/i2c/busses

Re: [PATCH 2/2] i2c: s3c2410: Get the i2c bus number from alias id

2012-11-21 Thread Doug Anderson
On Tue, Nov 20, 2012 at 8:09 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Nov 20, 2012 at 02:27:04PM -0800, Doug Anderson wrote: From: Padmavathi Venna padm...@samsung.com Get the i2c bus number that the device is connected to using the alias id. This makes debugging

[PATCH 1/2] ARM: dts: exynos: Move the dwmmc aliases from smdk5250 dts to exynos

2012-11-20 Thread Doug Anderson
The aliases for dwmmc were placed in the SMDK5250 dts file but really should be common for all exynos5250 boards. Move it to the common CPU file. Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 12 arch/arm/boot/dts/exynos5250

[PATCH 2/2] ARM: dts: snow: Add board dts file for Snow board (ARM Chromebook)

2012-11-20 Thread Doug Anderson
been send upstream. With this file and a change to use UART3 for serial output I can: * Boot to a command line using either SD or EMMC as a root filesystem * See the power button and lid switch using evtest. Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/boot/dts/Makefile

[PATCH] ARM: exynos: dt: add all i2c busses to auxdata

2012-11-20 Thread Doug Anderson
From: Olof Johansson o...@lixom.net Needed to match device ids for clocks, etc. Signed-off-by: Olof Johansson o...@lixom.net Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/mach-exynos/mach-exynos5-dt.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff

[PATCH 1/2] ARM: EXYNOS: Add aliases for i2c controller for exynos4

2012-11-20 Thread Doug Anderson
This is similar to a recent commit for exynos5250 titled: ARM: EXYNOS: Add aliases for i2c controller Adding aliases will be useful to prevent warnings in a future change. See: i2c: s3c2410: Get the i2c bus number from alias id Signed-off-by: Doug Anderson diand...@chromium.org --- arch

[PATCH] ARM: exynos: add UART3 to DEBUG_LL ports

2012-11-20 Thread Doug Anderson
From: Olof Johansson o...@lixom.net UART3 is used for debugging on exynos5250-snow. [dianders: cleaned commit message.] Signed-off-by: Olof Johansson o...@lixom.net Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/Kconfig.debug| 11 +++ arch/arm/plat-samsung

[PATCH] serial: samsung: Add poll_get_char poll_put_char

2012-09-22 Thread Doug Anderson
From: Julien Pichon pichon@gmail.com The following patch allows users to use KGDB over serial console on board based on Samsung SOC. It has been tested on a board using exynos5. Signed-off-by: Julien Pichon pichon@gmail.com Signed-off-by: Doug Anderson diand...@chromium.org (dianders

<    3   4   5   6   7   8