Re: [PATCH v1] device property: Get rid of union aliasing

2018-04-27 Thread Rafael J. Wysocki
On Thu, Apr 26, 2018 at 12:23 PM, Andy Shevchenko wrote: > The commit > > 318a19718261 ("device property: refactor built-in properties support") > > went way too far and brought a union aliasing. Partially revert it here > to get rid of union aliasing. > >

Re: [PATCH v1] device property: Get rid of union aliasing

2018-04-26 Thread Rafael J. Wysocki
On Thu, Apr 26, 2018 at 2:54 PM, Greg Kroah-Hartman wrote: > On Thu, Apr 26, 2018 at 01:23:56PM +0300, Andy Shevchenko wrote: >> The commit >> >> 318a19718261 ("device property: refactor built-in properties support") >> >> went way too far and brought a union

Re: [PATCH v1] device property: Get rid of union aliasing

2018-04-26 Thread Greg Kroah-Hartman
On Thu, Apr 26, 2018 at 01:23:56PM +0300, Andy Shevchenko wrote: > The commit > > 318a19718261 ("device property: refactor built-in properties support") > > went way too far and brought a union aliasing. Partially revert it here > to get rid of union aliasing. What is "union aliasing"? And

[PATCH v1] device property: Get rid of union aliasing

2018-04-26 Thread Andy Shevchenko
The commit 318a19718261 ("device property: refactor built-in properties support") went way too far and brought a union aliasing. Partially revert it here to get rid of union aliasing. Note, Apple properties support is still utilizing this trick. Signed-off-by: Andy Shevchenko