Re: [PATCH] hwmon: (k10temp) Add AMD family 17h model 60h probe

2020-06-17 Thread Jacky Hu
Hi, Sorry, I apologize for didn't do much lookup that you already did the patch submission before I submitted the patch. I have to say we are all programmed by the programs. Also I didn't submit to either of the lists. A few places I did looked at are below before I did the submission. https://pci

Re: [PATCH] hwmon: (k10temp) Add AMD family 17h model 60h probe

2020-06-17 Thread Jacky Hu
uenter Roeck wrote: > On Wed, Jun 17, 2020 at 03:19:27PM +0800, Jacky Hu wrote: > > Hi Guenter, > > > > By increasing the regs count from 32 to 256 and looking into the output of > > `cat /sys/kernel/debug/k10temp-\:00\:18.3/svi` > > There is some data from 0x05a

Re: [PATCH] hwmon: (k10temp) Add AMD family 17h model 60h probe

2020-06-17 Thread Jacky Hu
at 09:32:55AM +0800, Jacky Hu wrote: > > With this patch applied, output from 4800H (idle) looks as follows: > > > > k10temp-pci-00c3 > > Adapter: PCI adapter > > Vcore: 1.55 V > > Vsoc: 1.55 V > > Tctl: +49.6°C > > Tdie:

[PATCH] hwmon: (k10temp) Add AMD family 17h model 60h probe

2020-06-16 Thread Jacky Hu
With this patch applied, output from 4800H (idle) looks as follows: k10temp-pci-00c3 Adapter: PCI adapter Vcore: 1.55 V Vsoc: 1.55 V Tctl: +49.6°C Tdie: +49.6°C Icore: 0.00 A Isoc: 0.00 A Signed-off-by: Jacky Hu --- drivers/hwmon/k10temp.c | 1

[PATCH] pinctrl: amd: fix npins for uart0 in kerncz_groups

2020-06-15 Thread Jacky Hu
cording to the definition. Signed-off-by: Jacky Hu --- drivers/pinctrl/pinctrl-amd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-amd.h b/drivers/pinctrl/pinctrl-amd.h index 3e5760f1a715..d4a192df5fab 100644 --- a/drivers/pinctrl/pinctrl-amd.h +++

[PATCH 1/2] x86/amd_nb: Add Family 17h, Model 60h PCI IDs

2020-06-06 Thread Jacky Hu
Add the new Family 17h, Model 60h PCI IDs for AMD Zen2 APU systems. Signed-off-by: Jacky Hu --- arch/x86/kernel/amd_nb.c | 5 + drivers/hwmon/k10temp.c | 2 ++ include/linux/pci_ids.h | 1 + 3 files changed, 8 insertions(+) diff --git a/arch/x86/kernel/amd_nb.c b/arch/x86/kernel/amd_nb.c

[PATCH 2/2] EDAC/amd64: Add family ops for Family 17h Models 60h-6Fh

2020-06-06 Thread Jacky Hu
Add family ops to support AMD Family 17h, Models 60h-6Fh systems. Signed-off-by: Jacky Hu --- drivers/edac/amd64_edac.c | 14 ++ drivers/edac/amd64_edac.h | 3 +++ 2 files changed, 17 insertions(+) diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index

[PATCH 0/2] MCA and EDAC updates for AMD Family 17h, Model 60h

2020-06-06 Thread Jacky Hu
This patchset adds MCA and EDAC support for AMD Family 17h, Model 60h. Also k10temp works with 4800h k10temp-pci-00c3 Adapter: PCI adapter Vcore: 1.55 V Vsoc: 1.55 V Tctl: +49.6°C Tdie: +49.6°C Icore: 0.00 A Isoc: 0.00 A Jacky Hu (2): x86

[PATCH v4] ipvs: add checksum support for gue encapsulation

2019-05-29 Thread Jacky Hu
Add checksum support for gue encapsulation with the tun_flags parameter, which could be one of the values below: IP_VS_TUNNEL_ENCAP_FLAG_NOCSUM IP_VS_TUNNEL_ENCAP_FLAG_CSUM IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM Signed-off-by: Jacky Hu --- v4->v3: 1) defer pd assignment after data += GUE_LEN_PRIV

[PATCH v3] ipvs: add checksum support for gue encapsulation

2019-05-28 Thread Jacky Hu
Add checksum support for gue encapsulation with the tun_flags parameter, which could be one of the values below: IP_VS_TUNNEL_ENCAP_FLAG_NOCSUM IP_VS_TUNNEL_ENCAP_FLAG_CSUM IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM Signed-off-by: Jacky Hu --- v3->v2: 1) fixed CHECK: spaces preferred around t

[PATCH v2] ipvs: add checksum support for gue encapsulation

2019-05-25 Thread Jacky Hu
Add checksum support for gue encapsulation with the tun_flags parameter, which could be one of the values below: IP_VS_TUNNEL_ENCAP_FLAG_NOCSUM IP_VS_TUNNEL_ENCAP_FLAG_CSUM IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM Signed-off-by: Jacky Hu --- v2->v1: 1) removed unnecessary changes to ip_vs_core.c

[PATCH v1] ipvs: add checksum support for gue encapsulation

2019-05-23 Thread Jacky Hu
Add checksum support for gue encapsulation with the tun_flags parameter, which could be one of the values below: IP_VS_TUNNEL_ENCAP_FLAG_NOCSUM IP_VS_TUNNEL_ENCAP_FLAG_CSUM IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM Signed-off-by: Jacky Hu --- include/net/ip_vs.h | 2 + include/uapi/linux

Re: [PATCH v4] ipvs: allow tunneling with gue encapsulation

2019-03-17 Thread Jacky Hu
to the wrong git tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci/linux/commits/Jacky-Hu/ipvs-allow-tunneling-with-gue-encapsulation/20190318-070156 > base: https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git >