Re: [PATCH v1 05/10] thermal: tsens: Rename map field in order to add a second address map

2018-08-09 Thread Matthias Kaehlcke
On Thu, Aug 09, 2018 at 06:02:37PM +0530, Amit Kucheria wrote: > The TSENS driver currently only uses a limited set of registers from the TM > address space. So it was ok to map just that set of registers and call it > "map". > > We'd now like to map a second set: SROT registers to introduce new

Re: [PATCH v1 05/10] thermal: tsens: Rename map field in order to add a second address map

2018-08-09 Thread Matthias Kaehlcke
On Thu, Aug 09, 2018 at 06:02:37PM +0530, Amit Kucheria wrote: > The TSENS driver currently only uses a limited set of registers from the TM > address space. So it was ok to map just that set of registers and call it > "map". > > We'd now like to map a second set: SROT registers to introduce new

[PATCH v1 05/10] thermal: tsens: Rename map field in order to add a second address map

2018-08-09 Thread Amit Kucheria
The TSENS driver currently only uses a limited set of registers from the TM address space. So it was ok to map just that set of registers and call it "map". We'd now like to map a second set: SROT registers to introduce new functionality. Rename the "map" field to a more appropriate "tm_map".

[PATCH v1 05/10] thermal: tsens: Rename map field in order to add a second address map

2018-08-09 Thread Amit Kucheria
The TSENS driver currently only uses a limited set of registers from the TM address space. So it was ok to map just that set of registers and call it "map". We'd now like to map a second set: SROT registers to introduce new functionality. Rename the "map" field to a more appropriate "tm_map".