alistair23-linux/arch/mips/configs
Linus Torvalds 8578953687 MIPS changes for 4.16
These are the main MIPS changes for 4.16. Rough overview:
  - Basic support for the Ingenic JZ4770 based GCW Zero open-source
    handheld video game console
  - Support for the Ranchu board (used by Android emulator)
  - Various cleanups and misc improvements
 
 Fixes:
  - Fix generic platform's USB_*HCI_BIG_ENDIAN selects (4.9)
  - Fix vmlinuz default build when ZBOOT selected
  - Fix clean up of vmlinuz targets
  - Fix command line duplication (in preparation for Ingenic JZ4770)
 
 Miscellaneous:
  - Allow Processor ID reads to be to be optimised away by the compiler
    (improves performance when running in guest)
  - Push ARCH_MIGHT_HAVE_PC_SERIO/PARPORT down to platform level to
    disable on generic platform with Ranchu board support
  - Add helpers for assembler macro instructions for older assemblers
  - Use assembler macro instructions to support VZ, XPA & MSA operations
    on older assemblers, removing C wrapper duplication
  - Various improvements to VZ & XPA assembly wrappers
  - Add drivers/platform/mips/ to MIPS MAINTAINERS entry
 
 Minor cleanups:
  - Misc FPU emulation cleanups (removal of unnecessary include, moving
    macros to common header, checkpatch and sparse fixes)
  - Remove duplicate assignment of core in play_dead()
  - Remove duplication in watchpoint handling
  - Remove mips_dma_mapping_error() stub
  - Use NULL instead of 0 in prepare_ftrace_return()
  - Use proper kernel-doc Return keyword for
    __compute_return_epc_for_insn()
  - Remove duplicate semicolon in csum_fold()
 
 Platform support:
 
 Broadcom:
  - Enable ZBOOT on BCM47xx
 
 Generic platform:
  - Add Ranchu board support, used by Android emulator
  - Fix machine compatible string matching for Ranchu
  - Support GIC in EIC mode
 
 Ingenic platforms:
  - Add DT, defconfig and other support for JZ4770 SoC and GCW Zero
  - Support dynamnic machine types (i.e. JZ4740 / JZ4770 / JZ4780)
  - Add Ingenic JZ4770 CGU clocks
  - General Ingenic clk changes to prepare for JZ4770 SoC support
  - Use common command line handling code
  - Add DT vendor prefix to GCW (Game Consoles Worldwide)
 
 Loongson:
  - Add MAINTAINERS entry for Loongson2 and Loongson3 platforms
  - Drop 32-bit support for Loongson 2E/2F devices
  - Fix build failures due to multiple use of "MEM_RESERVED"
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEd80NauSabkiESfLYbAtpk944dnoFAlp64ZUACgkQbAtpk944
 dnrXrg//UPWeZMye/uHw0eEeJJjybyA0IWpJ6M94gbHxpduhQsjYU3CR9U4ZBmhs
 feY53dahh0RCR0k28EF8DEPkoUbGFKmyYCnvqAuatq1XOjAZtlgS9+VVzbK+Iswm
 XkZD1MBoZ49o0meyjQrH/2Ri/t6tHuzo0G2WtRJ8FnVruN9ymG6D5pR4Y31gDucb
 6JkTXjNfRJIKd0qJgP+c3HdlKE7jlnCTJnzHdA+5FbZVwKbm2/6KxbQo5Gc1BXJX
 4j7I4nJ0FIz0cB6fHbcccFSW9w3lPa9bQ4XpYPJYE6a36QldFvMWHRxvI6rxrACN
 5mPqIB9uqvtW8sdUbJtNRXFlNnm8XZzvsNqP6WxGQPW70+q2camni9W/gC1ifQsF
 +uVV54yj3Ky8xQNbbpfbDp/tFXRuLtj3DV4/a3dwA5J0YGEuMn1zzV5WTTzymFVn
 3NKl62LDUlzBNw0d1lUPMY6P1oKcNnRhLxBq0cxaB7AdOLF0jlCQ/wYUhXPpblj6
 CQB4cupR4IMvL7FZ1RS98e1RHaF8mXpaZBnGXT251DxZEre9OXCJxDdzqemedTVi
 SaCcvQqApCQD8OihL+wHZLew8Vp4EvwGAa++Evu/Ot4rWjY/9MGLtewYk8jkOEf6
 qk30dDn86ou29HNwpzfWadIq5Zew+QftifGOzTcuzgrJXXt+jH8=
 =7iwT
 -----END PGP SIGNATURE-----

Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips

Pull MIPS updates from James Hogan:
 "These are the main MIPS changes for 4.16.

  Rough overview:

   (1) Basic support for the Ingenic JZ4770 based GCW Zero open-source
       handheld video game console

   (2) Support for the Ranchu board (used by Android emulator)

   (3) Various cleanups and misc improvements

  More detailed summary:

  Fixes:
   - Fix generic platform's USB_*HCI_BIG_ENDIAN selects (4.9)
   - Fix vmlinuz default build when ZBOOT selected
   - Fix clean up of vmlinuz targets
   - Fix command line duplication (in preparation for Ingenic JZ4770)

  Miscellaneous:
   - Allow Processor ID reads to be to be optimised away by the compiler
     (improves performance when running in guest)
   - Push ARCH_MIGHT_HAVE_PC_SERIO/PARPORT down to platform level to
     disable on generic platform with Ranchu board support
   - Add helpers for assembler macro instructions for older assemblers
   - Use assembler macro instructions to support VZ, XPA & MSA
     operations on older assemblers, removing C wrapper duplication
   - Various improvements to VZ & XPA assembly wrappers
   - Add drivers/platform/mips/ to MIPS MAINTAINERS entry

  Minor cleanups:
   - Misc FPU emulation cleanups (removal of unnecessary include, moving
     macros to common header, checkpatch and sparse fixes)
   - Remove duplicate assignment of core in play_dead()
   - Remove duplication in watchpoint handling
   - Remove mips_dma_mapping_error() stub
   - Use NULL instead of 0 in prepare_ftrace_return()
   - Use proper kernel-doc Return keyword for
     __compute_return_epc_for_insn()
   - Remove duplicate semicolon in csum_fold()

  Platform support:

  Broadcom:
   - Enable ZBOOT on BCM47xx

  Generic platform:
   - Add Ranchu board support, used by Android emulator
   - Fix machine compatible string matching for Ranchu
   - Support GIC in EIC mode

  Ingenic platforms:
   - Add DT, defconfig and other support for JZ4770 SoC and GCW Zero
   - Support dynamnic machine types (i.e. JZ4740 / JZ4770 / JZ4780)
   - Add Ingenic JZ4770 CGU clocks
   - General Ingenic clk changes to prepare for JZ4770 SoC support
   - Use common command line handling code
   - Add DT vendor prefix to GCW (Game Consoles Worldwide)

  Loongson:
   - Add MAINTAINERS entry for Loongson2 and Loongson3 platforms
   - Drop 32-bit support for Loongson 2E/2F devices
   - Fix build failures due to multiple use of 'MEM_RESERVED'"

* tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips: (53 commits)
  MIPS: Malta: Sanitize mouse and keyboard configuration.
  MIPS: Update defconfigs after previous patch.
  MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform level
  MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform level
  MIPS: SMP-CPS: Remove duplicate assignment of core in play_dead
  MIPS: Generic: Support GIC in EIC mode
  MIPS: generic: Fix Makefile alignment
  MIPS: generic: Fix ranchu_of_match[] termination
  MIPS: generic: Fix machine compatible matching
  MIPS: Loongson fix name confict - MEM_RESERVED
  MIPS: bcm47xx: enable ZBOOT support
  MIPS: Fix trailing semicolon
  MIPS: Watch: Avoid duplication of bits in mips_read_watch_registers
  MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers.
  MIPS: MSA: Update helpers to use new asm macros
  MIPS: XPA: Standardise readx/writex accessors
  MIPS: XPA: Allow use of $0 (zero) to MTHC0
  MIPS: XPA: Use XPA instructions in assembly
  MIPS: VZ: Pass GC0 register names in $n format
  MIPS: VZ: Update helpers to use new asm macros
  ...
2018-02-07 11:22:44 -08:00
..
generic MIPS: ranchu: Add Ranchu as a new generic-based board 2018-01-22 20:47:34 +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
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 CPUfreq 2017-02-09 01:22:45 +01: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: Ci20: Enable watchdog driver 2017-10-09 14:53:57 +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 firmware: Drop FIRMWARE_IN_KERNEL Kconfig option 2018-01-25 12:46:30 +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