[PATCH v2] net/ncsi: Use real net-device for response handler

2020-12-22 Thread John Wang
ponse packet handler") Signed-off-by: John Wang --- v2: Use orig_dev instead of pt->dev --- net/ncsi/ncsi-rsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ncsi/ncsi-rsp.c b/net/ncsi/ncsi-rsp.c index a94bb59793f0..e1c6bb4ab98f 100644 --- a/net/ncsi/ncsi-rsp.c +

Re: [External] Re: [PATCH] net/ncsi: Use real net-device for response handler

2020-12-22 Thread John Wang
On Wed, Dec 23, 2020 at 10:25 AM Jakub Kicinski wrote: > > On Tue, 22 Dec 2020 10:38:21 -0800 Samuel Mendoza-Jonas wrote: > > On Tue, 2020-12-22 at 06:13 +, Joel Stanley wrote: > > > On Sun, 20 Dec 2020 at 12:40, John Wang wrote: > > > > When aggregat

[PATCH] net/ncsi: Use real net-device for response handler

2020-12-20 Thread John Wang
t;net/ncsi: NCSI response packet handler") Signed-off-by: John Wang --- net/ncsi/ncsi-rsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ncsi/ncsi-rsp.c b/net/ncsi/ncsi-rsp.c index a94bb59793f0..60ae32682904 100644 --- a/net/ncsi/ncsi-rsp.c +++ b/net/ncsi/ncsi-rsp.c

Re: [External] Re: [PATCH 1/3] misc: aspeed: Add Aspeed UART routing control driver.

2020-12-10 Thread John Wang
On Thu, Dec 10, 2020 at 5:42 PM Greg Kroah-Hartman wrote: > > On Thu, Dec 10, 2020 at 05:28:53PM +0800, John Wang wrote: > > From: Oskar Senft > > > > This driver adds sysfs files that allow the BMC userspace to configure > > how UARTs and physical serial I/O po

[PATCH 2/3] ARM: dts: aspeed: Add uart-routing node

2020-12-10 Thread John Wang
Signed-off-by: John Wang --- arch/arm/boot/dts/aspeed-g5.dtsi | 6 ++ arch/arm/boot/dts/aspeed-g6.dtsi | 6 ++ 2 files changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index 30bbf7452b90..bf40e8960244 100644 --- a/arch/arm/boot

[PATCH 3/3] ARM: dts: aspeed: Enable g220a uart route

2020-12-10 Thread John Wang
Signed-off-by: John Wang --- arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts index 89916a2eec18..e3a82679ed9c 100644 --- a/arch/arm/boot

[PATCH 1/3] misc: aspeed: Add Aspeed UART routing control driver.

2020-12-10 Thread John Wang
cted. Tested for UART1 and UART3 as this board doesn't have the other UARTs wired up in a testable way. Signed-off-by: Oskar Senft Signed-off-by: Yong Li Signed-off-by: Vernon Mauery Signed-off-by: John Wang --- .../stable/sysfs-driver-aspeed-uart-routing | 14 + .../misc-devices/aspeed-

[PATCH v2 2/2] ARM: dts: aspeed: Add LCLK to lpc-snoop

2020-12-08 Thread John Wang
Fixes: d558ce0ff0730 (ARM: dts: aspeed: Add LPC Snoop device) Fixes: 12ce8bd361c72 (ARM: dts: aspeed-g6: Add lpc devices) Signed-off-by: John Wang --- v2: reword: Add fixes lines --- arch/arm/boot/dts/aspeed-g4.dtsi | 1 + arch/arm/boot/dts/aspeed-g5.dtsi | 1 + arch/arm/boot/dts/aspeed-g6

[PATCH v2 1/2] misc: Add clock control logic into Aspeed LPC SNOOP driver

2020-12-08 Thread John Wang
d LPC snoop output using misc chardev") Signed-off-by: Jae Hyun Yoo Signed-off-by: Vernon Mauery Signed-off-by: John Wang --- v2: reword: Add fixes line --- drivers/soc/aspeed/aspeed-lpc-snoop.c | 30 --- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git

Re: [External] Re: [PATCH 1/2] misc: Add clock control logic into Aspeed LPC SNOOP driver

2020-12-08 Thread John Wang
On Tue, Dec 8, 2020 at 10:19 AM Joel Stanley wrote: > > On Wed, 2 Dec 2020 at 05:16, John Wang wrote: > > > > From: Jae Hyun Yoo > > > > If LPC SNOOP driver is registered ahead of lpc-ctrl module, LPC > > SNOOP block will be enabled without heart beatin

[PATCH 2/2] ARM: dts: aspeed: Add LCLK to lpc-snoop

2020-12-01 Thread John Wang
Signed-off-by: John Wang --- arch/arm/boot/dts/aspeed-g4.dtsi | 1 + arch/arm/boot/dts/aspeed-g5.dtsi | 1 + arch/arm/boot/dts/aspeed-g6.dtsi | 1 + 3 files changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index f606fc01ff13..2364b660f2e4

[PATCH 1/2] misc: Add clock control logic into Aspeed LPC SNOOP driver

2020-12-01 Thread John Wang
Mauery Signed-off-by: John Wang --- drivers/soc/aspeed/aspeed-lpc-snoop.c | 30 --- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/drivers/soc/aspeed/aspeed-lpc-snoop.c b/drivers/soc/aspeed/aspeed-lpc-snoop.c index 682ba0eb4eba..20acac6342ef 100644

[PATCH v6 1/2] dt-bindings: Add ipsps1 as a trivial device

2019-08-19 Thread John Wang
The ipsps1 is an Inspur Power System power supply unit Signed-off-by: John Wang Reviewed-by: Rob Herring --- v6: - No changes v5: - No changes v4: - Rebased on 5.3-rc4 instead of 5.2, No changes v3: - Fix adding entry to the inappropriate line v2: - No changes

[PATCH v5 1/2] dt-bindings: Add ipsps1 as a trivial device

2019-08-16 Thread John Wang
The ipsps1 is an Inspur Power System power supply unit Signed-off-by: John Wang Reviewed-by: Rob Herring --- v5: - No changes v4: - Rebased on 5.3-rc4 instead of 5.2, No changes v3: - Fix adding entry to the inappropriate line v2: - No changes. --- Documentation/devicetree

[PATCH v4 1/2] dt-bindings: Add ipsps1 as a trivial device

2019-08-13 Thread John Wang
The ipsps1 is an Inspur Power System power supply unit Signed-off-by: John Wang Reviewed-by: Rob Herring --- v4: - Rebased on 5.3-rc4 instead of 5.2, No changes v3: - Fix adding entry to the inappropriate line v2: - No changes. --- Documentation/devicetree/bindings/trivial

[PATCH v3 1/2] dt-bindings: Add ipsps1 as a trivial device

2019-08-11 Thread John Wang
The ipsps1 is an Inspur Power System power supply unit Signed-off-by: John Wang --- v3: - Fix adding entry to the inappropriate line v2: - No changes. --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation

[PATCH] dt-bindings: Add vendor prefix for Inspur Corporation

2019-08-10 Thread John Wang
Signed-off-by: John Wang --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 33a65a45e319..cc07237b8b89 100644

[PATCH v2 2/2] hwmon: pmbus: Add Inspur Power System power supply driver

2019-08-10 Thread John Wang
umentation/hwmon/inspur-ipsps1.rst @@ -0,0 +1,79 @@ +Kernel driver inspur-ipsps1 +=== + +Supported chips: + + * Inspur Power System power supply unit + +Author: John Wang + +Description +--- + +This driver supports Inspur Power System power supplies. This driver +is a c