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:	Fri, 15 May 2015 13:04:03 -0400
From:	Hai Li <hali@...eaurora.org>
To:	dri-devel@...ts.freedesktop.org
Cc:	linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org,
	robdclark@...il.com, Hai Li <hali@...eaurora.org>
Subject: [PATCH 0/3] drm/msm/dsi: Add DSI PLL driver under common clock framework

DSI PLL driver can work with common clock framework and provide source of DSI
byte clock and pixel clock, as a clock provider.

Hai Li (3):
  drm/msm/dsi: Add DSI PLL clock driver support
  drm/msm/dsi: Enable PLL driver in MSM DSI
  drm/msm/dsi: Separate PHY to another platform device

 Documentation/devicetree/bindings/drm/msm/dsi.txt |  59 +-
 drivers/gpu/drm/msm/Kconfig                       |   7 +
 drivers/gpu/drm/msm/Makefile                      |   5 +
 drivers/gpu/drm/msm/dsi/dsi.c                     |  43 +-
 drivers/gpu/drm/msm/dsi/dsi.h                     |  61 +-
 drivers/gpu/drm/msm/dsi/dsi_host.c                |  83 ++-
 drivers/gpu/drm/msm/dsi/dsi_manager.c             |  79 ++-
 drivers/gpu/drm/msm/dsi/dsi_phy.c                 | 311 ++++++++++-
 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c             | 164 ++++++
 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h             |  89 +++
 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c        | 652 ++++++++++++++++++++++
 11 files changed, 1448 insertions(+), 105 deletions(-)
 create mode 100644 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c
 create mode 100644 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h
 create mode 100644 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

--
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