commit | 99cd1059759833f83cc7e442fe2c3b0bd4dff399 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Fri Oct 18 11:36:44 2019 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Nov 11 08:45:03 2019 +0000 |
tree | bd25ebfce335752b9cd80c4dfef49d757bd7a096 | |
parent | 2d4ba9173aecc7e69ae6b842564437b9209c7a71 [diff] |
mfd: cs5535-mfd: Register clients using their own dedicated MFD cell entries CS5535 is the only user of mfd_clone_cell(). It makes more sense to register child devices in the traditional way and remove the quite bespoke mfd_clone_cell() call from the MFD API. Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>