Re: [U-Boot] [PATCH V7 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device

2017-06-28 Thread Eddie Cai
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 : >> > >> >

Re: [U-Boot] [PATCH V7 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device

2017-06-28 Thread 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 Lukasz > >> > >> > >> > >> 2017-05-29 15:51

Re: [U-Boot] [PATCH v10 0/6] Add Intel Arria 10 SoC FPGA driver

2017-06-28 Thread Chee, Tien Fong
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

Re: [U-Boot] [PATCH v10 5/6] drivers: Enable FPGA driver build on SPL

2017-06-28 Thread Chee, Tien Fong
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

Re: [U-Boot] [PATCH v10 3/6] arm: socfpga: Convert FPGA and FPGA_ALTERA configuration to Kconfig

2017-06-28 Thread Chee, Tien Fong
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

Re: [U-Boot] [PATCH 05/16] usb: hub: Add a new API to test if a hub device is root hub

2017-06-28 Thread Bin Meng
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.

[U-Boot] [PATCH] ARM: make memset and memcpy prompt message more clearly

2017-06-28 Thread Andy Yan
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

Re: [U-Boot] [PATCH 07/16] usb: hub: Translate USB 3.0 hub port status into old version

2017-06-28 Thread Bin Meng
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: >

Re: [U-Boot] question regarding the odroidc2 board support

2017-06-28 Thread daggs
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

Re: [U-Boot] question regarding the odroidc2 board support

2017-06-28 Thread Lukasz Majewski
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

[U-Boot] [PATCH] atmel, at91: fix taurus board

2017-06-28 Thread Heiko Schocher
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

Re: [U-Boot] [PATCHv6 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

2017-06-28 Thread Jorge Ramirez
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

Re: [U-Boot] [PATCH] atmel, at91: fix taurus board

2017-06-28 Thread Yang, Wenyou
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/

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Stefan Roese
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. >

[U-Boot] [PATCH v8 4/8] rockchip: configs: rk3328: enable dwc2 driver and config fastboot

2017-06-28 Thread Meng Dongyang
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

[U-Boot] [PATCH v8 2/8] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-28 Thread Meng Dongyang
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

[U-Boot] [PATCH v8 0/8] rk3328: add support of usb host and gadget

2017-06-28 Thread Meng Dongyang
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

[U-Boot] [PATCH v8 7/8] rockchip: dts: rk3328: support and enable dwc2

2017-06-28 Thread Meng Dongyang
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

[U-Boot] [PATCH v8 3/8] rockchip: dts: rk3328: add fixed regulator node for xhci

2017-06-28 Thread Meng Dongyang
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/

[U-Boot] [PATCH v8 5/8] usb: dwc2: use dev_read_bool() instead of fdt_getprop()

2017-06-28 Thread Meng Dongyang
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

[U-Boot] [PATCH v8 6/8] rockchip: rk3328: board: add support of dwc2 gadget

2017-06-28 Thread Meng Dongyang
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

[U-Boot] [PATCH v8 1/8] usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB

2017-06-28 Thread Meng Dongyang
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

[U-Boot] [PATCH v8 8/8] rockchip: dts: rk3399: control vbus of typec by fixed regulator

2017-06-28 Thread Meng Dongyang
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

Re: [U-Boot] [PATCH 10/16] usb: xhci: Program 'route string' in the input slot context

2017-06-28 Thread Stefan Roese
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

Re: [U-Boot] [PATCH v8 4/8] rockchip: configs: rk3328: enable dwc2 driver and config fastboot

2017-06-28 Thread Dr. Philipp Tomsich
> 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

Re: [U-Boot] [PATCH v8 4/8] rockchip: configs: rk3328: enable dwc2 driver and config fastboot

2017-06-28 Thread rock-chips(daniel.meng)
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

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Bin Meng
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

Re: [U-Boot] [PATCH 10/16] usb: xhci: Program 'route string' in the input slot context

2017-06-28 Thread Bin Meng
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

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Stefan Roese
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 >>>

Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-28 Thread Fabio Estevam
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

[U-Boot] [PATCH] ti816x: Enable ethernet support

2017-06-28 Thread Tom Rini
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/

Re: [U-Boot] [PATCH 07/16] usb: hub: Translate USB 3.0 hub port status into old version

2017-06-28 Thread Marek Vasut
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

[U-Boot] ARM: Running U-boot on Raspberry Pi Zero W

2017-06-28 Thread Grigory Emelyanov
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

[U-Boot] [PATCH] mkimage: fix display of image types list

2017-06-28 Thread Baruch Siach
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

[U-Boot] [PATCH] net: tftp: silence a subscript above array bounds compile time warning

2017-06-28 Thread Vladimir Zapolskiy
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

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Bin Meng
+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

Re: [U-Boot] [PATCH 10/16] usb: xhci: Program 'route string' in the input slot context

2017-06-28 Thread Bin Meng
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,

Re: [U-Boot] [PATCH V7 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device

2017-06-28 Thread Eddie Cai
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: >> >> >

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Bin Meng
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

[U-Boot] [PATCH] scripts: config_whitelist: Handle lines with leading spaces/tabs

2017-06-28 Thread Bin Meng
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 +-

Re: [U-Boot] [PATCH 10/16] usb: xhci: Program 'route string' in the input slot context

2017-06-28 Thread Stefan Roese
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

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Bin Meng
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.

Re: [U-Boot] [PATCH 10/16] usb: xhci: Program 'route string' in the input slot context

2017-06-28 Thread Bin Meng
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, >>>

[U-Boot] Targets with xHCI but without DM_USB

2017-06-28 Thread Stefan Roese
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

Re: [U-Boot] [PATCH 10/16] usb: xhci: Program 'route string' in the input slot context

2017-06-28 Thread Stefan Roese
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

[U-Boot] [PATCH 1/1] driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied

2017-06-28 Thread Santan Kumar
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 +-

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Stefan Roese
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

Re: [U-Boot] Targets with xHCI but without DM_USB

2017-06-28 Thread Vignesh R
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

Re: [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support

2017-06-28 Thread Bin Meng
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