diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-02-22 11:44:19 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-02-22 11:44:19 -0500 |
commit | ac07b9aa68170a1a99f0e5a4d8d30f83a75b5aa7 (patch) | |
tree | 42e78020e60e62c80a292a31506f9763abff6e25 | |
parent | eec51afc9d2612c65523627cfd81456c6995a79a (diff) | |
parent | 8aa36a8dcde3183d84db7b0d622ffddcebb61077 (diff) |
Merge tag 'mvebu-fixes-4.16-1' of git://git.infradead.org/linux-mvebu into fixes
Pull "mvebu fixes for 4.16 (part 1)" from Gregory CLEMENT:
- Updating my emails address (from free-electrons to bootlin)
- Adding back the selection of the PL310 Errata fix for the Cortex A9
based Armada SoCs (Armada 375 and 38x)
* tag 'mvebu-fixes-4.16-1' of git://git.infradead.org/linux-mvebu:
ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
MAINTAINERS: update email address for Gregory CLEMENT
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6dbcbc4913a4..f2e4d9d85ee4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1590,7 +1590,7 @@ ARM/Marvell Dove/MV78xx0/Orion SOC support | |||
1590 | M: Jason Cooper <jason@lakedaemon.net> | 1590 | M: Jason Cooper <jason@lakedaemon.net> |
1591 | M: Andrew Lunn <andrew@lunn.ch> | 1591 | M: Andrew Lunn <andrew@lunn.ch> |
1592 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 1592 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
1593 | M: Gregory Clement <gregory.clement@free-electrons.com> | 1593 | M: Gregory Clement <gregory.clement@bootlin.com> |
1594 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1594 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1595 | S: Maintained | 1595 | S: Maintained |
1596 | F: Documentation/devicetree/bindings/soc/dove/ | 1596 | F: Documentation/devicetree/bindings/soc/dove/ |
@@ -1604,7 +1604,7 @@ F: arch/arm/boot/dts/orion5x* | |||
1604 | ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support | 1604 | ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support |
1605 | M: Jason Cooper <jason@lakedaemon.net> | 1605 | M: Jason Cooper <jason@lakedaemon.net> |
1606 | M: Andrew Lunn <andrew@lunn.ch> | 1606 | M: Andrew Lunn <andrew@lunn.ch> |
1607 | M: Gregory Clement <gregory.clement@free-electrons.com> | 1607 | M: Gregory Clement <gregory.clement@bootlin.com> |
1608 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 1608 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
1609 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1609 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1610 | S: Maintained | 1610 | S: Maintained |
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 6b32dc527edc..2c20599cc350 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -41,7 +41,7 @@ config MACH_ARMADA_375 | |||
41 | depends on ARCH_MULTI_V7 | 41 | depends on ARCH_MULTI_V7 |
42 | select ARMADA_370_XP_IRQ | 42 | select ARMADA_370_XP_IRQ |
43 | select ARM_ERRATA_720789 | 43 | select ARM_ERRATA_720789 |
44 | select ARM_ERRATA_753970 | 44 | select PL310_ERRATA_753970 |
45 | select ARM_GIC | 45 | select ARM_GIC |
46 | select ARMADA_375_CLK | 46 | select ARMADA_375_CLK |
47 | select HAVE_ARM_SCU | 47 | select HAVE_ARM_SCU |
@@ -57,7 +57,7 @@ config MACH_ARMADA_38X | |||
57 | bool "Marvell Armada 380/385 boards" | 57 | bool "Marvell Armada 380/385 boards" |
58 | depends on ARCH_MULTI_V7 | 58 | depends on ARCH_MULTI_V7 |
59 | select ARM_ERRATA_720789 | 59 | select ARM_ERRATA_720789 |
60 | select ARM_ERRATA_753970 | 60 | select PL310_ERRATA_753970 |
61 | select ARM_GIC | 61 | select ARM_GIC |
62 | select ARM_GLOBAL_TIMER | 62 | select ARM_GLOBAL_TIMER |
63 | select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK | 63 | select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK |