Hi Linus, I've gathered a few final short & sweet MIPS bug fixes for v4.14. Please consider pulling. Thanks James The following changes since commit 39dae59d66acd86d1de24294bd2f343fd5e7a625: Linux 4.14-rc8 (2017-11-05 13:05:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips.git tags/mips_fixes_4.14_2 for you to fetch changes up to b084116f8587b222a2c5ef6dcd846f40f24b9420: MIPS: AR7: Ensure that serial ports are properly set up (2017-11-08 14:57:55 +0000) ---------------------------------------------------------------- Final MIPS fixes for 4.14 A final few MIPS fixes for 4.14: - Fix BMIPS NULL pointer dereference (4.7) - Fix AR7 early GPIO init allocation failure (3.19) - Fix dead serial output on certain AR7 platforms (2.6.35) ---------------------------------------------------------------- Jaedon Shin (1): MIPS: BMIPS: Fix missing cbr address Jonas Gorski (1): MIPS: AR7: Defer registration of GPIO Oswald Buddenhagen (1): MIPS: AR7: Ensure that serial ports are properly set up arch/mips/ar7/platform.c | 5 +++++ arch/mips/ar7/prom.c | 2 -- arch/mips/kernel/smp-bmips.c | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-)