
Gesendet: Donnerstag, 20. Juli 2023 um 02:58 Uhr Von: "Weijie Gao (高惟杰)" Weijie.Gao@mediatek.com
On Wed, 2023-07-19 at 14:08 +0200, Frank Wunderlich wrote:
noticed some build-warnings from the pinctrl-patch which are not critical, but should be fixed.
e.g. this (seems for each call of PINCTRL_PIN_GROUP)
drivers/pinctrl/mediatek/pinctrl-mt7988.c:1148:42: warning: initialization discards 'const' qualifier from pointer target type [- Wdiscarded-qualifiers] 1148 | PINCTRL_PIN_GROUP("net_wo1_uart_txd_1", mt7988_net_wo1_uart_txd_1), | ^~~~~~~~~~~~~~~~~~~~
drivers/pinctrl/mediatek/pinctrl-mtk-common.h:31:3: note: in definition of macro 'PINCTRL_PIN_GROUP' 31 | id##_funcs, \ | ^~
This is due to on of the patch was missing because its size exceeds 100KB. Please refer to: https://patchwork.ozlabs.org/project/uboot/patch/7c0cfbdeb17abcf805138eb69be...
I have to split it into two patches in v2.
indeed, part 12 was missing in my series-export from patchwork...all clean after applying it. thx for pointing to it.
regards Frank