From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v7 1/5] mfd: tps65218: Remove redundant read wrapper Date: Thu, 11 Aug 2016 14:10:24 +0200 Message-ID: References: <1470833545-29462-1-git-send-email-j-keerthy@ti.com> <1470833545-29462-2-git-send-email-j-keerthy@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f50.google.com ([209.85.218.50]:34803 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932331AbcHKMKZ (ORCPT ); Thu, 11 Aug 2016 08:10:25 -0400 Received: by mail-oi0-f50.google.com with SMTP id l203so2160618oib.1 for ; Thu, 11 Aug 2016 05:10:25 -0700 (PDT) In-Reply-To: <1470833545-29462-2-git-send-email-j-keerthy@ti.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org 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" 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