[PATCH 1/2] cpuidle: mvebu: clean up multiple platform drivers

2015-10-23 Thread Daniel Lezcano
From: Russell King There's no need to use multiple platform drivers, especially when we want to do something different in the probe, but we still use a common probe function. We can use the platform ID system to only register one platform driver, but have it match several devices, and give us

[PATCH 1/2] cpuidle: mvebu: clean up multiple platform drivers

2015-10-23 Thread Daniel Lezcano
From: Russell King There's no need to use multiple platform drivers, especially when we want to do something different in the probe, but we still use a common probe function. We can use the platform ID system to only register one platform driver, but have it match