Re: [PATCH] thermal: rockchip: disable thermal->clk in err case

2016-03-02 Thread Caesar Wang
Hi , Sorry for the missing it. 在 2016年02月15日 10:27, Shawn Lin 写道: Disable thermal->clk when enabling pclk fails in resume routine. Signed-off-by: Shawn Lin Reviewed-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) d

Re: [PATCH v4 0/4] add reboot mode driver

2016-03-02 Thread Caesar Wang
- use macro defined in rockchip_boot-mode.h for reboot-mode DT node Andy Yan (4): dt-bindings: power: reset: add document for reboot-mode driver power: reset: add reboot mode driver ARM: dts: rockchip: add syscon-reboot-mode DT node ARM64: dts: rockchip: add syscon-reboot-mode DT node

Re: [PATCH v4 0/4] add reboot mode driver

2016-03-02 Thread Caesar Wang
- use macro defined in rockchip_boot-mode.h for reboot-mode DT node Andy Yan (4): dt-bindings: power: reset: add document for reboot-mode driver power: reset: add reboot mode driver ARM: dts: rockchip: add syscon-reboot-mode DT node ARM64: dts: rockchip: add syscon-reboot-mode DT node

[PATCH v2] dmaengine: pl330: fix to support the burst mode

2016-02-24 Thread Caesar Wang
nsmit" Reported-by: Dinh Nguyen <dingu...@opensource.altera.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> Tested-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Tested-by: Dinh Nguyen <dingu...@opensource.altera.com> --- Changes in v2: - s/brust/burst -

[PATCH v2] dmaengine: pl330: fix to support the burst mode

2016-02-24 Thread Caesar Wang
nsmit" Reported-by: Dinh Nguyen Signed-off-by: Caesar Wang Tested-by: Bartlomiej Zolnierkiewicz Tested-by: Dinh Nguyen --- Changes in v2: - s/brust/burst - add Dinh and Bartlomiej test tags. drivers/dma/pl330.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/d

Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA

2016-02-24 Thread Caesar Wang
在 2016年02月24日 21:24, Bartlomiej Zolnierkiewicz 写道: Hi, On Wednesday, February 24, 2016 02:01:59 PM Caesar Wang wrote: Hi, Thanks Dinh & Alexander for the intergration testing. --- @Dinh, Can you test it again with the patch[0]? patch[0]: https://patchwork.kernel.org/patch/839

Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA

2016-02-24 Thread Caesar Wang
在 2016年02月24日 21:24, Bartlomiej Zolnierkiewicz 写道: Hi, On Wednesday, February 24, 2016 02:01:59 PM Caesar Wang wrote: Hi, Thanks Dinh & Alexander for the intergration testing. --- @Dinh, Can you test it again with the patch[0]? patch[0]: https://patchwork.kernel.org/patch/839

Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA

2016-02-23 Thread Caesar Wang
Hi, Thanks Dinh & Alexander for the intergration testing. --- @Dinh, Can you test it again with the patch[0]? patch[0]: https://patchwork.kernel.org/patch/8398511/ - Caesar 在 2016年02月23日 23:14, Dinh Nguyen 写道: Hi, Sorry that I couldn't get to this sooner. On 02/18/2016 10:07 AM,

Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA

2016-02-23 Thread Caesar Wang
Hi, Thanks Dinh & Alexander for the intergration testing. --- @Dinh, Can you test it again with the patch[0]? patch[0]: https://patchwork.kernel.org/patch/8398511/ - Caesar 在 2016年02月23日 23:14, Dinh Nguyen 写道: Hi, Sorry that I couldn't get to this sooner. On 02/18/2016 10:07 AM,

[PATCH] dmaengine: pl330: fix to support the brust mode

2016-02-23 Thread Caesar Wang
nsmit" Reported-by: Dinh Nguyen <dingu...@opensource.altera.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/dma/pl330.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 1b0453b..372b435 10

[PATCH] dmaengine: pl330: fix to support the brust mode

2016-02-23 Thread Caesar Wang
nsmit" Reported-by: Dinh Nguyen Signed-off-by: Caesar Wang --- drivers/dma/pl330.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 1b0453b..372b435 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c @@ -1161

Re: [PATCH v5 2/8] clk: rockchip: rk3036: fix and add node id for emac clock

2016-02-20 Thread Caesar Wang
Heiko, 在 2016年02月21日 10:26, Heiko Stuebner 写道: Hi Caesar, Xing, Am Dienstag, 2. Februar 2016, 11:48:19 schrieb Caesar Wang: From: zhengxing <zhengx...@rock-chips.com> In the emac driver, we need to refer HCLK_MAC since there are only 3PLLs (APLL/GPLL/DPLL) on the rk3036, most clock are

Re: [PATCH v5 2/8] clk: rockchip: rk3036: fix and add node id for emac clock

2016-02-20 Thread Caesar Wang
Heiko, 在 2016年02月21日 10:26, Heiko Stuebner 写道: Hi Caesar, Xing, Am Dienstag, 2. Februar 2016, 11:48:19 schrieb Caesar Wang: From: zhengxing In the emac driver, we need to refer HCLK_MAC since there are only 3PLLs (APLL/GPLL/DPLL) on the rk3036, most clock are under the GPLL

Re: [PATCH v5 1/8] ARM: dts: rockchip: add hdmi/vop device node for rk3036

2016-02-20 Thread Caesar Wang
在 2016年02月21日 08:03, Heiko Stuebner 写道: Am Dienstag, 2. Februar 2016, 11:40:50 schrieb Caesar Wang: This patch adds the needed display info for rk3036 SOCs. The rk3036 support two overlay plane and one hwc plane, it supports IOMMU, and its IOMMU same as rk3288's. Meanwhile, add the inno hdmi

Re: [PATCH v5 1/8] ARM: dts: rockchip: add hdmi/vop device node for rk3036

2016-02-20 Thread Caesar Wang
在 2016年02月21日 08:03, Heiko Stuebner 写道: Am Dienstag, 2. Februar 2016, 11:40:50 schrieb Caesar Wang: This patch adds the needed display info for rk3036 SOCs. The rk3036 support two overlay plane and one hwc plane, it supports IOMMU, and its IOMMU same as rk3288's. Meanwhile, add the inno hdmi

[RESEND PATCH 5/8] thermal: rockchip: the rename compatibles for rockchip SoCs

2016-02-14 Thread Caesar Wang
This patch renames to be more adapter compatibles since more and more SoCs are supported in thermal driver. Reported-by: Huang,Tao <huang...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/thermal/rockchip_thermal.c | 50 +

[RESEND PATCH 2/8] clk: rockchip: add the tsadc clocks found on rk3228 SoCs

2016-02-14 Thread Caesar Wang
This patch adds the needed clocks for rk3228 tsadc. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/clk/rockchip/clk-rk3228.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c index c

[RESEND PATCH 8/8] ARM: dts: rockchip: enable the tsadc for rk3228 evb

2016-02-14 Thread Caesar Wang
This patch enables the tsadc for rk3228 evb board. The rk3228 evb board uses the CRU to reset the chip since it hasn't the PMIC to connect it, and TSHUT is low active on evb board. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/arm/boot/dts/rk3228-evb.dts | 7 +++

[RESEND PATCH 6/8] thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399

2016-02-14 Thread Caesar Wang
SoCs in thermal driver" Reported-by: Elaine Zhang <zhangq...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/thermal/rockchip_thermal.c | 176 + 1 file changed, 102 insertions(+), 74 deletions(-) diff --git a/drive

[RESEND PATCH 4/8] thermal: rockchip: fix calculation error for code_to_temp

2016-02-14 Thread Caesar Wang
From: Elaine Zhang <zhangq...@rock-chips.com> the calculation use a global table, not their own table. so adapt the table to the correct one. Signed-off-by: Elaine Zhang <zhangq...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/thermal/rockchip_t

[RESEND PATCH 5/8] thermal: rockchip: the rename compatibles for rockchip SoCs

2016-02-14 Thread Caesar Wang
This patch renames to be more adapter compatibles since more and more SoCs are supported in thermal driver. Reported-by: Huang,Tao Signed-off-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 50 +- 1 file changed, 28 insertions(+), 22 deletions

[RESEND PATCH 2/8] clk: rockchip: add the tsadc clocks found on rk3228 SoCs

2016-02-14 Thread Caesar Wang
This patch adds the needed clocks for rk3228 tsadc. Signed-off-by: Caesar Wang --- drivers/clk/rockchip/clk-rk3228.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c index c515915..ac014b9 100644

[RESEND PATCH 8/8] ARM: dts: rockchip: enable the tsadc for rk3228 evb

2016-02-14 Thread Caesar Wang
This patch enables the tsadc for rk3228 evb board. The rk3228 evb board uses the CRU to reset the chip since it hasn't the PMIC to connect it, and TSHUT is low active on evb board. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3228-evb.dts | 7 +++ 1 file changed, 7 insertions

[RESEND PATCH 6/8] thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399

2016-02-14 Thread Caesar Wang
SoCs in thermal driver" Reported-by: Elaine Zhang Signed-off-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 176 + 1 file changed, 102 insertions(+), 74 deletions(-) diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_the

[RESEND PATCH 4/8] thermal: rockchip: fix calculation error for code_to_temp

2016-02-14 Thread Caesar Wang
From: Elaine Zhang the calculation use a global table, not their own table. so adapt the table to the correct one. Signed-off-by: Elaine Zhang Signed-off-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[RESEND PATCH 7/8] ARM: dts: rockchip: add the thermal main info found on rk3228

2016-02-14 Thread Caesar Wang
zones: Add the needed device mode for thermal generic framework. Detail in Documentation/devicetree/bindings/thermal/thermal.txt. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/arm/boot/dts/rk3228.dtsi | 69 +++ 1 file changed, 69 inse

[RESEND PATCH 3/8] thermal: rockchip: fix a impossible condition caused by the warning

2016-02-14 Thread Caesar Wang
ature is currently represented as int not long in the thermal driver. Let's change to make shut_temp instead of the thermal->tshut_temp for the condition. Fixes: commit 437df2172e8d ("thermal: rockchip: consistently use int for temperatures") Reported-by: Dan Carpenter <dan.carpen...

[RESEND PATCH 7/8] ARM: dts: rockchip: add the thermal main info found on rk3228

2016-02-14 Thread Caesar Wang
zones: Add the needed device mode for thermal generic framework. Detail in Documentation/devicetree/bindings/thermal/thermal.txt. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3228.dtsi | 69 +++ 1 file changed, 69 insertions(+) diff --git a/arch/arm

[RESEND PATCH 3/8] thermal: rockchip: fix a impossible condition caused by the warning

2016-02-14 Thread Caesar Wang
ature is currently represented as int not long in the thermal driver. Let's change to make shut_temp instead of the thermal->tshut_temp for the condition. Fixes: commit 437df2172e8d ("thermal: rockchip: consistently use int for temperatures") Reported-by: Dan Carpenter Signed-off

[RESEND PATCH 0/8] Support and fixes the rk3228 SoCS for thermal

2016-02-14 Thread Caesar Wang
3228/rk3399 SoCs design. Hi Heiko, PATCH[7/8-8/8]: thermal DTS 1) add the thermal main info found on rk3228 2) enable the tsadc for rk3228 evb I'd appreciate if someone have free time to review that. :) Caesar Wang (7): clk: rockchip: add id of the tsadc clock found on rk3228 SoCs clk: rockchip

[RESEND PATCH 0/8] Support and fixes the rk3228 SoCS for thermal

2016-02-14 Thread Caesar Wang
3228/rk3399 SoCs design. Hi Heiko, PATCH[7/8-8/8]: thermal DTS 1) add the thermal main info found on rk3228 2) enable the tsadc for rk3228 evb I'd appreciate if someone have free time to review that. :) Caesar Wang (7): clk: rockchip: add id of the tsadc clock found on rk3228 SoCs clk: rockchip

[RESEND PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs

2016-02-14 Thread Caesar Wang
This patch adds 'SCLK_TSADC' and 'PCLK_TSADC' id found on rk3228 SoCs. That will be needed by TSADC controller. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- include/dt-bindings/clock/rk3228-cru.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/

[RESEND PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs

2016-02-14 Thread Caesar Wang
This patch adds 'SCLK_TSADC' and 'PCLK_TSADC' id found on rk3228 SoCs. That will be needed by TSADC controller. Signed-off-by: Caesar Wang --- include/dt-bindings/clock/rk3228-cru.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt

[PATCH] arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368

2016-02-14 Thread Caesar Wang
This patch fixes the incorrect Over-temperature protection pin. since the rk3368 io list said the otp pin is gpio0a3. Anyway, that should be fixed in here. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/arm64/boot/dts/rockchip/rk3368.dtsi | 4 ++-- 1 file changed, 2 insertions

[PATCH] arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368

2016-02-14 Thread Caesar Wang
This patch fixes the incorrect Over-temperature protection pin. since the rk3368 io list said the otp pin is gpio0a3. Anyway, that should be fixed in here. Signed-off-by: Caesar Wang --- arch/arm64/boot/dts/rockchip/rk3368.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 5/8] thermal: rockchip: the rename compatibles for rockchip SoCs

2016-02-02 Thread Caesar Wang
This patch renames to be more adapter compatibles since more and more SoCs are supported in thermal driver. Reported-by: Huang,Tao Signed-off-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 50 +- 1 file changed, 28 insertions(+), 22 deletions

[PATCH 3/8] thermal: rockchip: fix a impossible condition caused by the warning

2016-02-02 Thread Caesar Wang
ature is currently represented as int not long in the thermal driver. Let's change to make shut_temp instead of the thermal->tshut_temp for the condition. Fixes: commit 437df2172e8d ("thermal: rockchip: consistently use int for temperatures") Reported-by: Dan Carpenter Signed-off

[PATCH 6/8] thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399

2016-02-02 Thread Caesar Wang
SoCs in thermal driver" Reported-by: Elaine Zhang Signed-off-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 176 + 1 file changed, 102 insertions(+), 74 deletions(-) diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_the

[PATCH 8/8] ARM: dts: rockchip: add the thermal main info found on rk3228

2016-02-02 Thread Caesar Wang
zones: Add the needed device mode for thermal generic framework. Detail in Documentation/devicetree/bindings/thermal/thermal.txt. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3228.dtsi | 69 +++ 1 file changed, 69 insertions(+) diff --git a/arch/arm

[PATCH 7/8] ARM: dts: rockchip: enable the tsadc for rk3228 evb

2016-02-02 Thread Caesar Wang
This patch enables the tsadc for rk3228 evb board. The rk3228 evb board uses the CRU to reset the chip since it hasn't the PMIC to connect it, and TSHUT is low active on evb board. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3228-evb.dts | 7 +++ 1 file changed, 7 insertions

[PATCH 0/8] Support and fixes the rk3228 SoCS for thermal

2016-02-02 Thread Caesar Wang
sadc sequence output since the rk3228/rk3399 SoCs design. Hi Heiko, PATCH[7/8-8/8]: thermal DTS 1) add the thermal main info found on rk3228 2) enable the tsadc for rk3228 evb I'd appreciate if someone have free time to review that. :) Caesar Wang (7): clk: rockchip: add id of the tsadc clock f

[PATCH 2/8] clk: rockchip: add the tsadc clocks found on rk3228 SoCs

2016-02-02 Thread Caesar Wang
This patch adds the needed clocks for rk3228 tsadc. Signed-off-by: Caesar Wang --- drivers/clk/rockchip/clk-rk3228.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c index 981a502..6374fef 100644

[PATCH 4/8] thermal: rockchip: fix calculation error for code_to_temp

2016-02-02 Thread Caesar Wang
From: Elaine Zhang the calculation use a global table, not their own table. so adapt the table to the correct one. Signed-off-by: Elaine Zhang Signed-off-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs

2016-02-02 Thread Caesar Wang
This patch adds 'SCLK_TSADC' and 'PCLK_TSADC' id found on rk3228 SoCs. That will be needed by TSADC controller. Signed-off-by: Caesar Wang --- include/dt-bindings/clock/rk3228-cru.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt

[PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs

2016-02-02 Thread Caesar Wang
This patch adds 'SCLK_TSADC' and 'PCLK_TSADC' id found on rk3228 SoCs. That will be needed by TSADC controller. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- include/dt-bindings/clock/rk3228-cru.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/

[PATCH 0/8] Support and fixes the rk3228 SoCS for thermal

2016-02-02 Thread Caesar Wang
sadc sequence output since the rk3228/rk3399 SoCs design. Hi Heiko, PATCH[7/8-8/8]: thermal DTS 1) add the thermal main info found on rk3228 2) enable the tsadc for rk3228 evb I'd appreciate if someone have free time to review that. :) Caesar Wang (7): clk: rockchip: add id of the tsadc clock f

[PATCH 2/8] clk: rockchip: add the tsadc clocks found on rk3228 SoCs

2016-02-02 Thread Caesar Wang
This patch adds the needed clocks for rk3228 tsadc. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/clk/rockchip/clk-rk3228.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c index 9

[PATCH 4/8] thermal: rockchip: fix calculation error for code_to_temp

2016-02-02 Thread Caesar Wang
From: Elaine Zhang <zhangq...@rock-chips.com> the calculation use a global table, not their own table. so adapt the table to the correct one. Signed-off-by: Elaine Zhang <zhangq...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/thermal/rockchip_t

[PATCH 8/8] ARM: dts: rockchip: add the thermal main info found on rk3228

2016-02-02 Thread Caesar Wang
zones: Add the needed device mode for thermal generic framework. Detail in Documentation/devicetree/bindings/thermal/thermal.txt. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/arm/boot/dts/rk3228.dtsi | 69 +++ 1 file changed, 69 inse

[PATCH 7/8] ARM: dts: rockchip: enable the tsadc for rk3228 evb

2016-02-02 Thread Caesar Wang
This patch enables the tsadc for rk3228 evb board. The rk3228 evb board uses the CRU to reset the chip since it hasn't the PMIC to connect it, and TSHUT is low active on evb board. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/arm/boot/dts/rk3228-evb.dts | 7 +++ 1 file c

[PATCH 5/8] thermal: rockchip: the rename compatibles for rockchip SoCs

2016-02-02 Thread Caesar Wang
This patch renames to be more adapter compatibles since more and more SoCs are supported in thermal driver. Reported-by: Huang,Tao <huang...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/thermal/rockchip_thermal.c | 50 +

[PATCH 3/8] thermal: rockchip: fix a impossible condition caused by the warning

2016-02-02 Thread Caesar Wang
ature is currently represented as int not long in the thermal driver. Let's change to make shut_temp instead of the thermal->tshut_temp for the condition. Fixes: commit 437df2172e8d ("thermal: rockchip: consistently use int for temperatures") Reported-by: Dan Carpenter <dan.carpen...

[PATCH 6/8] thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399

2016-02-02 Thread Caesar Wang
SoCs in thermal driver" Reported-by: Elaine Zhang <zhangq...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/thermal/rockchip_thermal.c | 176 + 1 file changed, 102 insertions(+), 74 deletions(-) diff --git a/drive

[PATCH v5 2/8] clk: rockchip: rk3036: fix and add node id for emac clock

2016-02-01 Thread Caesar Wang
the freq which integer multiples of 50MHz, so we add these emac node for reference. Signed-off-by: Xing Zheng Signed-off-by: Caesar Wang --- Changes in v5: None Changes in v4: - fix the commit, pick up from the https://patchwork.kernel.org/patch/7976631/. - The emac parent shouldn't depend

[PATCH v5 6/8] ASoC: rt5616: trivial: fix the typo

2016-02-01 Thread Caesar Wang
This patch fixes the trivial typo. Run "scripts/checkpatch.pl -f --subjective xxx" The enable more subjective tests. Signed-off-by: Caesar Wang Cc: alsa-de...@alsa-project.org Cc: Mark Brown Cc: Bard Liao --- Changes in v5: -Cc releated alsa experts. Changes in v4: - Add

[PATCH v5 7/8] ASoC: rt5616: add the mclk for the codec driver

2016-02-01 Thread Caesar Wang
provided. Signed-off-by: Caesar Wang Cc: alsa-de...@alsa-project.org Cc: Mark Brown Cc: Bard Liao --- Changes in v5: - Cc related alsa experts. Changes in v4: - AS the previous discussed by them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) sound/soc/codecs

[PATCH v5 5/8] ASoC: rt5616: add mclk property for rt5616 document

2016-02-01 Thread Caesar Wang
This patch adds the mclk property for the CODEC driver, since sometimes the CODEC driver needs the clock enabled. The system clock of ALC5616 can be selected from MCLK, That also makes the codec the master clock provider. Signed-off-by: Caesar Wang Acked-by: Rob Herring Cc: alsa-de...@alsa

[PATCH v5 4/8] ARM: dts: rockchip: add mclk for rt5616 on kylin board

2016-02-01 Thread Caesar Wang
The I2S block that provide the output clock as the mclk for rt5616, That will be the master clock input. Signed-off-by: Caesar Wang --- Changes in v5: None Changes in v4: - AS the previous discussed by them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) arch/arm

[PATCH v5 8/8] ARM: dts: rockchip: support the spi for rk3036

2016-02-01 Thread Caesar Wang
hasn't the spi devices to work, so maybe we need wait the new required to enable in kylin/evb board. Anyway, the spi should be needed land in rk3036 dts. Signed-off-by: Caesar Wang --- Changes in v5: - Remove the unused, as Heiko comments on https://patchwork.kernel.org/patch/8147761

[PATCH v5 1/8] ARM: dts: rockchip: add hdmi/vop device node for rk3036

2016-02-01 Thread Caesar Wang
This patch adds the needed display info for rk3036 SOCs. The rk3036 support two overlay plane and one hwc plane, it supports IOMMU, and its IOMMU same as rk3288's. Meanwhile, add the inno hdmi for HDMI display. Signed-off-by: Caesar Wang --- Changes in v5: None Changes in v4: - solve

[PATCH v5 3/8] ARM: dts: rockchip: add support emac for RK3036

2016-02-01 Thread Caesar Wang
From: zhengxing This patch adds the emac device node for rk3036. We need to let mac clock under the DPLL which is able to provide the accurate 50MHz what mac_ref need, since that will cause some unstable things if the cpufreq is working. Signed-off-by: Xing Zheng Signed-off-by: Caesar Wang

[PATCH v5 0/8] Add the family patches to support for kylin board

2016-02-01 Thread Caesar Wang
them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) - Add this patch included in kylin series patches. Caesar Wang (6): ARM: dts: rockchip: add hdmi/vop device node for rk3036 ARM: dts: rockchip: add mclk for rt5616 on kylin board ASoC: rt5616: add mclk property

[PATCH v5 4/8] ARM: dts: rockchip: add mclk for rt5616 on kylin board

2016-02-01 Thread Caesar Wang
The I2S block that provide the output clock as the mclk for rt5616, That will be the master clock input. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v5: None Changes in v4: - AS the previous discussed by them, add the mclk for codec. (https://patchwork.kernel.org

[PATCH v5 8/8] ARM: dts: rockchip: support the spi for rk3036

2016-02-01 Thread Caesar Wang
hasn't the spi devices to work, so maybe we need wait the new required to enable in kylin/evb board. Anyway, the spi should be needed land in rk3036 dts. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v5: - Remove the unused, as Heiko comments on https://patchwork.kern

[PATCH v5 1/8] ARM: dts: rockchip: add hdmi/vop device node for rk3036

2016-02-01 Thread Caesar Wang
This patch adds the needed display info for rk3036 SOCs. The rk3036 support two overlay plane and one hwc plane, it supports IOMMU, and its IOMMU same as rk3288's. Meanwhile, add the inno hdmi for HDMI display. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v5: None C

[PATCH v5 3/8] ARM: dts: rockchip: add support emac for RK3036

2016-02-01 Thread Caesar Wang
Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v5: - remove unused commit content. Changes in v4: - included in the kylin series patches. - This patch picked up from https://patchwork.kernel.org/patch/7924971/ - Change to solve

[PATCH v5 2/8] clk: rockchip: rk3036: fix and add node id for emac clock

2016-02-01 Thread Caesar Wang
under the DPLL and are able to set the freq which integer multiples of 50MHz, so we add these emac node for reference. Signed-off-by: Xing Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v5: None Changes in v4: - fix the commit, pick u

[PATCH v5 0/8] Add the family patches to support for kylin board

2016-02-01 Thread Caesar Wang
them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) - Add this patch included in kylin series patches. Caesar Wang (6): ARM: dts: rockchip: add hdmi/vop device node for rk3036 ARM: dts: rockchip: add mclk for rt5616 on kylin board ASoC: rt5616: add mclk property

[PATCH v5 5/8] ASoC: rt5616: add mclk property for rt5616 document

2016-02-01 Thread Caesar Wang
This patch adds the mclk property for the CODEC driver, since sometimes the CODEC driver needs the clock enabled. The system clock of ALC5616 can be selected from MCLK, That also makes the codec the master clock provider. Signed-off-by: Caesar Wang <w...@rock-chips.com> Acked-by: Rob Herr

[PATCH v5 7/8] ASoC: rt5616: add the mclk for the codec driver

2016-02-01 Thread Caesar Wang
provided. Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: alsa-de...@alsa-project.org Cc: Mark Brown <broo...@kernel.org> Cc: Bard Liao <bardl...@realtek.com> --- Changes in v5: - Cc related alsa experts. Changes in v4: - AS the previous discussed by them, add

[PATCH v5 6/8] ASoC: rt5616: trivial: fix the typo

2016-02-01 Thread Caesar Wang
This patch fixes the trivial typo. Run "scripts/checkpatch.pl -f --subjective xxx" The enable more subjective tests. Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: alsa-de...@alsa-project.org Cc: Mark Brown <broo...@kernel.org> Cc: Bard Liao <bardl...@realtek

[PATCH v4.1 9/9] ARM: dts: rockchip: support the spi for rk3036

2016-01-31 Thread Caesar Wang
hasn't the spi devices to work, so maybe we need wait the new required to enable in kylin/evb board. Anyway, the spi should be needed land in rk3036 dts. Signed-off-by: Caesar Wang --- Changes in v4-->v4.1: - Remove the unused, as Heiko comments on https://patchwork.kernel.org/patch/8147

Re: [PATCH v7 0/9] Fix broken DMAFLUSHP on Rockchips platform

2016-01-31 Thread Caesar Wang
Hello Vinod, Is there any chance apply the DMA patches?:-) - Caesar 在 2016年01月22日 19:06, Caesar Wang 写道: This series patches are apply on linus master branch. Okay, this series patches verified on my github. (https://github.com/Caesar-github/rockchip/commits/for-dma-tests) Linux version

Re: [PATCH v4 1/9] ARM: dts: rockchip: add the leds control for kylin board

2016-01-31 Thread Caesar Wang
在 2016年01月31日 18:46, Heiko Stuebner 写道: Am Donnerstag, 28. Januar 2016, 16:43:30 schrieb Caesar Wang: As the kylin schematic drawing, add the needed work led for kylin board. Run: echo 0 > /sys/class/leds/kylin:red:led/brightness echo 1 > /sys/class/leds/kylin:red:led/brightness The l

Re: [PATCH v4 9/9] ARM: dts: rockchip: support the spi for rk3036

2016-01-31 Thread Caesar Wang
Heiko, 在 2016年01月31日 19:06, Heiko Stuebner 写道: Hi Caesar, Am Donnerstag, 28. Januar 2016, 16:43:38 schrieb Caesar Wang: [...] memory { @@ -485,6 +486,23 @@ status = "disabled"; }; + spi: spi@20074000 { + compatible = "ro

[PATCH v4.1 6/9] ASoC: rt5616: add mclk property for rt5616 document

2016-01-31 Thread Caesar Wang
This patch adds the mclk property for the CODEC driver, since sometimes the CODEC driver needs the clock enabled. The system clock of ALC5616 can be selected from MCLK, That also makes the codec the master clock provider Signed-off-by: Caesar Wang --- Changes in v4 -> v4.1: - Fix the wr

Re: [PATCH v4 6/9] ASoC: rt5616: add mclk property for rt5616 document

2016-01-31 Thread Caesar Wang
在 2016年01月30日 00:28, Rob Herring 写道: On Thu, Jan 28, 2016 at 04:43:35PM +0800, Caesar Wang wrote: This patch add the mclk property for the CODEC driver, since sometime the CODEC driver needs the clock enabled. s/add/adds/ s/sometime/sometimes/ Done, thanks for pointing out

Re: [PATCH v4 9/9] ARM: dts: rockchip: support the spi for rk3036

2016-01-31 Thread Caesar Wang
Heiko, 在 2016年01月31日 19:06, Heiko Stuebner 写道: Hi Caesar, Am Donnerstag, 28. Januar 2016, 16:43:38 schrieb Caesar Wang: [...] memory { @@ -485,6 +486,23 @@ status = "disabled"; }; + spi: spi@20074000 { + compatible = "ro

Re: [PATCH v4 1/9] ARM: dts: rockchip: add the leds control for kylin board

2016-01-31 Thread Caesar Wang
在 2016年01月31日 18:46, Heiko Stuebner 写道: Am Donnerstag, 28. Januar 2016, 16:43:30 schrieb Caesar Wang: As the kylin schematic drawing, add the needed work led for kylin board. Run: echo 0 > /sys/class/leds/kylin:red:led/brightness echo 1 > /sys/class/leds/kylin:red:led/brightness The l

[PATCH v4.1 9/9] ARM: dts: rockchip: support the spi for rk3036

2016-01-31 Thread Caesar Wang
hasn't the spi devices to work, so maybe we need wait the new required to enable in kylin/evb board. Anyway, the spi should be needed land in rk3036 dts. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4-->v4.1: - Remove the unused, as Heiko comments

Re: [PATCH v7 0/9] Fix broken DMAFLUSHP on Rockchips platform

2016-01-31 Thread Caesar Wang
Hello Vinod, Is there any chance apply the DMA patches?:-) - Caesar 在 2016年01月22日 19:06, Caesar Wang 写道: This series patches are apply on linus master branch. Okay, this series patches verified on my github. (https://github.com/Caesar-github/rockchip/commits/for-dma-tests) Linux version

Re: [PATCH v4 6/9] ASoC: rt5616: add mclk property for rt5616 document

2016-01-31 Thread Caesar Wang
在 2016年01月30日 00:28, Rob Herring 写道: On Thu, Jan 28, 2016 at 04:43:35PM +0800, Caesar Wang wrote: This patch add the mclk property for the CODEC driver, since sometime the CODEC driver needs the clock enabled. s/add/adds/ s/sometime/sometimes/ Done, thanks for pointing out

[PATCH v4.1 6/9] ASoC: rt5616: add mclk property for rt5616 document

2016-01-31 Thread Caesar Wang
This patch adds the mclk property for the CODEC driver, since sometimes the CODEC driver needs the clock enabled. The system clock of ALC5616 can be selected from MCLK, That also makes the codec the master clock provider Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes

[PATCH v4 2/9] ARM: dts: rockchip: add hdmi/vop device node for rk3036

2016-01-28 Thread Caesar Wang
This patch adds the needed display info for rk3036 SOCs. The rk3036 support two overlay plane and one hwc plane, it supports IOMMU, and its IOMMU same as rk3288's. Meanwhile, add the inno hdmi for HDMI display. Signed-off-by: Caesar Wang --- Changes in v4: - solve the lastest conflict, picked

[PATCH v4 7/9] ASoC: rt5616: trivial: fix the typo

2016-01-28 Thread Caesar Wang
This patch try to fix the trivial typo. Run "scripts/checkpatch.pl -f --subjective xxx" The enable more subjective tests. Signed-off-by: Caesar Wang --- Changes in v4: - Add this patch included in kylin series patches. sound/soc/codecs/rt56

[PATCH v4 8/9] ASoC: rt5616: add the mclk for the codec driver

2016-01-28 Thread Caesar Wang
source. Signed-off-by: Caesar Wang --- Changes in v4: - AS the previous discussed by them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) sound/soc/codecs/rt5616.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/sound/soc/codecs

[PATCH v4 6/9] ASoC: rt5616: add mclk property for rt5616 document

2016-01-28 Thread Caesar Wang
This patch add the mclk property for the CODEC driver, since sometime the CODEC driver needs the clock enabled. The system clock of ALC5616 can be selected from MCLK, That's also make as the codec master clock provider, Signed-off-by: Caesar Wang --- Changes in v4: - Add this patch included

[PATCH v4 9/9] ARM: dts: rockchip: support the spi for rk3036

2016-01-28 Thread Caesar Wang
required to enable in kylin board. Anyway, the spi should be needed land in rk3036 dts. Signed-off-by: Caesar Wang --- Changes in v4: - Add this patch included in kylin series patches. arch/arm/boot/dts/rk3036.dtsi | 42 ++ 1 file changed, 42 insertions

[PATCH v4 4/9] ARM: dts: rockchip: add support emac for RK3036

2016-01-28 Thread Caesar Wang
-off-by: Xing Zheng Signed-off-by: Caesar Wang --- Changes in v4: - included in the kylin series patches. - This patch picked up from https://patchwork.kernel.org/patch/7924971/ - Change to solve the conflict based on the Heiko's branch. - Make the emac parent as the DPLL. arch/arm/boot/dts

[PATCH v4 3/9] clk: rockchip: rk3036: fix and add node id for emac clock

2016-01-28 Thread Caesar Wang
the freq which integer multiples of 50MHz, so we add these emac node for reference. Signed-off-by: Xing Zheng Signed-off-by: Caesar Wang --- Changes in v4: - fix the commit, pick up from the https://patchwork.kernel.org/patch/7976631/. - The emac parent shouldn't depend on the APLL. instead

[PATCH v4 1/9] ARM: dts: rockchip: add the leds control for kylin board

2016-01-28 Thread Caesar Wang
As the kylin schematic drawing, add the needed work led for kylin board. Run: echo 0 > /sys/class/leds/kylin:red:led/brightness echo 1 > /sys/class/leds/kylin:red:led/brightness The led can normal on/off on kylin board. Signed-off-by: Caesar Wang --- Changes in v4: - Add the missi

[PATCH v4 5/9] ARM: dts: rockchip: add mclk for rt5616 on kylin board

2016-01-28 Thread Caesar Wang
The I2S block that provide the output clock as the mclk for rt5616, That will be the master clock input. Signed-off-by: Caesar Wang --- Changes in v4: - AS the previous discussed by them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) arch/arm/boot/dts/rk3036

[PATCH v4 0/9] Add the family patches to support for kylin board

2016-01-28 Thread Caesar Wang
d in kylin series patches. Caesar Wang (7): ARM: dts: rockchip: add the leds control for kylin board ARM: dts: rockchip: add hdmi/vop device node for rk3036 ARM: dts: rockchip: add mclk for rt5616 on kylin board ASoC: rt5616: add mclk property for rt5616 document ASoC: rt5616: trivial: fi

[PATCH v4 0/9] Add the family patches to support for kylin board

2016-01-28 Thread Caesar Wang
d in kylin series patches. Caesar Wang (7): ARM: dts: rockchip: add the leds control for kylin board ARM: dts: rockchip: add hdmi/vop device node for rk3036 ARM: dts: rockchip: add mclk for rt5616 on kylin board ASoC: rt5616: add mclk property for rt5616 document ASoC: rt5616: trivial: fi

[PATCH v4 9/9] ARM: dts: rockchip: support the spi for rk3036

2016-01-28 Thread Caesar Wang
required to enable in kylin board. Anyway, the spi should be needed land in rk3036 dts. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4: - Add this patch included in kylin series patches. arch/arm/boot/dts/rk3036.dtsi | 42 ++ 1 file c

[PATCH v4 4/9] ARM: dts: rockchip: add support emac for RK3036

2016-01-28 Thread Caesar Wang
things if the cpufreq is working. Signed-off-by: Xing Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4: - included in the kylin series patches. - This patch picked up from https://patchwork.kernel.org/patch/7924971/ - Change to solve

[PATCH v4 3/9] clk: rockchip: rk3036: fix and add node id for emac clock

2016-01-28 Thread Caesar Wang
under the DPLL and are able to set the freq which integer multiples of 50MHz, so we add these emac node for reference. Signed-off-by: Xing Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4: - fix the commit, pick up from the https://pa

[PATCH v4 1/9] ARM: dts: rockchip: add the leds control for kylin board

2016-01-28 Thread Caesar Wang
As the kylin schematic drawing, add the needed work led for kylin board. Run: echo 0 > /sys/class/leds/kylin:red:led/brightness echo 1 > /sys/class/leds/kylin:red:led/brightness The led can normal on/off on kylin board. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes

[PATCH v4 5/9] ARM: dts: rockchip: add mclk for rt5616 on kylin board

2016-01-28 Thread Caesar Wang
The I2S block that provide the output clock as the mclk for rt5616, That will be the master clock input. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4: - AS the previous discussed by them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) ar

[PATCH v4 7/9] ASoC: rt5616: trivial: fix the typo

2016-01-28 Thread Caesar Wang
This patch try to fix the trivial typo. Run "scripts/checkpatch.pl -f --subjective xxx" The enable more subjective tests. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4: - Add this patch included in kylin series patches. sound/soc/codec

<    3   4   5   6   7   8   9   10   11   12   >