Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp5176902ima; Tue, 5 Feb 2019 07:32:33 -0800 (PST) X-Google-Smtp-Source: AHgI3IYR9yyyci1F+xSTkfpZ/XMtQlfl7VsbOHOHZYtjAGhuSSKqrzj0xnXtBSZme12HPD1kW9EA X-Received: by 2002:a17:902:7791:: with SMTP id o17mr5668068pll.60.1549380753777; Tue, 05 Feb 2019 07:32:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549380753; cv=none; d=google.com; s=arc-20160816; b=n2Wmi79IwelkptlN0I7Lb/Gn2zdHVLd/17MxlMZivhJazhUel9Ib3sPH6HLHYS9k8B CIsDIiPKVA+T6SjzvhEnre02oxtLPnxSMEO5MVVg2FxYm2Uu/XWq91riDVdiKcsM/Tfl QqqMusgbWeS0jeWeT7vx9LEupSO3RqnSlPVnEWt3o9ADUveYAl8zn0bspzUKgfeUje5O RlBea3DOPXEYcuTZ1JtdZfgAc7xY8ZNRHaETC4tleBnFtAVVMoqy3Rn4j+XPwESbWcK+ SJgd3e7zbe7vFHf91MIx9w432n0XOt4W3xjTshJo0gozwgco2R8J8wCKWlxwRCRIhU+t j7LA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=viW1pcBmbQXzDZOX2FodkQtps0t2SaMGGTYQjn8fLlw=; b=DFeQAMjZ7hWrwz39rkTMZbLpykWJ5ukWHxCQ537LMlFsXqLUPuUEWcD5g4Alqov50E yu33bukb2cQS+6yxlZmArMGHVhGGFQk1Gb/XtkJU+ss54EBPAdbzofCKJb/OTc1Shzw4 veiO17r7cHnf7tJE8bCW9mYK9lzBSLKQumnVPcWK5r+BaMvxTWB0t9IyuRiehOchWP5D FVjGLXkVp91MA/dZLMxAOUY7A6LVt17V54x2xMoNb7AeSGOE9NMsjBTpUoDSTz9fiqF+ Kcgkm5127NVBgG+xnCP/+E+a8+tN5pkyZA6xVZ032RufzZNObAxTyADTd05qZjvFezU3 49yQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q14si3377718pgf.47.2019.02.05.07.32.16; Tue, 05 Feb 2019 07:32:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729892AbfBEP3M (ORCPT + 99 others); Tue, 5 Feb 2019 10:29:12 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:52192 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1729525AbfBEP3M (ORCPT ); Tue, 5 Feb 2019 10:29:12 -0500 Received: (qmail 2180 invoked by uid 2102); 5 Feb 2019 10:29:11 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Feb 2019 10:29:11 -0500 Date: Tue, 5 Feb 2019 10:29:11 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Bartosz Golaszewski cc: Sekhar Nori , Kevin Hilman , Greg Kroah-Hartman , , , , Linus Walleij , Bartosz Golaszewski Subject: Re: [PATCH 0/8] ARM: davinci: move the da8xx-ohci GPIO logic into the driver In-Reply-To: <20190205102546.29457-1-brgl@bgdev.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 5 Feb 2019, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > In order to drop the hard-coded GPIO base values from the davinci GPIO > driver's platform data, we first need to get rid of all calls to the > legacy GPIO functions. > > This series moves the GPIO logic related to da8xx-ohci out of the board > files and into the driver code. > > First two patches are just coding style tweaks. Next two add the GPIO > lookup entries to the board files. Patch 5 add the vbus and overcurrent > GPIO logic to the davinci USB host driver. Last three remove code that's > no longer used. > > Bartosz Golaszewski (8): > usb: ohci-da8xx: add a new line after local variables > usb: ohci-da8xx: add a helper pointer to &pdev->dev > ARM: davinci: omapl138-hawk: use gpio lookup entries for usb gpios > ARM: davinci: da830-evm: use gpio lookup entries for usb gpios > usb: ohci-da8xx: add vbus and overcurrent gpios > ARM: davinci: omapl138-hawk: remove legacy usb helpers > ARM: davinci: da830-evm: remove legacy usb helpers > usb: ohci-da8xx: remove unused callbacks from platform data > > arch/arm/mach-davinci/board-da830-evm.c | 73 ++---------- > arch/arm/mach-davinci/board-omapl138-hawk.c | 81 ++------------ > drivers/usb/host/ohci-da8xx.c | 118 ++++++++++---------- > include/linux/platform_data/usb-davinci.h | 14 --- > 4 files changed, 77 insertions(+), 209 deletions(-) For patches 1, 2, 5, and 8: Acked-by: Alan Stern