mbox series

[GIT,PULL] one more clk change for the merge window

Message ID 20190102175342.71807-1-sboyd@kernel.org (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] one more clk change for the merge window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus

Message

Stephen Boyd Jan. 2, 2019, 5:53 p.m. UTC
The following changes since commit b677574bdf292e31c8f9810ff0fc0b35839d4636:

  Merge branch 'clk-imx7ulp' into clk-next (2018-12-14 14:03:38 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus

for you to fetch changes up to 08972760d366b83a87d366b0079747f8c409163c:

  clk: imx8qxp: make the name of clock ID generic (2018-12-28 10:43:57 -0800)

----------------------------------------------------------------
One more patch to generalize a set of DT binding defines now before -rc1
comes out. This way the SoC DTS files can use the proper defines from a
stable tag.

----------------------------------------------------------------
Aisheng Dong (1):
      clk: imx8qxp: make the name of clock ID generic

 drivers/clk/imx/clk-imx8qxp-lpcg.c        | 148 +++++++--------
 drivers/clk/imx/clk-imx8qxp.c             | 154 ++++++++--------
 include/dt-bindings/clock/imx8-clock.h    | 289 ++++++++++++++++++++++++++++++
 include/dt-bindings/clock/imx8qxp-clock.h | 289 ------------------------------
 4 files changed, 440 insertions(+), 440 deletions(-)
 create mode 100644 include/dt-bindings/clock/imx8-clock.h
 delete mode 100644 include/dt-bindings/clock/imx8qxp-clock.h

Comments

pr-tracker-bot@kernel.org Jan. 3, 2019, 3:05 a.m. UTC | #1
The pull request you sent on Wed,  2 Jan 2019 09:53:42 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0f2107daec8137e1ea8bcd6df1323ffe46a2e873

Thank you!