Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754981AbcKUQyG (ORCPT ); Mon, 21 Nov 2016 11:54:06 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:37614 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753067AbcKUQx7 (ORCPT ); Mon, 21 Nov 2016 11:53:59 -0500 From: Axel Haslam To: nsekhar@ti.com, khilman@baylibre.com, david@lechnology.com Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Axel Haslam Subject: [RESEND PATCH 0/3] ARM: davinci: OHCI: Use a regulator instead of callbacks Date: Mon, 21 Nov 2016 17:53:46 +0100 Message-Id: <20161121165349.29128-1-ahaslam@baylibre.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1303 Lines: 35 With the ultimate goal to able to probe the ohci driver form DT, convert users of OHCI pdata to use a regulator instead of passing platform function pointers. This will help to remove the platform callbacks in a future series. These patches were included in previous series[1], im sending them again to claify that it should go through the devinci tree, and to update the dependencies. [1] https://www.spinics.net/lists/linux-usb/msg148884.html DEPENDENCIES: 1. [PATCH v6 0/5] USB: ohci-da8xx: Add device tree support https://lkml.org/lkml/2016/11/21/558 2. [PATCH v3 0/2] regulator: handling of error conditions for usb drivers https://lkml.org/lkml/2016/11/4/465 3. [PATCH v2 0/3] davinci: ohci: fix usb ohci device name http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1263999.html Axel Haslam (3): ARM: davinci: da830: Handle vbus with a regulator ARM: davinci: hawk: Remove vbus and over current gpios ARM: davinci: remove ohci platform usage arch/arm/mach-davinci/board-da830-evm.c | 108 ++++++++++------------------ arch/arm/mach-davinci/board-omapl138-hawk.c | 99 ++----------------------- arch/arm/mach-davinci/include/mach/da8xx.h | 2 +- arch/arm/mach-davinci/usb-da8xx.c | 3 +- 4 files changed, 44 insertions(+), 168 deletions(-) -- 2.9.3