Re: [Freedreno] [PATCH v2] drm/msm: Use nvmem_cell_read_variable_le_u32() to read speed bin

2021-05-21 Thread Stephen Boyd
Quoting Doug Anderson (2021-05-21 15:35:33) > Hi, > > On Fri, May 21, 2021 at 3:02 PM Stephen Boyd wrote: > > > > Quoting Douglas Anderson (2021-05-21 13:45:50) > > > Let's use the newly-added nvmem_cell_read_variable_le_u32() to future > > > proof ourselves a little bit. > > > > > >

Re: [Freedreno] [PATCH v2] drm/msm: Use nvmem_cell_read_variable_le_u32() to read speed bin

2021-05-21 Thread Doug Anderson
Hi, On Fri, May 21, 2021 at 3:02 PM Stephen Boyd wrote: > > Quoting Douglas Anderson (2021-05-21 13:45:50) > > Let's use the newly-added nvmem_cell_read_variable_le_u32() to future > > proof ourselves a little bit. > > > > Signed-off-by: Douglas Anderson > > --- > > The patch that this depends

Re: [Freedreno] [PATCH v2] drm/msm: Use nvmem_cell_read_variable_le_u32() to read speed bin

2021-05-21 Thread Stephen Boyd
Quoting Douglas Anderson (2021-05-21 13:45:50) > Let's use the newly-added nvmem_cell_read_variable_le_u32() to future > proof ourselves a little bit. > > Signed-off-by: Douglas Anderson > --- > The patch that this depends on is now in mainline so it can be merged > at will. I'm just sending this

[Freedreno] [PATCH v2] drm/msm: Use nvmem_cell_read_variable_le_u32() to read speed bin

2021-05-21 Thread Douglas Anderson
Let's use the newly-added nvmem_cell_read_variable_le_u32() to future proof ourselves a little bit. Signed-off-by: Douglas Anderson --- The patch that this depends on is now in mainline so it can be merged at will. I'm just sending this as a singleton patch to make it obvious that there are no