mbox series

[GIT,PULL] i.MX fixes for 5.0, 2nd round

Message ID 20190122072145.GF19929@dragon (mailing list archive)
State Mainlined, archived
Commit c5b11ee9f1c22a8d6b5cab2099904f7adbe79a7f
Headers show
Series [GIT,PULL] i.MX fixes for 5.0, 2nd round | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.0-2

Message

Shawn Guo Jan. 22, 2019, 7:21 a.m. UTC
The following changes since commit ba0f4560526ba19300c07ed5a3c1df7592815dc6:

  ARM: dts: imx6sx: correct backward compatible of gpt (2019-01-13 10:40:22 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.0-2

for you to fetch changes up to c5b11ee9f1c22a8d6b5cab2099904f7adbe79a7f:

  dt-bindings: imx8mq: Number clocks consecutively (2019-01-16 21:27:02 +0800)

----------------------------------------------------------------
i.MX fixes for 5.0, 2nd round:

It contains a single fix for i.MX8MQ clock numbers, removing the
duplicate use of 232 and numbering the clocks consecutively.

----------------------------------------------------------------
Guido Günther (1):
      dt-bindings: imx8mq: Number clocks consecutively

 include/dt-bindings/clock/imx8mq-clock.h | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2019, 10:17 a.m. UTC | #1
On Tue, Jan 22, 2019 at 8:22 AM Shawn Guo <shawnguo@kernel.org> wrote:
> ----------------------------------------------------------------
> i.MX fixes for 5.0, 2nd round:
>
> It contains a single fix for i.MX8MQ clock numbers, removing the
> duplicate use of 232 and numbering the clocks consecutively.

Pulled into arm/fixes, thanks!

     Arnd