Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: Add devices for WM831x clocking module

With the new generic clk API that should appear at some point we should be
able to support the clocking sensibly in Linux.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Mark Brown and committed by
Samuel Ortiz
a5e06781 2f223341

+12
+12
drivers/mfd/wm831x-core.c
··· 732 732 .resources = wm831x_dcdc4_resources, 733 733 }, 734 734 { 735 + .name = "wm831x-clk", 736 + }, 737 + { 735 738 .name = "wm831x-epe", 736 739 .id = 1, 737 740 }, ··· 886 883 .resources = wm831x_dcdc4_resources, 887 884 }, 888 885 { 886 + .name = "wm831x-clk", 887 + }, 888 + { 889 889 .name = "wm831x-epe", 890 890 .id = 1, 891 891 }, ··· 1014 1008 .id = 4, 1015 1009 .num_resources = ARRAY_SIZE(wm831x_dcdc4_resources), 1016 1010 .resources = wm831x_dcdc4_resources, 1011 + }, 1012 + { 1013 + .name = "wm831x-clk", 1017 1014 }, 1018 1015 { 1019 1016 .name = "wm831x-epe", ··· 1168 1159 .id = 4, 1169 1160 .num_resources = ARRAY_SIZE(wm8320_dcdc4_buck_resources), 1170 1161 .resources = wm8320_dcdc4_buck_resources, 1162 + }, 1163 + { 1164 + .name = "wm831x-clk", 1171 1165 }, 1172 1166 { 1173 1167 .name = "wm831x-gpio",