Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-22 Thread Marek Vasut
On 12/22/2016 09:38 AM, Peng Fan wrote: > > >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Thursday, December 22, 2016 3:12 PM >> To: Peng Fan ; sba...@denx.de >> Cc: u-boot@lists.denx.de; van.free...@gmail.com >> Subject: Re: [PATCH 3/3] imx: mx6sllevk: add us

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-22 Thread Marek Vasut
On 12/22/2016 09:55 AM, Peng Fan wrote: > > >>> +#define USB_OTHERREGS_OFFSET 0x800 >>> +#define UCTRL_PWR_POL (1 << 9) >>> + >>> +int board_ehci_hcd_init(int port) { >>> + u32 *usbnc_usb_ctrl; >>> + >>> + if (port > 1) >>

Re: [U-Boot] [PATCH V2 2/3] usb: ehci-mx6: handle vbus-supply

2016-12-22 Thread Marek Vasut
On 12/22/2016 10:06 AM, Peng Fan wrote: > Drop board_ehci_power when dm usb used and switch to use > regulator api to handle vbus. > > Signed-off-by: Peng Fan > Cc: Marek Vasut > Cc: Simon Glass > Cc: Stefano Babic Acked-by: Marek Vasut I'd like a R-B from Simon on this one. -- Best regar

Re: [U-Boot] [PATCH V2 1/3] usb: ehci-mx6: implement ofdata_to_platdata

2016-12-22 Thread Marek Vasut
On 12/22/2016 10:06 AM, Peng Fan wrote: > Implement ofdata_to_platdata to set the type to host or device. > - Check "dr-mode" property. > - If there is no "dr-mode", check phy_ctrl for i.MX6 >and phy_status for i.MX7 > > Signed-off-by: Peng Fan > Cc: Marek Vasut > Cc: Simon Glass > Cc: St

Re: [U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC

2016-12-22 Thread Minkyu Kang
2016년 12월 22일 (목) 07:03, Jaehoon Chung 님이 작성: > Hi, > > > > On 12/21/2016 11:54 PM, Minkyu Kang wrote: > > > Hi, > > > > > > On 15 December 2016 at 18:21, Jaehoon Chung > wrote: > > > > > >> This patchest is for supporting pmic driver-model on Goni board. > > >> (Goni board is S5PC110.) > > >> >

[U-Boot] [PATCH V2 3/3] imx: mx6sllevk: add usb support

2016-12-22 Thread Peng Fan
Add usb support for mx6sllevk board. Signed-off-by: Peng Fan Cc: Stefano Babic --- V2: Drop the polarity setting and CONFIG_USB_MAX_CONTROLLER_COUNT configs/mx6sllevk_defconfig| 5 + configs/mx6sllevk_plugin_defconfig | 5 + include/configs/mx6sllevk.h| 8 3

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-22 Thread Peng Fan
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, December 22, 2016 3:12 PM > To: Peng Fan ; sba...@denx.de > Cc: u-boot@lists.denx.de; van.free...@gmail.com > Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support > > On 12/22/2016 07:38 AM, Peng Fan wr

Re: [U-Boot] [linux-sunxi] Re: Problems to Allwinner H3's eFUSE/SID

2016-12-22 Thread Chen-Yu Tsai
On Tue, Dec 20, 2016 at 12:17 AM, Hans de Goede wrote: > Hi, > > > On 19-12-16 17:06, Icenowy Zheng wrote: >> >> >> >> 19.12.2016, 23:30, "Hans de Goede" : >>> >>> Hi, >>> >>> On 19-12-16 16:22, Icenowy Zheng wrote: Hi everyone, Today, I and KotCzarny on IRC of linux-sunxi fo

Re: [U-Boot] [linux-sunxi] Re: Problems to Allwinner H3's eFUSE/SID

2016-12-22 Thread Hans de Goede
Hi, On 22-12-16 11:31, Chen-Yu Tsai wrote: On Tue, Dec 20, 2016 at 12:17 AM, Hans de Goede wrote: Hi, On 19-12-16 17:06, Icenowy Zheng wrote: 19.12.2016, 23:30, "Hans de Goede" : Hi, On 19-12-16 16:22, Icenowy Zheng wrote: Hi everyone, Today, I and KotCzarny on IRC of linux-sunxi

[U-Boot] [PATCH V2 1/3] usb: ehci-mx6: implement ofdata_to_platdata

2016-12-22 Thread Peng Fan
Implement ofdata_to_platdata to set the type to host or device. - Check "dr-mode" property. - If there is no "dr-mode", check phy_ctrl for i.MX6 and phy_status for i.MX7 Signed-off-by: Peng Fan Cc: Marek Vasut Cc: Simon Glass Cc: Stefano Babic --- V2: Add a ehci_usb_phy_mode function t

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-22 Thread Peng Fan
> > +#define USB_OTHERREGS_OFFSET 0x800 > > +#define UCTRL_PWR_POL (1 << 9) > > + > > +int board_ehci_hcd_init(int port) { > > + u32 *usbnc_usb_ctrl; > > + > > + if (port > 1) > > + return -EINVAL; >

[U-Boot] [PATCH V2 2/3] usb: ehci-mx6: handle vbus-supply

2016-12-22 Thread Peng Fan
Drop board_ehci_power when dm usb used and switch to use regulator api to handle vbus. Signed-off-by: Peng Fan Cc: Marek Vasut Cc: Simon Glass Cc: Stefano Babic --- V2: None drivers/usb/host/ehci-mx6.c | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) d

[U-Boot] [PATCH 1/2] i2c: cdns: Add additional compatible string for r1p14 of the IP.

2016-12-22 Thread Moritz Fischer
Adding additional compatible string for version 1.4 of the IP block. Signed-off-by: Moritz Fischer Cc: Michal Simek Cc: Heiko Schocher --- drivers/i2c/i2c-cdns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/i2c-cdns.c b/drivers/i2c/i2c-cdns.c index f49f60b..ef85a70 100644 --

[U-Boot] [PATCH 2/2] ARM64: zynqmp: Fix i2c node's compatible string

2016-12-22 Thread Moritz Fischer
The Zynq Ultrascale MP uses version 1.4 of the Cadence IP core which fixes some silicon bugs that needed software workarounds in Version 1.0 that was used on Zynq systems. Signed-off-by: Moritz Fischer Cc: Michal Simek Cc: Heiko Schocher --- arch/arm/dts/zynqmp.dtsi | 4 ++-- 1 file changed, 2

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-22 Thread Peng Fan
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, December 22, 2016 4:58 PM > To: Peng Fan ; sba...@denx.de > Cc: u-boot@lists.denx.de; van.free...@gmail.com > Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support > > On 12/22/2016 09:55 AM, Pe

[U-Boot] [PATCH v3 2/2] spl: move RAM boot support in separate file

2016-12-22 Thread Stefan Agner
From: Stefan Agner Add a new top-level config option so support booting an image stored in RAM. This allows to move the RAM boot support into a sparate file and having a single condition to compile that file. Signed-off-by: Stefan Agner --- The series has been build tested using buildman. $ ./

[U-Boot] [PATCH v3 1/2] Convert CONFIG_SPL_RAM_DEVICE to defconfig

2016-12-22 Thread Stefan Agner
From: Stefan Agner This converts the following to Kconfig: CONFIG_SPL_RAM_DEVICE Signed-off-by: Stefan Agner --- Changes in v3: None Changes in v2: None common/spl/Kconfig | 9 + include/configs/microblaze-generic.h | 1 - include/configs/socfpga_common.h | 1