[PATCH 0/6] mfd: fix platform-device id collisions

2014-09-26 Thread Johan Hovold
Hot-pluggable multi-function devices should always be registered with PLATFORM_DEVID_AUTO to avoid name collisions on the platform bus. This series fix the two mfd drivers that currently fail to get this right, and also adds a new helper function to assist any future driver authors. Included is

[PATCH 0/6] mfd: fix platform-device id collisions

2014-09-26 Thread Johan Hovold
Hot-pluggable multi-function devices should always be registered with PLATFORM_DEVID_AUTO to avoid name collisions on the platform bus. This series fix the two mfd drivers that currently fail to get this right, and also adds a new helper function to assist any future driver authors. Included is