OMAPDSS: Add common PLL code
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 11:21:59 +0000 (14:21 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 12 Nov 2014 11:40:23 +0000 (13:40 +0200)
commit0a20170aa5ef1c4935663d88cbfc17b682326fc0
tree1058ec9c4816ab53c8f8b5683d3f50e57ab28668
parentf76b178a78e3aae0e88d88fb4113c3778ff4df70
OMAPDSS: Add common PLL code

OMAP DSS currently contains two different PLLs: DSI PLL (Type A PLL) and
HDMI PLL (Type B PLL). When DRA7 support is added, we will also support
Video PLLs (Type A).

The driver currently handles all PLLs totally separately. This patch
adds common DSS PLL code, which

a) lets us have common code for the PLLs
b) lets the users of the PLLs use a common API, instead of DSI API or
   HDMI API.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/Makefile
drivers/video/fbdev/omap2/dss/dss.h
drivers/video/fbdev/omap2/dss/pll.c [new file with mode: 0644]