[PATCH RESEND 07/13] power: reset: ltc2952: drop empty suspend/resume functions

2015-01-14 Thread Frans Klaver
Documentation/SubmittingDrivers suggests these be implemented even when they do nothing. On the other hand, the platform code calls these functions 'legacy'. Suspend and resume operations should go into a pm_ops structure, pointed at by the driver's pm field. This approach would lead to a lot of

[PATCH RESEND 07/13] power: reset: ltc2952: drop empty suspend/resume functions

2015-01-14 Thread Frans Klaver
Documentation/SubmittingDrivers suggests these be implemented even when they do nothing. On the other hand, the platform code calls these functions 'legacy'. Suspend and resume operations should go into a pm_ops structure, pointed at by the driver's pm field. This approach would lead to a lot of