kemna
89d316815d
孔祥涵的文件part01
Build Kernel / Build all affected Kernels (push) Failing after 0s
Build all core packages / Build all core packages for selected target (push) Failing after 0s
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Failing after 0s
Build host tools / Build host tools for linux and macos based systems (push) Failing after 0s
2024-10-09 00:18:22 +08:00
Rosen Penev
78d1689757
ath79: ar7200 usb phy: simplify probe
...
Even though optional is used, there's are still pointless NULL
assignments.
Use dev_err_probe to avoid manually handling EPROBE_DEFER.
Use devm_platform_iomap_resource. No struct resource needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Shiji Yang <yangshiji66@qq.com> on NETGEAR R6100.
Link: https://github.com/openwrt/openwrt/pull/16519
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-07 22:21:08 +02:00
Shiji Yang
872fe7e9f9
ath79: refresh 6.6 kernel patches
...
Some APIs have been changed. Porting them to the new kernel 6.6
version to fix the compile error.
Removed upstreamed:
010-v6.4-gpio-ath79-Convert-to-immutable-irq_chip.patch[1]
Manually rebased:
700-phy-add-ath79-usb-phys.patch
721-phy-mdio-bitbang-prevent-rescheduling-during-command.patch. ref:[2]
[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.6.y&id=b11ce7e48121a02ceedec9f4dfcab4f2bee8f35f
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.6.y&id=002dd3de097c778a74ae9e47e598bea6ad055af0
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
2024-05-09 23:53:02 +02:00
Shiji Yang
7d01a0b436
ath79: rename patches directory and kernel config from 6.1 to 6.6
...
This is preparation for 6.6 kernel support. Renaming files allows
us to better track their git history.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
2024-05-09 23:53:01 +02:00