Re: [PATCH v2 02/25] mfd: axp20x: correct name of temperature data ADC registers

2017-02-08 Thread Lee Jones
On Fri, 27 Jan 2017, Quentin Schulz wrote: > The registers 0x56 and 0x57 of AXP22X PMIC store the value of the > internal temperature of the PMIC. > > This patch modifies the name of these registers from AXP22X_PMIC_ADC_H/L > to AXP22X_PMIC_TEMP_H/L so their purpose is clearer. > >

Re: [PATCH v2 02/25] mfd: axp20x: correct name of temperature data ADC registers

2017-02-08 Thread Lee Jones
On Fri, 27 Jan 2017, Quentin Schulz wrote: > The registers 0x56 and 0x57 of AXP22X PMIC store the value of the > internal temperature of the PMIC. > > This patch modifies the name of these registers from AXP22X_PMIC_ADC_H/L > to AXP22X_PMIC_TEMP_H/L so their purpose is clearer. > >

Re: [PATCH v2 02/25] mfd: axp20x: correct name of temperature data ADC registers

2017-01-27 Thread Chen-Yu Tsai
On Fri, Jan 27, 2017 at 4:54 PM, Quentin Schulz wrote: > The registers 0x56 and 0x57 of AXP22X PMIC store the value of the > internal temperature of the PMIC. > > This patch modifies the name of these registers from AXP22X_PMIC_ADC_H/L > to AXP22X_PMIC_TEMP_H/L

Re: [PATCH v2 02/25] mfd: axp20x: correct name of temperature data ADC registers

2017-01-27 Thread Chen-Yu Tsai
On Fri, Jan 27, 2017 at 4:54 PM, Quentin Schulz wrote: > The registers 0x56 and 0x57 of AXP22X PMIC store the value of the > internal temperature of the PMIC. > > This patch modifies the name of these registers from AXP22X_PMIC_ADC_H/L > to AXP22X_PMIC_TEMP_H/L so their purpose is clearer. > >

[PATCH v2 02/25] mfd: axp20x: correct name of temperature data ADC registers

2017-01-27 Thread Quentin Schulz
The registers 0x56 and 0x57 of AXP22X PMIC store the value of the internal temperature of the PMIC. This patch modifies the name of these registers from AXP22X_PMIC_ADC_H/L to AXP22X_PMIC_TEMP_H/L so their purpose is clearer. Signed-off-by: Quentin Schulz ---

[PATCH v2 02/25] mfd: axp20x: correct name of temperature data ADC registers

2017-01-27 Thread Quentin Schulz
The registers 0x56 and 0x57 of AXP22X PMIC store the value of the internal temperature of the PMIC. This patch modifies the name of these registers from AXP22X_PMIC_ADC_H/L to AXP22X_PMIC_TEMP_H/L so their purpose is clearer. Signed-off-by: Quentin Schulz --- added in v2 drivers/mfd/axp20x.c