Re: [PATCH] mwifiex: fixes the trivial print

2017-06-14 Thread Caesar Wang
domain rules if (ch->flags & IEEE80211_CHAN_DISABLED) continue; so it should not been an ERROR. WARN looks fine to me. you can add me acked-by in v2. Okay, thanks for explanation and having a look at it. -Caesar Regards, Simon From: Caesar Wang [mailto:w...@r

[PATCH v2] mwifiex: fixes the unexpected be printed log by default

2017-06-14 Thread Caesar Wang
ED) continue; So it should not been an ERROR, use the WARN level to instead it for now. Signed-off-by: Caesar Wang <w...@rock-chips.com> Acked-by: Xinming Hu <h...@marvell.com> --- Changes in v2: - Fixes the commit and title as Kalle and Xinming comments on https://patc

Re: [PATCH] mwifiex: fixes the trivial print

2017-06-13 Thread Caesar Wang
在 2017年06月13日 15:04, Kalle Valo 写道: Caesar Wang <w...@rock-chips.com> writes: Kalle, 在 2017年06月13日 14:28, Kalle Valo 写道: Caesar Wang <w...@rock-chips.com> writes: We have always met the unused log be printed as following. ... [23193.523182] mwifiex_pcie :01:00.0: mwi

Re: [PATCH] mwifiex: fixes the trivial print

2017-06-13 Thread Caesar Wang
Kalle, 在 2017年06月13日 14:28, Kalle Valo 写道: Caesar Wang <w...@rock-chips.com> writes: We have always met the unused log be printed as following. ... [23193.523182] mwifiex_pcie :01:00.0: mwifiex_get_cfp: cannot find cfp by band 2& channel=13 freq=0 [23378.633684] mwifiex_pc

[PATCH] mwifiex: fixes the trivial print

2017-06-09 Thread Caesar Wang
7 MHz [8] (30.0 dBm) * 2452 MHz [9] (30.0 dBm) * 2457 MHz [10] (30.0 dBm) * 2462 MHz [11] (30.0 dBm) * 2467 MHz [12] (disabled) * 2472 MHz [13] (disabled) * 2484 MHz [14] (disabled) Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/net/wireless/marvell/mwifiex/cfp.c | 2 +- 1 f

[PATCH v4 4/6] arm64: dts: rockchip: add the gmac power domain on rk3399

2016-09-01 Thread Caesar Wang
This patch supports the gmac pd to save power consumption. Even though some boards not need Ethernet support, the driver core can also take care of powering up the pd before probe. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4: - remove the Roger signed-off for domain

[PATCH v4 3/6] net: stmmac: dwmac-rk: add pd_gmac support for rk3399

2016-09-01 Thread Caesar Wang
From: David Wu <david...@rock-chips.com> Add the gmac power domain support for rk3399, in order to save more power consumption. Signed-off-by: David Wu <david...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v4: None Changes in v3: None Chan

[PATCH v4 6/6] arm64: dts: rockchip: enable the gmac for rk3399 evb board

2016-09-01 Thread Caesar Wang
From: Roger Chen <roger.c...@rock-chips.com> We add the required and optional properties for evb board. See the [0] to get the detail information. [0]: Documentation/devicetree/bindings/net/rockchip-dwmac.txt Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Ca

[PATCH v4 2/6] net: stmmac: dwmac-rk: fixes the gmac resume after PD on/off

2016-09-01 Thread Caesar Wang
From: Roger Chen <roger.c...@rock-chips.com> GMAC Power Domain(PD) will be disabled during suspend. That will causes GRF registers reset. So corresponding GRF registers for GMAC must be setup again. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wan

[PATCH v4 1/6] net: stmmac: dwmac-rk: add rk3366 & rk3399 specific data

2016-09-01 Thread Caesar Wang
From: Roger Chen <roger.c...@rock-chips.com> Add constants and callback functions for the dwmac on rk3228/rk3229 socs. As can be seen, the base structure is the same, only registers and the bits in them moved slightly. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-of

[PATCH v4 0/6] Support the rk3399 gmac and pd function

2016-09-01 Thread Caesar Wang
atch/9306339/. Changes in v2: - rk_gmac_powerup instead of the rk_gmac_init. - fixes the build error on next kernel. - Fixes the order, ss Heiko commnets on https://patchwork.kernel.org/patch/9305991/ Caesar Wang (1): arm64: dts: rockchip: add the gmac power domain on rk3399 David Wu (1):

[PATCH v4 5/6] arm64: dts: rockchip: add the gmac needed node for rk3399

2016-09-01 Thread Caesar Wang
elated needed device information. e.g.: interrupts, grf, clocks, pinctrl and so on. The full details are in [0]. [0]: Documentation/devicetree/bindings/net/rockchip-dwmac.txt Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes

[PATCH v3 4/5] arm64: dts: rockchip: add the gmac needed node for rk3399

2016-08-31 Thread Caesar Wang
, clocks, pinctrl and so on. The full details are in [0]. [0]: Documentation/devicetree/bindings/net/rockchip-dwmac.txt Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v3: - generate a patch from https://patchwork.kernel.org/patch/9306339/. Changes in v2: None arch/arm64/bo

[PATCH v3 5/5] arm64: dts: rockchip: enable the gmac for rk3399 evb board

2016-08-31 Thread Caesar Wang
We add the required and optional properties for evb board. See the [0] to get the detail information. [0]: Documentation/devicetree/bindings/net/rockchip-dwmac.txt Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes

[PATCH v3 0/5] Support the rk3399 gmac pd function

2016-08-31 Thread Caesar Wang
://patchwork.kernel.org/patch/9306339/ - generate a patch from https://patchwork.kernel.org/patch/9306339/. Changes in v2: - rk_gmac_powerup instead of the rk_gmac_init. - fixes the build error on next kernel. - Fixes the order, ss Heiko commnets on https://patchwork.kernel.org/patch/9305991/ Caesar

[PATCH v3 3/5] arm64: dts: rockchip: add the gmac power domain on rk3399

2016-08-31 Thread Caesar Wang
This patch supports the gmac pd to save power consumption. Even though some boards not need Ethernet support, the driver core can also take care of powering up the pd before probe. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com>

[PATCH v3 2/5] net: stmmac: dwmac-rk: add pd_gmac support for rk3399

2016-08-31 Thread Caesar Wang
From: David Wu <david...@rock-chips.com> Add the gmac power domain support for rk3399, in order to save more power consumption. Signed-off-by: David Wu <david...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v3: None Changes in v2: - fix

[PATCH v3 1/5] net: stmmac: dwmac-rk: fixes the gmac resume after PD on/off

2016-08-31 Thread Caesar Wang
From: Roger Chen <roger.c...@rock-chips.com> GMAC Power Domain(PD) will be disabled during suspend. That will causes GRF registers reset. So corresponding GRF registers for GMAC must be setup again. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wan

[RESEND PATCH 3/4] arm64: dts: rockchip: support gmac for rk3399

2016-08-31 Thread Caesar Wang
This patch adds needed gamc information for rk3399, also support the gmac pd. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 90 1 file changed, 9

[RESEND PATCH 4/4] arm64: dts: rockchip: enable the gmac for rk3399 evb board

2016-08-31 Thread Caesar Wang
We add the required and optional properties for evb board. See the [0] to get the detail information. [0]: Documentation/devicetree/bindings/net/rockchip-dwmac.txt Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/ar

[RESEND PATCH 0/4] Support the rk3399 gmac pd function

2016-08-31 Thread Caesar Wang
This patch add to handle the gmac pd issue, and support the rk3399 gmac for devicetree. Caesar Wang (2): arm64: dts: rockchip: support gmac for rk3399 arm64: dts: rockchip: enable the gmac for rk3399 evb board David Wu (1): net: stmmac: dwmac-rk: add pd_gmac support for rk3399 Roger

[RESEND PATCH 1/4] net: stmmac: dwmac-rk: fixes the gmac resume after PD on/off

2016-08-31 Thread Caesar Wang
From: Roger Chen <roger.c...@rock-chips.com> GMAC Power Domain(PD) will be disabled during suspend. That will causes GRF registers reset. So corresponding GRF registers for GMAC must be setup again. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wan

[RESEND PATCH 2/4] net: stmmac: dwmac-rk: add pd_gmac support for rk3399

2016-08-31 Thread Caesar Wang
From: David Wu <david...@rock-chips.com> Add the gmac power domain support for rk3399, in order to save more power consumption. Signed-off-by: David Wu <david...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/net/ethernet/stmicro/stmmac/dwmac-rk.

[PATCH 1/4] net: stmmac: dwmac-rk: fixes the gmac resume after PD on/off

2016-08-30 Thread Caesar Wang
From: Roger Chen <roger.c...@rock-chips.com> GMAC Power Domain(PD) will be disabled during suspend. That will causes GRF registers reset. So corresponding GRF registers for GMAC must be setup again. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wan

[PATCH 2/4] net: stmmac: dwmac-rk: add pd_gmac support for rk3399

2016-08-30 Thread Caesar Wang
From: David Wu <david...@rock-chips.com> Add the gmac power domain support for rk3399, in order to save more power consumption. Signed-off-by: David Wu <david...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/net/ethernet/stmicro/stmmac/dwmac-r

[PATCH 4/4] arm64: dts: rockchip: enable the gmac for rk3399 evb board

2016-08-30 Thread Caesar Wang
We add the required and optional properties for evb board. See the [0] to get the detail information. [0]: Documentation/devicetree/bindings/net/rockchip-dwmac.txt Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/ar

[PATCH 0/4] Support the rk3399 gmac pd function

2016-08-30 Thread Caesar Wang
This patch add to handle the gmac pd issue, and support the rk3399 gmac for devicetree. Caesar Wang (2): arm64: dts: rockchip: support gmac for rk3399 arm64: dts: rockchip: enable the gmac for rk3399 evb board David Wu (1): net: stmmac: dwmac-rk: add pd_gmac support for rk3399 Roger

[PATCH 3/4] arm64: dts: rockchip: support gmac for rk3399

2016-08-30 Thread Caesar Wang
This patch adds needed gamc information for rk3399, also support the gmac pd. Signed-off-by: Roger Chen <roger.c...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 90 1 file changed, 9

[PATCH v2] net: arc/emac: Move arc_emac_tx_clean() into arc_emac_tx() and disable tx interrut

2016-05-06 Thread Caesar Wang
oc...@gmail.com> Cc: netdev@vger.kernel.org Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/net/ethernet/arc/emac_main.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/net/ethernet/arc/emac_main.c b/drivers/net/ethernet/arc/emac_ma

Re: [PATCH v3 2/9] net: arc_emac: add phy reset is optional for device tree

2016-03-19 Thread Caesar Wang
Hi Sergei, 在 2016年03月16日 21:57, Sergei Shtylyov 写道: Hello. On 3/14/2016 11:01 AM, Caesar Wang wrote: This patch adds the following property for arc_emac. 1) phy-reset-gpios: The phy-reset-gpio is an optional property for arc emac device tree boot. Change the binding document to match

[PATCH v3 5/9] clk: rockchip: add node-id for rk3036 emac hclk

2016-03-14 Thread Caesar Wang
From: Xing Zheng <zhengx...@rock-chips.com> Add the node-id for the emac hclk to the binding header. Signed-off-by: Xing Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: Xing Zheng <zhengx...@rock-chips.com> Cc: Michael Turquette <

[PATCH v3 3/9] net: arc_emac: support the phy reset for emac driver

2016-03-14 Thread Caesar Wang
.de> Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: "David S. Miller" <da...@davemloft.net> Cc: netdev@vger.kernel.org Cc: Alexander Kochetkov <al.koc...@gmail.com> Cc: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- Changes in v3: - Caused the bu

[PATCH v3 2/9] net: arc_emac: add phy reset is optional for device tree

2016-03-14 Thread Caesar Wang
phy-reset-duration for device tree probe, so that the boards that need a longer reset duration can specify it in their device tree. Anyway, we can add the above property for arc emac. Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: Rob Herring <robh...@kernel.org>

[PATCH v3 7/9] clk: rockchip: add clock-id for rk3036 emac pll source clock

2016-03-14 Thread Caesar Wang
x...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: Xing Zheng <zhengx...@rock-chips.com> Cc: Michael Turquette <mturque...@baylibre.com> Cc: Heiko Stuebner <he...@sntech.de> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: linux-...@vger.kernel.

[PATCH v3 4/9] net: arc: trivial: cleanup the emac driver

2016-03-14 Thread Caesar Wang
This patch will make the driver more readability The emac has the error and warnings if you run 'scripts/checkpatch.pl -f --subjective xxx' to check. Let's clean up such trivial details. Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: Jiri Kosina <triv...@kernel.org> Cc: &quo

[PATCH v3 8/9] clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036

2016-03-14 Thread Caesar Wang
isable reparenting on set_rate calls. Signed-off-by: Heiko Stuebner <he...@sntech.de> Cc: Michael Turquette <mturque...@baylibre.com> Cc: Heiko Stuebner <he...@sntech.de> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: linux-...@vger.kernel.org Signed-off-by: Caesar Wang <

[PATCH v3 9/9] ARM: dts: rockchip: add to support emac for rk3036 SoCs

2016-03-14 Thread Caesar Wang
Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: linux-rockc...@lists.infradead.org Cc: Xing Zheng <zhengx...@rock-chips.com> Cc: Heiko Stuebner <he...@sntech.de> Cc: linux-arm-ker...@lists.infradead.org --- Changes in v3: - rename

[PATCH v3 6/9] clk: rockchip: associate the rk3036 HCLK_EMAC clock-id

2016-03-14 Thread Caesar Wang
From: Xing Zheng <zhengx...@rock-chips.com> Associate the new clock id the clock. Signed-off-by: Xing Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> Cc: Xing Zheng <zhengx...@rock-chips.com> Cc: Michael Turquette <mturque...@baylibre.

[PATCH v3 1/9] net: arc_emac: make the rockchip emac document more compatible

2016-03-14 Thread Caesar Wang
Add the rk3036 SoCs to match driver for document since the emac driver has supported the rk3036 SoCs. This patch adds the rk3036/rk3066/rk3188 SoCS to compatible for rockchip emac ducument. Also, that will suit for other SoCs in the future. Signed-off-by: Caesar Wang <w...@rock-chips.com&

[PATCH v3 0/9] arc_emac: fixes the emac issues and cleanup emac drivers

2016-03-14 Thread Caesar Wang
build error since overflow in implicit constant conversion. - rename phy-reset-gpio to reset-gpios. Caesar Wang (4): net: arc_emac: make the rockchip emac document more compatible net: arc_emac: add phy reset is optional for device tree net: arc_emac: support the phy reset for emac

Re: [PATCH v2.1 3/9] net: arc_emac: support the phy reset for emac driver

2016-03-13 Thread Caesar Wang
在 2016年03月14日 02:02, David Miller 写道: When you submit a new version of a patch that's part of a series, you must submit the entire series anew, not just the patch which is changing. Thanks for reminding me. I think it's not good to respin-respin since the build error. So that just send a

[PATCH v2.1 3/9] net: arc_emac: support the phy reset for emac driver

2016-03-13 Thread Caesar Wang
.de> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2.1: - missing the include head file. Changes in v2: - As the pervious version, Sergei and Heiko comments on https://patchwork.kernel.org/patch/8564571/. - Nevermind, add signed-off since Heiko the original patch, refer

[PATCH v2 4/9] net: arc: trivial: cleanup the emac driver

2016-03-13 Thread Caesar Wang
This patch will make the driver more readability The emac has the error and warnings if you run 'scripts/checkpatch.pl -f --subjective xxx' to check. Let's clean up such trivial details. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: - As the robot notice the build

[PATCH v2 3/9] net: arc_emac: support the phy reset for emac driver

2016-03-13 Thread Caesar Wang
.de> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: - As the pervious version, Sergei and Heiko comments on https://patchwork.kernel.org/patch/8564571/. - Nevermind, add signed-off since Heiko the original patch, refer the Heiko's test patch on https://github.com

[PATCH v2 5/9] clk: rockchip: add node-id for rk3036 emac hclk

2016-03-13 Thread Caesar Wang
From: Xing Zheng <zhengx...@rock-chips.com> Add the node-id for the emac hclk to the binding header. Signed-off-by: Xing Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: None include/dt-bindings/clock/rk3036-cru.h | 1 +

[PATCH v2 7/9] clk: rockchip: add clock-id for rk3036 emac pll source clock

2016-03-13 Thread Caesar Wang
x...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: None include/dt-bindings/clock/rk3036-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3036-cru.h b/include/dt-bindings/clock/rk3036-cru.h index 3396591..de44109 10

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

2016-03-13 Thread Caesar Wang
Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: None arch/arm/boot/dts/rk3036-evb.dts | 23 ++ arch/arm/boot/dts/rk3036-kylin.dts | 20 +++ arch/arm/boot/dts/rk3

[PATCH v2 8/9] clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036

2016-03-13 Thread Caesar Wang
isable reparenting on set_rate calls. Signed-off-by: Heiko Stuebner <he...@sntech.de> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: None drivers/clk/rockchip/clk-rk3036.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/rockchip/clk-r

[PATCH v2 0/9] arc_emac: fixes the emac issues and cleanup emac drivers

2016-03-13 Thread Caesar Wang
erflow in implicit constant conversion. Caesar Wang (4): net: arc_emac: make the rockchip emac document more compatible net: arc_emac: add phy reset is optional for device tree net: arc_emac: support the phy reset for emac driver net: arc: trivial: cleanup the emac driver Heiko Stuebner (1

[PATCH v2 2/9] net: arc_emac: add phy reset is optional for device tree

2016-03-13 Thread Caesar Wang
-reset-duration for device tree probe, so that the boards that need a longer reset duration can specify it in their device tree. Anyway, we can add the above property for arc emac. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: None Documentation/devicetree/bindin

[PATCH v2 1/9] net: arc_emac: make the rockchip emac document more compatible

2016-03-13 Thread Caesar Wang
Add the rk3036 SoCs to match driver for document since he emac driver has supported the rk3036 SoCs. This patch adds the rk3036/rk3066/rk3188 SoCS to compatible for rockchip emac ducument. Also, that will suit for other SoCs in the future. Signed-off-by: Caesar Wang <w...@rock-chips.

[PATCH v2 6/9] clk: rockchip: associate the rk3036 HCLK_EMAC clock-id

2016-03-13 Thread Caesar Wang
From: Xing Zheng <zhengx...@rock-chips.com> Associate the new clock id the clock. Signed-off-by: Xing Zheng <zhengx...@rock-chips.com> Signed-off-by: Caesar Wang <w...@rock-chips.com> --- Changes in v2: None drivers/clk/rockchip/clk-rk3036.c | 2 +- 1 file changed, 1 insert

Re: [PATCH 0/6] arc_emac: fixes the emac issues oand cleanup emac drivers

2016-03-12 Thread Caesar Wang
在 2016年03月12日 02:46, Sergei Shtylyov 写道: Hello. On 03/11/2016 05:48 PM, Caesar Wang wrote: [...] Hi Rob, David: PATCH[1/6-2/6]: > net: arc_emac: make the rockchip emac document more compatible net: arc_emac: add phy-reset-* are optional for device tree The patches change the rockc

Re: [PATCH 3/6] net: arc_emac: support the phy reset for emac driver

2016-03-12 Thread Caesar Wang
Hi Sergei, 在 2016年03月12日 02:35, Sergei Shtylyov 写道: On 03/11/2016 01:55 PM, Caesar Wang wrote: This patch adds to support the emac phy reset. 1) phy-reset-gpios: The phy-reset-gpios is an optional property for arc emac device tree boot. Change the binding document to match the driver code

Re: [PATCH 0/6] arc_emac: fixes the emac issues oand cleanup emac drivers

2016-03-11 Thread Caesar Wang
Hi Sergei, 在 2016年03月11日 21:46, Sergei Shtylyov 写道: Hello. On 3/11/2016 1:55 PM, Caesar Wang wrote: This series patches are based on kernel 4.5-rc7+ version. Linux version 4.5.0-rc7-next-20160310+ (wxt@nb) (...) #23 SMP Fri Mar 11 15:55:53 [...] 1) This series has 6 patches: (1---&g

[PATCH 3/6] net: arc_emac: support the phy reset for emac driver

2016-03-11 Thread Caesar Wang
://patchwork.kernel.org/patch/8186801/. In some cases, the emac couldn't work if you don't have reset the phy. Let's add it to happy work. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/net/ethernet/arc/emac_main.c | 41 1 file changed, 41 insertions(+) diff

[PATCH 4/6] net: arc: trivial: cleanup the emac driver

2016-03-11 Thread Caesar Wang
This patch will make the driver more readability The emac has the error and warnings if you run 'scripts/checkpatch.pl -f --subjective xxx' to check. Let's clean up such trivial details. Signed-off-by: Caesar Wang <w...@rock-chips.com> --- drivers/net/ethernet/arc/emac.h

[PATCH 0/6] arc_emac: fixes the emac issues oand cleanup emac drivers

2016-03-11 Thread Caesar Wang
: add support emac for RK3036 Add the emac node info for rk3036 dts/dtsi. --- Thanks your reviewing! :) Caesar Wang (4): net: arc_emac: make the rockchip emac document more compatible net: arc_emac: add phy-reset-* are optional for device tree net: arc_emac: support the phy reset for emac