From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 1/2] mfd: Fixup clients of multi_reg_write/register_patch Date: Fri, 18 Sep 2015 09:33:36 +0100 Message-ID: <20150918083336.GE7694@ck-lbox> References: <20150717143934.4f0ce5d7@canb.auug.org.au> <20150717094436.GC21939@opensource.wolfsonmicro.com> <20150717103450.GJ11162@sirena.org.uk> <20150717140926.GG21939@opensource.wolfsonmicro.com> <20150720115935.686b556e@canb.auug.org.au> <20150918135015.1c5ab86e@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:35395 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753000AbbIRI5Y (ORCPT ); Fri, 18 Sep 2015 04:57:24 -0400 Content-Disposition: inline In-Reply-To: <20150918135015.1c5ab86e@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Mark Brown , Nariman Poushin , Lee Jones , Liam Girdwood , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Richard Fitzgerald On Fri, Sep 18, 2015 at 01:50:15PM +1000, Stephen Rothwell wrote: > Hi all, > > On Mon, 20 Jul 2015 11:59:35 +1000 Stephen Rothwell wrote: > > > > On Fri, 17 Jul 2015 15:09:26 +0100 Nariman Poushin wrote: > > > > > > Introduced by: > > > commit 8019ff6cfc04 > > > ("regmap: Use reg_sequence for multi_reg_write / register_patch") > > > > > > Interacting with: > > > commit 561629755a21 ("mfd: arizona: Add support for WM8998 and WM1814") > > > commit 81207880cef2 ("mfd: wm5110: Add register patch for rev E and above") > > > > > > Signed-off-by: Nariman Poushin > > > --- > > > drivers/mfd/wm5110-tables.c | 2 +- > > > drivers/mfd/wm8998-tables.c | 2 +- > > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > I will apply both these patches as merge fix patches in linux-next > > today. Thanks. > > It looks like that patch has been forgotten as I am still applying it > to the linux-next tree every day ... Apologies if I am a little out of my depth here, but are we in the situation where you are expecting this to go through the MFD tree and Lee is expecting it to go through your tree? Assuming this is the case, Lee could you perhaps pull this fix in fairly soon? As it is causing build warning for some configs, in Linus's tree at the moment. I am quite happy to resend it on Nariman's behalf if required (he is on holiday at the moment). Thanks, Charles From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752364AbbIRI5w (ORCPT ); Fri, 18 Sep 2015 04:57:52 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:35395 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753000AbbIRI5Y (ORCPT ); Fri, 18 Sep 2015 04:57:24 -0400 Date: Fri, 18 Sep 2015 09:33:36 +0100 From: Charles Keepax To: Stephen Rothwell CC: Mark Brown , Nariman Poushin , Lee Jones , Liam Girdwood , , , Richard Fitzgerald Subject: Re: [PATCH 1/2] mfd: Fixup clients of multi_reg_write/register_patch Message-ID: <20150918083336.GE7694@ck-lbox> References: <20150717143934.4f0ce5d7@canb.auug.org.au> <20150717094436.GC21939@opensource.wolfsonmicro.com> <20150717103450.GJ11162@sirena.org.uk> <20150717140926.GG21939@opensource.wolfsonmicro.com> <20150720115935.686b556e@canb.auug.org.au> <20150918135015.1c5ab86e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20150918135015.1c5ab86e@canb.auug.org.au> User-Agent: Mutt/1.5.20 (2009-06-14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-09-18_03:2015-09-17,2015-09-18,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1508030000 definitions=main-1509180135 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 18, 2015 at 01:50:15PM +1000, Stephen Rothwell wrote: > Hi all, > > On Mon, 20 Jul 2015 11:59:35 +1000 Stephen Rothwell wrote: > > > > On Fri, 17 Jul 2015 15:09:26 +0100 Nariman Poushin wrote: > > > > > > Introduced by: > > > commit 8019ff6cfc04 > > > ("regmap: Use reg_sequence for multi_reg_write / register_patch") > > > > > > Interacting with: > > > commit 561629755a21 ("mfd: arizona: Add support for WM8998 and WM1814") > > > commit 81207880cef2 ("mfd: wm5110: Add register patch for rev E and above") > > > > > > Signed-off-by: Nariman Poushin > > > --- > > > drivers/mfd/wm5110-tables.c | 2 +- > > > drivers/mfd/wm8998-tables.c | 2 +- > > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > I will apply both these patches as merge fix patches in linux-next > > today. Thanks. > > It looks like that patch has been forgotten as I am still applying it > to the linux-next tree every day ... Apologies if I am a little out of my depth here, but are we in the situation where you are expecting this to go through the MFD tree and Lee is expecting it to go through your tree? Assuming this is the case, Lee could you perhaps pull this fix in fairly soon? As it is causing build warning for some configs, in Linus's tree at the moment. I am quite happy to resend it on Nariman's behalf if required (he is on holiday at the moment). Thanks, Charles