Re: [PATCH] video: offb: Pass actual name in offb_init_palette_hacks

2019-01-07 Thread Rob Herring
On Wed, Jan 2, 2019 at 2:03 PM Mathieu Malaterre wrote: > > Bartlomiej, > > Do you need an Acked-by from Rob, or can you take it in the next round > of fixes for v4.20 ? Sorry, I missed this. > > Just to repeat myself, previous code would call > offb_init_palette_hacks(), which in turn would

Re: [PATCH] video: offb: Pass actual name in offb_init_palette_hacks

2019-01-03 Thread Mathieu Malaterre
Bartlomiej, Do you need an Acked-by from Rob, or can you take it in the next round of fixes for v4.20 ? Just to repeat myself, previous code would call offb_init_palette_hacks(), which in turn would do: if (dp && !strncmp(name, "ATY,Rage128", 11)) { with name=NULL. Thanks On Thu, Dec

Re: [PATCH] video: offb: Pass actual name in offb_init_palette_hacks

2018-12-23 Thread Mathieu Malaterre
Patch is far from perfect but was tested also by: Elimar Riesebieter riese...@lxtec.de Le jeu. 20 déc. 2018 17:10, Mathieu Malaterre a écrit : > Rob, any comment ? > > On Fri, Dec 7, 2018 at 1:59 PM Mathieu Malaterre wrote: > > > > This is a partial revert of commit 5c63e407aaab ("fbdev:

Re: [PATCH] video: offb: Pass actual name in offb_init_palette_hacks

2018-12-21 Thread Mathieu Malaterre
Rob, any comment ? On Fri, Dec 7, 2018 at 1:59 PM Mathieu Malaterre wrote: > > This is a partial revert of commit 5c63e407aaab ("fbdev: Convert to > using %pOFn instead of device_node.name"). This is the minimal work to > get a Mac Mini G4 back to a bootable state. The function >

[PATCH] video: offb: Pass actual name in offb_init_palette_hacks

2018-12-10 Thread Mathieu Malaterre
This is a partial revert of commit 5c63e407aaab ("fbdev: Convert to using %pOFn instead of device_node.name"). This is the minimal work to get a Mac Mini G4 back to a bootable state. The function offb_init_palette_hacks would need to handle the case where `name` has been set to NULL. Cc: Rob