Guohan Lu

Results 103 comments of Guohan Lu

your patch does not seem to be aligned with linux kernel since there is already 5461S phy support in 4.9 kernel. https://elixir.bootlin.com/linux/v4.9.147/source/drivers/net/phy/broadcom.c#L490 can you align you patch with the linux...

patch 0011 is taken from a linux upstream commit https://patchwork.ozlabs.org/patch/799983/ we do have the same setup with igb mac and bcm 5461 phy in other platform, and the patch 0011...

[2020-06-03T13:27:52.659Z] debian/bin/buildcheck.py debian/build/build_amd64_none_amd64 amd64 none amd64 [2020-06-03T13:27:53.611Z] ABI has changed! Refusing to continue.

@olivier-singla , ABI changed, need to fix the build. here is my plan, i think we can first merge the infrastructure in, and then, we can move the existing config...

are we expecting to have quote in the kconfig? why do you need to pass the quote?

not sure retry will help. check build error below. ``` /var/johnar/workspace/common/linux-kernel-build-pr/linux-4.9.189/drivers/mtd/nand/raw/cafe_nand.c: In function 'cafe_nand_probe': /var/johnar/workspace/common/linux-kernel-build-pr/linux-4.9.189/drivers/mtd/nand/raw/cafe_nand.c:656:23: error: 'NAND_OWN_BUFFERS' undeclared (first use in this function) cafe->nand.options = NAND_OWN_BUFFERS; ^~~~~~~~~~~~~~~~ /var/johnar/workspace/common/linux-kernel-build-pr/linux-4.9.189/drivers/mtd/nand/raw/cafe_nand.c:656:23: note: each...

please identify the upstream commit id and the start linux version that introduce this patch. check below for example https://github.com/Azure/sonic-linux-kernel/blob/master/patch/linux-4.13-thermal-intel_pch_thermal-Fix-enable-check-on.patch

i can see quite a few patches for armada 7020 is in 4.19. can you check when armada 7020 is fully supported in linux kernel. since we are moving to...