linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX clock update for 5.11
@ 2020-12-01  9:39 Shawn Guo
  2020-12-10 20:58 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2020-12-01  9:39 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Fabio Estevam, Stefan Agner, kernel, linux-imx, linux-clk,
	linux-arm-kernel

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.11

for you to fetch changes up to 43d2479687c93ed9b93774ef9b46b37de5b3efcc:

  clk: imx: scu: remove the calling of device_is_bound (2020-11-30 21:53:03 +0800)

----------------------------------------------------------------
i.MX clock update for 5.11:

- A series from Abel Vesa to improve clk-gate2 driver and make it more
  flexible.
- A patch set from Dong Aisheng to add a new two cells binding for SCU
  clocks, so that IMX SCU based platforms like MX8QM and MX8QXP can be
  supported with SS (Subsystems).
- Drop of_match_ptr from of_device_id table for i.MX8 clock drivers, as
  they can only be probed from device tree.
- Other small cosmetic changes.

----------------------------------------------------------------
Abel Vesa (5):
      clk: imx: gate2: Remove the IMX_CLK_GATE2_SINGLE_BIT special case
      clk: imx: gate2: Keep the register writing in on place
      clk: imx: gate2: Check if clock is enabled against cgr_val
      clk: imx: gate2: Add cgr_mask for more flexible number of control bits
      clk: imx: gate2: Add locking in is_enabled op

Colin Ian King (1):
      clk: imx: remove redundant assignment to pointer np

Dong Aisheng (11):
      clk: imx: scu: add two cells binding support
      clk: imx: scu: bypass cpu power domains
      clk: imx: scu: allow scu clk to take device pointer
      clk: imx: scu: add runtime pm support
      clk: imx: scu: add suspend/resume support
      clk: imx: imx8qxp-lpcg: add parsing clocks from device tree
      clk: imx: lpcg: allow lpcg clk to take device pointer
      clk: imx: clk-imx8qxp-lpcg: add runtime pm support
      clk: imx: lpcg: add suspend/resume support
      clk: imx: scu: fix build break when compiled as modules
      clk: imx: scu: remove the calling of device_is_bound

Krzysztof Kozlowski (4):
      clk: imx8mm: drop of_match_ptr from of_device_id table
      clk: imx8mn: drop of_match_ptr from of_device_id table
      clk: imx8mp: drop of_match_ptr from of_device_id table
      clk: imx8mq: drop of_match_ptr from of_device_id table

Tom Rix (1):
      clk: imx: remove unneeded semicolon

Zou Wei (2):
      clk: imx: gate2: Remove unused variable ret
      clk: imx: scu: Make pd_np with static keyword

 drivers/clk/imx/clk-gate2.c        |  68 ++++++-----
 drivers/clk/imx/clk-imx8mm.c       |   2 +-
 drivers/clk/imx/clk-imx8mn.c       |   2 +-
 drivers/clk/imx/clk-imx8mp.c       |   4 +-
 drivers/clk/imx/clk-imx8mq.c       |   2 +-
 drivers/clk/imx/clk-imx8qxp-lpcg.c | 139 +++++++++++++++++++++++
 drivers/clk/imx/clk-imx8qxp.c      | 136 ++++++++++++----------
 drivers/clk/imx/clk-lpcg-scu.c     |  53 ++++++++-
 drivers/clk/imx/clk-pll14xx.c      |   2 +-
 drivers/clk/imx/clk-scu.c          | 227 ++++++++++++++++++++++++++++++++++++-
 drivers/clk/imx/clk-scu.h          |  56 +++++++--
 drivers/clk/imx/clk.h              |  27 ++---
 12 files changed, 582 insertions(+), 136 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] i.MX clock update for 5.11
  2020-12-01  9:39 [GIT PULL] i.MX clock update for 5.11 Shawn Guo
@ 2020-12-10 20:58 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2020-12-10 20:58 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Fabio Estevam, Stefan Agner, kernel, linux-imx, linux-clk,
	linux-arm-kernel

Quoting Shawn Guo (2020-12-01 01:39:22)
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.11
> 
> for you to fetch changes up to 43d2479687c93ed9b93774ef9b46b37de5b3efcc:
> 
>   clk: imx: scu: remove the calling of device_is_bound (2020-11-30 21:53:03 +0800)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-10 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01  9:39 [GIT PULL] i.MX clock update for 5.11 Shawn Guo
2020-12-10 20:58 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).