Re: [PATCH 1/1] mmc: cqhci: fix random crash when remove mmc module

2021-03-03 Thread Zhi Li
On Tue, Mar 2, 2021 at 12:39 PM Zhi Li wrote: > > On Tue, Mar 2, 2021 at 10:25 AM Adrian Hunter wrote: > > > > On 2/03/21 5:12 pm, Zhi Li wrote: > > > > > > > > > On Tue, Mar 2, 2021 at 1:03 AM Adrian Hunter > > <mailto:adrian.hun...@intel.

Re: [PATCH 1/1] mmc: cqhci: fix random crash when remove mmc module

2021-03-02 Thread Zhi Li
On Tue, Mar 2, 2021 at 10:25 AM Adrian Hunter wrote: > > On 2/03/21 5:12 pm, Zhi Li wrote: > > > > > > On Tue, Mar 2, 2021 at 1:03 AM Adrian Hunter > <mailto:adrian.hun...@intel.com>> wrote: > > > > On 1/03/21 7:21 pm, Frank Li wrote: > &g

Re: [PATCH] stmmac: pci: Add support for LS7A bridge chip

2020-11-24 Thread Zhi Li
er loongson_gmac_driver = { +.name = "loongson gmac", +.id_table = loongson_gmac_table, +.probe = loongson_gmac_probe, +.remove = loongson_gmac_remove, +.driver = { +.pm = _eth_pm_ops, +}, +}; + +module_pci_driver(loongson_gmac_driver); + +MODULE_DESCRIPTION("Loongson DWMAC PCI driver"); +MODULE_AUTHOR("Zhi Li "); +MODULE_LICENSE("GPL v2"); Thanks - Jiaxun

[PATCH] stmmac: pci: Add support for LS7A bridge chip

2020-07-10 Thread Zhi Li
Add gmac platform data to support LS7A bridge chip. Co-developed-by: Hongbin Li Signed-off-by: Hongbin Li Signed-off-by: Zhi Li --- drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/net/ethernet/stmicro/stmmac

[PATCH v3 1/3] MIPS: Loongson: Cleanup cpu_hwmon.c

2020-07-08 Thread Zhi Li
for (i=0; i Signed-off-by: Zhi Li --- drivers/platform/mips/cpu_hwmon.c | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/drivers/platform/mips/cpu_hwmon.c b/drivers/platform/mips/cpu_hwmon.c index 0d27cb7..fa42b13 100644 --- a/drivers/pl

[PATCH v3 2/3] MIPS: Loongson: Reduce possible loop times and add log in do_thermal_timer()

2020-07-08 Thread Zhi Li
From: Tiezhu Yang Once the temperature of any CPUs is too high, it can power off immediately, no need to check the rest of CPUs, and it is better to print a log before power off, this is useful when analysis the abnormal issues. Signed-off-by: Tiezhu Yang Signed-off-by: Zhi Li --- drivers

[PATCH v3 3/3] MIPS: Loongson: Fix boot warning about hwmon_device_register()

2020-07-08 Thread Zhi Li
-by: Zhi Li --- drivers/platform/mips/cpu_hwmon.c | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/drivers/platform/mips/cpu_hwmon.c b/drivers/platform/mips/cpu_hwmon.c index c9f35e5..386389f 100644 --- a/drivers/platform/mips/cpu_hwmon.c +++ b/drivers

[PATCH v3 0/3] MIPS: Loongson: Fix some issues of cpu_hwmon.c

2020-07-08 Thread Zhi Li
nd add log in do_thermal_timer() Zhi Li (1): MIPS: Loongson: Fix boot warning about hwmon_device_register() drivers/platform/mips/cpu_hwmon.c | 66 +++ 1 file changed, 25 insertions(+), 41 deletions(-) -- 2.1.0

[PATCH v2] MIPS: Remove useless parameter of bootcmdline_init()

2020-05-18 Thread Zhi Li
The parameter "cmdline_p" is useless in bootcmdline_init(),remove it. Signed-off-by: Zhi Li --- v2: - Remove "the" before "bootcmdline_init()" in the patch subject. arch/mips/kernel/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi

[PATCH] MIPS: Remove useless parameter of the bootcmdline_init()

2020-05-18 Thread Zhi Li
The parameter "cmdline_p" is useless in bootcmdline_init(), remove it. Signed-off-by: Zhi Li --- arch/mips/kernel/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 8db533c..7b537fa 100644 --- a

Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition

2017-03-07 Thread Zhi Li
On Fri, Feb 24, 2017 at 9:47 AM, Zhi Li <lzn...@gmail.com> wrote: > On Wed, Feb 15, 2017 at 8:28 AM, Zhi Li <lzn...@gmail.com> wrote: >> On Wed, Feb 15, 2017 at 6:00 AM, <andrei-tiberiu.bre...@nxp.com> wrote: >>> From: Tiberiu Breana <andrei-tiberiu

Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition

2017-03-07 Thread Zhi Li
On Fri, Feb 24, 2017 at 9:47 AM, Zhi Li wrote: > On Wed, Feb 15, 2017 at 8:28 AM, Zhi Li wrote: >> On Wed, Feb 15, 2017 at 6:00 AM, wrote: >>> From: Tiberiu Breana >>> >>> Fixed an error in the "write-accesses" event definition. >>> >

Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition

2017-02-24 Thread Zhi Li
On Wed, Feb 15, 2017 at 8:28 AM, Zhi Li <lzn...@gmail.com> wrote: > On Wed, Feb 15, 2017 at 6:00 AM, <andrei-tiberiu.bre...@nxp.com> wrote: >> From: Tiberiu Breana <andrei-tiberiu.bre...@nxp.com> >> >> Fixed an error in the "write-accesses" even

Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition

2017-02-24 Thread Zhi Li
On Wed, Feb 15, 2017 at 8:28 AM, Zhi Li wrote: > On Wed, Feb 15, 2017 at 6:00 AM, wrote: >> From: Tiberiu Breana >> >> Fixed an error in the "write-accesses" event definition. >> >> Signed-off-by: Tiberiu Breana > > Acked-by: Frank Li Shawn

Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition

2017-02-15 Thread Zhi Li
On Wed, Feb 15, 2017 at 6:00 AM, wrote: > From: Tiberiu Breana > > Fixed an error in the "write-accesses" event definition. > > Signed-off-by: Tiberiu Breana Acked-by: Frank Li >

Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition

2017-02-15 Thread Zhi Li
On Wed, Feb 15, 2017 at 6:00 AM, wrote: > From: Tiberiu Breana > > Fixed an error in the "write-accesses" event definition. > > Signed-off-by: Tiberiu Breana Acked-by: Frank Li > --- > arch/arm/mach-imx/mmdc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH v2 2/2] ARM: imx: Add AXI address filter support for MMDC profiling

2017-02-15 Thread Zhi Li
On Wed, Feb 15, 2017 at 6:00 AM, wrote: > From: Tiberiu Breana > > Add support for an extra config parameter for perf commands: > axi_id, which will be written in the MMDC's MADPCR1 register, > to filter memory usage profiling (see

Re: [PATCH v2 2/2] ARM: imx: Add AXI address filter support for MMDC profiling

2017-02-15 Thread Zhi Li
On Wed, Feb 15, 2017 at 6:00 AM, wrote: > From: Tiberiu Breana > > Add support for an extra config parameter for perf commands: > axi_id, which will be written in the MMDC's MADPCR1 register, > to filter memory usage profiling (see i.MX6 reference manual, > chapter 44.7 MMDC Profiling for AXI

Re: [PATCH 1/2] Fix mmdc_pmu_write_accesses event definition

2017-02-14 Thread Zhi Li
Subject should add prefix like: ARM: imx: fix best regards Frank Li On Tue, Feb 14, 2017 at 3:01 AM, Tiberiu Breana wrote: > Fixed an error in the "write-accesses" event definition. > > Signed-off-by: Tiberiu Breana > --- >

Re: [PATCH 1/2] Fix mmdc_pmu_write_accesses event definition

2017-02-14 Thread Zhi Li
Subject should add prefix like: ARM: imx: fix best regards Frank Li On Tue, Feb 14, 2017 at 3:01 AM, Tiberiu Breana wrote: > Fixed an error in the "write-accesses" event definition. > > Signed-off-by: Tiberiu Breana > --- > arch/arm/mach-imx/mmdc.c | 2 +- > 1 file changed, 1

Re: [PATCH 1/1 v7] ARM: imx: Added perf functionality to mmdc driver

2016-11-08 Thread Zhi Li
On Tue, Nov 8, 2016 at 2:11 PM, Peter Zijlstra <pet...@infradead.org> wrote: > On Tue, Nov 08, 2016 at 01:21:47PM -0600, Zhi Li wrote: >> On Tue, Nov 8, 2016 at 1:00 PM, Paul Gortmaker >> > I just noticed this commit now that linux-next is back after the week off. >&g

Re: [PATCH 1/1 v7] ARM: imx: Added perf functionality to mmdc driver

2016-11-08 Thread Zhi Li
On Tue, Nov 8, 2016 at 2:11 PM, Peter Zijlstra wrote: > On Tue, Nov 08, 2016 at 01:21:47PM -0600, Zhi Li wrote: >> On Tue, Nov 8, 2016 at 1:00 PM, Paul Gortmaker >> > I just noticed this commit now that linux-next is back after the week off. >> > >> >

Re: [PATCH 1/1 v7] ARM: imx: Added perf functionality to mmdc driver

2016-11-08 Thread Zhi Li
On Tue, Nov 8, 2016 at 1:00 PM, Paul Gortmaker wrote: > On Mon, Sep 19, 2016 at 1:47 PM, Frank Li wrote: >> From: Zhengyu Shen >> >> MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 >> and LPDDR2 two

Re: [PATCH 1/1 v7] ARM: imx: Added perf functionality to mmdc driver

2016-11-08 Thread Zhi Li
On Tue, Nov 8, 2016 at 1:00 PM, Paul Gortmaker wrote: > On Mon, Sep 19, 2016 at 1:47 PM, Frank Li wrote: >> From: Zhengyu Shen >> >> MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 >> and LPDDR2 two channel x16/x32 memory types. MMDC is configurable, high >>

Re: [PATCH 1/2] ARM: imx: mmdc perf function support i.MX6QP

2016-11-02 Thread Zhi Li
On Wed, Nov 2, 2016 at 9:40 AM, Shawn Guo wrote: > On Tue, Oct 25, 2016 at 04:26:56PM -0500, Frank Li wrote: >> i.MX6QP added new reigster bit PROFILE_SEL in MADPCR0. >> need set it at perf start. >> >> Signed-off-by: Frank Li >> --- >>

Re: [PATCH 1/2] ARM: imx: mmdc perf function support i.MX6QP

2016-11-02 Thread Zhi Li
On Wed, Nov 2, 2016 at 9:40 AM, Shawn Guo wrote: > On Tue, Oct 25, 2016 at 04:26:56PM -0500, Frank Li wrote: >> i.MX6QP added new reigster bit PROFILE_SEL in MADPCR0. >> need set it at perf start. >> >> Signed-off-by: Frank Li >> --- >> arch/arm/mach-imx/mmdc.c | 45

Re: [PATCH 2/2] ARM: dts: add new compatible stream for i.MX6QP mmdc

2016-11-02 Thread Zhi Li
On Wed, Nov 2, 2016 at 9:42 AM, Shawn Guo wrote: > On Tue, Oct 25, 2016 at 04:26:57PM -0500, Frank Li wrote: >> mmdc of i.MX6QP are little difference with i.MX6Q. >> added new compatible stream fsl,imx6qp-mmdc >> >> Signed-off-by: Frank Li >> --- >>

Re: [PATCH 2/2] ARM: dts: add new compatible stream for i.MX6QP mmdc

2016-11-02 Thread Zhi Li
On Wed, Nov 2, 2016 at 9:42 AM, Shawn Guo wrote: > On Tue, Oct 25, 2016 at 04:26:57PM -0500, Frank Li wrote: >> mmdc of i.MX6QP are little difference with i.MX6Q. >> added new compatible stream fsl,imx6qp-mmdc >> >> Signed-off-by: Frank Li >> --- >> arch/arm/boot/dts/imx6qp.dtsi | 7 +++ >>

Re: [PATCH 1/1 v8] ARM: imx: Added perf functionality to mmdc driver

2016-10-10 Thread Zhi Li
On Mon, Sep 26, 2016 at 11:40 AM, Zhi Li <lzn...@gmail.com> wrote: > On Mon, Sep 19, 2016 at 12:57 PM, Frank Li <frank...@nxp.com> wrote: >> From: Zhengyu Shen <zhengyu.s...@nxp.com> >> >> MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x3

Re: [PATCH 1/1 v8] ARM: imx: Added perf functionality to mmdc driver

2016-10-10 Thread Zhi Li
On Mon, Sep 26, 2016 at 11:40 AM, Zhi Li wrote: > On Mon, Sep 19, 2016 at 12:57 PM, Frank Li wrote: >> From: Zhengyu Shen >> >> MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 >> and LPDDR2 two channel x16/x32 memory types. MMDC is config

Re: [PATCH 1/1 v8] ARM: imx: Added perf functionality to mmdc driver

2016-09-26 Thread Zhi Li
On Mon, Sep 19, 2016 at 12:57 PM, Frank Li wrote: > From: Zhengyu Shen > > MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 > and LPDDR2 two channel x16/x32 memory types. MMDC is configurable, high > performance, and optimized. MMDC

Re: [PATCH 1/1 v8] ARM: imx: Added perf functionality to mmdc driver

2016-09-26 Thread Zhi Li
On Mon, Sep 19, 2016 at 12:57 PM, Frank Li wrote: > From: Zhengyu Shen > > MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 > and LPDDR2 two channel x16/x32 memory types. MMDC is configurable, high > performance, and optimized. MMDC is present on i.MX6 Quad and i.MX6 >

Re: [PATCH v3] Added perf functionality to mmdc driver

2016-08-29 Thread Zhi Li
On Wed, Aug 17, 2016 at 2:42 PM, Zhengyu Shen wrote: > MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 > and LPDDR2 two channel x16/x32 memory types. MMDC is configurable, high > performance, and optimized. MMDC is present on i.MX6 Quad and i.MX6 >

Re: [PATCH v3] Added perf functionality to mmdc driver

2016-08-29 Thread Zhi Li
On Wed, Aug 17, 2016 at 2:42 PM, Zhengyu Shen wrote: > MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 > and LPDDR2 two channel x16/x32 memory types. MMDC is configurable, high > performance, and optimized. MMDC is present on i.MX6 Quad and i.MX6 > QuadPlus devices, but

Re: [PATCH] Added perf functionality to mmdc driver

2016-08-05 Thread Zhi Li
On Fri, Aug 5, 2016 at 9:35 AM, Zhengyu Shen wrote: > $ perf stat -e > mmdc/busy-cycles/,mmdc/read-accesses/,mmdc/read-bytes/,mmdc/total-cycles/,mmdc/write-accesses/,mmdc/write-bytes/ > dd if=/dev/zero of=/dev/null bs=1M count=5000 > Performance counter stats for 'dd

Re: [PATCH] Added perf functionality to mmdc driver

2016-08-05 Thread Zhi Li
On Fri, Aug 5, 2016 at 9:35 AM, Zhengyu Shen wrote: > $ perf stat -e > mmdc/busy-cycles/,mmdc/read-accesses/,mmdc/read-bytes/,mmdc/total-cycles/,mmdc/write-accesses/,mmdc/write-bytes/ > dd if=/dev/zero of=/dev/null bs=1M count=5000 > Performance counter stats for 'dd if=/dev/zero of=/dev/null

Re: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D

2015-10-01 Thread Zhi Li
On Fri, Sep 18, 2015 at 8:12 PM, Shawn Guo wrote: > On Fri, Sep 18, 2015 at 02:38:39PM +, Shenwei Wang wrote: >> >> >> > -Original Message- >> > From: Shawn Guo [mailto:shawn...@kernel.org] >> > Sent: 2015年9月18日 9:15 >> > To: Wang Shenwei-B38339 >> > Cc: ja...@lakedaemon.net; Huang

Re: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D

2015-10-01 Thread Zhi Li
On Fri, Sep 18, 2015 at 8:12 PM, Shawn Guo wrote: > On Fri, Sep 18, 2015 at 02:38:39PM +, Shenwei Wang wrote: >> >> >> > -Original Message- >> > From: Shawn Guo [mailto:shawn...@kernel.org] >> > Sent: 2015年9月18日 9:15 >> > To: Wang Shenwei-B38339 >> > Cc:

Re: [PATCH v6 2/2] ARM: imx: Add suspend codes for imx7D

2015-07-28 Thread Zhi Li
On Tue, Jul 28, 2015 at 9:30 AM, Shawn Guo wrote: > On Tue, Jul 28, 2015 at 02:16:20PM +, Shenwei Wang wrote: >> > The files are named with "-imx7". It's a clear sign that the build of the >> > files >> > should be controlled by something like related to "imx7". >> > Ideally, it should be

Re: [PATCH v6 2/2] ARM: imx: Add suspend codes for imx7D

2015-07-28 Thread Zhi Li
On Tue, Jul 28, 2015 at 9:30 AM, Shawn Guo shawn...@kernel.org wrote: On Tue, Jul 28, 2015 at 02:16:20PM +, Shenwei Wang wrote: The files are named with -imx7. It's a clear sign that the build of the files should be controlled by something like related to imx7. Ideally, it should be

Re: [RFC] pinctrl: pinctrl-imx: implement suspend/resume

2015-06-04 Thread Zhi Li
On Mon, Jun 1, 2015 at 10:12 AM, Stefan Agner wrote: > In some SoC's using the IMX pin controller, the IP looses its state > when entering lowest power modes. Enhance the driver with suspend/ > resume functions restoring the pin states. > --- > Hi all, > > Currently I'm working on implementing

Re: [RFC] pinctrl: pinctrl-imx: implement suspend/resume

2015-06-04 Thread Zhi Li
On Mon, Jun 1, 2015 at 10:12 AM, Stefan Agner ste...@agner.ch wrote: In some SoC's using the IMX pin controller, the IP looses its state when entering lowest power modes. Enhance the driver with suspend/ resume functions restoring the pin states. --- Hi all, Currently I'm working on

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-28 Thread Zhi Li
On Wed, Jan 28, 2015 at 10:40 AM, Stefan Wahren wrote: > The clk init for the i.MX28 in the kernel tries to the set > IO0FRAC and IO1FRAC at once. So this patch fix this problem. Okay, I am fine. I suggest add comment about only change one FRAC once. -- To unsubscribe from this list: send the

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-28 Thread Zhi Li
On Wed, Jan 28, 2015 at 9:52 AM, Stefan Wahren wrote: > Hi, > > Am 28.01.2015 um 04:36 schrieb Zhi Li: >> On Tue, Jan 27, 2015 at 7:51 PM, Mike Turquette >> wrote: >>> Quoting Marek Vasut (2015-01-21 15:39:01) >>>> On Wednesday, January 21, 2015 at 05

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-28 Thread Zhi Li
On Wed, Jan 28, 2015 at 9:52 AM, Stefan Wahren stefan.wah...@i2se.com wrote: Hi, Am 28.01.2015 um 04:36 schrieb Zhi Li: On Tue, Jan 27, 2015 at 7:51 PM, Mike Turquette mturque...@linaro.org wrote: Quoting Marek Vasut (2015-01-21 15:39:01) On Wednesday, January 21, 2015 at 05:16:03 PM, Zhi

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-28 Thread Zhi Li
On Wed, Jan 28, 2015 at 10:40 AM, Stefan Wahren stefan.wah...@i2se.com wrote: The clk init for the i.MX28 in the kernel tries to the set IO0FRAC and IO1FRAC at once. So this patch fix this problem. Okay, I am fine. I suggest add comment about only change one FRAC once. -- To unsubscribe from

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-27 Thread Zhi Li
On Tue, Jan 27, 2015 at 7:51 PM, Mike Turquette wrote: > Quoting Marek Vasut (2015-01-21 15:39:01) >> On Wednesday, January 21, 2015 at 05:16:03 PM, Zhi Li wrote: >> > On Sun, Dec 28, 2014 at 4:26 AM, Stefan Wahren >> > wrote: >> > > Accordin

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-27 Thread Zhi Li
On Tue, Jan 27, 2015 at 7:51 PM, Mike Turquette mturque...@linaro.org wrote: Quoting Marek Vasut (2015-01-21 15:39:01) On Wednesday, January 21, 2015 at 05:16:03 PM, Zhi Li wrote: On Sun, Dec 28, 2014 at 4:26 AM, Stefan Wahren stefan.wah...@i2se.com wrote: According to i.MX23 and i.MX28

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-21 Thread Zhi Li
On Sun, Dec 28, 2014 at 4:26 AM, Stefan Wahren wrote: > According to i.MX23 and i.MX28 reference manual the fractional > clock control registers must be addressed by byte instructions. > I don't think mx23 and mx28 have such limitation. I will double check with IC team about this. RTL is

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-21 Thread Zhi Li
On Sun, Dec 28, 2014 at 4:26 AM, Stefan Wahren stefan.wah...@i2se.com wrote: According to i.MX23 and i.MX28 reference manual the fractional clock control registers must be addressed by byte instructions. I don't think mx23 and mx28 have such limitation. I will double check with IC team about

Re: [PATCH 1/1] net:fec: buffer descriptor member variable order in IMX6

2014-08-21 Thread Zhi Li
On Thu, Aug 21, 2014 at 4:21 AM, Zhu Yanjun wrote: > From Reference Manual, freescale IMX6 is little endian mode. Therefore > the first structure field is length, the second is status. > > CC: David Miller > CC: Frank Li > Signed-off-by: Zhu Yanjun > --- > drivers/net/ethernet/freescale/fec.h

Re: [PATCH 1/1] net:fec: buffer descriptor member variable order in IMX6

2014-08-21 Thread Zhi Li
On Thu, Aug 21, 2014 at 4:21 AM, Zhu Yanjun zyjzyj2...@gmail.com wrote: From Reference Manual, freescale IMX6 is little endian mode. Therefore the first structure field is length, the second is status. CC: David Miller da...@davemloft.net CC: Frank Li frank...@freescale.com Signed-off-by: