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

2015-06-09 Thread Lee Jones
On Fri, 08 May 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

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

2015-06-08 Thread Mika Westerberg
Ping on this. On Fri, May 08, 2015 at 02:31:30PM +0300, 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

[PATCH] mfd: lpc_ich: Assign subdevice ids automatically

2015-05-08 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