Re: [PATCH 1/3] include/linux/mfd/intel_soc_pmic.h: add new data structures

2016-06-16 Thread Lee Jones
On Thu, 16 Jun 2016, Lee Jones wrote: > On Sat, 11 Jun 2016, Bin Gao wrote: > > > This patch adds three new data structures: struct trip_config_map {}, > > struct thermal_irq_map {} and struct pmic_thermal_data {} which are > > required by some new drivers. > > > > Signed-off-by: ysiyer > > Sig

Re: [PATCH 1/3] include/linux/mfd/intel_soc_pmic.h: add new data structures

2016-06-16 Thread Lee Jones
On Sat, 11 Jun 2016, Bin Gao wrote: > This patch adds three new data structures: struct trip_config_map {}, > struct thermal_irq_map {} and struct pmic_thermal_data {} which are > required by some new drivers. > > Signed-off-by: ysiyer > Signed-off-by: Bin Gao > --- > include/linux/mfd/intel_s

[PATCH 1/3] include/linux/mfd/intel_soc_pmic.h: add new data structures

2016-06-11 Thread Bin Gao
This patch adds three new data structures: struct trip_config_map {}, struct thermal_irq_map {} and struct pmic_thermal_data {} which are required by some new drivers. Signed-off-by: ysiyer Signed-off-by: Bin Gao --- include/linux/mfd/intel_soc_pmic.h | 21 + 1 file changed,