From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754085AbbLATlD (ORCPT ); Tue, 1 Dec 2015 14:41:03 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:37857 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441AbbLATlB (ORCPT ); Tue, 1 Dec 2015 14:41:01 -0500 Subject: Re: [PATCH v7 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC To: Linus Walleij References: <1447869580-10416-1-git-send-email-afd@ti.com> <1447869580-10416-6-git-send-email-afd@ti.com> CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Alexandre Courbot , Samuel Ortiz , Lee Jones , Liam Girdwood , Mark Brown , "devicetree@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" From: "Andrew F. Davis" Message-ID: <565DF7BD.6010204@ti.com> Date: Tue, 1 Dec 2015 13:40:45 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/30/2015 02:26 AM, Linus Walleij wrote: > On Wed, Nov 18, 2015 at 6:59 PM, Andrew F. Davis wrote: > >> This patch adds support for the TPS65912 PMIC GPIOs. >> >> TPS65912 has five configurable GPIOs that can be used for several >> purposes. >> >> Signed-off-by: Andrew F. Davis >> Reviewed-by: Linus Walleij > > (...) >> + gpio->tps = dev_get_drvdata(pdev->dev.parent); >> + gpio->gpio_chip = template_chip; >> + gpio->gpio_chip.dev = tps->dev; > > This is now renamed .parent in linux-next. It needs to be changed if the > code should compile after merge. > Are you able to make this change when you pick this up or would you like me to resend this? > Yours, > Linus Walleij >