Linus Torvalds
fbae5cbb43
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
...
Pull ARM SoC platform updates from Olof Johansson:
"Improved and new platform support for various SoCs:
New SoC support:
- Broadcom BCM23550
- Freescale i.MX7Solo
- Qualcomm MDM9615
- Renesas r8a7792
Improvements:
- convert clps711x to multiplatform
- debug uart improvements for Atmel platforms
- Tango platform improvements: HOTPLUG_CPU, Suspend-to-ram
- OMAP tweaks and improvements to hwmod
- OMAP support for kexec on SMP"
* tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (109 commits)
ARM: davinci: fix build break because of undeclared dm365_evm_snd_data
ARM: s3c64xx: smartq: Avoid sparse warnings
ARM: sti: Implement dummy L2 cache's write_sec
ARM: STi: Update machine _namestr to be more generic.
arm: meson: explicitly select clk drivers
ARM: tango: add Suspend-to-RAM support
ARM: hisi: consolidate the hisilicon machine entries
ARM: tango: fix CONFIG_HOTPLUG_CPU=n build
MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry
MAINTAINERS: Update BCM63XX entry
MAINTAINERS: Add NS2 entry
MAINTAINERS: Fix nsp false-positives
MAINTAINERS: Change L to M for Broadcom ARM/ARM64 SoC entries
ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs
ARM: clps711x: Switch to MULTIPLATFORM
ARM: clps711x: Remove boards support
ARM: clps711x: Add basic DT support
ARM: clps711x: Reduce static map size
ARM: SAMSUNG: Constify iomem address passed to s5p_init_cpu
ARM: oxnas: Change OX810SE default driver config
...
2016-08-01 18:27:08 -04:00
Stefan Agner
18245c2425
ARM: imx: add support for i.MX 7Solo
...
Add device tree compatible string "imx7s" for i.MX 7Solo.
Signed-off-by: Stefan Agner <stefan@agner.ch >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2016-06-28 10:44:44 +08:00
Kefeng Wang
850bea2335
arm: Remove unnecessary of_platform_populate with default match table
...
After patch "of/platform: Add common method to populate default bus",
it is possible for arch code to remove unnecessary callers of
of_platform_populate with default match table.
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Cc: Nicolas Ferre <nicolas.ferre@atmel.com >
Cc: Ray Jui <rjui@broadcom.com >
Cc: Lee Jones <lee@kernel.org >
Cc: Krzysztof Halasa <khalasa@piap.pl >
Cc: Kukjin Kim <kgene@kernel.org >
Cc: Rob Herring <robh@kernel.org >
Cc: Shawn Guo <shawnguo@kernel.org >
Cc: Santosh Shilimkar <ssantosh@kernel.org >
Cc: Roland Stigge <stigge@antcom.de >
Cc: Jason Cooper <jason@lakedaemon.net >
Cc: Haojian Zhuang <haojian.zhuang@gmail.com >
Cc: Heiko Stuebner <heiko@sntech.de >
Cc: Viresh Kumar <vireshk@kernel.org >
Cc: Shiraz Hashim <shiraz.linux.kernel@gmail.com >
Cc: Tony Prisk <linux@prisktech.co.nz >
Cc: Arnd Bergmann <arnd@arndb.de >
Cc: Russell King <linux@arm.linux.org.uk >
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com >
Signed-off-by: Rob Herring <robh@kernel.org >
2016-06-23 14:58:37 -05:00
Viresh Kumar
7ead83f6df
cpufreq: imx: Use generic platdev driver
...
The cpufreq-dt-platdev driver supports creation of cpufreq-dt platform
device now, reuse that and remove similar code from platform code.
Note that the complete routine imx27_dt_init() is removed as
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
has same effect as a NULL .init_machine machine callback pointer.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Lucas Stach <l.stach@pengutronix.de >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2016-04-25 16:18:23 +02:00
Bai Ping
e3526f004a
ARM: imx: enable cpufreq device on i.mx7d
...
Add a cpufreq-dt device on i.MX7D, using the
generic cpufreq-dt for CPU frequency scaling.
Signed-off-by: Bai Ping <b51503@freescale.com >
Acked-by: Lucas Stach <l.stach@pengutronix.de >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2015-12-02 13:38:03 +08:00
Fugang Duan
69f9c5047d
ARM: imx: add enet init for i.MX7D platform
...
Add enet phy fixup, clock source init for i.MX7D platform.
Signed-off-by: Fugang Duan <B38611@freescale.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2015-09-22 17:47:54 -07:00
Nicolas Pitre
19c233b79d
ARM: appropriate __init annotation for const data
...
Init data marked const should be annotated with __initconst for
correctness and not __initdata. In some cases the array gathering
references to that data has to be marked const as well. This fixes
LTO builds that otherwise fail with section mismatch errors.
Signed-off-by: Nicolas Pitre <nico@linaro.org >
Signed-off-by: Olof Johansson <olof@lixom.net >
2015-07-28 13:55:27 +02:00
Anson Huang
5739b919cf
ARM: imx: add msl support for imx7d
...
Add i.MX7D MSL support.
Signed-off-by: Anson Huang <b20788@freescale.com >
Signed-off-by: Frank Li <Frank.Li@freescale.com >
Signed-off-by: Shawn Guo <shawn.guo@linaro.org >
2015-06-03 14:49:35 +08:00