[PATCH] thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_THERMAL

2016-08-21 Thread Kuninori Morimoto
From: Bui Duc Phuc devm_thermal_zone_of_sensor_register() case doesn't need to call thermal_zone_device_unregister(). Otherwise, rcar-thermal can't register thermal zone again after rebind. This patch fixes it. Signed-off-by: Bui Duc Phuc

Re: [PATCH 1/2] ARM: shmobile: r8a7790: only use smp_init when SMP is selected

2016-08-21 Thread Wolfram Sang
Hi Simon, > > We use the helper function which populates the smp_init pointer only in > > case of SMP. > > > > Signed-off-by: Wolfram Sang > > could you describe the motivation for this change in the changelog? I am not sure what that could be. For me, it is