Merge branch '2020-07-01-kconfig-etc-updates' into next
authorTom Rini <trini@konsulko.com>
Sun, 5 Jul 2020 22:03:32 +0000 (18:03 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 5 Jul 2020 22:03:32 +0000 (18:03 -0400)
commitdf3d0a3f95dd9109b889c5411204f133451b7a7e
tree7d54c64d08db45d62e941e3697e1c691dec7ebba
parent785195941b0746ac987a0ca501dae3e570b9f042
parentc57383b0c22bd313c9511eeb2fd6702adbcfe030
Merge branch '2020-07-01-kconfig-etc-updates' into next

- Resync Kconfiglib with the v14.1.0 release.
- Re-sync our <linux/compiler*h> files with v5.7-rc5 from upstream.
- Fully resync checkpatch.pl with v5.7 release.

To safely to all of the above, we have a few bugfixes about functions
that need a 'static inline' but weren't.  We also stop setting
CROSS_COMPILE in arch/*/config.mk.  Finally, with the above changes
boards can now opt-in to optimizing inlining and we do this for the
socfpga stratix10 platform for space savings.