1
0
Fork 0
alistair23-linux/arch/mips/configs
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
..
generic MIPS: generic: Add support for Microsemi Ocelot 2018-03-21 23:33:10 +00:00
ar7_defconfig firmware: Drop FIRMWARE_IN_KERNEL Kconfig option 2018-01-25 12:46:30 +01:00
ath25_defconfig firmware: Drop FIRMWARE_IN_KERNEL Kconfig option 2018-01-25 12:46:30 +01:00
ath79_defconfig firmware: Drop FIRMWARE_IN_KERNEL Kconfig option 2018-01-25 12:46:30 +01:00
bcm47xx_defconfig MIPS: defconfigs: Remove CONFIG_IPV6_PRIVACY 2016-05-13 14:01:58 +02:00
bcm63xx_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
bigsur_defconfig MIPS: Update defconfigs after previous patch. 2018-02-06 15:50:13 +00:00
bmips_be_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
bmips_stb_defconfig MIPS: BMIPS: Enable CONFIG_SOC_BRCMSTB 2018-02-19 10:55:34 +00:00
capcella_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
cavium_octeon_defconfig MIPS: Octeon: cavium_octeon_defconfig: Enable more drivers 2017-08-29 15:21:51 +02:00
ci20_defconfig MIPS: configs: ci20: Enable ext4 2018-05-02 15:08:40 +02:00
cobalt_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
db1xxx_defconfig MIPS: Alchemy: Remove reverted CONFIG_NETLINK_MMAP from db1xxx_defconfig 2017-10-12 15:26:39 +02:00
decstation_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
e55_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
fuloong2e_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
gcw0_defconfig MIPS: ingenic: Initial GCW Zero support 2018-01-18 22:08:10 +00:00
generic_defconfig MIPS: generic: Bump default NR_CPUS to 16 2017-08-30 00:57:29 +02:00
gpr_defconfig MIPS: defconfig: Cleanup from non-existing options 2017-08-29 15:21:50 +02:00
ip22_defconfig MIPS: Kconfig: Set default MIPS system type as generic 2017-11-08 22:23:45 +00:00
ip27_defconfig MIPS: Update defconfigs after previous patch. 2018-02-06 15:50:13 +00:00
ip28_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
ip32_defconfig MIPS: Update defconfigs after previous patch. 2018-02-06 15:50:13 +00:00
jazz_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
jmr3927_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
lasat_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
lemote2f_defconfig MIPS: defconfig: Cleanup from non-existing options 2017-08-29 15:21:50 +02:00
loongson1b_defconfig MIPS: Loongson1: Add watchdog support for Loongson1 board 2017-01-03 16:34:42 +01:00
loongson1c_defconfig MIPS: Loongson1: Add watchdog support for Loongson1 board 2017-01-03 16:34:42 +01:00
loongson3_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
malta_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
malta_kvm_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
malta_kvm_guest_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
malta_qemu_32r6_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
maltaaprp_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
maltasmvp_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
maltasmvp_eva_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
maltaup_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
maltaup_xpa_defconfig MIPS: Malta: Sanitize mouse and keyboard configuration. 2018-02-06 15:50:15 +00:00
markeins_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
mips_paravirt_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
mpc30x_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
msp71xx_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
mtx1_defconfig MIPS: defconfig: Cleanup from non-existing options 2017-08-29 15:21:50 +02:00
nlm_xlp_defconfig MIPS: Update defconfigs after previous patch. 2018-02-06 15:50:13 +00:00
nlm_xlr_defconfig MIPS: Update defconfigs after previous patch. 2018-02-06 15:50:13 +00:00
omega2p_defconfig MIPS: configs: Add Onion Omega2+ defconfig 2017-08-29 15:21:54 +02:00
pic32mzda_defconfig firmware: Drop FIRMWARE_IN_KERNEL Kconfig option 2018-01-25 12:46:30 +01:00
pistachio_defconfig Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 2017-09-15 20:43:33 -07:00
pnx8335_stb225_defconfig MIPS: Update defconfigs after previous patch. 2018-02-06 15:50:13 +00:00
qi_lb60_defconfig MIPS: qi_lb60: Enable the jz4740-wdt driver 2018-05-14 23:58:23 +01:00
rb532_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
rbtx49xx_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
rm200_defconfig USB: serial: keyspan: Drop firmware Kconfig options 2018-01-25 12:46:30 +01:00
rt305x_defconfig firmware: Drop FIRMWARE_IN_KERNEL Kconfig option 2018-01-25 12:46:30 +01:00
sb1250_swarm_defconfig MIPS: Update defconfigs after previous patch. 2018-02-06 15:50:13 +00:00
tb0219_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
tb0226_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
tb0287_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
vocore2_defconfig MIPS: configs: Add VoCore2 defconfig 2017-08-29 15:21:53 +02:00
workpad_defconfig MIPS: defconfig: Cleanup from old Kconfig options 2017-06-27 13:58:38 +02:00
xway_defconfig firmware: Drop FIRMWARE_IN_KERNEL Kconfig option 2018-01-25 12:46:30 +01:00