* [GIT PULL] ARM: SoC fixes for 3.16-rc
@ 2014-07-05 19:49 Olof Johansson
2014-07-06 20:05 ` Andreas Färber
0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2014-07-05 19:49 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
The following changes since commit 6c9d16178870315846faa1f59697b801e3fe0531:
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes (2014-06-25 20:27:15 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
for you to fetch changes up to bc6aa56680b07984dc1443ef1a5a1a0fac0e20be:
MAINTAINERS: Add few more Keystone drivers (2014-07-04 21:53:13 -0700)
----------------------------------------------------------------
ARM: SoC fixes for 3.16-rc
This week's arm-soc fixes:
- A set of of OMAP patches that we had missed Tony's pull request of:
- Reset fix for am43xx
- Proper OPP table for omap5
- Fix for SoC detection of one of the DRA7 SoCs
- hwmod updates to get SATA and OCP to work on omap5 (drivers merged in 3.16)
- ... plus a handful of smaller fixes
- sunxi needed to re-add machine specific restart code that was removed in
anticipation of a watchdog driver being merged for 3.16, and it didn't make
it in.
- Marvell fixes for PCIe on SMP and a big-endian fix.
- A trivial defconfig update to make my capri test board boot with
bcm_defconfig again.
... and a couple of MAINTAINERS updates, one to claim new Keystone
drivers that have been merged, and one to merge MXS and i.MX (both
Freescale platforms).
The largest diffs come from the hwmod code for omap5 and the re-add of
the restart code on sunxi. The hwmod stuff is quite late at this point
but it slipped through cracks repeatedly while coming up the maintainer
chain and only affects the one SoC so risk is low.
----------------------------------------------------------------
Brian Norris (1):
ARM: OMAP2+: drop unused function
Dave Gerlach (1):
ARM: OMAP2+: hwmod: Change hardreset soc_ops for AM43XX
David R. Piegdon (1):
ARM: OMAP2+: Fix parser-bug in platform muxing code
George Cherian (1):
ARM: dts: am43x-epos-evm: Add Missing cpsw-phy-sel for am43x-epos-evm
Keshava Munegowda (1):
ARM: OMAP5: hwmod: Add ocp2scp3 and sata hwmods
Maxime Ripard (1):
ARM: sunxi: Reintroduce the restart code for A10/A20 SoCs
Nishanth Menon (2):
ARM: DRA722: add detection of SoC information
ARM: dts: omap5: Update CPU OPP table as per final production Manual
Olof Johansson (3):
ARM: bcm: Fix bcm and multi_v7 defconfigs
Merge tag 'omap-for-v3.16/fixes-against-rc1' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Merge tag 'mvebu-fixes-3.16-2' of git://git.infradead.org/linux-mvebu into fixes
Peter Ujfalusi (1):
ARM: DTS: dra7/dra7xx-clocks: ATL related changes
Santosh Shilimkar (1):
MAINTAINERS: Add few more Keystone drivers
Shawn Guo (1):
MAINTAINERS: merge MXS entry into IMX one
Sourav Poddar (1):
ARM: dts: dra7-evm: remove interrupt binding
Thomas Petazzoni (3):
ARM: mvebu: move Armada 375 external abort logic as a quirk
ARM: mvebu: update L2/PCIe deadlock workaround after L2CC cleanup
ARM: mvebu: fix cpuidle implementation to work on big-endian systems
Tony Lindgren (2):
ARM: dts: Enable twl4030 off-idle configuration for selected omaps
Merge tag 'for-v3.16-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.16/fixes
MAINTAINERS | 34 +++++++++----
arch/arm/boot/dts/am43x-epos-evm.dts | 4 ++
arch/arm/boot/dts/dra7.dtsi | 12 ++++-
arch/arm/boot/dts/dra7xx-clocks.dtsi | 16 +++----
arch/arm/boot/dts/omap3-beagle-xm.dts | 6 +++
arch/arm/boot/dts/omap3-evm-common.dtsi | 7 +++
arch/arm/boot/dts/omap3-n900.dts | 5 ++
arch/arm/boot/dts/omap5.dtsi | 1 -
arch/arm/configs/bcm_defconfig | 2 +-
arch/arm/configs/multi_v7_defconfig | 3 +-
arch/arm/mach-mvebu/Makefile | 2 +-
arch/arm/mach-mvebu/board-v7.c | 29 +++++++----
arch/arm/mach-mvebu/pmsu.c | 9 +---
arch/arm/mach-mvebu/pmsu_ll.S | 25 ++++++++++
arch/arm/mach-omap2/Makefile | 6 ++-
arch/arm/mach-omap2/cm33xx.h | 2 +-
arch/arm/mach-omap2/common.h | 1 -
arch/arm/mach-omap2/id.c | 12 +++++
arch/arm/mach-omap2/mux.c | 6 ++-
arch/arm/mach-omap2/omap4-common.c | 20 --------
arch/arm/mach-omap2/omap_hwmod.c | 6 +--
arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 73 ++++++++++++++++++++++++++++
arch/arm/mach-omap2/soc.h | 1 +
arch/arm/mach-sunxi/sunxi.c | 77 ++++++++++++++++++++++++++++++
24 files changed, 292 insertions(+), 67 deletions(-)
create mode 100644 arch/arm/mach-mvebu/pmsu_ll.S
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: SoC fixes for 3.16-rc
2014-07-05 19:49 [GIT PULL] ARM: SoC fixes for 3.16-rc Olof Johansson
@ 2014-07-06 20:05 ` Andreas Färber
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2014-07-06 20:05 UTC (permalink / raw)
To: linux-arm-kernel
Hi Santosh,
Am 05.07.2014 21:49, schrieb Olof Johansson:
> The following changes since commit 6c9d16178870315846faa1f59697b801e3fe0531:
>
> Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes (2014-06-25 20:27:15 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
>
> for you to fetch changes up to bc6aa56680b07984dc1443ef1a5a1a0fac0e20be:
>
> MAINTAINERS: Add few more Keystone drivers (2014-07-04 21:53:13 -0700)
>
> ----------------------------------------------------------------
> ARM: SoC fixes for 3.16-rc
>
> This week's arm-soc fixes:
>
> - A set of of OMAP patches that we had missed Tony's pull request of:
> - Reset fix for am43xx
> - Proper OPP table for omap5
> - Fix for SoC detection of one of the DRA7 SoCs
> - hwmod updates to get SATA and OCP to work on omap5 (drivers merged in 3.16)
> - ... plus a handful of smaller fixes
> - sunxi needed to re-add machine specific restart code that was removed in
> anticipation of a watchdog driver being merged for 3.16, and it didn't make
> it in.
> - Marvell fixes for PCIe on SMP and a big-endian fix.
> - A trivial defconfig update to make my capri test board boot with
> bcm_defconfig again.
>
> ... and a couple of MAINTAINERS updates, one to claim new Keystone
> drivers that have been merged, and one to merge MXS and i.MX (both
> Freescale platforms).
[...]
> Santosh Shilimkar (1):
> MAINTAINERS: Add few more Keystone drivers
All four of your new MAINTAINERS entries just merged are lacking the S
in your company name - "INSTRUMENT". ;) Looks like a copy&paste from an
already misspelled section?
Cheers,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: SoC fixes for 3.16-rc
@ 2014-07-13 18:30 Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-07-13 18:30 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:
Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
for you to fetch changes up to cacadb4ff969a82628d47db87b5a531be466b134:
Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes (2014-07-12 21:19:21 -0700)
----------------------------------------------------------------
ARM: SoC fixes for 3.16-rc
This week's arm-soc fixes:
- Another set of OMAP fixes
* Clock fixes
* Restart handling
* PHY regulators
* SATA hwmod data for DRA7
+ Some trivial fixes and removal of a bit of dead code
- Exynos fixes
* A bunch of clock fixes
* Some SMP fixes
* Exynos multi-core timer: register as clocksource and fix ftrace.
+ a few other minor fixes
There's also a couple more patches, and at91 fix for USB caused by common
clock conversion, and more MAINTAINERS entries for shmobile.
We're definitely switching to only regression fixes from here on out,
we've been a little less strict than usual up until now.
----------------------------------------------------------------
Abhilash Kesavan (1):
ARM: EXYNOS: Fix the check for non-smp configuration
Amit Daniel Kachhap (1):
clocksource: exynos_mct: Register the timer for stable udelay
Arun Kumar K (2):
clk: exynos5420: Add IDs for clocks used in PD mfc
ARM: dts: Add clock property for mfc_pd in exynos5420
Bo Shen (1):
ARM: at91: at91sam9x5: add clocks for usb device
Doug Anderson (1):
clocksource: exynos_mct: Fix ftrace
Enric Balletbo i Serra (1):
ARM: dts: Fix TI CPSW Phy mode selection on IGEP COM AQUILA.
Guido Mart?nez (1):
ARM: OMAP2+: Make GPMC skip disabled devices
Jaewon Kim (1):
ARM: dts: fix pwm-cells in pwm node for exynos4
Jyri Sarha (1):
ARM: OMAP2+: Remove non working OMAP HDMI audio initialization
Nishanth Menon (1):
ARM: DRA7/AM43XX: fix header definition for omap44xx_restart
Olof Johansson (4):
Merge tag 'renesas-maintainers-for-v3.17' of git://git.kernel.org/.../horms/renesas into fixes
Merge tag 'samsung-fixes-2' of git://git.kernel.org/.../kgene/linux-samsung into fixes
Merge tag 'omap-for-v3.16/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Merge tag 'samsung-fixes-3' of git://git.kernel.org/.../kgene/linux-samsung into fixes
Peter Ujfalusi (2):
ARM: dts: am335x-evm: Enable the McASP FIFO for audio
ARM: dts: am335x-evmsk: Enable the McASP FIFO for audio
Prathyush K (1):
ARM: EXYNOS: Add support for clock handling in power domain
Rajendra Nayak (1):
ARM: dts: dra7xx-clocks: Fix the l3 and l4 clock rates
Roger Quadros (3):
ARM: DRA7: hwmod: Fixup SATA hwmod
ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss
ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on
Sachin Kamat (1):
ARM: EXYNOS: Update secondary boot addr for secure mode
Shawn Guo (1):
ARM: imx: fix shared gate clock
Simon Horman (1):
ARM: shmobile: Add DT and defconfigs to MAINTAINERS
Suman Anna (2):
ARM: OMAP3: PRM/CM: Add back macros used by TI DSP/Bridge driver
ARM: OMAP2+: create dsp device only on OMAP3 SoCs
Tero Kristo (1):
ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow
Tomasz Figa (1):
ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250
Tony Lindgren (2):
Merge branch 'for-v3.16-rc/clk-dt-fixes' of https://github.com/t-kristo/linux-pm into fixes-rc4
Merge tag 'for-v3.16-rc/omap-fixes-b' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.16/fixes
Tushar Behera (1):
ARM: dts: Update the parent for Audss clocks in Exynos5420
.../bindings/arm/exynos/power_domain.txt | 20 +++++++
MAINTAINERS | 14 +++++
arch/arm/boot/dts/am335x-evm.dts | 4 +-
arch/arm/boot/dts/am335x-evmsk.dts | 4 +-
arch/arm/boot/dts/am335x-igep0033.dtsi | 6 +++
arch/arm/boot/dts/at91sam9x5.dtsi | 2 +
arch/arm/boot/dts/dra7-evm.dts | 1 +
arch/arm/boot/dts/dra7xx-clocks.dtsi | 10 ++--
arch/arm/boot/dts/exynos4.dtsi | 2 +-
arch/arm/boot/dts/exynos5420.dtsi | 5 +-
arch/arm/mach-exynos/exynos.c | 8 ++-
arch/arm/mach-exynos/firmware.c | 9 +++-
arch/arm/mach-exynos/pm_domains.c | 61 +++++++++++++++++++++-
arch/arm/mach-imx/clk-gate2.c | 31 ++++++++---
arch/arm/mach-omap2/clkt_dpll.c | 2 +-
arch/arm/mach-omap2/cm-regbits-34xx.h | 3 ++
arch/arm/mach-omap2/common.h | 3 +-
arch/arm/mach-omap2/devices.c | 28 ----------
arch/arm/mach-omap2/dsp.c | 10 ++++
arch/arm/mach-omap2/gpmc.c | 2 +-
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 18 +++++--
arch/arm/mach-omap2/prm-regbits-34xx.h | 6 +++
drivers/clk/samsung/clk-exynos5420.c | 6 ++-
drivers/clocksource/exynos_mct.c | 20 ++++++-
include/dt-bindings/clock/exynos5420.h | 2 +
25 files changed, 211 insertions(+), 66 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: SoC fixes for 3.16-rc
@ 2014-07-19 5:49 Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-07-19 5:49 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
The following changes since commit cacadb4ff969a82628d47db87b5a531be466b134:
Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes (2014-07-12 21:19:21 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
for you to fetch changes up to 9637f30e6b7bc394c08fa9d27d63622f141142e9:
ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-18 17:12:57 -0700)
----------------------------------------------------------------
ARM: SoC fixes for 3.16-rc
A smaller set of fixes this week, and all regression fixes:
- a handful of issues fixed on at91 with common clock conversion
- a set of fixes for Marvell mvebu (SMP, coherency, PM)
- a clock fix for i.MX6Q.
- ... and a SMP/hotplug fix for Exynos
----------------------------------------------------------------
Bo Shen (1):
ARM: at91: at91sam9x5: correct typo error for ohci clock
Boris BREZILLON (2):
ARM: at91/dt: fix usb0 clocks definition in sam9n12 dtsi
ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
Ezequiel Garcia (1):
ARM: mvebu: Fix coherency bus notifiers by using separate notifiers
Gregory CLEMENT (1):
ARM: mvebu: Fix the operand list in the inline asm of armada_370_xp_pmsu_idle_enter
Lucas Stach (1):
ARM: clk-imx6q: parent lvds_sel input from upstream clock gates
Olof Johansson (3):
Merge tag 'mvebu-fixes-3.16-3' of git://git.infradead.org/linux-mvebu into fixes
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Merge tag 'imx-fixes-3.16-2' of git://git.kernel.org/.../shawnguo/linux into fixes
Thomas Petazzoni (1):
ARM: mvebu: fix SMP boot for Armada 38x and Armada 375 Z1 in big endian
Tomasz Figa (1):
ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
arch/arm/boot/dts/at91sam9n12.dtsi | 2 +-
arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++--
arch/arm/mach-exynos/hotplug.c | 10 ++++++----
arch/arm/mach-exynos/platsmp.c | 34 +++++++++++++++++++---------------
arch/arm/mach-imx/clk-imx6q.c | 4 ++--
arch/arm/mach-mvebu/coherency.c | 6 +++++-
arch/arm/mach-mvebu/headsmp-a9.S | 9 ++++++++-
arch/arm/mach-mvebu/pmsu.c | 10 +++++-----
8 files changed, 48 insertions(+), 31 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-19 5:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-05 19:49 [GIT PULL] ARM: SoC fixes for 3.16-rc Olof Johansson
2014-07-06 20:05 ` Andreas Färber
-- strict thread matches above, loose matches on Subject: below --
2014-07-13 18:30 Olof Johansson
2014-07-19 5:49 Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).