Hi Stefan,
On Thu, Jun 29, 2017 at 2:13 PM, Stefan Roese wrote:
> Hi Bin,
>
> On 29.06.2017 07:39, Bin Meng wrote:
>> Hi Stefan,
>>
>> On Wed, Jun 28, 2017 at 8:47 PM, Stefan Roese wrote:
>>> Hi Bin,
>>>
>>> On 28.06.2017 14:11, Bin Meng wrote:
On Wed, Jun 28, 2017 at 7:00 PM, Stefan Roese
Hi Stefan,
On Thursday 29 June 2017 11:15 AM, Stefan Roese wrote:
> Hi,
>
> as you might have noticed, Bin Meng is currently greatly improving
> the U-Boot xHCI support. While doing this, he noticed that some
> additions are more complex and especially ugly to add, since some
> users of the xHCI
Hi Bin,
On 29.06.2017 07:39, Bin Meng wrote:
> Hi Stefan,
>
> On Wed, Jun 28, 2017 at 8:47 PM, Stefan Roese wrote:
>> Hi Bin,
>>
>> On 28.06.2017 14:11, Bin Meng wrote:
>>> On Wed, Jun 28, 2017 at 7:00 PM, Stefan Roese wrote:
Hi Bin,
On 26.06.2017 13:05, Bin Meng wrote:
> Thi
In fsl_mc_ldpaa_exit(), in case of mc is booted and
dpl is applied, it should return earlier without executing
dpbp_exit()
Signed-off-by: Santan Kumar
---
This piece of code is mistakenly removed in below patch.
https://patchwork.ozlabs.org/patch/756038/
drivers/net/fsl-mc/mc.c | 11 +-
Hi Bin,
On 29.06.2017 07:42, Bin Meng wrote:
Hi Stefan,
On Thu, Jun 29, 2017 at 1:29 PM, Stefan Roese wrote:
Hi Bin,
On 29.06.2017 01:00, Bin Meng wrote:
Hi Stefan,
On Wed, Jun 28, 2017 at 8:27 PM, Bin Meng wrote:
Hi Stefan,
On Wed, Jun 28, 2017 at 7:28 PM, Stefan Roese wrote:
Hi
Hi,
as you might have noticed, Bin Meng is currently greatly improving
the U-Boot xHCI support. While doing this, he noticed that some
additions are more complex and especially ugly to add, since some
users of the xHCI support have not enabled CONFIG_DM_USB. This
adds ugly #ifdef's, which we reall
Hi Stefan,
On Thu, Jun 29, 2017 at 1:29 PM, Stefan Roese wrote:
> Hi Bin,
>
>
> On 29.06.2017 01:00, Bin Meng wrote:
>>
>> Hi Stefan,
>>
>> On Wed, Jun 28, 2017 at 8:27 PM, Bin Meng wrote:
>>>
>>> Hi Stefan,
>>>
>>> On Wed, Jun 28, 2017 at 7:28 PM, Stefan Roese wrote:
Hi Bin,
>>>
Hi Stefan,
On Wed, Jun 28, 2017 at 8:47 PM, Stefan Roese wrote:
> Hi Bin,
>
> On 28.06.2017 14:11, Bin Meng wrote:
>> On Wed, Jun 28, 2017 at 7:00 PM, Stefan Roese wrote:
>>> Hi Bin,
>>>
>>> On 26.06.2017 13:05, Bin Meng wrote:
This series is the final series of the xHCI driver update.
Hi Bin,
On 29.06.2017 01:00, Bin Meng wrote:
Hi Stefan,
On Wed, Jun 28, 2017 at 8:27 PM, Bin Meng wrote:
Hi Stefan,
On Wed, Jun 28, 2017 at 7:28 PM, Stefan Roese wrote:
Hi Bin,
On 27.06.2017 10:27, Bin Meng wrote:
Hi Stefan,
On Tue, Jun 27, 2017 at 1:23 PM, Stefan Roese wrote:
Hi B
Some Kconfig options are defined in a line with leading spaces/tabs.
Update build-whitelist/check-config scripts to handle such cases.
Generate a new config_whitelist.txt with new scripts.
Signed-off-by: Bin Meng
---
scripts/build-whitelist.sh | 4 +-
scripts/check-config.sh | 5 +-
On Thu, Jun 29, 2017 at 6:52 AM, Bin Meng wrote:
> +Simon
>
> On Wed, Jun 28, 2017 at 7:00 PM, Stefan Roese wrote:
>> Hi Bin,
>>
>> On 26.06.2017 13:05, Bin Meng wrote:
>>> This series is the final series of the xHCI driver update.
>>>
>>> This adds the missing interrupt transfer support to xHCI
2017-06-28 15:55 GMT+08:00 Lukasz Majewski :
> Hi Eddie,
>
>> Hi Lukasz
>>
>> 2017-06-21 15:44 GMT+08:00 Lukasz Majewski :
>> > Hi Eddie,
>> >
>> >> Hi Eddie,
>> >>
>> >> > 2017-05-31 15:12 GMT+08:00 Lukasz Majewski :
>> >> > > On Wed, 31 May 2017 10:27:23 +0800
>> >> > > Eddie Cai wrote:
>> >> >
Hi Stefan,
On Wed, Jun 28, 2017 at 8:27 PM, Bin Meng wrote:
> Hi Stefan,
>
> On Wed, Jun 28, 2017 at 7:28 PM, Stefan Roese wrote:
>> Hi Bin,
>>
>>
>> On 27.06.2017 10:27, Bin Meng wrote:
>>>
>>> Hi Stefan,
>>>
>>> On Tue, Jun 27, 2017 at 1:23 PM, Stefan Roese wrote:
Hi Bin,
+Simon
On Wed, Jun 28, 2017 at 7:00 PM, Stefan Roese wrote:
> Hi Bin,
>
> On 26.06.2017 13:05, Bin Meng wrote:
>> This series is the final series of the xHCI driver update.
>>
>> This adds the missing interrupt transfer support to xHCI driver, so
>> that devices like USB keyboard that uses interr
For strncpy() select a minimal string length of destination and source
strings, here DEFAULT_NAME_LEN is preferable to MAX_LEN.
Due to the NUL-terminated contents of default_string the change is
a noop, however it removes a compilation warning if SH2/3/4 platform
specific strncpy() function is use
Since commit 5b9d44df2307f (mkimage: Display a better list of available image
types) mkimage usage text suggest to "use -T to see a list of available image
types". Unfortunately, commit 02221f29deb8 (mkimage: Convert to use getopt())
broke that feature, because getopt() fails when -T has no option
Hi
We are trying to run U-Boot on the Raspberry Pi Zero W. But all our
attempts have
finished at rainbow screen. During our experiments we have been following
an
instructions from (with a different config file, configs/rpi_defconfig).
http://ltekieli.com/buildroot-with-raspberry-pi-u-boot/
Also
On 06/28/2017 10:28 AM, Bin Meng wrote:
> Hi Marek,
>
> On Tue, Jun 27, 2017 at 7:57 AM, Bin Meng wrote:
>> Hi Marek,
>>
>> On Tue, Jun 27, 2017 at 2:06 AM, Marek Vasut wrote:
>>> On 06/24/2017 03:53 AM, Bin Meng wrote:
Hi Marek,
On Sat, Jun 24, 2017 at 1:59 AM, Marek Vasut wrote
The ti816x SoC revision of the ethernet IP block is handled by the
"davinci_emac" driver, rather than the "cpsw" driver as done by later
members of the family. Enable the relevant plumbing.
Signed-off-by: Sriramakrishnan
Signed-off-by: Vitaly Wool
Signed-off-by: Tom Rini
---
arch/arm/include/
Hi Gautam,
On Tue, Jun 27, 2017 at 11:32 PM, mind entropy wrote:
> Hi Fabio,
>
> The patch for the kernel was supposed to be next. Should I send the kernel
> patch to mainline or some place else?
Do you have MIPI DSI working in mainline kernel? If you do, please
share the patches.
You can use
Hi Bin,
On 28.06.2017 14:11, Bin Meng wrote:
> On Wed, Jun 28, 2017 at 7:00 PM, Stefan Roese wrote:
>> Hi Bin,
>>
>> On 26.06.2017 13:05, Bin Meng wrote:
>>> This series is the final series of the xHCI driver update.
>>>
>>> This adds the missing interrupt transfer support to xHCI driver, so
>>>
Hi Stefan,
On Wed, Jun 28, 2017 at 7:28 PM, Stefan Roese wrote:
> Hi Bin,
>
>
> On 27.06.2017 10:27, Bin Meng wrote:
>>
>> Hi Stefan,
>>
>> On Tue, Jun 27, 2017 at 1:23 PM, Stefan Roese wrote:
>>>
>>> Hi Bin,
>>>
>>>
>>> On 27.06.2017 02:01, Bin Meng wrote:
On Tue, Jun 27, 2017 at
Hi Stefan,
On Wed, Jun 28, 2017 at 7:00 PM, Stefan Roese wrote:
> Hi Bin,
>
> On 26.06.2017 13:05, Bin Meng wrote:
>> This series is the final series of the xHCI driver update.
>>
>> This adds the missing interrupt transfer support to xHCI driver, so
>> that devices like USB keyboard that uses in
On 2017/6/28 19:55, Dr. Philipp Tomsich wrote:
On 28 Jun 2017, at 13:22, Meng Dongyang wrote:
Config dwc2 driver support host and gadget function. Add support
of fastboot function.
Signed-off-by: Meng Dongyang
Acked-by: Philipp Tomsich
Reviewed-by: Philipp Tomsich
I’ll migrate the remai
> On 28 Jun 2017, at 13:22, Meng Dongyang wrote:
>
> Config dwc2 driver support host and gadget function. Add support
> of fastboot function.
>
> Signed-off-by: Meng Dongyang
> Acked-by: Philipp Tomsich
Reviewed-by: Philipp Tomsich
I’ll migrate the remaining uses of CONFIG_USB_DWC2, when I
Hi Bin,
On 27.06.2017 10:27, Bin Meng wrote:
Hi Stefan,
On Tue, Jun 27, 2017 at 1:23 PM, Stefan Roese wrote:
Hi Bin,
On 27.06.2017 02:01, Bin Meng wrote:
On Tue, Jun 27, 2017 at 2:07 AM, Marek Vasut wrote:
On 06/24/2017 03:57 AM, Bin Meng wrote:
Hi Marek,
On Sat, Jun 24, 2017 at 2:0
Add fixed regulator for the port of typec0 and typec1 to control vbus
instead of gpio.
Signed-off-by: Meng Dongyang
Reviewed-by: Simon Glass
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes in v8: None
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4
The xhci-rockchip driver depends on DM_REGULATOR and DM_USB.
So add dependent features for xhci-rockchip driver in Kconfig.
Signed-off-by: Meng Dongyang
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes in v8: None
Changes in v7: None
Changes in v6:
- New patch, add depends on
Probe dwc2 udc in the function of board_usb_start to enable
usb gadget function.
Signed-off-by: Meng Dongyang
Reviewed-by: Simon Glass
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes in v8: None
Changes in v7: None
Changes in v6: None
Chagnes in v5: None
Changes in v4: None
Use dev_read_bool() instead of fdt_getprop() to get the property
from DTS. And add a comment for "hnp-srp-disable" property to
fully describe its effect.
Signed-off-by: Meng Dongyang
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes in v8: None
Changes in v7:
- Romove unused v
The driver changes gpio to fixed regulator to control vbus, so add
fixed regulator node in DTS for xhci driver.
Signed-off-by: Meng Dongyang
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes in v8: None
Changes in v7: None
Changes in v6:
- New patch, splited from [PATCH,v5,06/
Enable dwc2 controller and add fixed regulator for dwc2 controller to
control vbus.
Signed-off-by: Meng Dongyang
Reviewed-by: Simon Glass
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes in v8: None
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: N
Add support of usb host and gadget function for rk3328.
Changed in v8:
- Convert CONFIG_USB_DWC2 to a Kconfig entry
Changed in v7:
- Romove unused variable ‘prop’ in dwc2 driver
Changed in v6:
- Rebase on the newest code of master branch
- Make xhci-rockchip driver depend on DM_REGULATOR and D
Config dwc2 driver support host and gadget function. Add support
of fastboot function.
Signed-off-by: Meng Dongyang
Acked-by: Philipp Tomsich
---
Changes in v8:
- Convert CONFIG_USB_DWC2 to a Kconfig entry
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes
Use fixed regulator to control the voltage of vbus. Enable vbus
supply when usb start and disable vbus supply when usb stop.
Signed-off-by: Meng Dongyang
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes in v8: None
Changes in v7: None
Changes in v6:
- Remove #ifdef DM_REGULAT
Hi Bin,
On 26.06.2017 13:05, Bin Meng wrote:
> This series is the final series of the xHCI driver update.
>
> This adds the missing interrupt transfer support to xHCI driver, so
> that devices like USB keyboard that uses interrupt transfer when
> CONFIG_SYS_USB_EVENT_POLL is defined can work.
>
On 2017/6/28 17:24, Heiko Schocher wrote:
since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support"
taurus board comes not up anymore. Fix it.
Signed-off-by: Heiko Schocher
Thank you.
Acked-by: Wenyou Yang
---
arch/arm/dts/at91sam9g20-taurus.dts | 2 ++
board/siemens/taurus/
On 06/26/2017 03:52 PM, Jorge Ramirez-Ortiz wrote:
This port adds support for:
1) Serial
2) eMMC
3) USB
It has been tested with ARM TRUSTED FIRMWARE running u-boot as the
BL33 executable [see board's README]
FYI, I just submitted the Pull Request to the arm trusted
since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support"
taurus board comes not up anymore. Fix it.
Signed-off-by: Heiko Schocher
---
arch/arm/dts/at91sam9g20-taurus.dts | 2 ++
board/siemens/taurus/taurus.c | 9 -
configs/taurus_defconfig| 3 +++
3 files cha
On Wed, 28 Jun 2017 10:44:17 +0200
daggs wrote:
> Greetings Lukasz,
>
> > Sent: Tuesday, June 27, 2017 at 4:12 PM
> > From: "Lukasz Majewski"
> > To: daggs
> > Cc: u-boot@lists.denx.de
> > Subject: Re: [U-Boot] question regarding the odroidc2 board support
> >
> > On Tue, 27 Jun 2017 13:58:46
Greetings Lukasz,
> Sent: Tuesday, June 27, 2017 at 4:12 PM
> From: "Lukasz Majewski"
> To: daggs
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] question regarding the odroidc2 board support
>
> On Tue, 27 Jun 2017 13:58:46 +0200
> daggs wrote:
>
> > Greetings Lukasz
> >
> > > Sent: Tues
Hi Marek,
On Tue, Jun 27, 2017 at 7:57 AM, Bin Meng wrote:
> Hi Marek,
>
> On Tue, Jun 27, 2017 at 2:06 AM, Marek Vasut wrote:
>> On 06/24/2017 03:53 AM, Bin Meng wrote:
>>> Hi Marek,
>>>
>>> On Sat, Jun 24, 2017 at 1:59 AM, Marek Vasut wrote:
On 06/23/2017 11:54 AM, Bin Meng wrote:
>
The origin SPL_USE_ARCH_MEMSET/MEMCPY use same prompt message
as USE_ARCH_MEMSET/MEMCPY, which makes it's hard to distinguish
them in menuconfig interface. This patch gives them different
prompt messages for spl and none-spl config.
Signed-off-by: Andy Yan
---
arch/arm/Kconfig | 4 ++--
1 file
Hi Marek,
On Sat, Jun 24, 2017 at 1:55 AM, Marek Vasut wrote:
> On 06/23/2017 11:54 AM, Bin Meng wrote:
>> Sometimes we need know if a given hub device is root hub or not.
>> Add a new API to test this.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> common/usb_hub.c | 10 ++
>> include/usb.
On Sel, 2017-06-27 at 09:45 -0500, Dinh Nguyen wrote:
>
> On 06/07/2017 11:33 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > This converts the following to Kconfig:
> > CONFIG_FPGA
> > CONFIG_FPGA_ALTERA
> >
> > Signed-off-by: Tien Fong Chee
> > ---
> > config
On Sel, 2017-06-27 at 00:56 -0500, Dinh Nguyen wrote:
>
> On 06/07/2017 11:33 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > Enable FPGA driver build for SPL because FPGA driver is needed for
> > SPL
> > to configure and getting DDR up before loading U-boot into DDR an
On Sel, 2017-06-27 at 09:56 -0500, Dinh Nguyen wrote:
>
> On 06/07/2017 11:33 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > This is the 10th version of patchset to adds support for Intel
> > Arria 10 SoC FPGA
> > driver. This version mainly resolved comments from Mare
Hi Eddie,
> Hi Lukasz
>
> 2017-06-21 15:44 GMT+08:00 Lukasz Majewski :
> > Hi Eddie,
> >
> >> Hi Eddie,
> >>
> >> > 2017-05-31 15:12 GMT+08:00 Lukasz Majewski :
> >> > > On Wed, 31 May 2017 10:27:23 +0800
> >> > > Eddie Cai wrote:
> >> > >
> >> > >> Hi Lukasz
> >> > >>
> >> > >> 2017-05-29 15:51
Hi Lukasz
2017-06-21 15:44 GMT+08:00 Lukasz Majewski :
> Hi Eddie,
>
>> Hi Eddie,
>>
>> > 2017-05-31 15:12 GMT+08:00 Lukasz Majewski :
>> > > On Wed, 31 May 2017 10:27:23 +0800
>> > > Eddie Cai wrote:
>> > >
>> > >> Hi Lukasz
>> > >>
>> > >> 2017-05-29 15:51 GMT+08:00 Lukasz Majewski :
>> > >> >
49 matches
Mail list logo