commit | b26803ebfba8d81e2e8fb392c1248df2ebd1ba83 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Feb 16 10:46:07 2016 +0000 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Sun Feb 21 19:44:38 2016 -0800 |
tree | 426d3015823bb16f790aa6e94fc08a0914480de2 | |
parent | 72360b91164aa35753942e5310ae1e1d16e28611 [diff] |
clk: sunxi: improve divider_clk error handling and reporting We now report a failing ioremap, failing output names parsing, failures in table registration and in the final step. Also there was a bug where clk_register_divider_table() would return an ERR_PTR value instead of NULL, which we were checking for. We now implement proper rollback in case of an error. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>