From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756832AbcLQPMl (ORCPT ); Sat, 17 Dec 2016 10:12:41 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:58004 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752784AbcLQPMj (ORCPT ); Sat, 17 Dec 2016 10:12:39 -0500 MIME-Version: 1.0 In-Reply-To: <20161216200906.10028-2-hdegoede@redhat.com> References: <20161216200906.10028-1-hdegoede@redhat.com> <20161216200906.10028-2-hdegoede@redhat.com> From: Chen-Yu Tsai Date: Sat, 17 Dec 2016 23:12:16 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 2/2] mfd: axp20x: Fix axp288 volatile ranges To: Hans de Goede Cc: Lee Jones , Chen-Yu Tsai , "russianneuromancer @ ya . ru" , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 17, 2016 at 4:09 AM, Hans de Goede wrote: > The axp288 pmic has a lot more volatile registers then we were > listing in axp288_volatile_ranges, fix this. > > Signed-off-by: Hans de Goede Acked-by: Chen-Yu Tsai FYI, if you're going to add support for the battery charger detection module later, you would need to add the remaining AXP288_BC_* registers to the writable table.