2015-11-10 03:34:20

by Olof Johansson

[permalink] [raw]
Subject: [GIT PULL 0/6] ARM: SoC branches for v4.4

Hi Linus,

Here are our branches from arm-soc for v4.4.

Nothing too crazy this time around, we've documented each branch as usual.

Yet again the DT branch is by far the biggest, and it's not a trend we mind
to continue. This is the first time we're mixing arm64/arm contents in that
branch as well, a likely mode we'll continue going forward.

Also, see the reminder in the soc branch (3/6) about touching up one of
the clocksource init calls from the newly added mediatek code.


Please merge!

Thanks,

-Olof


2015-11-10 03:34:22

by Olof Johansson

[permalink] [raw]
Subject: [GIT PULL 1/6] ARM: SoC non-urgent fixes for v4.4

A handful of fixes that came in and didn't seem warranted to go in through
the 4.3-rc cycle.

- MAINTAINERS updates for one of the Broadcom platforms and lpc18xx
- A couple of non-critical Davinci bugfixes
- A fix to reset irq affinity for TI platforms (silences a warning at reboot)



Conflicts:

None

----------------------------------------------------------------

The following changes since commit ce5c2d2c256a4c8b523036537cd6be2d6af8f69d:

arm64: fixup for mm renames

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes-nc

for you to fetch changes up to 19c1c32c66514fabeffa029507cdd808b3ee854c:

MAINTAINERS: update lpc18xx entry with more drivers

----------------------------------------------------------------

Andy Shevchenko (1):
ARM: davinci: re-use %*ph specifier

Arnd Bergmann (3):
ARM: cns3xxx: pci: avoid potential stack overflow
Merge tag 'davinci-for-v4.4/fixes' of git://git.kernel.org/.../nsekhar/linux-davinci into next/fixes-non-critical
Merge tag 'arm-soc/for-4.4/maintainers' of http://github.com/Broadcom/stblinux into next/fixes-non-critical

Joachim Eastwood (1):
MAINTAINERS: update lpc18xx entry with more drivers

Jon Mason (1):
MAINTAINERS: add entry for the Broadcom Northstar Plus SoCs

Murali Karicheri (1):
soc: ti: reset irq affinity before freeing irq

Peter Ujfalusi (1):
ARM: davinci: clock: Correct return values for API functions


MAINTAINERS | 19 ++++++-
arch/arm/mach-cns3xxx/pcie.c | 71 +++++++++++----------------
arch/arm/mach-davinci/board-dm644x-evm.c | 4 +-
arch/arm/mach-davinci/clock.c | 16 ++++--
drivers/soc/ti/knav_qmss_acc.c | 4 ++
5 files changed, 63 insertions(+), 51 deletions(-)

2015-11-10 03:34:26

by Olof Johansson

[permalink] [raw]
Subject: [GIT PULL 2/6] ARM: SoC cleanups for v4.4

Again we have a sizable (but not huge) cleanup branch with a net delta of about
-3k lines.

Main contents here is:

- A bunch of development/cleanup of a few PXA boards
- Removal of bockw platforms on shmobile, since the platform has now gone
completely multiplatform. Whee!
- move of the 32kHz timer on OMAP to a proper timesource
- Misc cleanup of older OMAP material (incl removal of one board file)
- Switch over to new common PWM lookup support for several platforms

There's also a handful of other cleanups across the tree, but the above are
the major pieces.



Conflicts:

OMAP timer code has a treewide fix vs code deletion conflict. Delete
the code in HEAD, go with contents from branch.

----------------------------------------------------------------

The following changes since commit 97f0fe6cec0cac661e1fc89ed2071fc5ab646c76:

Merge tag 'armsoc-fixes-nc' into HEAD

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-cleanup

for you to fetch changes up to d3dc3df6330e4b4d799bef4aac6f934b5e726b1c:

Merge tag 'omap-for-v4.4/soc-clean-up' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup

----------------------------------------------------------------

Andrzej Hajda (1):
ARM: shmobile: apmu: correct type of CPU id

Arnd Bergmann (5):
Merge tag 'renesas-cleanup-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/cleanup
Merge tag 'efm32-for-4.4-rc1' of git://git.pengutronix.de/git/ukl/linux into next/cleanup
Merge tag 'mvebu-cleanup-4.4-1' of git://git.infradead.org/linux-mvebu into next/cleanup
Merge tag 'omap-for-v4.4/cleanup-pt1' of git://git.kernel.org/.../tmlind/linux-omap into next/cleanup
ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode

Felipe Balbi (13):
arm: omap2: timer: always define omap4_local_timer_init
arm: omap2: timer: get rid of obfuscating macros
arm: omap2: timer: add a gptimer argument to sync32k_timer_init()
arm: omap2: timer: remove __omap_gptimer_init()
arm: omap2: timer: provide generic sync32k_timer_init function
arm: omap2: timer: move realtime_counter_init() around
arm: omap2: timer: always call clocksource_of_init() when DT
arm: omap2: timer: rename omap_sync32k_timer_init()
clocksource: add TI 32.768 Hz counter driver
arm: omap2+: select 32k clocksource driver
arm: omap2: timer: limit hwmod usage to non-DT boots
clocksource: ti-32k: make it depend on GENERIC_CLOCKSOURCE
arm: omap2: board-generic: use omap4_local_timer_init for AM437x

Franklin S Cooper Jr (2):
ARM: DRA7/AM335x/AM437x: hwmod: Remove elm address space from hwmod data
ARM: DRA7/AM335x/AM437x: hwmod: Remove gpmc address space from hwmod data

Geert Uytterhoeven (10):
ARM: shmobile: Remove unused declaration of r8a7778_add_standard_devices_dt()
ARM: shmobile: Remove obsolete sh-gpio.h
ARM: shmobile: Remove obsolete custom earlyprintk code
ARM: shmobile: Remove obsolete intc.h
ARM: shmobile: Remove obsolete legacy PM Domain leftovers
ARM: shmobile: Remove obsolete earlytimer registration
ARM: shmobile: Remove obsolete twd_local_timer declaration
ARM: shmobile: smp: Make shmobile_smp_apmu_cpu_shutdown() static
ARM: shmobile: r8a7778: Make r8a7778_init_irq_dt() static
ARM: shmobile: r8a7779: Remove legacy PM Domain remainings

Gregory CLEMENT (1):
ARM: mvebu: Use a CR_C constant instead of a hard-coded one

Jarkko Nikula (1):
ARM: pxa: Remove unused clock_enable field from struct pxa2xx_spi_master

Javier Martinez Canillas (3):
ARM: OMAP3: vc: Remove unused macros
ARM: OMAP2+: Remove unneeded semicolons
ARM: OMAP: Remove duplicated operand in OR operation

Julia Lawall (1):
ARM: shmobile: R-Mobile: add missing of_node_put

Keerthy (1):
ARM: OMAP: Change all cpu_is_* occurences to soc_is_* for id.c

Ladislav Michl (1):
ARM: OMAP1: Remove board support for VoiceBlue board

Laurent Pinchart (2):
ARM: shmobile: Remove legacy clock support leftovers
ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

Lee Jones (1):
ARM: shmobile: dt: Rename incorrect interrupt related binding

Lucas Stach (1):
ARM: mvebu: remove the workaround imprecise abort fault handler

Marc Zyngier (1):
ARM: Remove open-coded version of IRQCHIP_DECLARE

Olof Johansson (4):
Merge tag 'renesas-cleanup2-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/cleanup
Merge tag 'mvebu-cleanup-4.4-2' of git://git.infradead.org/linux-mvebu into next/cleanup
Merge tag 'pxa-for-4.4' of https://github.com/rjarzmik/linux into next/cleanup
Merge tag 'omap-for-v4.4/soc-clean-up' of git://git.kernel.org/.../tmlind/linux-omap into next/cleanup

Petr Cvek (22):
ARM: pxa: magician: Fix indentation in machine files
ARM: pxa: magician: Print more specific error message for global GPIOs
ARM: pxa: magician: Optimize debug messages for LCD power
ARM: pxa: magician: Change description of LCD power GPIO
ARM: pxa: magician: Add new discovered EGPIO pins
ARM: pxa: magician: Rename abstract LCD GPIOs
ARM: pxa: magician: Optimize powerup delays for Samsung LCD
ARM: pxa: magician: Rename charger cable detection EGPIOs
ARM: pxa: magician: Optimize Samsung LCD refresh to 50Hz
ARM: pxa: magician: Fix and add charging detection functions
ARM: pxa: magician: Fix platform data for both PXA27x I2C controllers
ARM: pxa: magician: Fix redundant GPIO request for pxaficp_ir
ARM: pxa: magician: Fix support for Intel Strata NOR Flash
ARM: pxa: magician: Fix wrongly enabled USB host ports
ARM: pxa: magician: Remove definition of the STUART port
ARM: pxa: magician: Add debug message for backlight brightness function
ARM: pxa: magician: Add missing regulator for PWM backlight
ARM: pxa: magician: Move platform_add_devices() to the end of magician_init()
ARM: pxa: magician: Change comments to be more informative
ARM: pxa: magician: Add support for MAX1587A Vcore regulator
ARM: pxa: magician: Add support for PXA27x UDC
ARM: pxa: magician: Remove pdata for pasic3-leds

Robert Jarzmik (2):
ARM: pxa: add resources to pxaficp_ir
ARM: pxa: mioa701: add wm9713 codec

Simon Horman (1):
ARM: shmobile: remove Makefile.boot

Stephen Boyd (1):
ARM: Remove __ref on hotplug cpu die path

Suman Anna (3):
ARM: OMAP4: hwmod data: Remove spinlock hwmod addrs
ARM: DRA7: hwmod data: Remove spinlock hwmod addrs
ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrs

Tero Kristo (1):
ARM: OMAP3: clock: remove un-used core dpll re-program code

Thierry Reding (17):
ARM: pxa: colibri-pxa270-income: Use PWM lookup table
ARM: pxa: ezx: Use PWM lookup table
ARM: pxa: hx4700: Remove unused field initializers
ARM: pxa: lpd270: Use PWM lookup table
ARM: pxa: magician: Use PWM lookup table
ARM: pxa: mainstone: Use PWM lookup table
ARM: pxa: mioa701: Use PWM lookup table
ARM: pxa: palm27x: Use PWM lookup table
ARM: pxa: palmte2: Use PWM lookup table
ARM: pxa: pcm990: Use PWM lookup table
ARM: pxa: raumfeld: Use PWM lookup table
ARM: pxa: viper: Use PWM lookup table
ARM: pxa: palmtc: Use PWM lookup table
ARM: pxa: cm-x300: Use PWM lookup table
ARM: pxa: tavorevb: Use PWM lookup table
ARM: pxa: z2: Use PWM lookup table
ARM: pxa: zylonite: Use PWM lookup table

Tony Lindgren (3):
ARM: OMAP2+: Rename cpu_is macros to soc_is
Merge branch 'for-tony' of git://git.kernel.org/.../balbi/usb into omap-for-v4.4/soc
Merge tag 'for-v4.4/omap-hwmod-cleanup-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.4/soc

Ulrich Hecht (12):
ARM: shmobile: bockw: remove "reference" device tree
ARM: shmobile: bockw: remove "reference" board file and config
ARM: shmobile: remove paragraph on DT reference platforms
ARM: shmobile: bockw: remove legacy board file and config
ARM: shmobile: r8a7778: remove obsolete setup code
ARM: shmobile: Kconfig: remove obsolete option ARCH_R8A7778
ARM: shmobile: r8a7778: remove legacy clock implementation
ARM: shmobile: remove ARCH_SHMOBILE_LEGACY option
ARM: shmobile: bockw: remove legacy defconfig
MAINTAINERS: remove references to dropped marzen and bockw defconfigs
ARM: shmobile: bockw: remove legacy DTB build target
ARM: shmobile: Kconfig: remove unused SHMOBILE_TIMER_HZ section

Uwe Kleine-König (3):
ARM: efm32: switch to properly namespaced location property
ARM: efm32: switch to vendor,device compatible strings
ARM: pxa: raumfeld: make some variables static


.../devicetree/bindings/arm/shmobile.txt | 6 -
.../renesas-memory-controllers.txt | 6 +-
Documentation/spi/pxa2xx | 6 -
MAINTAINERS | 2 -
arch/arm/Kconfig | 26 +-
arch/arm/Kconfig.debug | 3 +-
arch/arm/boot/dts/Makefile | 3 -
arch/arm/boot/dts/efm32gg-dk3750.dts | 8 +-
arch/arm/boot/dts/efm32gg.dtsi | 32 +-
arch/arm/boot/dts/r8a7778-bockw-reference.dts | 139 ----
arch/arm/configs/bockw_defconfig | 133 ----
arch/arm/kernel/psci_smp.c | 4 +-
arch/arm/mach-exynos/suspend.c | 3 +-
arch/arm/mach-imx/gpc.c | 8 +-
arch/arm/mach-mvebu/board-v7.c | 35 -
arch/arm/mach-mvebu/pmsu.c | 4 +-
arch/arm/mach-omap1/Kconfig | 7 -
arch/arm/mach-omap1/Makefile | 1 -
arch/arm/mach-omap1/board-voiceblue.c | 296 --------
.../mach-omap1/include/mach/board-voiceblue.h | 19 -
arch/arm/mach-omap2/Kconfig | 1 +
arch/arm/mach-omap2/Makefile | 3 -
arch/arm/mach-omap2/board-generic.c | 12 +-
arch/arm/mach-omap2/board-ldp.c | 2 +-
arch/arm/mach-omap2/board-rx51.c | 2 +-
arch/arm/mach-omap2/clkt34xx_dpll3m2.c | 122 ---
arch/arm/mach-omap2/common.h | 3 +-
arch/arm/mach-omap2/devices.c | 53 --
arch/arm/mach-omap2/devices.h | 19 -
arch/arm/mach-omap2/id.c | 30 +-
arch/arm/mach-omap2/omap-hotplug.c | 2 +-
arch/arm/mach-omap2/omap-wakeupgen.c | 10 +-
.../omap_hwmod_33xx_43xx_interconnect_data.c | 20 -
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 29 -
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 10 -
arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 3 +-
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 30 -
arch/arm/mach-omap2/pm44xx.c | 2 +-
arch/arm/mach-omap2/powerdomains3xxx_data.c | 2 +-
arch/arm/mach-omap2/soc.h | 195 ++---
arch/arm/mach-omap2/sram.c | 25 -
arch/arm/mach-omap2/sram.h | 14 -
arch/arm/mach-omap2/sram34xx.S | 346 ---------
arch/arm/mach-omap2/timer.c | 162 ++--
arch/arm/mach-omap2/vc.c | 4 -
arch/arm/mach-prima2/hotplug.c | 2 +-
arch/arm/mach-pxa/cm-x300.c | 9 +-
arch/arm/mach-pxa/colibri-pxa270-income.c | 9 +-
arch/arm/mach-pxa/devices.c | 20 +
arch/arm/mach-pxa/ezx.c | 9 +-
arch/arm/mach-pxa/hx4700.c | 3 -
arch/arm/mach-pxa/icontrol.c | 2 -
arch/arm/mach-pxa/include/mach/magician.h | 70 +-
arch/arm/mach-pxa/include/mach/pxa27x.h | 2 +-
arch/arm/mach-pxa/lpd270.c | 9 +-
arch/arm/mach-pxa/magician.c | 680 ++++++++++-------
arch/arm/mach-pxa/mainstone.c | 19 +-
arch/arm/mach-pxa/mioa701.c | 11 +-
arch/arm/mach-pxa/palm27x.c | 9 +-
arch/arm/mach-pxa/palmtc.c | 9 +-
arch/arm/mach-pxa/palmte2.c | 9 +-
arch/arm/mach-pxa/pcm990-baseboard.c | 9 +-
arch/arm/mach-pxa/pxa27x.c | 2 +-
arch/arm/mach-pxa/raumfeld.c | 21 +-
arch/arm/mach-pxa/tavorevb.c | 13 +-
arch/arm/mach-pxa/viper.c | 9 +-
arch/arm/mach-pxa/z2.c | 15 +-
arch/arm/mach-pxa/zylonite.c | 9 +-
arch/arm/mach-qcom/platsmp.c | 2 +-
arch/arm/mach-realview/hotplug.c | 2 +-
arch/arm/mach-shmobile/Kconfig | 73 --
arch/arm/mach-shmobile/Makefile | 14 +-
arch/arm/mach-shmobile/Makefile.boot | 12 -
arch/arm/mach-shmobile/board-bockw-reference.c | 86 ---
arch/arm/mach-shmobile/board-bockw.c | 737 -------------------
arch/arm/mach-shmobile/clock-r8a7778.c | 342 ---------
arch/arm/mach-shmobile/clock.c | 47 --
arch/arm/mach-shmobile/clock.h | 42 --
arch/arm/mach-shmobile/common.h | 5 -
arch/arm/mach-shmobile/console.c | 27 -
arch/arm/mach-shmobile/intc.h | 295 --------
arch/arm/mach-shmobile/platsmp-apmu.c | 4 +-
arch/arm/mach-shmobile/pm-r8a7779.c | 99 ---
arch/arm/mach-shmobile/pm-rmobile.c | 4 +-
arch/arm/mach-shmobile/pm-rmobile.h | 9 -
arch/arm/mach-shmobile/r8a7778.h | 78 --
arch/arm/mach-shmobile/r8a7779.h | 8 -
arch/arm/mach-shmobile/setup-r8a7778.c | 563 +-------------
arch/arm/mach-shmobile/sh-gpio.h | 29 -
arch/arm/mach-shmobile/timer.c | 21 -
arch/arm/mach-spear/hotplug.c | 2 +-
arch/arm/mach-tegra/hotplug.c | 2 +-
arch/arm/mach-ux500/hotplug.c | 2 +-
arch/arm/mach-vexpress/hotplug.c | 2 +-
drivers/clocksource/Kconfig | 8 +
drivers/clocksource/Makefile | 1 +
drivers/clocksource/timer-ti-32k.c | 126 ++++
include/linux/spi/pxa2xx_spi.h | 1 -
98 files changed, 1002 insertions(+), 4433 deletions(-)
delete mode 100644 arch/arm/boot/dts/r8a7778-bockw-reference.dts
delete mode 100644 arch/arm/configs/bockw_defconfig
delete mode 100644 arch/arm/mach-omap1/board-voiceblue.c
delete mode 100644 arch/arm/mach-omap1/include/mach/board-voiceblue.h
delete mode 100644 arch/arm/mach-omap2/clkt34xx_dpll3m2.c
delete mode 100644 arch/arm/mach-omap2/devices.h
delete mode 100644 arch/arm/mach-omap2/sram34xx.S
delete mode 100644 arch/arm/mach-shmobile/Makefile.boot
delete mode 100644 arch/arm/mach-shmobile/board-bockw-reference.c
delete mode 100644 arch/arm/mach-shmobile/board-bockw.c
delete mode 100644 arch/arm/mach-shmobile/clock-r8a7778.c
delete mode 100644 arch/arm/mach-shmobile/clock.c
delete mode 100644 arch/arm/mach-shmobile/clock.h
delete mode 100644 arch/arm/mach-shmobile/console.c
delete mode 100644 arch/arm/mach-shmobile/intc.h
delete mode 100644 arch/arm/mach-shmobile/r8a7778.h
delete mode 100644 arch/arm/mach-shmobile/sh-gpio.h
create mode 100644 drivers/clocksource/timer-ti-32k.c

2015-11-10 03:34:24

by Olof Johansson

[permalink] [raw]
Subject: [GIT PULL 3/6] ARM: SoC platform updates for v4.4

New and/or improved SoC support for this release:

- Marvell Berlin:
* Enable standard DT-based cpufreq
* Add CPU hotplug support
- Freescale:
* Ethernet init for i.MX7D
* Suspend/resume support for i.MX6UL
- Allwinner:
* Support for R8 chipset (used on NTC's $9 C.H.I.P board)
- Mediatek:
* SMP support for some platforms
- Uniphier:
* L2 support
* Cleaned up SMP support, etc.

+ A handful of other patches around above functionality, and a few other
smaller changes.


Conflicts:

None, however this is the one where we're supposed to remind you to:

In arch/arm/mach-mediatek/mediatek.c:

> - clocksource_of_init();
> + clocksource_probe();

----------------------------------------------------------------

The following changes since commit 4568c7498a97a7b6df66bc6f9268e627929b5d70:

Merge tag 'armsoc-cleanup' into HEAD

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-soc

for you to fetch changes up to b1e4006aeda8c8784029de17d47987c21ea75f6d:

ARM: uniphier: rework SMP operations to use trampoline code

----------------------------------------------------------------

Alexandre Belloni (3):
MAINTAINERS: explicitly add Atmel SAMA5
ARM: at91: remove useless includes in platform_data/atmel.h
ARM: at91: debug: use DEBUG_UART_PHYS

Andy Shevchenko (1):
ARM: orion5x: use mac_pton() helper

Anson Huang (1):
ARM: imx: add suspend/resume support for i.mx6ul

Antoine Tenart (1):
ARM: berlin: register cpufreq-dt

Arnd Bergmann (8):
Merge tag 'renesas-soc-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/soc
Merge tag 'at91-soc' of git://git.kernel.org/.../nferre/linux-at91 into next/soc
Merge tag 'mvebu-soc-4.4-1' of git://git.infradead.org/linux-mvebu into next/soc
Merge tag 'berlin64-soc-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/soc
Merge tag 'berlin-soc-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/soc
Merge tag 'arm-soc/for-4.4/soc' of http://github.com/Broadcom/stblinux into next/soc
Merge tag 'keystone-driver-soc_v2' of git://git.kernel.org/.../ssantosh/linux-keystone into next/soc
Merge tag 'berlin-soc-for-4.4-2' of git://git.infradead.org/users/hesselba/linux-berlin into next/soc

Bai Ping (1):
ARM: imx: add cpufreq device for imx6ul

Baruch Siach (1):
ARM: digicolor: select pinctrl/gpio driver

Brian Norris (1):
soc: add stubs for brcmstb SoC's

Carlo Caione (1):
ARM: meson: Enable Meson8b SoCs

Dmitry Osipenko (1):
ARM: tegra: paz00: use con_id's to refer GPIO's in gpiod_lookup table

Eddie Huang (1):
soc: mediatek: add scpsys support active_wakeup

Florian Fainelli (2):
soc: brcmstb: Add Bus Interface Unit control setup
ARM: brcmstb: Setup BIU control registers during boot

Fugang Duan (2):
ARM: imx7d: add imx7d iomux-gpr field define
ARM: imx: add enet init for i.MX7D platform

Geert Uytterhoeven (2):
clk: shmobile: mstp: Consider "zb_clk" suitable for power management
ARM: shmobile: R-Mobile: Use CPG/MSTP Clock Domain attach/detach helpers

Henry Chen (1):
soc: mediatek: Move the initial setting of pmic wrap interrupt before requesting irq.

James Liao (1):
soc: mediatek: Fix random hang up issue while kernel init

Jisheng Zhang (3):
arm64: berlin: enable ARCH_REQUIRE_GPIOLIB
arm: berlin: use non-self-cleared reset register to reset cpu
arm: berlin: add CPU hotplug support

Jon Mason (1):
ARM: NSP: Add basic support for Broadcom Northstar Plus SoC

Krzysztof Kozlowski (1):
Documentation: EXYNOS: Update bootloader interface on exynos542x

Masahiro Yamada (2):
ARM: uniphier: add outer cache support
ARM: uniphier: rework SMP operations to use trampoline code

Matthias Brugger (1):
ARM: mediatek: enable gpt6 on boot up to make arch timer working

Maxime Ripard (1):
ARM: sunxi: Add R8 support

Murali Karicheri (3):
Documentation: dt: soc: Add description for knav qmss driver
soc: ti: add firmware file name as part of the driver
soc: ti: qmss: make acc queue support optional in the driver

Olof Johansson (7):
Merge tag 'sunxi-core-for-4.4' of https://git.kernel.org/.../mripard/linux into next/soc
Merge tag 'v4.3-next-soc' of https://github.com/mbgg/linux-mediatek into next/soc
Merge tag 'imx-soc-4.4' of git://git.kernel.org/.../shawnguo/linux into next/soc
Merge tag 'at91-ab-soc2' of git://git.kernel.org/.../abelloni/linux into next/soc
Merge tag 'tegra-for-4.4-soc' of git://git.kernel.org/.../tegra/linux into next/soc
Merge tag 'mvebu-soc-4.4-2' of git://git.infradead.org/linux-mvebu into next/soc
Merge tag 'samsung-soc' of git://git.kernel.org/.../kgene/linux-samsung into next/soc

Patrick Doyle (1):
ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte aligned

Thierry Reding (6):
ARM: S3C24XX: Use PWM lookup table for mach-h1940
ARM: S3C24XX: Use PWM lookup table for mach-rx1950
ARM: S3C64XX: Use PWM lookup table for smdk6410
ARM: S3C64XX: Use PWM lookup table for mach-crag6410
ARM: S3C64XX: Use PWM lookup table for mach-hmt
ARM: S3C64XX: Use PWM lookup table for mach-smartq

Thomas Petazzoni (1):
ARM: mvebu: add support to clear shared L2 bit on Armada XP

Vincent Donnefort (1):
ARM: mvebu: add broken-idle option

Yingjoe Chen (1):
ARM: mediatek: add smp bringup code


.../arm/Samsung/Bootloader-interface.txt | 5 +-
Documentation/arm/keystone/knav-qmss.txt | 56 ++
Documentation/arm/sunxi/README | 2 +-
.../bindings/arm/coherency-fabric.txt | 5 +
.../bindings/arm/mvebu-cpu-config.txt | 20 +
Documentation/devicetree/bindings/arm/sunxi.txt | 1 +
.../bindings/arm/uniphier/cache-uniphier.txt | 60 ++
.../bindings/soc/ti/keystone-navigator-qmss.txt | 1 -
MAINTAINERS | 4 +-
arch/arm/Kconfig.debug | 41 +-
arch/arm/include/asm/hardware/cache-uniphier.h | 46 ++
arch/arm/include/debug/at91.S | 18 +-
arch/arm/kernel/irq.c | 3 +
arch/arm/mach-at91/pm_suspend.S | 2 +
arch/arm/mach-bcm/Kconfig | 15 +
arch/arm/mach-bcm/Makefile | 5 +-
arch/arm/mach-bcm/bcm_nsp.c | 25 +
arch/arm/mach-bcm/brcmstb.c | 9 +
arch/arm/mach-berlin/berlin.c | 6 +
arch/arm/mach-berlin/platsmp.c | 38 +-
arch/arm/mach-digicolor/Kconfig | 3 +
arch/arm/mach-imx/common.h | 1 +
arch/arm/mach-imx/mach-imx6ul.c | 9 +
arch/arm/mach-imx/mach-imx7d.c | 74 +++
arch/arm/mach-imx/pm-imx6.c | 46 +-
arch/arm/mach-imx/suspend-imx6.S | 3 +
arch/arm/mach-mediatek/Makefile | 3 +
arch/arm/mach-mediatek/mediatek.c | 27 +
arch/arm/mach-mediatek/platsmp.c | 141 +++++
arch/arm/mach-meson/Kconfig | 5 +
arch/arm/mach-meson/meson.c | 1 +
arch/arm/mach-mvebu/coherency.c | 60 ++
arch/arm/mach-mvebu/pmsu.c | 29 +-
arch/arm/mach-orion5x/Kconfig | 3 +
arch/arm/mach-orion5x/dns323-setup.c | 53 +-
arch/arm/mach-orion5x/tsx09-common.c | 49 +-
arch/arm/mach-s3c24xx/mach-h1940.c | 10 +-
arch/arm/mach-s3c24xx/mach-rx1950.c | 8 +-
arch/arm/mach-s3c64xx/dev-backlight.c | 4 -
arch/arm/mach-s3c64xx/mach-crag6410.c | 9 +-
arch/arm/mach-s3c64xx/mach-hmt.c | 9 +-
arch/arm/mach-s3c64xx/mach-smartq.c | 9 +-
arch/arm/mach-s3c64xx/mach-smdk6410.c | 8 +-
arch/arm/mach-shmobile/pm-rmobile.c | 35 +-
arch/arm/mach-sunxi/sunxi.c | 3 +-
arch/arm/mach-tegra/board-paz00.c | 4 +-
arch/arm/mach-uniphier/Makefile | 2 +-
arch/arm/mach-uniphier/headsmp.S | 43 ++
arch/arm/mach-uniphier/platsmp.c | 185 ++++++-
arch/arm/mm/Kconfig | 10 +
arch/arm/mm/Makefile | 1 +
arch/arm/mm/cache-uniphier.c | 555 +++++++++++++++++++
arch/arm64/Kconfig.platforms | 1 +
drivers/clk/shmobile/clk-mstp.c | 4 +
drivers/clk/sunxi/clk-sunxi.c | 1 +
drivers/soc/Kconfig | 1 +
drivers/soc/Makefile | 1 +
drivers/soc/brcmstb/Kconfig | 9 +
drivers/soc/brcmstb/Makefile | 1 +
drivers/soc/brcmstb/biuctrl.c | 116 ++++
drivers/soc/brcmstb/common.c | 33 ++
drivers/soc/mediatek/mtk-pmic-wrap.c | 10 +-
drivers/soc/mediatek/mtk-scpsys.c | 83 ++-
drivers/soc/ti/knav_qmss.h | 3 +-
drivers/soc/ti/knav_qmss_acc.c | 10 +-
drivers/soc/ti/knav_qmss_queue.c | 67 ++-
include/linux/mfd/syscon/imx7-iomuxc-gpr.h | 47 ++
include/linux/platform_data/atmel.h | 8 -
include/linux/soc/brcmstb/brcmstb.h | 10 +
include/soc/brcmstb/common.h | 15 +
70 files changed, 1888 insertions(+), 296 deletions(-)
create mode 100644 Documentation/arm/keystone/knav-qmss.txt
create mode 100644 Documentation/devicetree/bindings/arm/mvebu-cpu-config.txt
create mode 100644 Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt
create mode 100644 arch/arm/include/asm/hardware/cache-uniphier.h
create mode 100644 arch/arm/mach-bcm/bcm_nsp.c
create mode 100644 arch/arm/mach-mediatek/platsmp.c
create mode 100644 arch/arm/mach-uniphier/headsmp.S
create mode 100644 arch/arm/mm/cache-uniphier.c
create mode 100644 drivers/soc/brcmstb/Kconfig
create mode 100644 drivers/soc/brcmstb/Makefile
create mode 100644 drivers/soc/brcmstb/biuctrl.c
create mode 100644 drivers/soc/brcmstb/common.c
create mode 100644 include/linux/mfd/syscon/imx7-iomuxc-gpr.h
create mode 100644 include/linux/soc/brcmstb/brcmstb.h
create mode 100644 include/soc/brcmstb/common.h

2015-11-10 03:34:28

by Olof Johansson

[permalink] [raw]
Subject: [GIT PULL 4/6] ARM: SoC driver updates for v4.4

As we've enabled multiplatform kernels on ARM, and greatly done away with
the contents under arch/arm/mach-*, there's still need for SoC-related
drivers to go somewhere.

Many of them go in through other driver trees, but we still have
drivers/soc to hold some of the "doesn't fit anywhere" lowlevel code
that might be shared between ARM and ARM64 (or just in general makes
sense to not have under the architecture directory).

This branch contains mostly such code:

- Drivers for qualcomm SoCs for SMEM, SMD and SMD-RPM, used to communicate
with power management blocks on these SoCs for use by clock, regulator and
bus frequency drivers.
- Allwinner Reduced Serial Bus driver, again used to communicate with PMICs.
- Drivers for ARM's SCPI (System Control Processor). Not to be confused with
PSCI (Power State Coordination Interface). SCPI is used to communicate with
the assistant embedded cores doing power management, and we have yet to see
how many of them will implement this for their hardware vs abstracting in
other ways (or not at all like in the past).
- To make confusion between SCPI and PSCI more likely, this release also
includes an update of PSCI to interface version 1.0.
- Rockchip support for power domains.
- A driver to talk to the firmware on Raspberry Pi.



Conflicts:

None

----------------------------------------------------------------

The following changes since commit 13102660efc5d7b4bf0ef6915e43d8c6b5084b68:

Merge tag 'armsoc-soc' into HEAD

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-drivers

for you to fetch changes up to d13a5c8c4c3dbe299659bcff805f79a2c83e2bbc:

soc: qcom: smd-rpm: Correct size of outgoing message

----------------------------------------------------------------

Alexander Aring (1):
ARM: bcm2835: add mutual inclusion protection

Alexandre Belloni (1):
clocksource: atmel-st: get and use slow clock

Andy Gross (1):
Merge tag 'qcom-fixes-for-4.3-rc1' into base-for-4.4

Antoine Tenart (1):
clk: berlin: add cpuclk

Arnd Bergmann (9):
Merge tag 'renesas-clk-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/drivers
Merge tag 'at91-cleanup-4.4' of git://git.kernel.org/.../abelloni/linux into next/drivers
Merge tag 'v4.4-rockchip-drivers1' of git://git.kernel.org/.../mmind/linux-rockchip into next/drivers
Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/.../sudeep.holla/linux into next/drivers
firmware: qcom-scm: build for correct architecture level
Merge tag 'drivers_pl172_for_4.4' of https://github.com/manabian/linux-lpc into next/drivers
Merge tag 'berlin-new-cpuclk-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/drivers
Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into next/drivers
soc: qcom/smem: add HWSPINLOCK dependency

Bjorn Andersson (5):
soc: qcom: smd: Implement id_table driver matching
soc: qcom: smd: Reject send of too big packets
soc: qcom: smd: Correct SMEM items for upper channels
soc: qcom: smd-rpm: Correct the active vs sleep state flagging
soc: qcom: smd-rpm: Correct size of outgoing message

Boris Brezillon (2):
clocksource: tcb_clksrc: fix setup_clkevents error path
misc: atmel_tclib: get and use slow clock

Caesar Wang (3):
dt-bindings: add power-domain header for RK3288 SoCs
dt-bindings: add document of Rockchip power domains
soc: rockchip: power-domain: Add power domain driver

Chen-Yu Tsai (2):
bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller bindings
bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus

Eric Anholt (1):
ARM: bcm2835: Add the Raspberry Pi firmware driver

Geert Uytterhoeven (1):
dt-bindings: Correct paths in Rockchip power domains binding document

Heiko Stuebner (2):
Merge branch 'v4.4-armsoc/pd-headers' into v4.4-armsoc/drivers
soc: rockchip: power-domain: don't try to print the clock name in error case

Julia Lawall (1):
soc: qcom: smd: delete unneeded of_node_put

Lorenzo Pieralisi (6):
drivers: firmware: psci: add INVALID_ADDRESS return value
drivers: firmware: psci: move power_state handling to generic code
drivers: firmware: psci: add PSCI_FEATURES call
drivers: firmware: psci: add extended stateid power_state support
drivers: firmware: psci: add PSCI v1.0 DT bindings
drivers: psci: make PSCI 1.0 functions initialization version dependent

Olof Johansson (4):
Merge tag 'firmware/psci-1.0' of git://git.kernel.org/.../lpieralisi/linux into next/drivers
Merge branch 'drivers/psci2' into next/drivers
Merge tag 'v4.4-rockchip-drivers2' of git://git.kernel.org/.../mmind/linux-rockchip into next/drivers
Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblinux into next/drivers

Punit Agrawal (4):
Documentation: add DT bindings for ARM SCPI sensors
firmware: arm_scpi: Extend to support sensors
hwmon: Support sensors exported via ARM SCP interface
hwmon: Support thermal zones registration for SCP temperature sensors

Rob Clark (2):
qcom-scm: fix endianess issue in __qcom_scm_is_call_available
qcom-scm: add missing prototype for qcom_scm_is_available()

Sebastian Hesselbarth (2):
ARM: berlin: dts: add CLKID_CPU for BG2Q
Merge tag 'berlin-dt-cpuclk-for-4.4-1' into berlin/cpuclk

Stephen Boyd (11):
PM / clk: Do not __clk_get passed in clock-references
soc: qcom: smem: Avoid NULL pointer exception on remove
soc: qcom: Reorder SMEM/SMD configs
soc: qcom: Make qcom_smem_get() return a pointer
soc: qcom: smem: Handle big endian CPUs
soc: qcom: smd: Represent channel layout in structures
soc: qcom: smd: Use __iowrite32_copy() instead of open-coding it
soc: qcom: smd: Remove use of VLAIS
soc: qcom: smd_rpm: Handle big endian CPUs
soc: qcom: smd: Handle big endian CPUs
soc: qcom: smem: Move RPM message ram out of smem DT node

Sudeep Holla (7):
Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol
firmware: add support for ARM System Control and Power Interface(SCPI) protocol
clk: add support for clocks provided by SCP(System Control Processor)
clk: scpi: add support for cpufreq virtual device
cpufreq: arm_big_little: add SCPI interface driver
drivers: firmware: psci: define more generic PSCI_FN_NATIVE macro
drivers: firmware: psci: add system suspend support

Thierry Reding (1):
soc: rockchip: Restrict to ARCH_ROCKCHIP

Vladimir Zapolskiy (4):
memory: pl172: correct MPMC peripheral ID register bits
memory: pl172: add ARM PrimeCell PL175 MPMC support
memory: pl172: add ARM PrimeCell PL176 MPMC support
doc: dt: arm,pl172: add description of PL175 and PL176 controllers


.../devicetree/bindings/arm/arm,scpi.txt | 188 +++++
Documentation/devicetree/bindings/arm/psci.txt | 6 +
.../devicetree/bindings/bus/sunxi-rsb.txt | 47 ++
.../bindings/memory-controllers/arm,pl172.txt | 8 +-
.../bindings/soc/rockchip/power_domain.txt | 46 ++
Documentation/hwmon/scpi-hwmon | 33 +
MAINTAINERS | 10 +
arch/arm/boot/dts/qcom-msm8974.dtsi | 17 +-
arch/arm64/kernel/psci.c | 14 -
drivers/base/power/clock_ops.c | 6 +-
drivers/bus/Kconfig | 11 +
drivers/bus/Makefile | 1 +
drivers/bus/sunxi-rsb.c | 783 +++++++++++++++++++
drivers/clk/Kconfig | 10 +
drivers/clk/Makefile | 1 +
drivers/clk/berlin/bg2q.c | 14 +-
drivers/clk/clk-scpi.c | 325 ++++++++
drivers/clocksource/tcb_clksrc.c | 12 +-
drivers/clocksource/timer-atmel-st.c | 31 +-
drivers/cpufreq/Kconfig.arm | 10 +
drivers/cpufreq/Makefile | 1 +
drivers/cpufreq/scpi-cpufreq.c | 124 +++
drivers/firmware/Kconfig | 26 +
drivers/firmware/Makefile | 4 +-
drivers/firmware/arm_scpi.c | 771 ++++++++++++++++++
drivers/firmware/psci.c | 108 ++-
drivers/firmware/qcom_scm-32.c | 6 +-
drivers/firmware/raspberrypi.c | 260 ++++++
drivers/hwmon/Kconfig | 8 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/scpi-hwmon.c | 288 +++++++
drivers/memory/pl172.c | 26 +-
drivers/misc/atmel_tclib.c | 4 +
drivers/pwm/pwm-atmel-tcb.c | 26 +-
drivers/soc/Kconfig | 1 +
drivers/soc/Makefile | 1 +
drivers/soc/qcom/Kconfig | 17 +-
drivers/soc/qcom/smd-rpm.c | 68 +-
drivers/soc/qcom/smd.c | 296 ++++---
drivers/soc/qcom/smem.c | 368 +++++----
drivers/soc/rockchip/Kconfig | 18 +
drivers/soc/rockchip/Makefile | 4 +
drivers/soc/rockchip/pm_domains.c | 490 ++++++++++++
include/dt-bindings/clock/berlin2q.h | 1 +
include/dt-bindings/power/rk3288-power.h | 31 +
include/linux/atmel_tc.h | 1 +
include/linux/psci.h | 2 +
include/linux/qcom_scm.h | 2 +
include/linux/scpi_protocol.h | 78 ++
include/linux/soc/qcom/smd.h | 11 +
include/linux/soc/qcom/smem.h | 2 +-
include/linux/sunxi-rsb.h | 105 +++
include/soc/bcm2835/raspberrypi-firmware.h | 120 +++
include/uapi/linux/psci.h | 18 +
54 files changed, 4467 insertions(+), 393 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/arm,scpi.txt
create mode 100644 Documentation/devicetree/bindings/bus/sunxi-rsb.txt
create mode 100644 Documentation/devicetree/bindings/soc/rockchip/power_domain.txt
create mode 100644 Documentation/hwmon/scpi-hwmon
create mode 100644 drivers/bus/sunxi-rsb.c
create mode 100644 drivers/clk/clk-scpi.c
create mode 100644 drivers/cpufreq/scpi-cpufreq.c
create mode 100644 drivers/firmware/arm_scpi.c
create mode 100644 drivers/firmware/raspberrypi.c
create mode 100644 drivers/hwmon/scpi-hwmon.c
create mode 100644 drivers/soc/rockchip/Kconfig
create mode 100644 drivers/soc/rockchip/Makefile
create mode 100644 drivers/soc/rockchip/pm_domains.c
create mode 100644 include/dt-bindings/power/rk3288-power.h
create mode 100644 include/linux/scpi_protocol.h
create mode 100644 include/linux/sunxi-rsb.h
create mode 100644 include/soc/bcm2835/raspberrypi-firmware.h

2015-11-10 03:34:30

by Olof Johansson

[permalink] [raw]
Subject: [GIT PULL 5/6] ARM: DT updates for v4.4

As usual, this is the massive branch we have for each release. Lots of
various updates and additions of hardware descriptions on existing hardware,
as well as the usual additions of new boards and SoCs.

This is also the first release where we've started mixing 64- and 32-bit
DT updates in one branch.

(Specific details on what's actually here and new is pretty easy to tell
from the diffstat, so there's little point in duplicating listing it here.)



Conflicts:

Add/add conflict in Documentation/devicetree/mfd, keep both sides.
Add/add conflict in sama5d2 dtsi too (with DTS contents picked up by
pinctrl), keep both sides but don't forget the '};' since git doesn't
duplicate it.

----------------------------------------------------------------

The following changes since commit e3686941e9b92673f7eee42754362d5579a47996:

Merge tag 'armsoc-drivers' into HEAD

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-dt

for you to fetch changes up to 3e4dda70cc989a4f8079541972942609229e9f55:

Merge branch 'next/arm64' into next/dt

----------------------------------------------------------------

Adam Sampson (3):
ARM: dts: sun7i: Correct USB regulators on pcDuino v3 Nano
ARM: dts: sun7i: Add regulator configuration for pcDuino v3 Nano
ARM: dts: sun7i: Enable USB DRC on pcDuino v3 Nano

Adrian Alonso (2):
ARM: dts: imx7d-pinfunc: add gpio1 pad iomux settings
ARM: dts: imx: imx7d add iomuxc lpsr device node

Alan Tull (1):
ARM: socfpga: dts: add fpga manager

Aleksei Mamlin (3):
ARM: dts: sun4i: Enable USB DRC on the Marsboard A10
ARM: dts: sun7i: Enable USB DRC on Wexler TAB7200
ARM: dts: sun4i: Enable audio codec on Marsboard A10.

Alexandre Belloni (1):
ARM: at91/dt: use syscon for PMC

Alexandru M Stan (2):
ARM: dts: rockchip: pull up cts lines on rk3288
ARM: dts: rockchip: Remove specific cts pullup from veyron

Alim Akhtar (1):
arm64: dts: Add BUS1 instance pinctrl support for exynos7

Alison Wang (1):
ARM: ls1021a: Add dma-coherent property for eTSEC nodes

Andy Gross (1):
arm64: dts: qcom: Add 8x16 Serial UART1 node

Anson Huang (3):
ARM: dts: imx6ul: add sram support for i.mx6ul
ARM: dts: imx6ul: add mmdc support for i.mx6ul
ARM: dts: imx6ul: add pm_power_off support

Antoine Tenart (6):
ARM: berlin: dts: add the cpufreq-dt bindings on the BG2Q
ARM: berlin: dts: add the cpufreq-dt bindings on the BG2
ARM: berlin: dts: add the cpufreq-dt bindings on the BG2CD
ARM: berlin: add a PWM node on the BG2Q
ARM: berlin: add a PWM node on the BG2
ARM: berlin: add a PWM node on the BG2CD

Ariel D'Alessandro (3):
ARM: dts: lpc18xx: add watchdog node
ARM: dts: lpc18xx: add sct pwm node
ARM: dts: lpc4350-hitex-eval: add i2c0 and devices

Arnaud Ebalard (3):
ARM: mvebu: add crypto related nodes to armada 370 dtsi
arm: mvebu: disable unused Armada RTC on ReadyNAS 102, 104 and 2120
arm: mvebu: reorder nodes under internal-regs by address in RN2120 .dts file

Arnd Bergmann (27):
Merge tag 'hip05-dt-for-4.3' of git://github.com/hisilicon/linux-hisi into next/dt
Merge tag 'sti-dt-for-v4.4-1' of https://git.kernel.org/.../mcoquelin/sti into next/dt
Merge tag 'at91-dt' of git://git.kernel.org/.../nferre/linux-at91 into next/dt
Merge tag 'xgene-dts-for-v4.4-1' of https://github.com/AppliedMicro/xgene-next into next/dt
Merge tag 'socfpga_dts_for_v4.4' of git://git.kernel.org/.../dinguyen/linux into next/dt
Merge branch 'renesas/cleanup' into next/dt
Merge tag 'renesas-dt-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/dt
Merge tag 'keystone-dts' of git://git.kernel.org/.../ssantosh/linux-keystone into next/dt
Merge tag 'v4.4-rockchip-dts32-1' of git://git.kernel.org/.../mmind/linux-rockchip into next/dt
Merge tag 'arm-soc/for-4.4/devicetree' of http://github.com/Broadcom/stblinux into next/dt
Merge tag 'mvebu-dt-4.4-1' of git://git.infradead.org/linux-mvebu into next/dt
Merge tag 'berlin-dt-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/dt
Merge tag 'berlin64-dt-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/dt
Merge tag 'lpc18xx_dts_for_4.4' of https://github.com/manabian/linux-lpc into next/dt
Merge tag 'sunxi-dt-for-4.4' of https://git.kernel.org/.../mripard/linux into next/dt
Merge tag 'hisi-soc-dt-for-4.4' of git://github.com/hisilicon/linux-hisi into next/dt
Merge tag 'samsung-dt-1' of git://git.kernel.org/.../kgene/linux-samsung into next/dt
Merge tag 'renesas-dt2-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/dt
Merge tag 'qcom-dt-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into next/dt
Merge tag 'berlin-dt-cpuclk-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/dt
Merge tag 'omap-for-v4.4/dt-pt1' of git://git.kernel.org/.../tmlind/linux-omap into next/dt
Merge tag 'keystone-dts-part2' of git://git.kernel.org/.../ssantosh/linux-keystone into next/dt
Merge tag 'juno-scpi-for-v4.4' of git://git.kernel.org/.../sudeep.holla/linux into next/dt
Merge tag 'qcom-arm64-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into next/dt
Merge tag 'sti-dt-for-v4.4-2' of https://git.kernel.org/.../mcoquelin/sti into next/dt
Merge tag 'omap-for-v4.4/dt-pt2' of git://git.kernel.org/.../tmlind/linux-omap into next/dt
Merge tag 'at91-ab-dt2' of git://git.kernel.org/.../abelloni/linux into next/dt

Baruch Siach (2):
ARM: digicolor: add pinctrl module device node
ARM: digicolor: dts: add uart pin configuration

Bhupesh Sharma (11):
arm64: Use generic Layerscape SoC family naming
arm64: Rename FSL LS2085A SoC support code to LS2080A
Documentation: DT: Add entry for FSL LS2080A QDS and RDB boards
Documentation/dts: Move FSL board-specific bindings out of /powerpc
doc/bindings: Update GPIO devicetree binding documentation for LS2080A
doc: DTS: Update DWC3 binding to provide reference to generic bindings
dts/ls2080a: Update DTSI to add support of various peripherals
dts/ls2080a: Remove text about writing to Free Software Foundation
dts/ls2080a: Update Simulator DTS to add support of various peripherals
dts/ls2080a: Add DTS support for LS2080a QDS & RDB boards
dts/Makefile: Add build support for LS2080a QDS & RDB board DTS

Bjorn Andersson (2):
soc: qcom: Add device tree binding for SMEM
ARM: dts: msm8974: Add smd, rpm and regulator nodes

Bo Shen (1):
ARM: at91/dt: at91sam9n12ek: disable i2c1

Boris Brezillon (9):
ARM: mvebu: add crypto related nodes to armada-xp.dtsi
ARM: mvebu: define crypto SRAM ranges for all armada-xp boards
ARM: mvebu: define crypto SRAM ranges for all armada-370 boards
ARM: mvebu: add crypto related nodes to armada 375 dtsi
ARM: mvebu: define crypto SRAM ranges in armada-375-db.dts
ARM: mvebu: add crypto related nodes to armada 38x dtsi
ARM: mvebu: define crypto SRAM ranges for all armada-38x boards
ARM: mvebu: use new bindings for existing crypto devices
ARM: mvebu: modify Orion and Kirkwoord crypto compatible strings

Brian Norris (3):
Documentation: dt: brcmstb: add system PM bindings
ARM: dts: brcmstb: add BCM7445 system PM DT nodes
ARM: dts: rockchip: add veyron-jaq board

Caesar Wang (1):
ARM: dts: rockchip: add the support power-domain node on RK3288 SoCs

Carlo Caione (4):
of: documentation: Add vendor prefix for Tronfy
of: documentation: add bindings documentation for Meson8b
ARM: meson: Add DTS for Odroid-C1 and Tronfy MXQ boards
ARM: meson6: DTS: Fix wrong reg mapping and IRQ numbers

Chen-Yu Tsai (21):
ARM: dts: sun6i: hummingbird: Add missing pinmux setting for gmac phy reset
ARM: dts: sun6i: Add lradc node
ARM: dts: sun6i: Add mmc2 pins for 8 bit emmc
ARM: dts: sun8i: Add PWM controller node for A23/A33
ARM: dts: sun8i: Add PWM channel 0 pinmux setting for A23/A33
ARM: dts: sun8i: Add pwm-backlight device for A23/A33 Q8 format tablets
ARM: dts: sun8i-a33: Add security system crypto engine clock and device nodes
ARM: dts: sun6i: hummingbird: Add aliases for rtc devices
ARM: dts: sun8i: Add Reduced Serial Bus controller device node to A23/A33 dtsi
ARM: dts: sun8i: q8-common: Enable RSB controller for A23/A33 Q8 tablets
ARM: dts: sun8i: sinlinx-sina33: Enable Reduced Serial Bus controller
ARM: dts: sun6i: hummingbird: Drop AXP221 DC1SW and DC5LDO supplies
ARM: dts: sunxi: Add dtsi for AXP22x PMIC
ARM: dts: sunxi: Enable PWM controller on Q8 format tablets
ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU regulator names
ARM: dts: sun6i: hummingbird: Use axp22x.dtsi for AXP221 regulators
ARM: dts: sun6i: hummingbird: Enable AXP221 DC5LDO regulator as "vdd-cpus"
ARM: dts: sun8i: Add NMI interrupt controller node
ARM: dts: sun6i: Add support for Sinlinx A31s SDK board
ARM: sun4i: Enable cubieboard audio codec
ARM: dts: sun6i: Add simplefb node labels to reference at board level

Courtney Cavin (2):
dt-binding: power: Add Qualcomm SMBB binding
ARM: dts: qcom-pm8941: Add charger node

Ding Tianhong (2):
arm64: hip05-d02: Document devicetree bindings for Hisilicon Hip05-D02 Board
arm64: dts: add dts files for Hisilicon Hip05-D02 Development Board

Dinh Nguyen (3):
ARM: socfpga: dts: add clock fields for I2C, UART and USB on Arria10
ARM: socfpga: dts: enable USB and I2C on Arria10 SoCDK
arm64: dts: Add base stratix 10 dtsi

Douglas Anderson (1):
ARM: dts: rockchip: Add the hdmi-ddc pinctrl settings for rk3288

Duc Dang (4):
MAINTAINERS: Add Applied Micro (APM) X-Gene Device Tree maintainer
arm64: dts: Add X-Gene v2 reboot driver dts node
arm64: dts: Add APM X-Gene 2 standby GPIO controller DTS entries
arm64: dts: Add poweroff device nodes for APM X-Gene 2 platform

Emilio Lopez (1):
ARM: dts: Enable EC vboot context support on Peach boards

Emilio López (2):
ARM: sun7i: Add sunxi codec device node
ARM: sun7i: dt: enable audio codec on Cubietruck

Eric Anholt (3):
Merge remote-tracking branch 'clk/clk-bcm2835' into bcm2835-dt-next
ARM: bcm2835: Switch to using the new clock driver support.
ARM: bcm2835: Add the DDC I2C controller to the device tree.

Fabio Estevam (4):
ARM: dts: imx6sl: Complete the dcp node
ARM: dts: imx7d: Add PWM support
ARM: dts: imx7d: Add USB support
ARM: dts: imx7d-sdb: Add USB support

Feng Kan (5):
Documentation: arm64: add SCU dts binding documentation to linux kernel
arm64: dts: Add X-Gene reboot driver dts node
arm64: dts: add APM Merlin Board device tree
Documentation: arm: pmu: Add Potenza PMU binding
arm64: dts: Add PMU node for APM X-Gene Storm SOC

Florian Fainelli (1):
Documentation: bindings: brcmstb: Document write-pairing

Franklin S Cooper Jr (1):
ARM: dts: keystone: Add ti,keystone-spi for SPI

Fugang Duan (2):
ARM: dts: imx7d: add fec1 and fec2 support for i.MX7d soc
ARM: dts: imx7d-sdb: add fec1 and fec2 support

Gabriel Fernandez (2):
ARM: DT: STi: STiH418: Fix mmc0 clock configuration
ARM: STi: DT: Add support for stih418 A9 pll

Gary Bisson (11):
ARM: dts: imx6qdl-nitrogen6x: add Okaya LCD panel
ARM: dts: imx6qdl-sabrelite: add Okaya LCD panel
ARM: dts: imx6dql-nitrogen6x: add touchscreen support
ARM: dts: imx6qdl-nitrogen6x: add wifi wl1271 support
ARM: dts: imx6qdl-nitrogen6x: relicense under GPLv2/X11
ARM: dts: imx6qdl-sabrelite: relicense under GPLv2/X11
of: Add Boundary Devices Inc. vendor prefix
ARM: dts: imx6q-nitrogen6x: change manufacturer to Boundary Devices
ARM: dts: imx6dl-nitrogen6x: change manufacturer to Boundary Devices
ARM: dts: imx: add Boundary Devices Nitrogen6_Max board
ARM: dts: imx: add Boundary Devices Nitrogen6_Lite board

Geert Uytterhoeven (1):
ARM: shmobile: kzm9g dts: Use adxl345-specific compatible property

Georgi Djakov (1):
arm64: dts: qcom: Enable eMMC on apq8016-sbc board

Gregory CLEMENT (1):
ARM: at91/dt: sama5d4: add the macb1 node

Grygorii Strashko (3):
ARM: dts: dra7-evm: add pcf8575 gpio expander (i2c1 addr 20)
ARM: dts: dra7-evm: add gpio leds support
ARM: dts: dra7-evm: add gpio key support

Haibo Chen (3):
ARM: dts: imx7d-sdb: add eMMC5.0 support
ARM: dts: imx6ul.dtsi: add TSC support
ARM: dts: imx6ul-14x14-evk.dts: add tsc support

Hans de Goede (33):
ARM: dts: sun4i: Enable otg in host only mode on Jesurun Q5
ARM: dts: sun4i: Enable i2c1 and i2c2 on the Chuwi V7-CW0825 tablet
ARM: dts: sun6i: Columbus: Add i2c controller for communicating with the LCD
ARM: dts: sun5i: Add simplefb node for tvencoder output
ARM: dts: sun8i: Add support for qt90h-v4 tablets
ARM: dts: sun5i: Add support for the Auxtek-T003 HDMI stick
ARM: dts: sun4i: inet97fv2: Disable unused usb controllers
ARM: dts: sun4i: inet97fv2: Add regulator nodes
ARM: dts: sun4i: inet97fv2: Enable otg controller
ARM: dts: sun4i: inet97fv2: Enable support for tablet keys
ARM: dts: sun4i: inet97fv2: Enable i2c1 and i2c2 controllers
ARM: dts: sun5i: Add dts file for inet98v_rev2 based tablets
ARM: dts: sunxi: Add sun?i-q8-common.dtsi files for q8 tablets
ARM: dts: sun4i: Add dts file inet9f-rev03 based tablets
ARM: dts: sun4i: Add dts file for iNet-1 based tablets
ARM: dts: sun5i: Add sun5i-q8-common.dtsi
ARM: dts: sun5i: Add dts file for q8 formfactor a13 based tablets
ARM: dts: sun8i: Add sun8i-a33-q8-tablet.dts file
ARM: dts: sun8i: Make ippo-q8h-v1.2.dts a symlink to q8-tablet.dts
ARM: dts: axp209: Add usb_power_supply child node to the ax209 node
ARM: dts: sun7i: Enable USB DRC on orangepi-mini
ARM: dts: sun7i: Enable USB DRC on Bananapi
ARM: dts: sun5i: Add PWM controller node for A13 / A10s
ARM: dts: sun5i: Add PWM channel 0 pinmux setting for A13/A10s
ARM: dts: sun5i: Add backlight node to sun5i-q8-common.dtsi
ARM: dts: sun8i: Add sun8i-a23-q8-tablet.dts file
ARM: dts: sun8i: Make ippo-q8h-v*.dts a symlink to q8-tablet.dts
ARM: dts: sun8i: Make et-q8-v1.6.dts a symlink to q8-tablet.dts
ARM: dts: sun6i: Turn on gmac on Colombus
ARM: dts: sunxi: Fix interrupt-cells for [r]pio on A23/A31/A33/A80
ARM: dts: sun6i: Add mmc2_pins_a pinmux setting to sun6i-a31.dtsi
ARM: dts: sun6i: Add a dts file for the Sinovoip BPI-M2 board
ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet

Hauke Mehrtens (2):
ARM: BCM5301X: add NAND flash chip description for Asus RT-AC87U
ARM: BCM5301X: Netgear R6250 add USB GPIO

Heiko Stuebner (6):
ARM: dts: rockchip: add rk3288-popmetal board to dtb list
ARM: dts: rockchip: add rk3288-popmetal mmc supplies
ARM: dts: rockchip: add rk3288-popmetal iodomains
ARM: dts: rockchip: fixup firefly mmc supplies
ARM: dts: rockchip: add rk3288-firefly iodomains
Merge branch 'v4.4-armsoc/pd-headers' into v4.4-armsoc/dts32

Holger Busse (1):
ARM: at91/dt: corrections to i2c1 declaration to sama5d4

Horia Geantă (1):
ARM: dts: ls1021a: add crypto node

Ian Campbell (1):
ARM64: dts: vexpress: Use a symlink to vexpress-v2m-rs1.dtsi from arch=arm

Jaehoon Chung (1):
ARM: dts: use exynos5420-dw-mshc compatible for exynos3250

James Liao (3):
dt-bindings: soc: Add clocks for Mediatek SCPSYS unit
arm64: dts: mt8173: Add subsystem clock controller device nodes
arm64: dts: mt8173: Add clocks for SCPSYS unit

Javier Martinez Canillas (14):
ARM: dts: mt8135-evbp1: remove regulator-compatible usage
ARM: dts: Add Exynos5250 Snow Rev5+ support on exynos5250-snow-rev5
ARM: dts: Remove regulator-compatible usage in exynos4412-trats2
ARM: dts: Use GPIO constants for flags cells in exynos3250 boards
ARM: dts: Use GPIO constants for flags cells in exynos4120 boards
ARM: dts: Use GPIO constants for flags cells in exynos4412 boards
ARM: dts: Use GPIO constants for flags cells in exynos5420/5422/5800 boards
ARM: dts: Use GPIO constants for flags cells in exynos5440 boards
ARM: dts: Use defined GPIO constants in flags cell for OMAP2+ boards
ARM: dts: omap3-lilly-a83x: Don't use IRQ level flag for a GPIO
ARM: dts: Update Javier Martinez Canillas's email
ARM: dts: omap3-igep0020: Use IOPAD pinmux macro
ARM: dts: am335x-igep0033: Use IOPAD pinmux macro
ARM: dts: am335x-base0033: Use IOPAD pinmux macro

Jelle de Jong (1):
ARM: dts: sun7i: Add dts file for Wits Pro A20 DKT

Jelle van der Waa (4):
ARM: dts: sun7i: Add regulator configuration to the pcduino3 dts file
ARM: dts: sun7i: Enable USB DRC on pcDuino 3
ARM: dts: sun5i: Add emac_pins_b definition
ARM: dts: sun5i: Add dts file for the Wobo i5 top set box

Jisheng Zhang (4):
arm: dts: berlin: add aliases for serial
arm: dts: berlin: use stdout-path
arm64: dts: berlin4ct: add GPIO nodes
arm64: dts: add dts file for Marvell Berlin4CT STB board

Joachim Eastwood (13):
ARM: dts: lpc18xx: add rgu node
ARM: dts: lpc18xx: add spifi node
ARM: dts: lpc18xx: add dmac node
ARM: dts: lpc18xx: add dmamux node
ARM: dts: lpc18xx: add dma to ssp0/1
ARM: dts: lpc18xx: add dma to uart0/1/2/3
ARM: dts: lpc18xx: add i2c nodes
ARM: dts: lpc18xx: add resets entry to device nodes
ARM: dts: lpc4357-ea4357: add spifi and flash device
ARM: dts: lpc4357-ea4357: add ssp0
ARM: dts: lpc4357-ea4357: add i2c0 and devices
ARM: dts: lpc4350-hitex-eval: add spifi and flash device
ARM: dts: lpc4350-hitex-eval: add joystick, buttons and leds

Jon Hunter (1):
ARM: tegra: Enable CPUFreq support for Tegra124 Chromebooks

Jon Mason (2):
dt-bindings: Create Documentation for NSP DT bindings
ARM: NSP: add minimal Northstar Plus device tree

Josh Wu (6):
ARM: at91/dt: at91sam9n12ek: fix the led labels name
ARM: at91/dt: at91sam9x5: enable iio touchscreen for 9x5ek
ARM: at91/dt: sama5d3: update iio config for touchscreen
ARM: at91/dt: sama5d4: add pioD pin mux mask and enable pioD
ARM: at91/dt: sama5d4 xplained: enable the led D8
ARM: at91/dt: ov2640: add hsync/vsync-active property

Kamil Debski (1):
ARM: dts: Add pwm-fan node for exynos4412-odroidu3

Karsten Merker (1):
ARM: dts: sun6i: Add dts file for MSI Primo81 tablet

Krzysztof Kozlowski (8):
dt-bindings: Document grounded ACOKB pin on S2MPS11
ARM: dts: Fix power off method for exynos5422-odroidxu3-common
ARM: dts: Split audio configuration to separate exynos5422-odroidxu3-audio
ARM: dts: Add support Odroid XU4 board for exynos5422-odroidxu4
dt-bindings: Correct the example for Exynos power domain clocks
dt-bindings: Consolidate Exynos SoC bindings
dt-bindings: EXYNOS: Document compatibles from other vendors
MAINTAINERS: Add documentation and dt-bindings for exynos stuff

Kukjin Kim (1):
Merge tag 'samsung-dt-4.4-2' of http://github.com/krzk/linux into v4.4-next/dt-samsung

Kuninori Morimoto (6):
ARM: shmobile: koelsch: use CCF for audio clock
ARM: shmobile: lager: use CCF for audio clock
ARM: shmobile: r8a7790: tidyup SSI resource region
ARM: shmobile: r8a7791: tidyup SSI resource region
ARM: shmobile: r8a7778: tidyup SSI resource region
ARM: shmobile: dts: Add common file for AA121TD01 panel

Laurent Pinchart (6):
ARM: dts: omap3-igep: Fix indentation
ARM: dts: omap3-igep0020: Remove duplicate uart2 pinmux
ARM: dts: omap3-igep: Use OMAP3_CORE1_IOPAD pinmux macro
ARM: imx6sx-sdb: Fix typo in regulator enable GPIO property
ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-aquila
ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-goni

Lawrence Yu (1):
ARM: dts: sun6i: Add support for Yones Toptech bs1078v2 tablets

Lee Jones (2):
ARM: STi: DT: STiH407: Rename incorrect interrupt related binding
ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07, 10}

Leilk Liu (1):
arm64: dts: Add spi bus dts

Linus Walleij (2):
ARM64: juno: add NOR flash to device tree
ARM64: juno: disable NOR flash node by default

Liviu Dudau (3):
Documentation: of: Document the bindings used by Juno R1 PCIe host bridge
arm64: Juno: Add support for the PCIe host bridge on Juno R1
arm64: defconfig: Enable PCI generic host bridge by default

Lubomir Rintel (3):
ARM: bcm2835: dt: Raspberry Pi Model B had no I2S
ARM: bcm2835: dt: Add Raspberry Pi Model B rev2
ARM: bcm2835: dt: Add Raspberry Pi Model A+

Ludovic Desroches (3):
ARM: at91/dt: add sama5d2 pinmux
ARM: at91/dt: sama5d2 Xplained: add device pin muxing
ARM: at91/dt: sama5d2: add missing devices

Lukasz Majewski (2):
dt-bindings: Documentation entry to explain how to use PWM FAN as a cooling device
ARM: dts: use pwm-fan device as a cooling device for exynos4412-odroidu3

Magnus Damm (1):
ARM: shmobile: marzen: Board specific serial port order

Marcel Ziswiler (21):
ARM: tegra: Whitespace clean-up for Tegra20/30/124
ARM: tegra: apalis: Update hardware revisions compatibility comment
ARM: tegra: apalis: Fix HDMI power supplies
ARM: tegra: apalis: Fix pin muxing
ARM: tegra: apalis: Add comment concerning eMMC
ARM: tegra: apalis: Add digital audio pin muxing
ARM: tegra: apalis-eval: Enable HDA controller
ARM: tegra: apalis-eval: Set OTG dr_mode
ARM: tegra: apalis-eval: Fix backlight PWM comment
ARM: tegra: apalis-eval: Fix power/wakeup key
ARM: tegra: colibri: Update hardware revisions compatibility
ARM: tegra: colibri: Fix HDMI supplies
ARM: tegra: colibri: Improve comment about thermal alert pin
ARM: tegra: colibri: Add pin muxing for on-module power I2C
ARM: tegra: colibri: Fix comment about 3v3 fixed supply
ARM: tegra: colibri: Add touch pen interrupt pin muxing
ARM: tegra: colibri: Activate STMPE811 touch controller
ARM: tegra: colibri: Replace eMMC label by comment
ARM: tegra: colibri-eval: Fix vendor string of M41T0M6 RTC
ARM: tegra: colibri-eval: Add comment concerning SD/MMC
ARM: tegra: colibri-eval: Fix power/wakeup key

Marcin Wojtas (1):
ARM: mvebu: set SW polling as SDHCI card detection on A388-GP

Marcus Cooper (3):
ARM: sun7i: dt: Add new Olimex A20 EVB device
ARM: sun4i: Add sunxi codec device node
ARM: sun4i: Enable audio-codec on Mele A1000

Marek Szyprowski (1):
ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250, exynos4210 and exynos4412 boards

Masahiro Yamada (7):
ARM: dts: uniphier: change the external bus address mapping
ARM: dts: uniphier: use stdout-path instead of console
ARM: dts: uniphier: add ProXstream2 Gentil board support
ARM: dts: uniphier: add ProXstream2 Vodka board support
ARM: dts: uniphier: add I2C aliases for ProXstream2 boards
ARM: dts: uniphier: add outer cache controller nodes
ARM: dts: uniphier: add system-bus-controller nodes

Maxime Coquelin (7):
ARM: dts: stih407: Enable PWM nodes only board level
ARM: dts: stih407/410: Tidy up display nodes
ARM: dts: stih410: Enable USB2.0 and related PHY nodes at board level
ARM: dts: Fix RGMII pinctrl timings
ARM: dts: Add Ethernet node to STiH407 family
ARM: dts: Enable Ethernet on STi's B2120 boards
ARM: dts: Enable Ethernet on STi's B2199 board

Maxime Ripard (16):
ARM: sun8i: Add the A33 AHB1 gates clock driver
ARM: sun8i: Move A23 AHB1 gates out of common DTSI
ARM: sun8i: A23: Add missing msgbox gate
ARM: sun5i: Add R8 DTSI
ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI
ARM: sun5i: dt: Add UART3 CTS and RTS pins
ARM: sun5i: Add C.H.I.P DTS
ARM: sun4i: Add audio PLL
ARM: sun5i: Add audio PLL
ARM: sun7i: Add audio PLL
ARM: sun4i: Add audio codec clock
ARM: sun5i: Add audio codec clock
ARM: sun7i: Add audio codec clock
ARM: sun5i: Add the Audio codec DT node
ARM: sun7i: Enable cubieboard2 audio codec
ARM: sun5i: chip: Enable the audio codec

Michael Opdenacker (3):
ARM: dts: msm8974: fix typo in "disabled" property
ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names"
ARM: at91/dt: fix "disabled" property on at91rm9200

Mugunthan V N (4):
ARM: dts: am335x: fix cd-gpios definition as per hardware design and dt binding docs
ARM: dts: am43xx: fix cd-gpios definition as per hardware design and dt binding docs
ARM: dts: dra7xx: am57xx: fix cd-gpios definition as per hardware design and dt binding docs
ARM: dts: dra72-evm: remove cpsw gpio hogging and add mode-gpios

Murali Karicheri (1):
ARM: dts: keystone: enable accumulator channels

Nicolas Ferre (2):
ARM: at91/dt: sama5d3 xplained: disable pmic
ARM: at91/dt: sama5d4: enable crypto nodes

Nishanth Menon (4):
Documentation: dt: keystone: provide SoC specific compatible flags
ARM: keystone: Update compatible to have SoC specific matches
ARM: dts: keystone: Update SoC specific compatible flags
Documentation: dt: keystone: Fix up missing quotes

Olliver Schinagl (6):
ARM: dts: sunxi: enable otg port on the sun7i-a20-olinuxino-lime2
dts: sunxi: add eeprom to A10 OLinuXino Lime board
dts: sunxi: correct vendor prefix on OLinuXino a10s micro
dts: sunxi: add eeprom to A20 OLinuXino Lime board
dts: sunxi: add eeprom to A20 OLinuXino Lime2 board
dts: sunxi: add eeprom to A20 OLinuXino micro board

Olof Johansson (16):
Merge tag 'socfpga_dts_for_v4.4_part_2' of git://git.kernel.org/.../dinguyen/linux into next/dt
Merge tag 'socfpga_for_v4.4_cleanup' of git://git.kernel.org/.../dinguyen/linux into next/dt
Merge tag 'mvebu-dt-4.4-2' of git://git.infradead.org/linux-mvebu into next/dt
Merge tag 'sunxi-dt-for-4.4-2' of https://git.kernel.org/.../mripard/linux into next/dt
Merge tag 'v4.4-rockchip-dts32-2' of git://git.kernel.org/.../mmind/linux-rockchip into next/dt
Merge tag 'v4.3-next-dts' of https://github.com/mbgg/linux-mediatek into next/dt
Merge tag 'v4.3-next-arm64' of https://github.com/mbgg/linux-mediatek into next/arm64
Merge tag 'imx-dt-4.4' of git://git.kernel.org/.../shawnguo/linux into next/dt
Merge tag 'tegra-for-4.4-dt' of git://git.kernel.org/.../tegra/linux into next/dt
Merge tag 'samsung-dt-2' of git://git.kernel.org/.../kgene/linux-samsung into next/dt
Merge tag 'samsung-dt64' of git://git.kernel.org/.../kgene/linux-samsung into next/arm64
Merge tag 'arm/soc/for-4.4/rpi-dt-v2' of https://github.com/Broadcom/stblinux into next/dt
Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/.../mripard/linux into next/dt
Merge tag 'sunxi-dt-for-4.4-3' of https://git.kernel.org/.../mripard/linux into next/dt
Merge branch 'for-upstream/juno-pcie' of git://linux-arm.org/linux-ld into next/arm64
Merge branch 'next/arm64' into next/dt

Patrice Vilchez (1):
ARM: at91/dt: sama5d4ek: Add support of QT1070 and Maxtouch

Peter Griffin (11):
ARM: STi: DT: STiH407: Add a cec0 pin definition
ARM: STi: DT: STiH407: Add i2c3 alternate pin configs
ARM: DT: STiH407: Add SPI 3 wire and 4 wire pinctrl configs
ARM: DT: STiH407: Add serial3 pinctrl configuration
ARM: DT: STiH407: Add SPI FSM (NOR Flash) Controller pin config
ARM: DT: STiH407: Add NAND flash controller pin configuration
ARM: DT: STiH407: Add systrace pin configuration
ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller
ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX
ARM: DT: STiH407: Add RMII pinctrl support
ARM: STi: STiH407: Add spi default pinctrl groups.

Peter Ujfalusi (10):
ARM: dts: dra7: Add McASP3 node
ARM: dts: dra7-evm: Rename mmc2_3v3 supply to evm_3v3_sw
ARM: dts: dra7-evm: Add fixed regulator to be used by aic3106's DVDD
ARM: dts: dra7-evm: Enable pcf8575 (0x26 address) on i2c2 bus
ARM: dts: dra7-evm: Audio support
ARM: dts: dra72-evm: Add fixed regulator representing DVDD supply for aic3106
ARM: dts: dra72-evm: Add gpio hog for vin6_sel_s0 to select audio
ARM: dts: dra72-evm: Audio support
ARM: dts: am57xx-beagle-x15: Add fixed regulator for aic3104's DVDD
ARM: dts: am57xx-beagle-x15: Enable analog audio support

Priit Laes (1):
ARM: dts: sun4i: gemei-g9: Add accelerometer (bma250) IRQ

Punit Agrawal (1):
arm64: dts: Add sensor node to Juno dt

Rafał Miłecki (2):
ARM: BCM5301X: Add DT for Netgear R7000
ARM: dts: imx: add "jedec,spi-nor" flash compatible binding

Rajendra Nayak (1):
arm: dts: qcom: Add #power-domain-cells property

Rajesh Bhagat (1):
ARM: dts: ls1021a: Add quirk for Erratum A009116

Ralph Benadski (1):
ARM: dts: sun7i: Enable USB DRC on cubieboard2

Ray Jui (10):
ARM: dts: consolidate aliases for Cygnus dt files
ARM: dts: Use label for device nodes in Cygnus dts
ARM: dts: Put Cygnus core components under core bus
ARM: dts: Move all Cygnus peripherals into axi bus
ARM: dts: Reorder Cygnus peripherals
ARM: dts: Enable various peripherals on bcm958305k
ARM: dts: Enable NAND support on bcm911360_entphn
ARM: dts: enable touchscreen support on Cygnus
ARM: dts: fix Cygnus nand device node
ARM: dts: move aliases back to .dts in Cygnus

Reinder de Haan (1):
ARM: dts: sun7i: Enable USB DRC on the Orange pi

Robert Baldyga (1):
ARM: dts: Add DMA support for serial ports in exynos4

Robert Nelson (1):
ARM: dts: Add am335x-bonegreen

Roger Quadros (1):
ARM: dts: am437x-gp-evm: Add DCAN sleep pins

Romain Perier (1):
ARM: dts: rockchip: Add support for SD/MMC on MarsBoard-RK3066

Sanchayan Maity (1):
ARM: dts: vf500-colibri: Add device tree node for touchscreen support

Sander Vermin (1):
ARM: dts: sun6i: Add accelerometer on Columbus A31

Sean Paul (1):
ARM: dts: Move display-timings node from fimd to dp in exynos5250-arndale, smdk5250 and smdk5420

Sergei Shtylyov (25):
ARM: shmobile: r8a7794: add GPIO clocks
ARM: shmobile: r8a7794: add GPIO DT support
ARM: shmobile: r8a7794: add QSPI DT support
ARM: shmobile: silk: add QSPI DT support
ARM: shmobile: r8a7794: add I2C DT support
ARM: shmobile: silk: add I2C1 DT support
ARM: shmobile: r8a7794: add VIN DT support
ARM: shmobile: silk: add VIN0/ADV7180 DT support
ARM: shmobile: r8a7794: add internal PCI bridge nodes
ARM: shmobile: silk: enable internal PCI
ARM: shmobile: add Porter board DT bindings
ARM: shmobile: porter: initial device tree
ARM: shmobile: r8a7794: add USB PHY DT support
ARM: shmobile: silk: enable USB PHY
ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
ARM: shmobile: r8a7794: add HS-USB DT support
ARM: shmobile: fix SILK board name
ARM: shmobile: porter: add Ether DT support
ARM: shmobile: porter: add SDHI0/2 DT support
ARM: shmobile: porter: enable SATA0
ARM: shmobile: porter: add I2C2 DT support
ARM: shmobile: porter: add VIN0/ADV7180 DT support
ARM: shmobile: porter: add QSPI DT support
ARM: shmobile: porter: enable PCIe
ARM: shmobile: porter: enable internal PCI and USB PHY

Shawn Guo (1):
Merge tag 'imx-clk-4.4' into imx/dt

Shawn Lin (2):
ARM: dts: rockchip: support highspeed sd-cards for rk3188-radxarock
ARM: dts: rockchip: support highspeed sd-cards on rk3066a boards

Shengjiu Wang (1):
ARM: dts: imx6: change the core clock of spdif

Siarhei Siamashka (4):
ARM: dts: sun4i: Add AXP209 PMU regulators for pcDuino1/2
ARM: dts: sun4i: Allow to use the PH6 pin for GPIO on pcDuino1/2
ARM: sun4i: dt: Add new LinkSprite pcDuino2 board
ARM: dts: sun4i: Enable USB DRC on pcDuino1/2

Simon Guinot (1):
ARM: mvebu: add DT support for Seagate Personal Cloud

Simon Horman (1):
ARM: shmobile: Add silk device tree bindings documentation

Sjoerd Simons (5):
ARM: dts: rockchip: Add dtb for the Radxa Rock 2 Square board
ARM: dts: rockchip: Add SPDIF transceiver for RK3188
ARM: dts: rockchip: Add SPDIF optical out on Radxa Rock
ARM: dts: rockchip: Add SPDIF transceiver for RK3288
ARM: dts: rockchip: Add SPDIF optical out on Radxa Rock2 Square

Srinivas Kandagatla (17):
ARM: dts: apq8064: remove redundant i2c pinctrl properties
ARM: dts: ifc6410: remove unnecessary eeprom label
ARM: dts: qs600: remove unnecessary eeprom label
ARM: dts: apq8064: add pm8921 rtc
ARM: dts: apq8064: add pm8921 pwrkey support
ARM: dts: apq8064: Prefix the gsbi6 uart pins correctly
ARM: dts: apq8064: add missing gsbi7 uart pinctrl
ARM: dts: ifc6410: Add missing pinctrl to gsbi7 uart
ARM: dts: qs600: Add missing pinctrl property for gsbi7 uart
ARM: dts: ifc6410: Add pwrseq support for WLAN
ARM: dts: qs600: add pwrseq support to WLAN
ARM: dts: apq8064-ifc6410: add notify led support.
ARM: dts: qs600: Add SD card detect support.
arm64: dts: fix i2c pinconf sleep state function
arm64: dts: qcom: Add msm8916 I2C nodes.
arm64: dts: apq8016-sbc: enable i2c buses on LS and HS
arm64: dts: apq8016-sbc: enable spi buses on LS and HS

Stanimir Varbanov (1):
arm64: dts: qcom: Add RNG device tree node

Stefan Agner (2):
ARM: dts: vf610twr: add NAND flash controller peripherial
ARM: dts: vf-colibri: enable NAND flash controller

Stefan Wahren (2):
ARM: bcm2835: add label for uart0
ARM: mxs: enable ocotp for i.MX23 and i.MX28

Steffen Trumtrar (1):
ARM: socfpga: dts: sort nodes alphabetically

Stephen Boyd (1):
ARM: dts: qcom: Remove extra reg element from iadc device

Sudeep Holla (3):
arm64: dts: add SRAM, MHU mailbox and SCPI support on Juno
arm64: dts: add CPU topology on Juno
arm64: dts: add clock support for all the cpus

Suman Anna (9):
ARM: dts: DRA74x: Add IPC sub-mailbox nodes for all IPUs & DSPs
ARM: dts: DRA72x: Add IPC sub-mailbox nodes for IPU1, IPU2 & DSP1
ARM: dts: dra7-evm: Enable the system mailboxes 5 and 6
ARM: dts: dra72-evm: Enable the system mailboxes 5 and 6
ARM: dts: beagle-x15: Enable the system mailboxes 5 and 6
ARM: dts: DRA7: Add dsp1_system syscon node
ARM: dts: DRA74x: Add dsp2_system syscon node
ARM: dts: DRA7: Add common IOMMU nodes
ARM: dts: DRA74x: Add IOMMU nodes for DSP2

Sylvain Rochet (1):
ARM: at91/dt: add pullup on mmc2 data signals

Tai Nguyen (1):
power: reset: Add syscon poweroff device node for APM X-Gene platform

Teresa Remmet (1):
ARM: dts: am335x-wega: Clean up regulators

Thierry Reding (3):
ARM: tegra: apalis: Properly align pin names
ARM: tegra: colibri: Properly align pin names
ARM: tegra: Use consistent indentation for SATA node

Thomas Petazzoni (1):
ARM: mvebu: add CPU config registers in the Armada 370/XP Device Tree

Timo Sigurdsson (1):
ARM: dts: sunxi: Add regulators for LeMaker BananaPi

Tobias Jakobi (2):
ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid
ARM: dts: Unify voltage regulator style in exynos4412-odroid

Tomeu Vizoso (2):
clk: samsung: exynos5250: Add DISP1 clocks
ARM: dts: Add clocks to DISP1 domain in exynos5250

Tony Lindgren (3):
ARM: dts: Fix WLAN regression on omap5-uevm
ARM: dts: Move most of omap5-uevm.dts to omap5-board-common.dtsi
ARM: dts: Add basic support for isee igepv5

Tyler Baker (1):
arm64: dts: add all hi6220 uart nodes

Vignesh R (1):
ARM: dts: am437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_ts

Vincent Donnefort (1):
ARM: mvebu: add DT support for Seagate NAS 2 and 4-Bay

Vladimir Zapolskiy (5):
ARM: dts: Fix cpu compatible value for s3c2416
ARM: dts: i.MX31: fix cpu compatible value
ARM: dts: i.MX35: fix cpu compatible value
ARM: dts: TI-Nspire: fix cpu compatible value
ARM: dts: WM8750: fix cpu compatible value

Wei Xu (1):
ARM: hisilicon: DT: Drop console= and earlyprintk bootargs parameter

Wenyou Yang (1):
ARM: at91/dt: sama5d2_xplained: add regulator nodes

Wolfram Sang (1):
ARM: shmobile: r8a7790: lager: add pinmux for iic0

Yassin Jaffer (1):
ARM: dts: sun7i: Add keypad clk node

Yingjoe Chen (5):
arm64: mt8173.dtsi: correct i2c node names
dt-bindings: add more MediaTek SoC to mtk-timer binding
devicetree: bindings: add new SMP enable method Mediatek SoC
ARM: dts: mt8135: enable basic SMP bringup for mt8135
ARM: dts: mt8127: enable basic SMP bringup for mt8127

Yuan Yao (1):
ARM: dts: Add node for ina220 on LS1021ATWR


.../devicetree/bindings/arm/amlogic.txt | 10 +-
.../devicetree/bindings/arm/apm/scu.txt | 17 +
.../bindings/arm/bcm/brcm,brcmstb.txt | 162 +++-
.../devicetree/bindings/arm/bcm/brcm,nsp.txt | 34 +
Documentation/devicetree/bindings/arm/cpus.txt | 2 +
Documentation/devicetree/bindings/arm/fsl.txt | 16 +-
.../bindings/arm/hisilicon/hisilicon.txt | 4 +
.../bindings/arm/keystone/keystone.txt | 20 +-
Documentation/devicetree/bindings/arm/pmu.txt | 1 +
.../devicetree/bindings/arm/rockchip.txt | 11 +
.../devicetree/bindings/arm/samsung-boards.txt | 27 -
.../bindings/arm/samsung/samsung-boards.txt | 69 ++
.../devicetree/bindings/arm/shmobile.txt | 4 +
.../fsl/board.txt => board/fsl-board.txt} | 14 +-
.../devicetree/bindings/clock/qcom,gcc.txt | 4 +
.../devicetree/bindings/clock/qcom,mmcc.txt | 4 +
.../devicetree/bindings/gpio/gpio-mpc8xxx.txt | 4 +-
.../devicetree/bindings/hwmon/pwm-fan.txt | 29 +-
.../bindings/iommu/samsung,sysmmu.txt | 2 +-
.../devicetree/bindings/mfd/s2mps11.txt | 4 +
.../bindings/pci/arm,juno-r1-pcie.txt | 10 +
.../bindings/pci/plda,xpressrich3-axi.txt | 12 +
.../power_domain.txt => power/pd-samsung.txt} | 5 +-
.../devicetree/bindings/soc/mediatek/scpsys.txt | 10 +-
.../devicetree/bindings/soc/qcom/qcom,smem.txt | 57 ++
.../bindings/timer/mediatek,mtk-timer.txt | 8 +-
Documentation/devicetree/bindings/usb/dwc3.txt | 3 +-
.../devicetree/bindings/vendor-prefixes.txt | 3 +
MAINTAINERS | 9 +
arch/arm/boot/dts/Makefile | 54 +-
arch/arm/boot/dts/am335x-base0033.dts | 48 +-
arch/arm/boot/dts/am335x-bone-common.dtsi | 3 +-
arch/arm/boot/dts/am335x-bonegreen.dts | 53 ++
arch/arm/boot/dts/am335x-evm.dts | 2 +-
arch/arm/boot/dts/am335x-evmsk.dts | 2 +-
arch/arm/boot/dts/am335x-igep0033.dtsi | 40 +-
arch/arm/boot/dts/am335x-phycore-som.dtsi | 36 +-
arch/arm/boot/dts/am335x-wega.dtsi | 13 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 31 +-
arch/arm/boot/dts/am437x-idk-evm.dts | 2 +-
arch/arm/boot/dts/am437x-sk-evm.dts | 2 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
arch/arm/boot/dts/am57xx-beagle-x15.dts | 117 ++-
arch/arm/boot/dts/armada-370-db.dts | 3 +-
arch/arm/boot/dts/armada-370-dlink-dns327l.dts | 3 +-
arch/arm/boot/dts/armada-370-mirabox.dts | 7 +-
arch/arm/boot/dts/armada-370-netgear-rn102.dts | 9 +-
arch/arm/boot/dts/armada-370-netgear-rn104.dts | 9 +-
arch/arm/boot/dts/armada-370-rd.dts | 3 +-
.../boot/dts/armada-370-seagate-nas-2bay.dts | 36 +
.../boot/dts/armada-370-seagate-nas-4bay.dts | 133 +++
.../boot/dts/armada-370-seagate-nas-xbay.dtsi | 231 +++++
.../armada-370-seagate-personal-cloud-2bay.dts | 51 ++
.../dts/armada-370-seagate-personal-cloud.dts | 37 +
.../dts/armada-370-seagate-personal-cloud.dtsi | 178 ++++
.../arm/boot/dts/armada-370-synology-ds213j.dts | 3 +-
arch/arm/boot/dts/armada-370.dtsi | 37 +
arch/arm/boot/dts/armada-375-db.dts | 4 +-
arch/arm/boot/dts/armada-375.dtsi | 33 +
arch/arm/boot/dts/armada-385-db-ap.dts | 4 +-
arch/arm/boot/dts/armada-385-linksys.dtsi | 4 +-
arch/arm/boot/dts/armada-388-db.dts | 4 +-
arch/arm/boot/dts/armada-388-gp.dts | 19 +-
arch/arm/boot/dts/armada-388-rd.dts | 4 +-
arch/arm/boot/dts/armada-38x.dtsi | 33 +
arch/arm/boot/dts/armada-xp-axpwifiap.dts | 4 +-
arch/arm/boot/dts/armada-xp-db.dts | 4 +-
arch/arm/boot/dts/armada-xp-gp.dts | 4 +-
arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 4 +-
arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 4 +-
arch/arm/boot/dts/armada-xp-matrix.dts | 4 +-
arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 90 +-
.../arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 4 +-
arch/arm/boot/dts/armada-xp-synology-ds414.dts | 4 +-
arch/arm/boot/dts/armada-xp.dtsi | 35 +
arch/arm/boot/dts/at91-sama5d2_xplained.dts | 118 +++
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +-
arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 +-
arch/arm/boot/dts/at91-sama5d4ek.dts | 27 +
arch/arm/boot/dts/at91rm9200.dtsi | 8 +-
arch/arm/boot/dts/at91sam9260.dtsi | 2 +-
arch/arm/boot/dts/at91sam9261.dtsi | 2 +-
arch/arm/boot/dts/at91sam9263.dtsi | 2 +-
arch/arm/boot/dts/at91sam9g45.dtsi | 2 +-
arch/arm/boot/dts/at91sam9m10g45ek.dts | 2 +
arch/arm/boot/dts/at91sam9n12.dtsi | 2 +-
arch/arm/boot/dts/at91sam9n12ek.dts | 8 +-
arch/arm/boot/dts/at91sam9rl.dtsi | 2 +-
arch/arm/boot/dts/at91sam9x5.dtsi | 5 +-
arch/arm/boot/dts/at91sam9x5ek.dtsi | 8 +
arch/arm/boot/dts/axp209.dtsi | 5 +
arch/arm/boot/dts/axp22x.dtsi | 143 +++
arch/arm/boot/dts/bcm-cygnus.dtsi | 334 +++----
arch/arm/boot/dts/bcm-nsp.dtsi | 119 +++
arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 30 +
arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 23 +
arch/arm/boot/dts/bcm2835-rpi-b.dts | 8 +-
arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +
arch/arm/boot/dts/bcm2835.dtsi | 64 +-
arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 11 +
arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts | 1 +
arch/arm/boot/dts/bcm4709-netgear-r7000.dts | 106 +++
arch/arm/boot/dts/bcm7445.dtsi | 84 ++
arch/arm/boot/dts/bcm911360_entphn.dts | 28 +-
arch/arm/boot/dts/bcm911360k.dts | 9 +-
arch/arm/boot/dts/bcm958300k.dts | 44 +-
arch/arm/boot/dts/bcm958305k.dts | 40 +-
arch/arm/boot/dts/bcm958625k.dts | 57 ++
arch/arm/boot/dts/bcm9hmidc.dtsi | 42 +
arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 3 +-
arch/arm/boot/dts/berlin2.dtsi | 23 +
.../boot/dts/berlin2cd-google-chromecast.dts | 3 +-
arch/arm/boot/dts/berlin2cd.dtsi | 20 +
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 3 +-
arch/arm/boot/dts/berlin2q.dtsi | 23 +
arch/arm/boot/dts/cx92755.dtsi | 7 +
arch/arm/boot/dts/cx92755_equinox.dts | 9 +
arch/arm/boot/dts/dove.dtsi | 17 +-
arch/arm/boot/dts/dra7-evm.dts | 222 ++++-
arch/arm/boot/dts/dra7.dtsi | 60 ++
arch/arm/boot/dts/dra72-evm.dts | 162 +++-
arch/arm/boot/dts/dra72x.dtsi | 21 +
arch/arm/boot/dts/dra74x.dtsi | 51 ++
arch/arm/boot/dts/exynos3250-monk.dts | 9 +-
arch/arm/boot/dts/exynos3250-rinato.dts | 11 +-
arch/arm/boot/dts/exynos3250.dtsi | 4 +-
arch/arm/boot/dts/exynos4.dtsi | 8 +
arch/arm/boot/dts/exynos4210-origen.dts | 15 +-
arch/arm/boot/dts/exynos4210-smdkv310.dts | 3 +-
arch/arm/boot/dts/exynos4210-trats.dts | 31 +-
arch/arm/boot/dts/exynos4210-universal_c210.dts | 44 +-
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 27 +-
arch/arm/boot/dts/exynos4412-odroidu3.dts | 45 +-
arch/arm/boot/dts/exynos4412-odroidx.dts | 8 +-
arch/arm/boot/dts/exynos4412-origen.dts | 15 +-
arch/arm/boot/dts/exynos4412-tiny4412.dts | 9 +-
arch/arm/boot/dts/exynos4412-trats2.dts | 140 ++-
arch/arm/boot/dts/exynos5250-arndale.dts | 8 +-
arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 +-
arch/arm/boot/dts/exynos5250-snow-common.dtsi | 684 ++++++++++++++
arch/arm/boot/dts/exynos5250-snow-rev5.dts | 47 +
arch/arm/boot/dts/exynos5250-snow.dts | 671 +-------------
arch/arm/boot/dts/exynos5250.dtsi | 4 +
arch/arm/boot/dts/exynos5420-arndale-octa.dts | 3 +-
arch/arm/boot/dts/exynos5420-peach-pit.dts | 9 +-
arch/arm/boot/dts/exynos5420-smdk5420.dts | 14 +-
.../boot/dts/exynos5422-odroidxu3-audio.dtsi | 61 ++
.../boot/dts/exynos5422-odroidxu3-common.dtsi | 102 +--
arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts | 51 ++
arch/arm/boot/dts/exynos5422-odroidxu3.dts | 51 ++
arch/arm/boot/dts/exynos5422-odroidxu4.dts | 48 +
arch/arm/boot/dts/exynos5440-ssdk5440.dts | 5 +-
arch/arm/boot/dts/exynos5800-peach-pi.dts | 9 +-
arch/arm/boot/dts/hi3620-hi4511.dts | 3 +-
arch/arm/boot/dts/hisi-x5hd2-dkb.dts | 2 +-
arch/arm/boot/dts/imx23.dtsi | 6 +-
arch/arm/boot/dts/imx28-evk.dts | 2 +-
arch/arm/boot/dts/imx28-m28evk.dts | 2 +-
arch/arm/boot/dts/imx28.dtsi | 6 +-
arch/arm/boot/dts/imx31.dtsi | 2 +-
arch/arm/boot/dts/imx35.dtsi | 2 +-
arch/arm/boot/dts/imx50-evk.dts | 2 +-
arch/arm/boot/dts/imx53-smd.dts | 2 +-
arch/arm/boot/dts/imx6dl-nit6xlite.dts | 49 ++
arch/arm/boot/dts/imx6dl-nitrogen6x.dts | 44 +-
arch/arm/boot/dts/imx6dl-rex-basic.dts | 2 +-
arch/arm/boot/dts/imx6dl-sabrelite.dts | 40 +-
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | 2 +-
arch/arm/boot/dts/imx6q-gw5400-a.dts | 2 +-
arch/arm/boot/dts/imx6q-nitrogen6_max.dts | 53 ++
arch/arm/boot/dts/imx6q-nitrogen6x.dts | 44 +-
arch/arm/boot/dts/imx6q-rex-pro.dts | 2 +-
arch/arm/boot/dts/imx6q-sabrelite.dts | 40 +-
arch/arm/boot/dts/imx6qdl-aristainetos.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi | 630 +++++++++++++
arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi | 873 ++++++++++++++++++
arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 189 +++-
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 6 +-
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 118 ++-
arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl.dtsi | 12 +-
arch/arm/boot/dts/imx6sl-evk.dts | 2 +-
arch/arm/boot/dts/imx6sl.dtsi | 21 +-
arch/arm/boot/dts/imx6sx-sdb-reva.dts | 4 +-
arch/arm/boot/dts/imx6sx-sdb.dts | 4 +-
arch/arm/boot/dts/imx6sx-sdb.dtsi | 2 +-
arch/arm/boot/dts/imx6sx.dtsi | 2 +-
arch/arm/boot/dts/imx6ul-14x14-evk.dts | 22 +
arch/arm/boot/dts/imx6ul.dtsi | 29 +
arch/arm/boot/dts/imx7d-pinfunc.h | 122 ++-
arch/arm/boot/dts/imx7d-sdb.dts | 100 ++-
arch/arm/boot/dts/imx7d.dtsi | 165 ++++
arch/arm/boot/dts/k2e-evm.dts | 2 +-
arch/arm/boot/dts/k2e-netcp.dtsi | 23 +
arch/arm/boot/dts/k2e.dtsi | 3 +
arch/arm/boot/dts/k2hk-evm.dts | 2 +-
arch/arm/boot/dts/k2hk-netcp.dtsi | 24 +
arch/arm/boot/dts/k2hk.dtsi | 3 +
arch/arm/boot/dts/k2l-evm.dts | 2 +-
arch/arm/boot/dts/k2l-netcp.dtsi | 23 +
arch/arm/boot/dts/k2l.dtsi | 3 +
arch/arm/boot/dts/keystone.dtsi | 7 +-
arch/arm/boot/dts/kirkwood.dtsi | 29 +-
arch/arm/boot/dts/lpc18xx.dtsi | 134 +++
arch/arm/boot/dts/lpc4350-hitex-eval.dts | 175 ++++
arch/arm/boot/dts/lpc4357-ea4357-devkit.dts | 95 ++
arch/arm/boot/dts/ls1021a-twr.dts | 13 +
arch/arm/boot/dts/ls1021a.dtsi | 44 +
arch/arm/boot/dts/meson8b-mxq.dts | 67 ++
arch/arm/boot/dts/meson8b-odroidc1.dts | 67 ++
arch/arm/boot/dts/meson8b.dtsi | 186 ++++
arch/arm/boot/dts/mt8127.dtsi | 27 +
arch/arm/boot/dts/mt8135-evbp1.dts | 23 -
arch/arm/boot/dts/mt8135.dtsi | 27 +
arch/arm/boot/dts/nspire.dtsi | 2 +-
arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 6 +-
arch/arm/boot/dts/omap3-beagle-xm.dts | 2 +-
arch/arm/boot/dts/omap3-beagle.dts | 2 +-
arch/arm/boot/dts/omap3-cm-t3x.dtsi | 2 +-
.../boot/dts/omap3-devkit8000-lcd-common.dtsi | 2 +-
arch/arm/boot/dts/omap3-evm-common.dtsi | 4 +-
arch/arm/boot/dts/omap3-gta04.dtsi | 10 +-
arch/arm/boot/dts/omap3-gta04a5.dts | 2 +-
arch/arm/boot/dts/omap3-igep.dtsi | 70 +-
arch/arm/boot/dts/omap3-igep0020-common.dtsi | 60 +-
arch/arm/boot/dts/omap3-igep0020-rev-f.dts | 2 +-
arch/arm/boot/dts/omap3-igep0020.dts | 11 +-
arch/arm/boot/dts/omap3-igep0030-common.dtsi | 2 +-
arch/arm/boot/dts/omap3-igep0030-rev-g.dts | 2 +-
arch/arm/boot/dts/omap3-igep0030.dts | 2 +-
arch/arm/boot/dts/omap3-ldp.dts | 2 +-
arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 4 +-
arch/arm/boot/dts/omap3-lilly-dbb056.dts | 4 +-
arch/arm/boot/dts/omap3-n950-n9.dtsi | 2 +-
arch/arm/boot/dts/omap3-overo-base.dtsi | 2 +-
arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | 2 +-
arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi | 2 +-
arch/arm/boot/dts/omap3-pandora-common.dtsi | 4 +-
arch/arm/boot/dts/omap3-tao3530.dtsi | 4 +-
arch/arm/boot/dts/omap3-zoom3.dts | 2 +-
arch/arm/boot/dts/omap4-panda-common.dtsi | 4 +-
arch/arm/boot/dts/omap4-sdp.dts | 6 +-
arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi | 2 +-
arch/arm/boot/dts/omap4-var-som-om44.dtsi | 2 +-
arch/arm/boot/dts/omap4460.dtsi | 2 +-
arch/arm/boot/dts/omap5-board-common.dtsi | 655 ++++++++++++++
arch/arm/boot/dts/omap5-cm-t54.dts | 2 +-
arch/arm/boot/dts/omap5-igep0050.dts | 54 ++
arch/arm/boot/dts/omap5-uevm.dts | 618 +------------
arch/arm/boot/dts/orion5x.dtsi | 22 +-
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 48 +-
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 60 +-
arch/arm/boot/dts/qcom-apq8064.dtsi | 43 +-
arch/arm/boot/dts/qcom-apq8084.dtsi | 1 +
arch/arm/boot/dts/qcom-msm8974.dtsi | 78 +-
arch/arm/boot/dts/qcom-pm8941.dtsi | 24 +-
arch/arm/boot/dts/r8a7778.dtsi | 2 +-
arch/arm/boot/dts/r8a7779-marzen.dts | 6 +-
arch/arm/boot/dts/r8a7790-lager.dts | 16 +-
arch/arm/boot/dts/r8a7790.dtsi | 2 +-
arch/arm/boot/dts/r8a7791-koelsch.dts | 9 +-
arch/arm/boot/dts/r8a7791-porter.dts | 282 ++++++
arch/arm/boot/dts/r8a7791.dtsi | 2 +-
arch/arm/boot/dts/r8a7794-silk.dts | 114 +++
arch/arm/boot/dts/r8a7794.dtsi | 326 ++++++-
arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi | 41 +
arch/arm/boot/dts/rk3066a-bqcurie2.dts | 2 +
arch/arm/boot/dts/rk3066a-marsboard.dts | 8 +
arch/arm/boot/dts/rk3066a-rayeager.dts | 2 +
arch/arm/boot/dts/rk3188-radxarock.dts | 21 +
arch/arm/boot/dts/rk3188.dtsi | 20 +
arch/arm/boot/dts/rk3288-firefly.dtsi | 55 +-
arch/arm/boot/dts/rk3288-popmetal.dts | 85 +-
arch/arm/boot/dts/rk3288-rock2-som.dtsi | 277 ++++++
arch/arm/boot/dts/rk3288-rock2-square.dts | 167 ++++
arch/arm/boot/dts/rk3288-veyron-jaq.dts | 176 ++++
arch/arm/boot/dts/rk3288-veyron.dtsi | 12 -
arch/arm/boot/dts/rk3288.dtsi | 134 ++-
arch/arm/boot/dts/s3c2416.dtsi | 2 +-
arch/arm/boot/dts/s5pv210-aquila.dts | 2 +-
arch/arm/boot/dts/s5pv210-goni.dts | 4 +-
arch/arm/boot/dts/sama5d2-pinfunc.h | 880 +++++++++++++++++++
arch/arm/boot/dts/sama5d2.dtsi | 154 +++-
arch/arm/boot/dts/sama5d3.dtsi | 5 +-
arch/arm/boot/dts/sama5d3_mci2.dtsi | 6 +-
arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +
arch/arm/boot/dts/sama5d4.dtsi | 49 +-
arch/arm/boot/dts/sh73a0-kzm9g.dts | 2 +-
arch/arm/boot/dts/socfpga.dtsi | 135 +--
arch/arm/boot/dts/socfpga_arria10.dtsi | 8 +
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 27 +
arch/arm/boot/dts/stih407-b2120.dts | 1 +
arch/arm/boot/dts/stih407-family.dtsi | 74 +-
arch/arm/boot/dts/stih407-pinctrl.dtsi | 390 +++++++-
arch/arm/boot/dts/stih407.dtsi | 13 -
arch/arm/boot/dts/stih410-b2120.dts | 25 +
arch/arm/boot/dts/stih410.dtsi | 23 +-
arch/arm/boot/dts/stih418-b2199.dts | 8 +
arch/arm/boot/dts/stih418-clock.dtsi | 2 +-
arch/arm/boot/dts/stih418.dtsi | 6 +
arch/arm/boot/dts/stihxxx-b2120.dtsi | 14 +
arch/arm/boot/dts/sun4i-a10-a1000.dts | 4 +
arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts | 12 +
arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 4 +
arch/arm/boot/dts/sun4i-a10-gemei-g9.dts | 11 +-
arch/arm/boot/dts/sun4i-a10-inet1.dts | 226 +++++
arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 117 ++-
arch/arm/boot/dts/sun4i-a10-inet9f-rev03.dts | 227 +++++
arch/arm/boot/dts/sun4i-a10-jesurun-q5.dts | 15 +
arch/arm/boot/dts/sun4i-a10-marsboard.dts | 23 +
arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts | 12 +
arch/arm/boot/dts/sun4i-a10-pcduino.dts | 58 +-
arch/arm/boot/dts/sun4i-a10-pcduino2.dts | 78 ++
.../arm/boot/dts/sun4i-a10-pov-protab2-ips9.dts | 199 +++++
arch/arm/boot/dts/sun4i-a10.dtsi | 31 +
arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts | 159 ++++
.../arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 2 +-
arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts | 224 +++++
arch/arm/boot/dts/sun5i-a10s.dtsi | 35 +-
arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts | 227 +++++
arch/arm/boot/dts/sun5i-a13-q8-tablet.dts | 60 ++
arch/arm/boot/dts/sun5i-a13.dtsi | 10 +
arch/arm/boot/dts/sun5i-q8-common.dtsi | 180 ++++
arch/arm/boot/dts/sun5i-r8-chip.dts | 218 +++++
arch/arm/boot/dts/sun5i-r8.dtsi | 59 ++
arch/arm/boot/dts/sun5i.dtsi | 52 ++
arch/arm/boot/dts/sun6i-a31-colombus.dts | 36 +
arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 132 +--
arch/arm/boot/dts/sun6i-a31.dtsi | 31 +-
arch/arm/boot/dts/sun6i-a31s-primo81.dts | 255 ++++++
arch/arm/boot/dts/sun6i-a31s-sina31s-core.dtsi | 140 +++
arch/arm/boot/dts/sun6i-a31s-sina31s.dts | 153 ++++
.../arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 194 ++++
.../dts/sun6i-a31s-yones-toptech-bs1078-v2.dts | 134 +++
arch/arm/boot/dts/sun7i-a20-bananapi.dts | 74 +-
arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | 23 +
arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 4 +
arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts | 198 +++++
arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts | 12 +
arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 47 +
arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 6 +
arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts | 29 +
arch/arm/boot/dts/sun7i-a20-orangepi.dts | 29 +
arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts | 65 +-
arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 54 +-
arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts | 33 +-
.../arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts | 226 +++++
arch/arm/boot/dts/sun7i-a20.dtsi | 39 +
arch/arm/boot/dts/sun8i-a23-a33.dtsi | 70 +-
arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts | 145 +++
arch/arm/boot/dts/sun8i-a23-ippo-q8h-v1.2.dts | 55 +-
arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts | 137 +--
arch/arm/boot/dts/sun8i-a23-q8-tablet.dts | 65 ++
arch/arm/boot/dts/sun8i-a23.dtsi | 25 +
arch/arm/boot/dts/sun8i-a33-et-q8-v1.6.dts | 89 +-
arch/arm/boot/dts/sun8i-a33-ippo-q8h-v1.2.dts | 134 +--
arch/arm/boot/dts/sun8i-a33-q8-tablet.dts | 65 ++
arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 4 +
arch/arm/boot/dts/sun8i-a33.dtsi | 45 +
arch/arm/boot/dts/sun8i-q8-common.dtsi | 101 +++
arch/arm/boot/dts/sun9i-a80.dtsi | 2 +-
arch/arm/boot/dts/sunxi-q8-common.dtsi | 83 ++
arch/arm/boot/dts/tegra124-nyan.dtsi | 15 +-
arch/arm/boot/dts/tegra124.dtsi | 20 +-
arch/arm/boot/dts/tegra20.dtsi | 4 +-
arch/arm/boot/dts/tegra30-apalis-eval.dts | 13 +-
arch/arm/boot/dts/tegra30-apalis.dtsi | 214 +++--
arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 9 +-
arch/arm/boot/dts/tegra30-colibri.dtsi | 196 +++--
arch/arm/boot/dts/tegra30.dtsi | 10 +-
arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts | 8 +-
arch/arm/boot/dts/uniphier-ph1-ld4.dtsi | 20 +-
arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts | 8 +-
arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts | 8 +-
arch/arm/boot/dts/uniphier-ph1-pro4.dtsi | 21 +-
arch/arm/boot/dts/uniphier-ph1-pro5.dtsi | 34 +-
arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts | 8 +-
arch/arm/boot/dts/uniphier-ph1-sld3.dtsi | 21 +-
arch/arm/boot/dts/uniphier-ph1-sld8-ref.dts | 8 +-
arch/arm/boot/dts/uniphier-ph1-sld8.dtsi | 20 +-
.../boot/dts/uniphier-proxstream2-gentil.dts | 78 ++
.../arm/boot/dts/uniphier-proxstream2-vodka.dts | 78 ++
arch/arm/boot/dts/uniphier-proxstream2.dtsi | 23 +-
arch/arm/boot/dts/vf-colibri.dtsi | 39 +
arch/arm/boot/dts/vf500-colibri-eval-v3.dts | 5 +
arch/arm/boot/dts/vf500-colibri.dtsi | 47 +
arch/arm/boot/dts/vf610-twr.dts | 47 +
arch/arm/boot/dts/vfxxx.dtsi | 11 +
arch/arm/boot/dts/wm8750.dtsi | 2 +-
arch/arm/mach-keystone/keystone.c | 3 +
arch/arm64/Kconfig.platforms | 11 +-
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/altera/Makefile | 5 +
.../boot/dts/altera/socfpga_stratix10.dtsi | 358 ++++++++
.../boot/dts/altera/socfpga_stratix10_socdk.dts | 39 +
arch/arm64/boot/dts/apm/Makefile | 1 +
arch/arm64/boot/dts/apm/apm-merlin.dts | 72 ++
arch/arm64/boot/dts/apm/apm-mustang.dts | 12 +
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 271 ++++++
arch/arm64/boot/dts/apm/apm-storm.dtsi | 17 +
arch/arm64/boot/dts/arm/juno-base.dtsi | 59 ++
arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 15 +
arch/arm64/boot/dts/arm/juno-r1.dts | 52 ++
arch/arm64/boot/dts/arm/juno.dts | 32 +
.../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts | 2 +-
arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 +
arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 +++
arch/arm64/boot/dts/exynos/exynos7.dtsi | 7 +
arch/arm64/boot/dts/freescale/Makefile | 4 +-
.../boot/dts/freescale/fsl-ls2080a-qds.dts | 204 +++++
.../boot/dts/freescale/fsl-ls2080a-rdb.dts | 166 ++++
...sl-ls2085a-simu.dts => fsl-ls2080a-simu.dts} | 25 +-
arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 515 +++++++++++
arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi | 163 ----
arch/arm64/boot/dts/hisilicon/Makefile | 2 +-
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 7 +-
arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 43 +-
arch/arm64/boot/dts/hisilicon/hip05-d02.dts | 36 +
arch/arm64/boot/dts/hisilicon/hip05.dtsi | 271 ++++++
arch/arm64/boot/dts/marvell/Makefile | 1 +
arch/arm64/boot/dts/marvell/berlin4ct-stb.dts | 66 ++
arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 120 +++
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 18 +
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 62 +-
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 30 +
arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 76 +-
arch/arm64/boot/dts/qcom/msm8916.dtsi | 47 +
arch/arm64/configs/defconfig | 4 +-
drivers/clk/samsung/clk-exynos5250.c | 14 +-
include/dt-bindings/clock/exynos5250.h | 4 +-
433 files changed, 20755 insertions(+), 3428 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/apm/scu.txt
create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,nsp.txt
delete mode 100644 Documentation/devicetree/bindings/arm/samsung-boards.txt
create mode 100644 Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt
rename Documentation/devicetree/bindings/{powerpc/fsl/board.txt => board/fsl-board.txt} (90%)
create mode 100644 Documentation/devicetree/bindings/pci/arm,juno-r1-pcie.txt
create mode 100644 Documentation/devicetree/bindings/pci/plda,xpressrich3-axi.txt
rename Documentation/devicetree/bindings/{arm/exynos/power_domain.txt => power/pd-samsung.txt} (93%)
create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smem.txt
create mode 100644 arch/arm/boot/dts/am335x-bonegreen.dts
create mode 100644 arch/arm/boot/dts/armada-370-seagate-nas-2bay.dts
create mode 100644 arch/arm/boot/dts/armada-370-seagate-nas-4bay.dts
create mode 100644 arch/arm/boot/dts/armada-370-seagate-nas-xbay.dtsi
create mode 100644 arch/arm/boot/dts/armada-370-seagate-personal-cloud-2bay.dts
create mode 100644 arch/arm/boot/dts/armada-370-seagate-personal-cloud.dts
create mode 100644 arch/arm/boot/dts/armada-370-seagate-personal-cloud.dtsi
create mode 100644 arch/arm/boot/dts/axp22x.dtsi
create mode 100644 arch/arm/boot/dts/bcm-nsp.dtsi
create mode 100644 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts
create mode 100644 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
create mode 100644 arch/arm/boot/dts/bcm4709-netgear-r7000.dts
create mode 100644 arch/arm/boot/dts/bcm958625k.dts
create mode 100644 arch/arm/boot/dts/bcm9hmidc.dtsi
create mode 100644 arch/arm/boot/dts/exynos5250-snow-common.dtsi
create mode 100644 arch/arm/boot/dts/exynos5250-snow-rev5.dts
create mode 100644 arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi
create mode 100644 arch/arm/boot/dts/exynos5422-odroidxu4.dts
create mode 100644 arch/arm/boot/dts/imx6dl-nit6xlite.dts
create mode 100644 arch/arm/boot/dts/imx6q-nitrogen6_max.dts
create mode 100644 arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
create mode 100644 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
create mode 100644 arch/arm/boot/dts/meson8b-mxq.dts
create mode 100644 arch/arm/boot/dts/meson8b-odroidc1.dts
create mode 100644 arch/arm/boot/dts/meson8b.dtsi
create mode 100644 arch/arm/boot/dts/omap5-board-common.dtsi
create mode 100644 arch/arm/boot/dts/omap5-igep0050.dts
create mode 100644 arch/arm/boot/dts/r8a7791-porter.dts
create mode 100644 arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi
create mode 100644 arch/arm/boot/dts/rk3288-rock2-som.dtsi
create mode 100644 arch/arm/boot/dts/rk3288-rock2-square.dts
create mode 100644 arch/arm/boot/dts/rk3288-veyron-jaq.dts
create mode 100644 arch/arm/boot/dts/sama5d2-pinfunc.h
create mode 100644 arch/arm/boot/dts/sun4i-a10-inet1.dts
create mode 100644 arch/arm/boot/dts/sun4i-a10-inet9f-rev03.dts
create mode 100644 arch/arm/boot/dts/sun4i-a10-pcduino2.dts
create mode 100644 arch/arm/boot/dts/sun4i-a10-pov-protab2-ips9.dts
create mode 100644 arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts
create mode 100644 arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts
create mode 100644 arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts
create mode 100644 arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
create mode 100644 arch/arm/boot/dts/sun5i-q8-common.dtsi
create mode 100644 arch/arm/boot/dts/sun5i-r8-chip.dts
create mode 100644 arch/arm/boot/dts/sun5i-r8.dtsi
create mode 100644 arch/arm/boot/dts/sun6i-a31s-primo81.dts
create mode 100644 arch/arm/boot/dts/sun6i-a31s-sina31s-core.dtsi
create mode 100644 arch/arm/boot/dts/sun6i-a31s-sina31s.dts
create mode 100644 arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts
create mode 100644 arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts
create mode 100644 arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts
create mode 100644 arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
create mode 100644 arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts
mode change 100644 => 120000 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v1.2.dts
mode change 100644 => 120000 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts
create mode 100644 arch/arm/boot/dts/sun8i-a23-q8-tablet.dts
mode change 100644 => 120000 arch/arm/boot/dts/sun8i-a33-et-q8-v1.6.dts
mode change 100644 => 120000 arch/arm/boot/dts/sun8i-a33-ippo-q8h-v1.2.dts
create mode 100644 arch/arm/boot/dts/sun8i-a33-q8-tablet.dts
create mode 100644 arch/arm/boot/dts/sun8i-q8-common.dtsi
create mode 100644 arch/arm/boot/dts/sunxi-q8-common.dtsi
create mode 100644 arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
create mode 100644 arch/arm/boot/dts/uniphier-proxstream2-vodka.dts
create mode 100644 arch/arm64/boot/dts/altera/Makefile
create mode 100644 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
create mode 100644 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
create mode 100644 arch/arm64/boot/dts/apm/apm-merlin.dts
create mode 100644 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
create mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts
rename arch/arm64/boot/dts/freescale/{fsl-ls2085a-simu.dts => fsl-ls2080a-simu.dts} (81%)
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
delete mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
create mode 100644 arch/arm64/boot/dts/hisilicon/hip05-d02.dts
create mode 100644 arch/arm64/boot/dts/hisilicon/hip05.dtsi
create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-stb.dts

2015-11-10 03:34:33

by Olof Johansson

[permalink] [raw]
Subject: [GIT PULL 6/6] ARM: SoC defconfig updates for v4.4

Defconfig updates are kept separate from other branches mostly to avoid
conflicts between the different categories (driver branch enabling something
that has context conflict with SoC options, etc).

A lot of this again is scattered across the various hardware platforms.
multi_v7_defconfig, our "generic" config for most 32-bit platforms has
been gone through by Marvell Berlin maintainers and added most options
they need to run on their hardware. Broadcom NSP is also added there,
and the new Atmel SAMA5D2 (added last release). Rockchip also has display
and other devices supported in that config.

In addition to that, the usual small churn of new options being added
here and there.



Conflicts:

None

----------------------------------------------------------------

The following changes since commit 44f3e3191cc45643e19a3ac86eb6b4420bd48f33:

Merge tag 'armsoc-dt' into HEAD

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-defconfig

for you to fetch changes up to 7c9730c5684d8ffd69ee0b9e1739484cc6a35b23:

ARM: multi_v7_defconfig: enable UniPhier I2C drivers

----------------------------------------------------------------

Alan Tull (1):
ARM: socfpga_defconfig: enable fpga manager

Anand Moon (3):
ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4
ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4
ARM: multi_v7_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

Andy Gross (3):
ARM: qcom_defconfig: Enable SMD-RPM regulators
ARM: multi_v7_defconfig: Enable QCOM SMD/RPM
arm64: defconfig: Enable devices for MSM8916

Antoine Tenart (1):
ARM: multi_v7_defconfig: improve multi_v7_defconfig support for Berlin

Arnd Bergmann (3):
Merge tag 'renesas-defconfig-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/defconfig
Merge tag 'arm-soc/for-4.4/defconfig' of http://github.com/Broadcom/stblinux into next/defconfig
Merge tag 'keystone-config' of git://git.kernel.org/.../ssantosh/linux-keystone into next/defconfig

Fabio Estevam (1):
ARM: imx_v6_v7_defconfig: Remove CONFIG_VMSPLIT_2G

Gerhard Bertelsmann (2):
can: Allwinner A10/A20 CAN Controller support - Defconfig
can: Allwinner A10/A20 CAN Controller support - Defconfig

Haibo Chen (1):
ARM: imx_v6_v7_defconfig: enable imx6ul_tsc

Javier Martinez Canillas (3):
ARM: exynos_defconfig: Enable USB Video Class support
ARM: exynos_defconfig: Disable simplefb support
ARM: exynos_defconfig: Enable WiFi-Ex as a module instead built-in

Joachim Eastwood (1):
ARM: configs: update lpc18xx defconfig

Jon Mason (1):
ARM: multi_v7_defconfig: Add NSP to defconfig

Jonathan Liu (1):
ARM: sunxi_defconfig: enable MODULE_UNLOAD

Ludovic Desroches (6):
ARM: at91/defconfig: update sama5 defconfig
ARM: at91/defconfig: update at91_dt defconfig
ARM: at91/defconfig: add sama5d2 and its new devices to sama5 defconfig
ARM: multi_v7_defconfig: Add Atmel SAMA5D2 SoC
ARM: multi_v7_defconfig: Add Atmel Flexcom device
ARM: multi_v7_defconfig: Add Atmel SDHCI device

Magnus Damm (1):
ARM: shmobile: Remove Marzen from shmobile_defconfig

Marcel Ziswiler (1):
ARM: tegra: Update default configuration

Marek Szyprowski (2):
ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadget
ARM: multi_v7_defconfig: Enable DWC2 USB driver and USB ethernet gadget

Masahiro Yamada (1):
ARM: multi_v7_defconfig: enable UniPhier I2C drivers

Maxime Coquelin (1):
ARM: configs: Enable FIXED_PHY in multi_v7 defconfig

Nishanth Menon (2):
ARM: configs: keystone: sync to savedefconfig
ARM: configs: keystone: Add basic systemd related options

Olof Johansson (9):
Merge tag 'qcom-defconfig-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into next/defconfig
Merge tag 'renesas-defconfig2-for-v4.4' of git://git.kernel.org/.../horms/renesas into next/defconfig
Merge tag 'socfpga_defconfig_for_v4.4' of git://git.kernel.org/.../dinguyen/linux into next/defconfig
Merge tag 'mvebu-config-4.4-1' of git://git.infradead.org/linux-mvebu into next/defconfig
Merge tag 'sunxi-defconfig-for-4.4' of https://git.kernel.org/.../mripard/linux into next/defconfig
Merge tag 'imx-defconfig-4.4' of git://git.kernel.org/.../shawnguo/linux into next/defconfig
Merge tag 'at91-ab-defconfig' of git://git.kernel.org/.../abelloni/linux into next/defconfig
Merge tag 'tegra-for-4.4-defconfig' of git://git.kernel.org/.../tegra/linux into next/defconfig
Merge tag 'samsung-defconfig' of git://git.kernel.org/.../kgene/linux-samsung into next/defconfig

Priit Laes (1):
ARM: sunxi_defconfig: Enable LRADC keys (KEYBOARD_SUN4I_LRADC)

Simon Guinot (1):
ARM: mvebu: enable options for Seagate NAS in mvebu_v7_defconfig

Simon Horman (1):
ARM: multi_v7_defconfig: Remove Marzen

Sjoerd Simons (5):
ARM: multi_v7_defconfig: Enable common Rockchip devices/busses
ARM: multi_v7_defconfig: Enable common regulators for rockchip boards
ARM: multi_v7_defconfig: Enable Rockchip display support
ARM: multi_v7_defconfig: Enable the Rockchip USB 2.0 phy
ARM: multi_v7_defconfig: Support RTC devices commonly used on Rockchip boards

Srinivas Kandagatla (1):
ARM: multi_v7_defconfig: Add missing QCOM APQ8064 configs

Thierry Reding (2):
ARM: tegra: Rebuild default configuration on v4.3-rc1
ARM: tegra: Update multi_v7_defconfig

Wolfram Sang (2):
ARM: shmobile: defconfig: enable HDMI output for RCar
ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar


arch/arm/configs/at91_dt_defconfig | 15 ---------
arch/arm/configs/exynos_defconfig | 18 +++++++++--
arch/arm/configs/imx_v6_v7_defconfig | 2 +-
arch/arm/configs/keystone_defconfig | 54 +++++++++++++++----------------
arch/arm/configs/lpc18xx_defconfig | 26 ++++++++++++---
arch/arm/configs/multi_v7_defconfig | 48 ++++++++++++++++++++++++++-
arch/arm/configs/mvebu_v7_defconfig | 9 +++++-
arch/arm/configs/qcom_defconfig | 8 +++--
arch/arm/configs/sama5_defconfig | 16 ++++-----
arch/arm/configs/shmobile_defconfig | 4 ++-
arch/arm/configs/socfpga_defconfig | 2 ++
arch/arm/configs/sunxi_defconfig | 4 +++
arch/arm/configs/tegra_defconfig | 10 ++++--
arch/arm64/configs/defconfig | 10 ++++++
14 files changed, 157 insertions(+), 69 deletions(-)

2015-11-10 22:52:25

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL 2/6] ARM: SoC cleanups for v4.4

On Mon, Nov 9, 2015 at 7:33 PM, Olof Johansson <[email protected]> wrote:
>
> Conflicts:
>
> OMAP timer code has a treewide fix vs code deletion conflict. Delete
> the code in HEAD, go with contents from branch.

That doesn't look right. It also needs the clocksource_of_init ->
clocksource_probe changes. The code was moved around rather than
deleted.

Linus

2015-11-10 22:58:43

by Felipe Balbi

[permalink] [raw]
Subject: Re: [GIT PULL 2/6] ARM: SoC cleanups for v4.4


Hi,

Linus Torvalds <[email protected]> writes:
> On Mon, Nov 9, 2015 at 7:33 PM, Olof Johansson <[email protected]> wrote:
>>
>> Conflicts:
>>
>> OMAP timer code has a treewide fix vs code deletion conflict. Delete
>> the code in HEAD, go with contents from branch.
>
> That doesn't look right. It also needs the clocksource_of_init ->
> clocksource_probe changes. The code was moved around rather than
> deleted.

correct. Moved from arch/arm/mach-omap2/ to drivers/clocksource/. We're
trying to get all our timer code to drivers/clocksource and make it
DT-only (when all other platforms switch away from legacy boot).

--
balbi


Attachments:
signature.asc (818.00 B)

2015-11-10 23:23:32

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL 2/6] ARM: SoC cleanups for v4.4

On Tue, Nov 10, 2015 at 2:52 PM, Linus Torvalds
<[email protected]> wrote:
> On Mon, Nov 9, 2015 at 7:33 PM, Olof Johansson <[email protected]> wrote:
>>
>> Conflicts:
>>
>> OMAP timer code has a treewide fix vs code deletion conflict. Delete
>> the code in HEAD, go with contents from branch.
>
> That doesn't look right. It also needs the clocksource_of_init ->
> clocksource_probe changes. The code was moved around rather than
> deleted.

Argh, yes, of course. I usually build a local copy of the merged
contents on top of your latest tree before sending the pull requests,
but didn't this time.

Thanks for catching this.


-Olof