lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 05 Feb 2015 20:44:32 +0100
From:	Sylwester Nawrocki <s.nawrocki@...sung.com>
To:	Mike Turquette <mturquette@...aro.org>
Cc:	Tomasz Figa <tomasz.figa@...il.com>,
	Stephen Boyd <sboyd@...eaurora.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-samsung-soc <linux-samsung-soc@...r.kernel.org>
Subject: [GIT PULL] clk/samsung: clk support for Exynos 5433 SoC

Hi Mike,

This pull request includes driver for clock controller of the Exynos 
5433 SoC.  As the hardware is quite complex, with many peripherals and 
corresponding clock management units the driver is rather huge.  I guess 
it will require a bit more cleanups than last time to balance lines 
introduced in this patch set... Please review and pull if it looks OK.

The following changes since commit e64fb42da4c6c713cfc7cad607e97e0773fa41ff:

  clk: samsung: exynos4: Add divider clock id for memory bus frequency 
(2015-01-28 15:51:17 +0100)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git tags/v3.20-exynos5433-clk

for you to fetch changes up to b2f0e5f28e0686c0d5db238357a2e32555e97633:

  clk: samsung: exynos5433: Move CLK_SCLK_HDMI_SPDIF_DISP clock to CMU_TOP 
domain (2015-02-05 19:31:09 +0100)

----------------------------------------------------------------
Clock controller driver for Exynos 5433 SoC.

----------------------------------------------------------------
Chanwoo Choi (22):
      clk: samsung: exynos5433: Add binding document for Exynos5433 clock domains
      clk: samsung: exynos5433: Add clocks using common clock framework
      clk: samsung: exynos5433: Add MUX clocks of CMU_TOP domain
      clk: samsung: exynos5433: Add clocks for CMU_PERIC domain
      clk: samsung: exynos5433: Add clocks for CMU_PERIS domain
      clk: samsung: exynos5433: Add clocks for CMU_G2D domain
      clk: samsung: exynos5433: Add clocks for CMU_MIF domain
      clk: samsung: exynos5433: Add clocks for CMU_DISP domain
      clk: samsung: exynos5433: Add clocks for CMU_AUD domain
      clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domains
      clk: samsung: exynos5433: Add missing clocks for CMU_FSYS domain
      clk: samsung: exynos5433: Add clocks for CMU_G3D domain
      clk: samsung: exynos5433: Add clocks for CMU_GSCL domain
      clk: samsung: exynos5433: Add clocks for CMU_APOLLO domain
      clk: samsung: exynos5433: Add clocks for CMU_ATLAS domain
      clk: samsung: exynos5433: Add clocks for CMU_MSCL domain
      clk: samsung: exynos5433: Add clocks for CMU_MFC domain
      clk: samsung: exynos5433: Add clocks for CMU_HEVC domain
      clk: samsung: exynos5433: Add clocks for CMU_ISP domain
      clk: samsung: exynos5433: Add clocks for CMU_CAM0 domain
      clk: samsung: exynos5433: Add clocks for CMU_CAM1 domain
      clk: samsung: exynos5433: Move CLK_SCLK_HDMI_SPDIF_DISP clock to CMU_TOP domain

Inha Song (1):
      clk: samsung: Add CLKOUT driver support for Exynos5433 SoC

 .../devicetree/bindings/clock/exynos5433-clock.txt |  462 ++
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos-clkout.c            |    2 +
 drivers/clk/samsung/clk-exynos5433.c               | 5423 ++++++++++++++++++++
 include/dt-bindings/clock/exynos5433.h             | 1403 +++++
 5 files changed, 7291 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/exynos5433-clock.txt
 create mode 100644 drivers/clk/samsung/clk-exynos5433.c
 create mode 100644 include/dt-bindings/clock/exynos5433.h

-- 
Regards
Sylwester
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ