[PATCH 2/2] clockevents: migrate some drivers to new ->set_dev_mode()

2014-12-09 Thread Kevin Hilman
From: Viresh Kumar Clockevents core now supports ->set_dev_mode() (as a replacement to ->set_mode()), with capability to return error codes. This patch migrates few clockevent drivers to the new method to demonstrate how to convert to the new interface. Drivers are modified to return -ENOSYS wh

[PATCH 2/2] clockevents: migrate some drivers to new ->set_dev_mode()

2014-11-19 Thread Kevin Hilman
From: Viresh Kumar Clockevents core now supports ->set_dev_mode() (as a replacement to ->set_mode()), with capability to return error codes. This patch migrates few clockevent drivers to the new method to demonstrate how to convert to the new interface. Drivers are modified to return -ENOSYS wh

[PATCH 2/2] clockevents: migrate some drivers to new ->set_dev_mode()

2014-07-03 Thread Kevin Hilman
From: Viresh Kumar Clockevents core now supports ->set_dev_mode() (as a replacement to ->set_mode()), with capability to return error codes. This patch migrates few clockevent drivers to the new method to demonstrate how to convert to the new interface. Drivers are modified to return -ENOSYS wh