Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1444600 > unrolled thread

Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

Started byArnd Bergmann <arnd@arndb.de>
First post2016-07-15 23:20 +0200
Last post2016-07-18 08:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY Arnd Bergmann <arnd@arndb.de> - 2016-07-15 23:20 +0200
    Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY Kishon Vijay Abraham I <kishon@ti.com> - 2016-07-18 08:00 +0200

#1444600 — Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

FromArnd Bergmann <arnd@arndb.de>
Date2016-07-15 23:20 +0200
SubjectRe: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY
Message-ID<rViGC-3uN-19@gated-at.bofh.it>
On Tuesday, July 5, 2016 10:53:51 AM CEST Kishon Vijay Abraham I wrote:
> From: David Lechner <david@lechnology.com>
> 
> 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 <david@lechnology.com>
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

This is now in linux-next, but fails to build:

> +#include <linux/clk.h>
> +#include <linux/io.h>
> +#include <linux/of.h>
> +#include <linux/mfd/da8xx-cfgchip.h>

drivers/phy/phy-da8xx-usb.c:19:37: fatal error: linux/mfd/da8xx-cfgchip.h: No such file or directory

	Arnd

[toc] | [next] | [standalone]


#1445224

FromKishon Vijay Abraham I <kishon@ti.com>
Date2016-07-18 08:00 +0200
Message-ID<rW9KW-2ct-5@gated-at.bofh.it>
In reply to#1444600
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 <david@lechnology.com>
>>
>> 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 <david@lechnology.com>
>> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
> 
> This is now in linux-next, but fails to build:
> 
>> +#include <linux/clk.h>
>> +#include <linux/io.h>
>> +#include <linux/of.h>
>> +#include <linux/mfd/da8xx-cfgchip.h>
> 
> 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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web