Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754716AbcKON0O (ORCPT ); Tue, 15 Nov 2016 08:26:14 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:33270 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483AbcKON0I (ORCPT ); Tue, 15 Nov 2016 08:26:08 -0500 MIME-Version: 1.0 In-Reply-To: <582B0B92.6050209@ti.com> References: <1478947191-30532-1-git-send-email-Nicolae_Rosia@mentor.com> <582B0B92.6050209@ti.com> From: Nicolae Rosia Date: Tue, 15 Nov 2016 15:26:06 +0200 Message-ID: Subject: Re: [PATCH] phy: twl4030-usb: make driver DT only To: Kishon Vijay Abraham I Cc: Nicolae Rosia , linux-kernel@vger.kernel.org, Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, Tony Lindgren Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 825 Lines: 24 Hi, On Tue, Nov 15, 2016 at 3:20 PM, Kishon Vijay Abraham I wrote: > Are you sure about this? I still see a bunch of board files in mach-omap2 using > twl4030. > > Thanks > Kishon You are right, on v4.9 it is still used in arch/arm/mach-omap2/twl-common.c. I forgot to mention that I'm targeting v4.10 with this. On Tony's for-next [0], there are no users: git grep twl4030_usb_data drivers/phy/phy-twl4030-usb.c: struct twl4030_usb_data *pdata = dev_get_platdata(&pdev->dev); drivers/usb/phy/phy-twl6030-usb.c: struct twl4030_usb_data *pdata = dev_get_platdata(dev); include/linux/i2c/twl.h:struct twl4030_usb_data { include/linux/i2c/twl.h: struct twl4030_usb_data *usb; Thanks, Nicolae [0] https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=for-next