From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751787AbcGRFvx (ORCPT ); Mon, 18 Jul 2016 01:51:53 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:52003 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751739AbcGRFvr (ORCPT ); Mon, 18 Jul 2016 01:51:47 -0400 Subject: Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY To: Arnd Bergmann References: <1467696237-27831-1-git-send-email-kishon@ti.com> <1467696237-27831-5-git-send-email-kishon@ti.com> <1730171.uECUfcTnbQ@wuerfel> CC: , From: Kishon Vijay Abraham I Message-ID: <578C6E6B.8090104@ti.com> Date: Mon, 18 Jul 2016 11:21:39 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1730171.uECUfcTnbQ@wuerfel> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On Saturday 16 July 2016 02:44 AM, Arnd Bergmann wrote: > On Tuesday, July 5, 2016 10:53:51 AM CEST Kishon Vijay Abraham I wrote: >> From: David Lechner >> >> This is a new phy driver for the SoC USB controllers on the TI DA8xx >> family of microcontrollers. The USB 1.1 PHY is just a simple on/off. >> The USB 2.0 PHY also allows overriding the VBUS and ID pins. >> >> Signed-off-by: David Lechner >> Signed-off-by: Kishon Vijay Abraham I > > This is now in linux-next, but fails to build: > >> +#include >> +#include >> +#include >> +#include > > drivers/phy/phy-da8xx-usb.c:19:37: fatal error: linux/mfd/da8xx-cfgchip.h: No such file or directory I'll look at this. Thanks Kishon