From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [alsa-devel] [PATCH 177/182] ASoC: wm5100: use gpiochip data pointer Date: Thu, 10 Dec 2015 11:04:55 +0000 Message-ID: <20151210110455.GK6058@localhost.localdomain> References: <1449669089-7167-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:55759 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752073AbbLJLFa (ORCPT ); Thu, 10 Dec 2015 06:05:30 -0500 Content-Disposition: inline In-Reply-To: <1449669089-7167-1-git-send-email-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Johan Hovold , Alexandre Courbot , Michael Welling , Markus Pargmann , Liam Girdwood , Mark Brown , alsa-devel@alsa-project.org On Wed, Dec 09, 2015 at 02:51:29PM +0100, Linus Walleij wrote: > This makes the driver use the data pointer added to the gpio_chip > to store a pointer to the state container instead of relying on > container_of(). > > Cc: Liam Girdwood > Cc: Mark Brown > Cc: alsa-devel@alsa-project.org > Signed-off-by: Linus Walleij > --- > Liam/Mark: please ACK this so I can merge it into the GPIO tree. > --- Acked-by: Charles Keepax I guess you probably still want an ack from Mark before applying to the GPIO tree but for what is worth looks fine to me. Thanks, Charles