From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754134AbdBHME0 (ORCPT ); Wed, 8 Feb 2017 07:04:26 -0500 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:35398 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753604AbdBHMES (ORCPT ); Wed, 8 Feb 2017 07:04:18 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Wed, 8 Feb 2017 11:20:15 +0000 From: Charles Keepax To: Lee Jones CC: , Subject: Re: [PATCH RESEND 2/4] mfd: arizona: Display register addresses in hex Message-ID: <20170208112015.GU1754@localhost.localdomain> References: <1485873843-8491-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1485873843-8491-2-git-send-email-ckeepax@opensource.wolfsonmicro.com> <20170208102056.hscgwokdyotai7xw@dell> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170208102056.hscgwokdyotai7xw@dell> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702080111 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 08, 2017 at 10:20:56AM +0000, Lee Jones wrote: > On Tue, 31 Jan 2017, Charles Keepax wrote: > > > Register addresses are normally displayed in hex throughout the Arizona > > driver. Update the arizona_poll_reg function to follow this convention. > > > > Signed-off-by: Charles Keepax > > --- > > drivers/mfd/arizona-core.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > For my own reference: > Acked-for-MFD-by: Lee Jones > Apologies but I am not sure do you want me to add these tags to new versions of the patches? I would with a regular Acked-by, but didn't with your last version of these. Thanks, Charles