* [GIT PULL] Final MIPS fixes for 4.15
@ 2018-01-19 22:46 James Hogan
0 siblings, 0 replies; only message in thread
From: James Hogan @ 2018-01-19 22:46 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Ralf Baechle, linux-mips
[-- Attachment #1: Type: text/plain, Size: 3231 bytes --]
Hi Linus,
Ralf has been mostly offline for a few days, so I wanted to send this
pull request just to make sure these fixes got into the 4.15 release.
It is basically Ralf's final fixes branch from last week with the
following additions:
- One allmodconfig fix, which unfortunately missed todays linux-next by
about half an hour. It is however purely a Kconfig fix and it has been
build tested so I'm confident its okay.
- A patch to add myself as MIPS co-maintainer. Unfortunately this
doesn't have Ralf's ack, but it has 5 acks from other leading
contributors.
Please consider pulling.
Thanks
James
The following changes since commit 44cae9b209e5b8989f02515a343067159aab84e9:
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus (2018-01-09 15:43:13 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips.git tags/mips_fixes_4.15_2
for you to fetch changes up to 18696edce11e010a1151a779490d6025b497e400:
MAINTAINERS: Add James as MIPS co-maintainer (2018-01-18 20:44:39 +0000)
----------------------------------------------------------------
Final MIPS fixes for 4.15
Some final MIPS fixes for 4.15, including important build fixes and a
MAINTAINERS update:
- Add myself as MIPS co-maintainer.
- Fix various all*config build failures (particularly as a result of
switching the default MIPS platform to the "generic" platform).
- Fix GCC7 build failures (duplicate const and questionable calls to
missing __multi3 intrinsic on mips64r6).
- Fix warnings when CPU Idle is enabled (4.14).
- Fix AR7 serial output (since 3.17).
- Fix ralink platform_get_irq error checking (since 3.12).
----------------------------------------------------------------
Arvind Yadav (1):
MIPS: ralink: Fix platform_get_irq's error checking
James Hogan (6):
MIPS: Fix CPS SMP NS16550 UART defaults
MIPS: CM: Drop WARN_ON(vp != 0)
MIPS: mm: Fix duplicate "const" on insn_table_MM
MIPS: Implement __multi3 for GCC7 MIPS64r6 builds
MIPS: Fix undefined reference to physical_memsize
MAINTAINERS: Add James as MIPS co-maintainer
Jonas Gorski (1):
MIPS: AR7: ensure the port type's FCR value is used
Matt Redfearn (4):
MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLE
MIPS: RB532: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLE
MIPS: RB532: Avoid undefined mac_pton without GENERIC_NET_UTILS
MIPS: BCM47XX Avoid compile error with MIPS allnoconfig
MAINTAINERS | 1 +
arch/mips/Kconfig | 12 +++++++++-
arch/mips/Kconfig.debug | 14 +++++++----
arch/mips/ar7/platform.c | 2 +-
arch/mips/ath25/devices.c | 2 ++
arch/mips/kernel/mips-cm.c | 1 -
arch/mips/lib/Makefile | 3 ++-
arch/mips/lib/libgcc.h | 17 ++++++++++++++
arch/mips/lib/multi3.c | 54 +++++++++++++++++++++++++++++++++++++++++++
arch/mips/mm/uasm-micromips.c | 2 +-
arch/mips/ralink/timer.c | 4 ++--
arch/mips/rb532/Makefile | 4 +++-
arch/mips/rb532/devices.c | 4 ++++
13 files changed, 108 insertions(+), 12 deletions(-)
create mode 100644 arch/mips/lib/multi3.c
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-19 22:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19 22:46 [GIT PULL] Final MIPS fixes for 4.15 James Hogan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.