Linus Torvalds
763f96944c
MIPS changes for 4.18
...
These are the main MIPS changes for 4.18. Rough overview:
(1) MAINTAINERS: Add Paul Burton as MIPS co-maintainer
(2) Misc: Generic compiler intrinsics, Y2038 improvements, Perf+MT fixes
(3) Platform support: Netgear WNR1000 V3, Microsemi Ocelot integrated
switch, Ingenic watchdog cleanups
Maintainers:
- Add Paul Burton as MIPS co-maintainer
Miscellaneous:
- Use generic GCC library routines from lib/
- Add notrace to generic ucmpdi2 implementation
- Rename compiler intrinsic selects to GENERIC_LIB_*
- vmlinuz: Use generic ashldi3
- y2038: Convert update/read_persistent_clock() to *_clock64()
- sni: Remove read_persistent_clock()
- perf: Fix perf with MT counting other threads
- Probe for per-TC perf counters in cpu-probe.c
- Use correct VPE ID for VPE tracing
Minor cleanups:
- Avoid unneeded built-in.a in DTS dirs
- sc-debugfs: Re-use kstrtobool_from_user
- memset.S: Reinstate delay slot indentation
- VPE: Fix spelling "uneeded" -> "Unneeded"
Platform support:
BCM47xx:
- Add support for Netgear WNR1000 V3
- firmware: Support small NVRAM partitions
- Use __initdata for LEDs platform data
Ingenic:
- Watchdog driver & platform code improvements:
- Disable clock after stopping counter
- Use devm_* functions
- Drop module remove function
- Move platform reset code to restart handler in driver
- JZ4740: Convert watchdog instantiation to DT
- JZ4780: Fix watchdog DT node
- qi_lb60_defconfig: Enable watchdog driver
Microsemi:
- Ocelot: Add support for integrated switch
- pcb123: Connect phys to ports
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQS7lRNBWUYtqfDOVL41zuSGKxAj8gUCWx6PaAAKCRA1zuSGKxAj
8v8JAQCNTrCy4tW4TbOCshOo8mhskGME73BVCpquLdsNcWAVhAD/cC0+DMHxV+eO
Q/JvLne/N2UssMojF+StX8G+6mIF9g8=
=qN+K
-----END PGP SIGNATURE-----
Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS updates from James Hogan:
"These are the main MIPS changes for 4.18.
Rough overview:
- MAINTAINERS: Add Paul Burton as MIPS co-maintainer
- Misc: Generic compiler intrinsics, Y2038 improvements, Perf+MT fixes
- Platform support: Netgear WNR1000 V3, Microsemi Ocelot integrated
switch, Ingenic watchdog cleanups
More detailed summary:
Maintainers:
- Add Paul Burton as MIPS co-maintainer, as I soon won't have access
to much MIPS hardware, nor enough time to properly maintain MIPS on
my own.
Miscellaneous:
- Use generic GCC library routines from lib/
- Add notrace to generic ucmpdi2 implementation
- Rename compiler intrinsic selects to GENERIC_LIB_*
- vmlinuz: Use generic ashldi3
- y2038: Convert update/read_persistent_clock() to *_clock64()
- sni: Remove read_persistent_clock()
- perf: Fix perf with MT counting other threads
- Probe for per-TC perf counters in cpu-probe.c
- Use correct VPE ID for VPE tracing
Minor cleanups:
- Avoid unneeded built-in.a in DTS dirs
- sc-debugfs: Re-use kstrtobool_from_user
- memset.S: Reinstate delay slot indentation
- VPE: Fix spelling "uneeded" -> "Unneeded"
Platform support:
BCM47xx:
- Add support for Netgear WNR1000 V3
- firmware: Support small NVRAM partitions
- Use __initdata for LEDs platform data
Ingenic:
- Watchdog driver & platform code improvements:
- Disable clock after stopping counter
- Use devm_* functions
- Drop module remove function
- Move platform reset code to restart handler in driver
- JZ4740: Convert watchdog instantiation to DT
- JZ4780: Fix watchdog DT node
- qi_lb60_defconfig: Enable watchdog driver
Microsemi:
- Ocelot: Add support for integrated switch
- pcb123: Connect phys to ports"
* tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (30 commits)
MAINTAINERS: Add Paul Burton as MIPS co-maintainer
MIPS: ptrace: Make FPU context layout comments match reality
MIPS: memset.S: Reinstate delay slot indentation
MIPS: perf: Fix perf with MT counting other threads
MIPS: perf: Use correct VPE ID when setting up VPE tracing
MIPS: perf: More robustly probe for the presence of per-tc counters
MIPS: Probe for MIPS MT perf counters per TC
MIPS: mscc: Connect phys to ports on ocelot_pcb123
MIPS: mscc: Add switch to ocelot
MIPS: JZ4740: Drop old platform reset code
MIPS: qi_lb60: Enable the jz4740-wdt driver
MIPS: JZ4780: dts: Fix watchdog node
MIPS: JZ4740: dts: Add bindings for the jz4740-wdt driver
watchdog: JZ4740: Drop module remove function
watchdog: JZ4740: Register a restart handler
watchdog: JZ4740: Use devm_* functions
watchdog: JZ4740: Disable clock after stopping counter
MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"
MIPS: Re-use kstrtobool_from_user()
MIPS: Convert update_persistent_clock() to update_persistent_clock64()
...
2018-06-12 12:56:02 -07:00
..
2018-06-11 12:13:55 -07:00
2018-06-03 20:40:33 +10:00
2018-04-24 12:33:28 +02:00
2018-06-08 11:10:58 -07:00
2018-06-11 17:57:38 -07:00
2018-04-09 11:42:31 -07:00
2018-04-12 16:08:02 +02:00
2018-06-04 12:34:27 -07:00
2018-06-07 17:34:34 -07:00
2018-05-14 23:02:58 -07:00
2018-03-08 19:35:29 -07:00
2018-04-11 10:28:39 -07:00
2018-06-06 16:04:55 -07:00
2018-04-10 08:40:45 +02:00
2018-04-09 13:44:37 +02:00
2018-05-08 09:57:35 -06:00
2018-04-27 16:56:15 -06:00
2018-05-10 11:18:49 -04:00
2018-06-12 12:56:02 -07:00
2018-05-04 06:21:06 -04:00
2018-06-10 13:01:12 -07:00
2018-01-08 10:08:34 +00:00
2018-03-26 08:53:43 -06:00
2017-11-08 03:39:52 -07:00
2018-06-07 17:34:35 -07:00
2018-06-11 10:16:13 -07:00
2018-03-23 04:22:29 +01:00
2018-05-11 18:08:10 +02:00
2017-10-12 11:14:06 -06:00
2018-05-21 07:52:01 -07:00
2018-05-29 20:14:32 +02:00
2018-03-05 14:41:38 -08:00
2018-02-23 08:18:33 -07:00
2018-04-05 13:21:57 -07:00
2018-06-10 13:01:12 -07:00
2018-03-26 12:31:13 -04:00
2018-05-29 03:31:19 +09:00
2018-01-17 16:45:01 -07:00
2017-10-12 11:13:28 -06:00
2017-10-23 20:17:03 +02:00
2018-05-24 15:37:57 +02:00
2018-02-21 09:57:55 +01:00
2017-12-11 14:46:10 -07:00
2018-01-15 14:29:42 -08:00
2018-05-25 15:34:50 -04:00
2018-02-01 12:45:35 -07:00
2018-06-07 14:01:16 -07:00
2017-12-13 00:36:00 +01:00
2018-06-05 14:19:45 -04:00
2017-10-30 21:37:53 +09:00
2018-05-17 16:44:13 -05:00
2018-03-06 17:26:15 +01:00
2018-04-23 13:03:26 +02:00
2017-09-08 18:26:51 -07:00
2018-06-04 12:34:27 -07:00
2018-03-26 12:13:21 -04:00
2018-02-23 08:25:45 -07:00
2018-05-15 10:28:12 -07:00
2018-03-01 17:32:14 +01:00
2018-05-14 09:12:27 +02:00
2018-05-29 08:59:21 -06:00
2018-05-08 09:57:35 -06:00
2018-06-06 09:08:38 -07:00
2018-03-18 07:38:48 -07:00
2018-05-04 06:21:06 -04:00
2018-06-06 18:39:49 -07:00
2018-04-02 21:49:01 +08:00
2018-02-15 15:40:37 -08:00
2018-06-06 16:39:18 -07:00
2018-06-04 16:40:11 -07:00
2018-01-31 19:25:25 -08:00
2018-06-06 16:34:00 -07:00
2018-06-01 19:18:28 +02:00
2018-05-29 06:45:55 -06:00
2018-01-31 19:25:25 -08:00
2018-03-26 15:57:04 +02:00
2018-06-04 21:34:39 -07:00
2017-12-16 22:37:12 -08:00
2018-05-10 15:42:41 -06:00
2018-02-13 14:55:53 +01:00
2017-11-17 16:10:00 -08:00
2017-12-11 15:20:04 -07:00
2018-05-14 16:44:41 +02:00
2017-09-01 11:59:17 +02:00
2018-04-16 14:18:15 -06:00
2017-09-27 16:03:45 -05:00
2018-01-24 12:32:58 +01:00
2017-10-20 11:02:55 +02:00
2017-10-12 11:07:42 -06:00
2018-06-04 16:40:11 -07:00
2017-10-19 12:56:44 -06:00
2017-09-08 18:26:48 -07:00
2018-01-12 00:20:41 +01:00
2018-01-30 21:54:28 +01:00
2017-11-20 10:45:50 -07:00
2017-11-18 20:37:13 -05:00
2018-05-08 09:16:41 -06:00