Re: [PATCH 2/2] backlight: sky81452: Privatize platform data

2020-07-01 Thread Lee Jones
On Fri, 26 Jun 2020, Linus Walleij wrote: > The only way the platform data for the SKY81452 ever gets populated > is through the device tree. > > The MFD device is bothered with this for no reason at all. Just > allocate the platform data in the driver and be happy. > > Cc: Gyungoh Yoo > Signed

Re: [PATCH 2/2] backlight: sky81452: Privatize platform data

2020-06-29 Thread Daniel Thompson
On Fri, Jun 26, 2020 at 10:37:42PM +0200, Linus Walleij wrote: > The only way the platform data for the SKY81452 ever gets populated > is through the device tree. > > The MFD device is bothered with this for no reason at all. Just > allocate the platform data in the driver and be happy. > > Cc: G