[PATCH] i2c: rk3x: populate correct variable for sda_falling_time

2015-11-25 Thread Wolfram Sang
Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-rk3x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-rk3x.c b/drivers/i2c/busses/i2c-rk3x.c index c1935ebd6a9c38..9096d17beb5bb0 100644 --- a/drivers/i2c/busses/i2c-rk3x.c +++

Re: [PATCH] i2c: rk3x: populate correct variable for sda_falling_time

2015-11-25 Thread Doug Anderson
Wolfram, On Wed, Nov 25, 2015 at 7:58 AM, Wolfram Sang wrote: > Signed-off-by: Wolfram Sang > --- > drivers/i2c/busses/i2c-rk3x.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i2c/busses/i2c-rk3x.c

Re: [PATCH 2/3] i2c: at91: add DT property "atmel,twd-hold-cycles" to binding

2015-11-25 Thread Rob Herring
On Tue, Nov 24, 2015 at 02:47:41PM +0100, Ludovic Desroches wrote: > From: Wenyou Yang > > Add a DT property "atmel,twd-hold-cycles" to specify the HOLD > filed of TWIHS_CWGR register to increase the TWD hold time. > > Signed-off-by: Wenyou Yang >

Re: [PATCH 1/1] arm64: dts: add all hi6220 i2c nodes

2015-11-25 Thread Xinwei Kong
+to linux-i2c@vger.kernel.org On 2015/11/25 17:49, Xinwei Kong wrote: > This patch adds all I2C nodes for the Hi6220 SoC. This hi6220 Soc > use this I2C IP of Synopsys Designware for HiKey board. > > Signed-off-by: Xinwei Kong > Signed-off-by: Chen Feng

Re: [PATCH v1 11/13] mfd: intel-lpss: Pass HSUART configuration via properties

2015-11-25 Thread Mika Westerberg
On Tue, Nov 24, 2015 at 08:53:04PM +0100, Arnd Bergmann wrote: > On Tuesday 24 November 2015 12:22:57 Andy Shevchenko wrote: > > +static struct property_entry uart_properties[] = { > > + PROPERTY_ENTRY_U32("reg-io-width", 4), > > + PROPERTY_ENTRY_U32("reg-shift", 2), > > +

Re: [PATCH v2 1/1] x86/platform/iosf_mbi: Remove duplicate definitions

2015-11-25 Thread Thomas Gleixner
On Wed, 11 Nov 2015, Andy Shevchenko wrote: > The read and write opcodes are global for all units on SoC and even across > Intel SoCs. Remove duplication of corresponding constants. At the same time > convert all current users. > > No functional change. > > Cc: Thomas Gleixner

Re: [PATCH v2 1/1] x86/platform/iosf_mbi: Remove duplicate definitions

2015-11-25 Thread Thomas Gleixner
On Wed, 25 Nov 2015, Andy Shevchenko wrote: > …we are working on another fix which is based also on this patch. Can > you provide your ACK if you are okay with the changes to arch/x86 ? I'm fine with the patch. Once I have acks, I'll pick it up. Thanks, tglx

Re: [PATCH v2 1/1] x86/platform/iosf_mbi: Remove duplicate definitions

2015-11-25 Thread Andy Shevchenko
On Wed, 2015-11-25 at 15:20 +0100, Thomas Gleixner wrote: > On Wed, 11 Nov 2015, Andy Shevchenko wrote: > > > The read and write opcodes are global for all units on SoC and even > across > > Intel SoCs. Remove duplication of corresponding constants. At the > same time > > convert all current

[PATCH v2] arm64: dts: add all hi6220 i2c nodes

2015-11-25 Thread Xinwei Kong
This patch adds all I2C nodes for the Hi6220 SoC. This hi6220 Soc use this I2C IP of Synopsys Designware for HiKey board. Signed-off-by: Xinwei Kong --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 37 +++ 1 file changed, 37