mbox series

[GIT,PULL] ARM: mvebu: fixes for v4.16 (#1)

Message ID 87wozemtva.fsf@bootlin.com
State New
Headers show
Series [GIT,PULL] ARM: mvebu: fixes for v4.16 (#1) | expand

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.16-1

Message

Gregory CLEMENT Feb. 15, 2018, 10:26 a.m. UTC
Hi,

Here is the first pull request for fixes for mvebu for v4.16.

Gregory

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.16-1

for you to fetch changes up to 8aa36a8dcde3183d84db7b0d622ffddcebb61077:

  ARM: mvebu: Fix broken PL310_ERRATA_753970 selects (2018-02-13 16:39:51 +0100)

----------------------------------------------------------------
mvebu fixes for 4.16 (part 1)

- 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)

----------------------------------------------------------------
Gregory CLEMENT (1):
      MAINTAINERS: update email address for Gregory CLEMENT

Ulf Magnusson (1):
      ARM: mvebu: Fix broken PL310_ERRATA_753970 selects

 MAINTAINERS                 | 4 ++--
 arch/arm/mach-mvebu/Kconfig | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Feb. 22, 2018, 4:45 p.m. UTC | #1
On Thu, Feb 15, 2018 at 11:26 AM, Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:
> Hi,
>
> Here is the first pull request for fixes for mvebu for v4.16.
>
> Gregory
>
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.16-1
>
> for you to fetch changes up to 8aa36a8dcde3183d84db7b0d622ffddcebb61077:
>
>   ARM: mvebu: Fix broken PL310_ERRATA_753970 selects (2018-02-13 16:39:51 +0100)
>
> ----------------------------------------------------------------
> mvebu fixes for 4.16 (part 1)
>
> - 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)
>

Pulled into fixes, thanks!

       Arnd