Hi, On Tue, Dec 10, 2019 at 02:57:43PM -0800, Guenter Roeck wrote: > v4.14.y: > > arm64:defconfig: > > arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts:5:10: fatal error: > dt-bindings/input/gpio-keys.h: No such file or directory > The include/dt-bindings/input/gpio-keys.h is not provided. We need to revert commit 9b7f85596a7c799d3715729188ea8f0f0f4b3c54(arm64: tegra: Fix power key interrupt type on Jetson TX2). > i386:allyesconfig: > > drivers/crypto/geode-aes.c:174:2: error: > implicit declaration of function 'crypto_sync_skcipher_clear_flags > > and several similar errors. crypto_sync_skcipher_clear_flags() was provided from 4.19. So we need to fix the patch. > > > --- > v4.19.y: > > arm64:defconfig: > > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found > arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found I think we need to pick commit ec4a95409d5c28962e0097e8291aa7048f8b262a. But I have not examined it in detail. > > i386:allyesconfig: > > Same as v4.14.y. > > Guenter > Best regards, Nobuhiro