Re: [PATCH v3.1 4/4] of/platform: Use platform_device interface

2015-05-26 Thread Ricardo Ribalda Delgado
Hello Greg Sorry for the mess. I did not want to spam the mailing list too much. Repacking and resending. Thanks! On Sun, May 24, 2015 at 9:29 PM, Greg Kroah-Hartman wrote: > On Fri, May 15, 2015 at 01:52:10PM +0200, Ricardo Ribalda Delgado wrote: >> of_platform_device_create_pdata() was using

Re: [PATCH v3.1 4/4] of/platform: Use platform_device interface

2015-05-24 Thread Greg Kroah-Hartman
On Fri, May 15, 2015 at 01:52:10PM +0200, Ricardo Ribalda Delgado wrote: > of_platform_device_create_pdata() was using of_device_add() to create > the devices, but of_platform_device_destroy was using > platform_device_unregister() to free them. > > of_device_add(), do not call insert_resource(),

[PATCH v3.1 4/4] of/platform: Use platform_device interface

2015-05-15 Thread Ricardo Ribalda Delgado
of_platform_device_create_pdata() was using of_device_add() to create the devices, but of_platform_device_destroy was using platform_device_unregister() to free them. of_device_add(), do not call insert_resource(), which initializes the parent field of the resource structure, needed by release_res