Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-20 | clk: si570: Fix email address specifiction | Michal Simek | 1 | -1/+1 | |
Just fix missing ">" in the email. Signed-off-by: Michal Simek <michal.simek@xilinx.com> | |||||
2013-12-23 | clk: si570: Remove redundant of_match_ptr helper | Sachin Kamat | 1 | -1/+1 | |
'clk_si570_of_match' is always compiled in. Hence the helper macro is not needed. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org> | |||||
2013-12-15 | clk: si570: Add a driver for SI570 oscillators | Soren Brinkmann | 1 | -0/+531 | |
Add a driver for SILabs 570, 571, 598, 599 programmable oscillators. The devices generate low-jitter clock signals and are reprogrammable via an I2C interface. Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Mike Turquette <mturquette@linaro.org> |