Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

irqchip/gic-phytium-2500: Remove sync_access callback and make distri… #12

Closed
wants to merge 35 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7a5a023
net: guangruntong: Add support for Guangruntong ethernet card
Avenger-285714 Jul 15, 2024
eac7181
net: guangruntong: Drop common.mk build rules at Makefile
Avenger-285714 Aug 9, 2024
be348d4
net: bzwx: Add support for Chengdu BeiZhongWangXin Technology N5/N6 S…
Avenger-285714 Aug 12, 2024
b68d5b2
x86: config: add default build configs for Chengdu BeiZhongWangXin N5…
Avenger-285714 Aug 12, 2024
53e196a
arm64: config: add default build configs for Chengdu BeiZhongWangXin …
Avenger-285714 Aug 12, 2024
80138e5
Loongarch: config: add default build configs for Chengdu BeiZhongWang…
Avenger-285714 Aug 12, 2024
d4a199e
net: 3snic: Add support for 3snic 3s9xx ethernet card
Avenger-285714 Aug 13, 2024
0a33f53
x86: config: add default build configs for 3snic
Avenger-285714 Aug 13, 2024
16d5fb1
Loongarch: config: add default build configs for 3snic
Avenger-285714 Aug 13, 2024
2faac12
arm64: config: add default build configs for 3snic
Avenger-285714 Aug 13, 2024
a1e8a29
pinctrl: zhaoxin: fix build on >= 6.7
MingcongBai Aug 20, 2024
cf553f9
crypto: montage: tsse: fix tsse_vuart for >= 6.10
MingcongBai Aug 22, 2024
9a94c9c
tty: serial: fix phytium-uart for >= 6.10
MingcongBai Aug 22, 2024
9ca96bc
net: ethernet: 3snic: mark function prototypes
MingcongBai Aug 26, 2024
8f119c4
net: ethernet: bzwx: mark function prototypes
MingcongBai Aug 26, 2024
f60faac
arm64: loongarch: x86: disable BZWX and 3SNIC modules
MingcongBai Aug 26, 2024
eae4914
edac: phytium_edac: fix build for >= 6.10
MingcongBai Aug 27, 2024
262923b
sound: hda: hda_phytium: fix build on >= 6.7
MingcongBai Aug 27, 2024
9fc0b23
x86/cpufeatures: Add Zhaoxin feature bits
leoliu-oc Jul 3, 2024
1f2f2b6
BACKPORT: PHYTIUM: net: stmmac: Add Phytium GMAC glue layer
chenbaozi-ft Jul 14, 2023
e5557cc
BACKPORT: PHYTIUM: drivers: fix build errors
Jan 23, 2024
7be2b44
BACKPORT: PHYTIUM: Update phytium copyright info to 2024
Feb 5, 2024
8b25a93
BACKPORT: PHYTIUM: net/stmmac: Add phytium DWMAC driver support v2
Mar 25, 2024
48364ae
PHYTIUM: net: stmmac: phytium driver add pm support
Jun 13, 2024
7acba4a
DEEPIN: net: stmmac: fix dwmac-phytium build on 6.9
MingcongBai Jun 27, 2024
a44e078
DEEPIN: net/stmmac: Add phytium old dwmac acpi_device_id
opsiff May 8, 2024
2b28f53
AOSCOS: net: stmmac: Make phytium_dwmac_remove() return void
KexyBiscuit Sep 21, 2024
36f000a
net: stmmac: dwmac-phytium: compat some FT2000
opsiff Jul 9, 2024
d092437
x86: crypto: rename headers for Zhaoxin SM3/4 modules
MingcongBai Nov 12, 2024
823831f
edac: ieh_edac: drop deprecated X86_MATCH_INTEL_FAM6_MODEL macro
MingcongBai Nov 13, 2024
a45bf02
hwmon: zhaoxin-cputemp: convert to the .remove_new (void) callback
MingcongBai Nov 13, 2024
6ba6ec9
i2c: i2c-zhaoxin-smbus: convert to the .remove_new (void) callback
MingcongBai Nov 13, 2024
c8f50a1
x86: crypto: sm4_zhaoxin_gmi: adapt to simd_skcipher_create_compat() …
MingcongBai Nov 13, 2024
e29165c
crypto: montage: tsse_vuart: drop unused vuart_wait_for_xmitr()
MingcongBai Nov 13, 2024
0278f3c
irqchip/gic-phytium-2500: Remove sync_access callback and make distri…
opsiff Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
net: guangruntong: Drop common.mk build rules at Makefile
When exec "make clean" after "make distclean", here is follow errors:

drivers/net/ethernet/guangruntong/Makefile:30: *** Cannot find common.mk build rules. Stopped.

Signed-off-by: WangYuli <wangyuli@uniontech.com>
Avenger-285714 authored and MingcongBai committed Nov 12, 2024
commit eac7181d0fcfc845405f547380c83bf4e00c72ac
6 changes: 0 additions & 6 deletions drivers/net/ethernet/guangruntong/Makefile
Original file line number Diff line number Diff line change
@@ -26,12 +26,6 @@ else # ifneq($(KERNELRELEASE),)

DRIVER := grtnic_xgb

ifeq (,$(wildcard common.mk))
$(error Cannot find common.mk build rules)
else
include common.mk
endif

# Check that kernel version is at least 2.6.0, since we don't support 2.4.x
# kernels with the grtnic driver. We can't use minimum_kver_check since SLES 10
# SP4's Make has a bug which causes $(eval) inside an ifeq conditional to error