All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip clock updates for 4.18
@ 2018-05-24 13:16 ` Heiko Stuebner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2018-05-24 13:16 UTC (permalink / raw)
  To: Stephen Boyd, mturquette, linux-clk, linux-rockchip

Hi Mike, Stephen,

please find below the pull request for 4.18 Rockchip clock updates.
As the tag describes this contains two cleanups for an open-coded
search and removing the old dt-based gate-clocks.

Please pull
Heiko


The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.18-rockchip-clk-1

for you to fetch changes up to 1d646229f28d2c413572905f03f71af33b903cc5:

  clk: rockchip: remove deprecated gate-clk code and dt-binding (2018-05-23 13:19:06 +0200)

----------------------------------------------------------------
Conversion to match_string helper of open-coded string comparison
and removal of the initial devicetree-based gate-clocks, which were
deprecated since 2014.

----------------------------------------------------------------
Heiko Stuebner (1):
      clk: rockchip: remove deprecated gate-clk code and dt-binding

Yisheng Xie (1):
      clk: rockchip: use match_string() helper

 .../devicetree/bindings/clock/rockchip.txt         | 77 -----------------
 drivers/clk/rockchip/Makefile                      |  1 -
 drivers/clk/rockchip/clk-rockchip.c                | 98 ----------------------
 drivers/clk/rockchip/clk.c                         | 16 ++--
 4 files changed, 5 insertions(+), 187 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip.txt
 delete mode 100644 drivers/clk/rockchip/clk-rockchip.c

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

* [GIT PULL] Rockchip clock updates for 4.18
@ 2018-05-24 13:16 ` Heiko Stuebner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2018-05-24 13:16 UTC (permalink / raw)
  To: Stephen Boyd, mturquette-rdvid1DuHRBWk0Htik3J/w,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Mike, Stephen,

please find below the pull request for 4.18 Rockchip clock updates.
As the tag describes this contains two cleanups for an open-coded
search and removing the old dt-based gate-clocks.

Please pull
Heiko


The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.18-rockchip-clk-1

for you to fetch changes up to 1d646229f28d2c413572905f03f71af33b903cc5:

  clk: rockchip: remove deprecated gate-clk code and dt-binding (2018-05-23 13:19:06 +0200)

----------------------------------------------------------------
Conversion to match_string helper of open-coded string comparison
and removal of the initial devicetree-based gate-clocks, which were
deprecated since 2014.

----------------------------------------------------------------
Heiko Stuebner (1):
      clk: rockchip: remove deprecated gate-clk code and dt-binding

Yisheng Xie (1):
      clk: rockchip: use match_string() helper

 .../devicetree/bindings/clock/rockchip.txt         | 77 -----------------
 drivers/clk/rockchip/Makefile                      |  1 -
 drivers/clk/rockchip/clk-rockchip.c                | 98 ----------------------
 drivers/clk/rockchip/clk.c                         | 16 ++--
 4 files changed, 5 insertions(+), 187 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/rockchip.txt
 delete mode 100644 drivers/clk/rockchip/clk-rockchip.c

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

* Re: [GIT PULL] Rockchip clock updates for 4.18
  2018-05-24 13:16 ` Heiko Stuebner
@ 2018-06-01 17:26   ` Stephen Boyd
  -1 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2018-06-01 17:26 UTC (permalink / raw)
  To: Heiko Stuebner, Stephen Boyd, linux-clk, linux-rockchip, mturquette

Quoting Heiko Stuebner (2018-05-24 06:16:06)
> Hi Mike, Stephen,
> =

> please find below the pull request for 4.18 Rockchip clock updates.
> As the tag describes this contains two cleanups for an open-coded
> search and removing the old dt-based gate-clocks.
> =


Thanks. Pulled into clk-next.

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

* Re: [GIT PULL] Rockchip clock updates for 4.18
@ 2018-06-01 17:26   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2018-06-01 17:26 UTC (permalink / raw)
  To: Heiko Stuebner, Stephen Boyd, linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	mturquette-rdvid1DuHRBWk0Htik3J/w

Quoting Heiko Stuebner (2018-05-24 06:16:06)
> Hi Mike, Stephen,
> 
> please find below the pull request for 4.18 Rockchip clock updates.
> As the tag describes this contains two cleanups for an open-coded
> search and removing the old dt-based gate-clocks.
> 

Thanks. Pulled into clk-next.

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

end of thread, other threads:[~2018-06-01 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 13:16 [GIT PULL] Rockchip clock updates for 4.18 Heiko Stuebner
2018-05-24 13:16 ` Heiko Stuebner
2018-06-01 17:26 ` Stephen Boyd
2018-06-01 17:26   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.