mbox

[GIT,PULL] i.MX clock updates for 4.10

Message ID 20161115025711.GU3310@dragon
State New
Headers show

Pull-request

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

Message

Shawn Guo Nov. 15, 2016, 2:57 a.m. UTC
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 73cd5e53caba2425f5b73ad0950544d1168ad27b:

  clk: imx: clk-imx6ul: add clk support for imx6ull (2016-11-15 08:55:36 +0800)

----------------------------------------------------------------
i.MX clock updates for 4.10:
 - A patch series to fix the long standing issue with glitchy parent
   mux of ldb_di_clk, which can hang up LVDS display when ipu_di_clk
   is sourced from ldb_di_clk.
 - A patch to add imx6ull clock support on top of imx6ul clock driver.

----------------------------------------------------------------
Bai Ping (1):
      clk: imx: clk-imx6ul: add clk support for imx6ull

Fabio Estevam (1):
      clk: imx6: Fix procedure to switch the parent of LDB_DI_CLK

Philipp Zabel (2):
      clk: imx6: Mask mmdc_ch1 handshake for periph2_sel and mmdc_ch1_axi_podf
      clk: imx6: Make the LDB_DI0 and LDB_DI1 clocks read-only

 drivers/clk/imx/clk-imx6q.c              | 283 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 drivers/clk/imx/clk-imx6ul.c             |  72 ++++++++++++++++++++++++++++++++++-------
 drivers/clk/imx/clk.h                    |   8 +++++
 include/dt-bindings/clock/imx6ul-clock.h |  15 ++++++++-
 4 files changed, 356 insertions(+), 22 deletions(-)

Comments

Stephen Boyd Nov. 16, 2016, 7:17 p.m. UTC | #1
On 11/15, Shawn Guo wrote:
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-4.10
> 
> for you to fetch changes up to 73cd5e53caba2425f5b73ad0950544d1168ad27b:
> 
>   clk: imx: clk-imx6ul: add clk support for imx6ull (2016-11-15 08:55:36 +0800)

Thanks. Pulled into clk-next.