Re: [PATCH] i2c: Fix modalias for ACPI enumerated I2C devices

2013-10-16 Thread Jarkko Nikula
On 10/16/2013 03:04 AM, Grant Likely wrote: On Wed, Oct 16, 2013 at 12:47 AM, Rafael J. Wysockir...@sisk.pl wrote: On Tuesday, October 15, 2013 04:31:43 PM Greg Kroah-Hartman wrote: On Tue, Oct 15, 2013 at 11:24:01PM +0200, Rafael J. Wysocki wrote: On Tuesday, October 15, 2013 01:48:29 PM

[PATCH 1/1] i2c: Include linux/of.h header

2013-10-16 Thread Sachin Kamat
'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/i2c/busses/i2c-gpio.c |1 + drivers/i2c/busses/i2c-pnx.c|1 + drivers/i2c/busses/i2c-s3c2410.c|1 +

Re: [PATCH v5 0/4] Add I2C support to ST SoCs

2013-10-16 Thread Maxime COQUELIN
Hi Wolfram, On 10/14/2013 02:46 PM, Maxime COQUELIN wrote: The goal of this series is to add I2C support to ST SoCs. The DT definition is added for STiH415 and STiH416 SoCs on B2000 and B2020 boards. The series has been tested working on STiH416-B2020 board. It applies on top of v3.12-rc5.

Re: [PATCH v5 1/4] i2c: busses: i2c-st: Add ST I2C controller

2013-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
+/** + * struct st_i2c_dev - private data of the controller + * @adap: I2C adapter for this controller + * @dev: device for this controller + * @base: virtual memory area + * @complete: completion of I2C message + * @irq: interrupt line for th controller + * @clk: hw ssc block clock + *

[RESEND PATCH 2/4] i2c: i2c-bcm-kona: Add support for high-speed mode

2013-10-16 Thread Tim Kryger
Add support for I2C high-speed mode (3.4 MHz). Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org --- drivers/i2c/busses/i2c-bcm-kona.c | 116 ++ 1 file changed, 116

[RESEND PATCH 3/4] ARM: dts: bcm281xx: Add i2c busses

2013-10-16 Thread Tim Kryger
Add the DTS nodes for all the i2c busses in the SoC. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Christian Daudt c...@broadcom.com Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/boot/dts/bcm11351.dtsi | 40

[RESEND PATCH 1/4] i2c: i2c-bcm-kona: Introduce Broadcom I2C Driver

2013-10-16 Thread Tim Kryger
Introduce support for Broadcom Serial Controller (BSC) I2C bus found in the Kona family of Mobile SoCs. FIFO hardware is utilized but only standard mode (100kHz), fast mode (400kHz), and fast mode plus (1MHz) bus speeds are supported. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by:

[RESEND PATCH 0/4] Add-Broadcom-Kona-I2C-Support

2013-10-16 Thread Tim Kryger
This series adds support for the Kona I2C bus found on Broadcom mobile SoCs like the bcm11351 (aka bcm281xx) and enables it on the bcm28155-ap board. It depends upon the following commits: https://lkml.org/lkml/2013/10/7/481 http://www.spinics.net/lists/arm-kernel/msg274964.html Tim Kryger

[RESEND PATCH 4/4] ARM: dts: bcm28155-ap: Enable all the i2c busses

2013-10-16 Thread Tim Kryger
Enable all available i2c busses. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Christian Daudt c...@broadcom.com Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/boot/dts/bcm28155-ap.dts | 20 1

Re: [RESEND PATCH 3/4] ARM: dts: bcm281xx: Add i2c busses

2013-10-16 Thread Christian Daudt
Hi Tim, This patch does not work as it relies on the yet-unmerged clock code for bcm11351. This patch does not apply to -rc, and when tweaked it does not compile as it references non-existent bsc_clks. Has the clk patches been submitted yet ? Applying this will have to wait until those have