Skip to content

airoha: en7523: add missing Kconfig entry on 6.12 and fix SPI patch#20138

Merged
openwrt-bot merged 2 commits intoopenwrt:mainfrom
andrewjlamarche:en7523
Sep 24, 2025
Merged

airoha: en7523: add missing Kconfig entry on 6.12 and fix SPI patch#20138
openwrt-bot merged 2 commits intoopenwrt:mainfrom
andrewjlamarche:en7523

Conversation

@andrewjlamarche
Copy link
Copy Markdown
Contributor

@andrewjlamarche andrewjlamarche commented Sep 23, 2025

Airoha en7523 has some missing Kconfig entries for 6.12. Add them, and fix the SPI patch that breaks compilation.

@github-actions github-actions bot added kernel pull request/issue with Linux kernel related changes target/airoha pull request/issue for airoha target labels Sep 23, 2025
@andrewjlamarche andrewjlamarche changed the title airoha: en7523: add missing Kconfig entry on 6.12 airoha: en7523: add missing Kconfig entry on 6.12 and fix SPI patch Sep 23, 2025
@andrewjlamarche andrewjlamarche force-pushed the en7523 branch 3 times, most recently from be0709f to efa7379 Compare September 23, 2025 17:49
@andrewjlamarche andrewjlamarche marked this pull request as ready for review September 23, 2025 17:50
CONFIG_NET_INGRESS=y
CONFIG_NET_SELFTESTS=y
CONFIG_NET_VENDOR_AIROHA=y
# CONFIG_NET_VENDOR_MEDIATEK is not set
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deactivating CONFIG_NET_VENDOR_MEDIATEK should not be needed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    Marvell MDIO interface support (MVMDIO) [N/m/y/?] n
    Marvell Yukon Gigabit Ethernet support (SKGE) [N/m/y/?] n
    Marvell Yukon 2 support (SKY2) [N/m/y/?] n
    Marvell Prestera Switch ASICs support (PRESTERA) [N/m/y/?] n
  MediaTek devices (NET_VENDOR_MEDIATEK) [N/y/?] (NEW) 

I tried without it, but get prompted.

@robimarko
Copy link
Copy Markdown
Contributor

You still have formal issues with your commits

@andrewjlamarche andrewjlamarche force-pushed the en7523 branch 2 times, most recently from 9c83b7d to 2ea5490 Compare September 24, 2025 13:56
Add missing Kconfig symbols for en7523 on 6.12.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
en7523 compilation on 6.12 fails with a no prototype warning. Fix this
by declaring max_transfer_size and transfer_one_message static.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
@openwrt-bot openwrt-bot merged commit 3db08eb into openwrt:main Sep 24, 2025
3 checks passed
@andrewjlamarche andrewjlamarche deleted the en7523 branch September 24, 2025 22:52
Vladdrako pushed a commit to Vladdrako/openwrt that referenced this pull request Sep 25, 2025
Add missing Kconfig symbols for en7523 on 6.12.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Vladdrako pushed a commit to Vladdrako/openwrt that referenced this pull request Sep 25, 2025
en7523 compilation on 6.12 fails with a no prototype warning. Fix this
by declaring max_transfer_size and transfer_one_message static.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
aletschfirn pushed a commit to aletschfirn/openwrt-kn1714 that referenced this pull request Oct 5, 2025
Add missing Kconfig symbols for en7523 on 6.12.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
aletschfirn pushed a commit to aletschfirn/openwrt-kn1714 that referenced this pull request Oct 5, 2025
en7523 compilation on 6.12 fails with a no prototype warning. Fix this
by declaring max_transfer_size and transfer_one_message static.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Lienol pushed a commit to Lienol/openwrt that referenced this pull request Oct 12, 2025
Add missing Kconfig symbols for en7523 on 6.12.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt/openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Lienol pushed a commit to Lienol/openwrt that referenced this pull request Oct 12, 2025
en7523 compilation on 6.12 fails with a no prototype warning. Fix this
by declaring max_transfer_size and transfer_one_message static.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt/openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
HateTM pushed a commit to HateTM/tpl_ax80_ubi that referenced this pull request Oct 22, 2025
Add missing Kconfig symbols for en7523 on 6.12.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
HateTM pushed a commit to HateTM/tpl_ax80_ubi that referenced this pull request Oct 22, 2025
en7523 compilation on 6.12 fails with a no prototype warning. Fix this
by declaring max_transfer_size and transfer_one_message static.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
HateTM pushed a commit to HateTM/tpl_ax80_ubi that referenced this pull request Oct 26, 2025
Add missing Kconfig symbols for en7523 on 6.12.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
HateTM pushed a commit to HateTM/tpl_ax80_ubi that referenced this pull request Oct 26, 2025
en7523 compilation on 6.12 fails with a no prototype warning. Fix this
by declaring max_transfer_size and transfer_one_message static.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: openwrt#20138
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kernel pull request/issue with Linux kernel related changes target/airoha pull request/issue for airoha target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants