summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-01-11 20:03:24 -0500
committerStephen Boyd <sboyd@codeaurora.org>2017-01-20 19:17:34 -0500
commit3e1aec4e2c415346df7d5429f7413837ddaaedd7 (patch)
tree719a35cec851d3d219d35332e7a1275ec06bc9f7 /MAINTAINERS
parent9044d87377b3edbd06468a93818f0609d640c238 (diff)
clk: vc5: Add support for IDT VersaClock 5P49V5923 and 5P49V5933
Add driver for IDT VersaClock 5 5P49V5923 and 5P49V5933 chips. These chips have two clock inputs, XTAL or CLK, which are muxed into single PLL/VCO input. In case of 5P49V5923, the XTAL in built into the chip while the 5P49V5923 requires external XTAL. The PLL feeds two fractional dividers. Each fractional divider feeds output mux, which allows selecting between clock from the fractional divider itself or from output mux on output N-1. In case of output mux 0, the output N-1 is instead connected to the output from the mux feeding the PLL. The driver thus far supports only the 5P49V5923 and 5P49V5933, while it should be easily extensible to the whole 5P49V59xx family of chips as they are all pretty similar. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Michael Turquette <mturquette@baylibre.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: linux-renesas-soc@vger.kernel.org Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cfff2c9e3d94..452df181e261 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6185,6 +6185,11 @@ S: Maintained
6185F: drivers/mfd/lpc_ich.c 6185F: drivers/mfd/lpc_ich.c
6186F: drivers/gpio/gpio-ich.c 6186F: drivers/gpio/gpio-ich.c
6187 6187
6188IDT VersaClock 5 CLOCK DRIVER
6189M: Marek Vasut <marek.vasut@gmail.com>
6190S: Maintained
6191F: drivers/clk/clk-versaclock5.c
6192
6188IDE SUBSYSTEM 6193IDE SUBSYSTEM
6189M: "David S. Miller" <davem@davemloft.net> 6194M: "David S. Miller" <davem@davemloft.net>
6190L: linux-ide@vger.kernel.org 6195L: linux-ide@vger.kernel.org