Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clockevents/drivers/clps711x: Migrate to new 'set-state' interface | Viresh Kumar | 2015-08-10 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | Migrate clps711x driver to the new 'set-state' interface provided by clockevents core, the earlier 'set-mode' interface is marked obsolete now. This also enables us to implement callbacks for new states of clockevent devices, for example: ONESHOT_STOPPED. We weren't doing anything in the ->set_mode() callback. So, this patch doesn't provide any set-state callbacks. Cc: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> | ||||
* | clocksource: clps711x: Add CLPS711X clocksource driver | Alexander Shiyan | 2014-07-23 | 1 | -0/+131 |
This adds the clocksource driver for Cirrus Logic CLPS711X series SoCs. Designed primarily for migration CLPS711X subarch for multiplatform & DT, for this as the "OF" and "non-OF" calls implemented. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> |