linux/arch/arm
Linus Torvalds f64d6e2aaa DeviceTree update for 4.8:
- Removal of most of_platform_populate() calls in arch code. Now the DT
 core code calls it in the default case and platforms only need to call
 it if they have special needs.
 
 - Use pr_fmt on all the DT core print statements.
 
 - CoreSight binding doc improvements to block name descriptions.
 
 - Add dt_to_config script which can parse dts files and list
 corresponding kernel config options.
 
 - Fix memory leak hit with a PowerMac DT.
 
 - Correct a bunch of STMicro compatible strings to use the correct
 vendor prefix.
 
 - Fix DA9052 PMIC binding doc to match what is actually used in dts
 files.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJXm9KcAAoJEPr7XbWNvGHDRT4QAIIIOSB4AWHardnMLROgGge9
 aOQKZ/05O9feOcxYKe8FkQbcH+IujJjrUL+yrRD36yGQPAyBP21gtcmmfrkCcwFM
 kH915f/JbGvXpfwEf8dcarHhzYH6FFJiQGduPpWfwSSWynx+xq5EKPwCqYzMg8bN
 SExxt7vUx1MKFOExZ0K8BNCo8VMVLUWQoJ1DNeJDuL25Op4EU3i2l1HQNYV/3XDk
 BSA3x7Lw3GjrWEH20VWYn2Azq1OFLY+E2FC2lnG4nbkk5X8dZbUH9PR1Sk7uTQDj
 uxTjWe59NBpliCxKSAbMbTAU/WwSB1pJ0I+zDJBiQsdFT+nb5F4zOrs3qSKHa/A9
 Rv6AC8k5gdSMrDB1dOspfF2vWvOOInXgNV4/Kza0D92mbCpwyUuF+vhE6rfcMrZU
 OiD7rj2/fvO7Y9fUAhrp6zrfrOfH9B1Z9vS+940AlK96YwPE2+J0SA2vBxR/wg8H
 7fj4Ud5X+SFisXWQhh5Wlv0W9o6e7C7fsi8vpkQ7gufmezLFWVnJKsUfQaxGEwhG
 Hkhm9kuSHHMd+6dEnn2756DnNfJAtQv6rSR0/QR4Lf9y5L4dvR3kAQIci8X/nx4P
 sIk+IJWGZG6wziZq59hh+SO6HEqdSNuvh+5sbR0iUimdE/1HsDBdPiocXf/r8iwK
 NY9nGeZPRrXmFgdpoZfm
 =wLMr
 -----END PGP SIGNATURE-----

Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull DeviceTree updates from Rob Herring:

 - remove most of_platform_populate() calls in arch code.  Now the DT
   core code calls it in the default case and platforms only need to
   call it if they have special needs

 - use pr_fmt on all the DT core print statements

 - CoreSight binding doc improvements to block name descriptions

 - add dt_to_config script which can parse dts files and list
   corresponding kernel config options

 - fix memory leak hit with a PowerMac DT

 - correct a bunch of STMicro compatible strings to use the correct
   vendor prefix

 - fix DA9052 PMIC binding doc to match what is actually used in dts
   files

* tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (35 commits)
  documentation: da9052: Update regulator bindings names to match DA9052/53 DTS expectations
  xtensa: Partially Revert "xtensa: Remove unnecessary of_platform_populate with default match table"
  xtensa: Fix build error due to missing include file
  MIPS: ath79: Add missing include file
  Fix spelling errors in Documentation/devicetree
  ARM: dts: fix STMicroelectronics compatible strings
  powerpc/dts: fix STMicroelectronics compatible strings
  Documentation: dt: i2c: use correct STMicroelectronics vendor prefix
  scripts/dtc: dt_to_config - kernel config options for a devicetree
  of: fdt: mark unflattened tree as detached
  of: overlay: add resolver error prints
  coresight: document binding acronyms
  Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties
  of: use pr_fmt prefix for all console printing
  of/irq: Mark initialised interrupt controllers as populated
  of: fix memory leak related to safe_name()
  Revert "of/platform: export of_default_bus_match_table"
  of: unittest: use of_platform_default_populate() to populate default bus
  memory: omap-gpmc: use of_platform_default_populate() to populate default bus
  bus: uniphier-system-bus: use of_platform_default_populate() to populate default bus
  ...
2016-07-30 11:32:01 -07:00
..
boot DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
common
configs arm: use the new LED disk activity trigger 2016-06-27 08:58:40 +02:00
crypto crypto: ghash-ce - Fix cryptd reordering 2016-06-23 18:29:54 +08:00
firmware
include Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm 2016-07-29 13:03:49 -07:00
kernel DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
kvm KVM: arm/arm64: Stop leaking vcpu pid references 2016-06-27 13:08:10 +02:00
lib ARM: 8306/1: loop_udelay: remove bogomips value limitation 2016-06-22 19:55:12 +01:00
mach-alpine
mach-artpec arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-asm9260
mach-aspeed arm: Add Aspeed machine 2016-05-09 17:41:14 +09:30
mach-at91 arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mach-axxia
mach-bcm DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-berlin
mach-clps711x
mach-cns3xxx arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mach-davinci arm: use the new LED disk activity trigger 2016-06-27 08:58:40 +02:00
mach-digicolor
mach-dove
mach-ebsa110
mach-efm32
mach-ep93xx
mach-exynos DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-footbridge
mach-gemini
mach-highbank arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-hisi
mach-imx DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-integrator DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-iop13xx
mach-iop32x
mach-iop33x
mach-ixp4xx
mach-keystone DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-ks8695
mach-lpc18xx
mach-lpc32xx arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mach-mediatek ARM: SoC driver updates for v4.7 2016-05-18 13:14:02 -07:00
mach-meson
mach-mmp
mach-moxart clocksource/drivers/moxart: Add the COMPILE_TEST option 2016-06-28 10:22:08 +02:00
mach-mv78xx0
mach-mvebu DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-mxs DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-netx
mach-nomadik
mach-nspire DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-omap1 arm: use the new LED disk activity trigger 2016-06-27 08:58:40 +02:00
mach-omap2 Fixes for omaps for v4.7-rc cycle: 2016-06-18 22:57:48 -07:00
mach-orion5x arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mach-oxnas
mach-picoxcell arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-prima2 clocksource/drivers/prima2: Add the COMPILE_TEST option 2016-06-28 10:22:12 +02:00
mach-pxa arm: use the new LED disk activity trigger 2016-06-27 08:58:40 +02:00
mach-qcom
mach-realview
mach-rockchip arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-rpc
mach-s3c24xx arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-s3c64xx arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-s5pv210
mach-sa1100
mach-shmobile arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-socfpga * Altera Arria10 L2 cache and On-Chip RAM ECC handling. (Thor Thayer) 2016-05-16 18:44:39 -07:00
mach-spear arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mach-sti
mach-stm32
mach-sunxi
mach-tango
mach-tegra arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mach-u300 DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
mach-uniphier ARM: SoC platform updates for v4.7 2016-05-18 12:35:46 -07:00
mach-ux500
mach-versatile arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mach-vexpress vexpress/spc: Remove CLK_IS_ROOT 2016-06-01 14:48:01 -07:00
mach-vt8500 arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-w90x900
mach-zx
mach-zynq arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
mm Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2016-07-29 13:55:30 -07:00
net
nwfpe
oprofile
plat-iop
plat-omap
plat-orion
plat-pxa
plat-samsung Two fixes for v4.7 cycle for build issues: 2016-06-03 12:15:00 -07:00
plat-versatile
probes
tools
vdso
vfp arm: Convert VFP hotplug notifiers to state machine 2016-07-15 10:40:22 +02:00
xen Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2016-07-29 13:55:30 -07:00
Kconfig Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm 2016-07-29 13:03:49 -07:00
Kconfig-nommu
Kconfig.debug
Makefile ARM: 8576/1: avoid duplicating "Kernel: arch/arm/boot/*Image is ready" 2016-06-22 19:55:12 +01:00