mbox series

[GIT,PULL,2/7] i.MX SoC changes for 5.4

Message ID 20190825153237.28829-2-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers update for 5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.4

Message

Shawn Guo Aug. 25, 2019, 3:32 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.4

for you to fetch changes up to acf993a0f22215dbc1d39f974e3053d6b4f4e594:

  ARM: imx: stop adjusting ar8031 phy tx delay (2019-08-24 20:30:22 +0200)

----------------------------------------------------------------
i.MX SoC changes for 5.4:
 - Drop AR8031 PHY TX delay adjusting from i.MX7D machine code, as
   it's superfluous due to the recent changes to Atheros AT803X driver.
 - Select TIMER_IMX_SYS_CTR for arm64 ARCH_MXC platform, since the
   system counter is needed as broadcast timer for cpuidle support.

----------------------------------------------------------------
André Draszik (1):
      ARM: imx: stop adjusting ar8031 phy tx delay

Anson Huang (1):
      arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms

 arch/arm/mach-imx/mach-imx7d.c | 6 ------
 arch/arm64/Kconfig.platforms   | 1 +
 2 files changed, 1 insertion(+), 6 deletions(-)

Comments

Arnd Bergmann Sept. 3, 2019, 12:26 p.m. UTC | #1
On Sun, Aug 25, 2019 at 5:33 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.4
>
> for you to fetch changes up to acf993a0f22215dbc1d39f974e3053d6b4f4e594:
>
>   ARM: imx: stop adjusting ar8031 phy tx delay (2019-08-24 20:30:22 +0200)
>
> ----------------------------------------------------------------
> i.MX SoC changes for 5.4:
>  - Drop AR8031 PHY TX delay adjusting from i.MX7D machine code, as
>    it's superfluous due to the recent changes to Atheros AT803X driver.
>  - Select TIMER_IMX_SYS_CTR for arm64 ARCH_MXC platform, since the
>    system counter is needed as broadcast timer for cpuidle support.


Pulled into arm/soc, thanks!

      Arnd