From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 4/7] ASoC: wm8903: simplify gpiolib callbacks Date: Tue, 2 Jun 2015 09:38:02 +0100 Message-ID: <20150602083802.GA3449@opensource.wolfsonmicro.com> References: <1433200031-6748-1-git-send-email-vz@mleia.com> <1433200158-6890-4-git-send-email-vz@mleia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:47575 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752845AbbFBIiF (ORCPT ); Tue, 2 Jun 2015 04:38:05 -0400 Content-Disposition: inline In-Reply-To: <1433200158-6890-4-git-send-email-vz@mleia.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Vladimir Zapolskiy Cc: Mark Brown , Liam Girdwood , Linus Walleij , Alexandre Courbot , Jaroslav Kysela , Takashi Iwai , linux-gpio@vger.kernel.org, alsa-devel@alsa-project.org, Lars-Peter Clausen , Axel Lin , patches@opensource.wolfsonmicro.com On Tue, Jun 02, 2015 at 02:09:15AM +0300, Vladimir Zapolskiy wrote: > The change cleans up gpiolib callbacks, and the main intention is to > remove bitwise operations on GPIO level value as a preceding change to > switch gpiolib callbacks to utilize bool type to represent GPIO level. > > No functional change. > > Signed-off-by: Vladimir Zapolskiy > Cc: Charles Keepax > Cc: Lars-Peter Clausen > Cc: Axel Lin > Cc: patches@opensource.wolfsonmicro.com > --- Acked-by: Charles Keepax Thanks, Charles