Hi Linus, Here are a few small MIPS fixes for the 5.3 cycle; please pull. Thanks, Paul The following changes since commit e5793cd1b5fedb39337cfa62251a25030f526e56: MIPS: fix some more fall through errors in arch/mips (2019-07-16 12:40:16 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.3_1 for you to fetch changes up to 74034a09267c1f48d5ce7ae4c4a317fac7d43418: MIPS: BCM63XX: Mark expected switch fall-through (2019-08-05 18:25:30 -0700) ---------------------------------------------------------------- A few MIPS fixes for 5.3: - Various switch fall through annotations to fixup warnings & errors resulting from -Wimplicit-fallthrough. - A fix for systems (at least jazz) using an i8253 PIT as clocksource when it's not suitably configured. - Set struct cacheinfo's cpu_map_populated field to true, indicating that we filled in cache info detected from cop0 registers & avoiding complaints about that info being (intentionally) missing in devicetree. ---------------------------------------------------------------- Gustavo A. R. Silva (2): MIPS: OProfile: Mark expected switch fall-throughs MIPS: BCM63XX: Mark expected switch fall-through Paul Burton (2): MIPS: Annotate fall-through in kvm/emulate.c MIPS: Annotate fall-through in Cavium Octeon code Thomas Bogendoerfer (1): MIPS: kernel: only use i8253 clocksource with periodic clockevent Vladimir Kondratiev (1): mips: fix cacheinfo arch/mips/cavium-octeon/octeon-usb.c | 1 + arch/mips/kernel/cacheinfo.c | 2 ++ arch/mips/kernel/i8253.c | 3 ++- arch/mips/kvm/emulate.c | 1 + arch/mips/oprofile/op_model_mipsxx.c | 13 +++++++++++++ arch/mips/pci/ops-bcm63xx.c | 1 + 6 files changed, 20 insertions(+), 1 deletion(-)