From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932398AbcHKMKf (ORCPT ); Thu, 11 Aug 2016 08:10:35 -0400 Received: from mail-oi0-f46.google.com ([209.85.218.46]:36362 "EHLO mail-oi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932231AbcHKMKa (ORCPT ); Thu, 11 Aug 2016 08:10:30 -0400 MIME-Version: 1.0 In-Reply-To: <1470833545-29462-2-git-send-email-j-keerthy@ti.com> References: <1470833545-29462-1-git-send-email-j-keerthy@ti.com> <1470833545-29462-2-git-send-email-j-keerthy@ti.com> From: Linus Walleij Date: Thu, 11 Aug 2016 14:10:24 +0200 Message-ID: Subject: Re: [PATCH v7 1/5] mfd: tps65218: Remove redundant read wrapper To: Keerthy Cc: Mark Brown , Lee Jones , Tony Lindgren , Dmitry Torokhov , Alexandre Courbot , "devicetree@vger.kernel.org" , Rob Herring , Linux Input , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Tero Kristo , Russ Dill , Dave Gerlach , Linux-OMAP , "linux-kernel@vger.kernel.org" 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 Wed, Aug 10, 2016 at 2:52 PM, Keerthy wrote: > Currently read directly calls the repmap read function. Hence > remove the redundant wrapper and use regmap read wherever > needed. > > Signed-off-by: Keerthy > Acked-by: Lee Jones Acked-by: Linus Walleij I assume an immutable branch will not be needed for this, this small changed "should not" collide with anything in my tree (famous last words)... Yours, Linus Walleij