Re: [PATCH 4/5] i8042: Prepare i8042 driver for DT support

2015-02-03 Thread Dmitry Torokhov
On Tue, Feb 03, 2015 at 12:48:49AM +0300, Roman Volkov wrote: Use platform_device_probe() instead of platform_create_bundle() when compiled with DT support, since the latter function is not suitable for handling the OF device tree. The order of initialization is changed, since

[PATCH 4/5] i8042: Prepare i8042 driver for DT support

2015-02-02 Thread Roman Volkov
Use platform_device_probe() instead of platform_create_bundle() when compiled with DT support, since the latter function is not suitable for handling the OF device tree. The order of initialization is changed, since i8042_platform_init() for DT requires initialized platform_device structure. To