[PATCH 2/2] thermal: imx_tmu: Move architecture code into driver

2023-05-21 Thread sbabic
> Stop polluting the architecture directory with driver specific code, > move it into driver where it should be. Split the code slightly so > the MX8MM/MX8MN fuse readout and programming and MX8MP fuse readout > and programming are in their separate functions, and called in case > of matching SoC.

Re: [PATCH 2/2] thermal: imx_tmu: Move architecture code into driver

2023-04-05 Thread Andrejs Cainikovs
> > Stop polluting the architecture directory with driver specific code, > > move it into driver where it should be. Split the code slightly so > > the MX8MM/MX8MN fuse readout and programming and MX8MP fuse readout > > and programming are in their separate functions, and called in case > > of matc

Re: [PATCH 2/2] thermal: imx_tmu: Move architecture code into driver

2023-04-04 Thread Fabio Estevam
On Tue, Apr 4, 2023 at 4:25 PM Marek Vasut wrote: > > Stop polluting the architecture directory with driver specific code, > move it into driver where it should be. Split the code slightly so > the MX8MM/MX8MN fuse readout and programming and MX8MP fuse readout > and programming are in their separ

[PATCH 2/2] thermal: imx_tmu: Move architecture code into driver

2023-04-04 Thread Marek Vasut
Stop polluting the architecture directory with driver specific code, move it into driver where it should be. Split the code slightly so the MX8MM/MX8MN fuse readout and programming and MX8MP fuse readout and programming are in their separate functions, and called in case of matching SoC. Signed-of