Re: [PATCH v2] kconfig: merge_config: avoid false positive matches from comment lines

2018-11-05 Thread Arnout Vandecappelle
the sed expression more robust against false positives from > comment lines. The new sed expression matches to only valid patterns. > > Signed-off-by: Masahiro Yamada > Reviewed-by: Petr Vorel Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Regards, Arnout > --- >

Re: [PATCH] tps65910: Work around silicon erratum SWCZ010

2014-08-22 Thread Arnout Vandecappelle
On 08/22/14 15:46, Laxman Dewangan wrote: > On Friday 22 August 2014 05:44 PM, Arnout Vandecappelle (Essensium/Mind) > wrote: > > From http://www.ti.com/lit/pdf/SWCZ010 : > > > > Glitch on SDA-SCL not managed correctly by the I2C IP > > > > Impact: >

Re: [PATCH v2] tps65910: Work around silicon erratum SWCZ010

2014-08-26 Thread Arnout Vandecappelle
On 08/26/14 11:46, Mark Brown wrote: > On Tue, Aug 26, 2014 at 10:25:21AM +0100, Lee Jones wrote: >> On Fri, 22 Aug 2014, Mark Brown wrote: >> >>> On Fri, Aug 22, 2014 at 05:30:56PM +0200, Arnout Vandecappelle >>> (Essensium/Mind) wrote: >>&g

Re: [PATCH v2] tps65910: Work around silicon erratum SWCZ010

2014-08-26 Thread Arnout Vandecappelle
On 08/26/14 12:14, Laxman Dewangan wrote: > Because this patch is dropped from Mark's tree, here is opportunity to revisit > patch. > > On Friday 22 August 2014 09:00 PM, Arnout Vandecappelle (Essensium/Mind) > wrote: >> From http://www.ti.com/lit/pdf/SWCZ010 : >

[PATCH] tps65910: Work around silicon erratum SWCZ010

2014-08-22 Thread Arnout Vandecappelle (Essensium/Mind)
fer is not ACKed by the tps65910. A simple retry will work around it, because a subsequent I2C start condition is detected properly by the tps65910. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- This patch is based on v3.17-rc1. Build-tested with omap2plus_defconfig. Runtime tested based

[PATCH v2] tps65910: Work around silicon erratum SWCZ010

2014-08-22 Thread Arnout Vandecappelle (Essensium/Mind)
in the case of a single SCL toggle. Workaround: Repeat I2C access. A simpler workaround is to make a dummy transfer just before the first access to the tps65910 chip. This can be done unconditionally. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- This patch is based on v3.17-rc1. Bu