Re: [PATCH v2] mfd: lpc_ich: Assign subdevice ids automatically

2015-06-09 Thread Lee Jones
On Tue, 09 Jun 2015, Mika Westerberg wrote: > Using -1 as platform device id means that the platform driver core will not > assign any id to the device (the device name will not have id at all). This > results problems on systems that have multiple PCHs (Platform Controller > HUBs) because all of

[PATCH v2] mfd: lpc_ich: Assign subdevice ids automatically

2015-06-09 Thread Mika Westerberg
Using -1 as platform device id means that the platform driver core will not assign any id to the device (the device name will not have id at all). This results problems on systems that have multiple PCHs (Platform Controller HUBs) because all of them also include their own copy of LPC device. All