mbox

[GIT,PULL] ARM: mvebu: arm64 for v4.14 (#1)

Message ID 877eyaif39.fsf@free-electrons.com
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-arm64-4.14-1

Message

Gregory CLEMENT Aug. 11, 2017, 10:16 a.m. UTC
Hi,

Here is the first pull request for arm64 for mvebu for v4.14.

Gregory

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-arm64-4.14-1

for you to fetch changes up to a168f2a80458095ccdc03ea777d5d469be3934ed:

  arm64: defconfig: enable fine-grained task level IRQ time accounting (2017-08-03 14:25:52 +0200)

----------------------------------------------------------------
mvebu arm64 for 4.14 (part 1)

Enabling nop-xceiv PHY driver in the defconfig, needed for USB support
on A8K SoC based board.

Enabling fine-grained task level IRQ time accounting for ARMv8 as it was
already done for x86

----------------------------------------------------------------
Marcin Wojtas (1):
      arm64: defconfig: enable fine-grained task level IRQ time accounting

Thomas Petazzoni (1):
      arm64: defconfig: enable nop-xceiv PHY driver

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Arnd Bergmann Aug. 15, 2017, 4:04 p.m. UTC | #1
On Fri, Aug 11, 2017 at 12:16 PM, Gregory CLEMENT
<gregory.clement@free-electrons.com> wrote:
> Hi,
>
> Here is the first pull request for arm64 for mvebu for v4.14.
>
> Gregory
>
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-arm64-4.14-1
>
> for you to fetch changes up to a168f2a80458095ccdc03ea777d5d469be3934ed:
>
>   arm64: defconfig: enable fine-grained task level IRQ time accounting (2017-08-03 14:25:52 +0200)
>
> ----------------------------------------------------------------
> mvebu arm64 for 4.14 (part 1)
>
> Enabling nop-xceiv PHY driver in the defconfig, needed for USB support
> on A8K SoC based board.
>
> Enabling fine-grained task level IRQ time accounting for ARMv8 as it was
> already done for x86

Pulled into next/arm64, thanks!

     Arnd