Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtc: m48t86: remove unused platform_data | H Hartley Sweeten | 2017-02-21 | 1 | -16/+0 |
| | | | | | | | | | | | All users of this driver have been updated to allow the driver to manage it's own resources and do the read/write operations internally. The m48t86_ops are no longer used. Remove the platform_data header and the support code in the driver. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> | ||||
* | rtc: m48t86: move m48t86.h to platform_data | Alexandre Belloni | 2016-06-27 | 1 | -0/+16 |
m48t86.h belongs to include/linux/platform_data/ Acked-by: Jason Cooper <jason@lakedaemon.net> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> Acked-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> |