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
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)
>>
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
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
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.)
>
> >>
>
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
> -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
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
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
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
> > +#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;
>
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
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
--
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
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
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.
$ ./
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
17 matches
Mail list logo