Message ID | 1431444262-29531-2-git-send-email-linux.amoon@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
2015-05-13 0:24 GMT+09:00 Anand Moon <linux.amoon@gmail.com>: > Enable CONFIG_SENSORS_PWM_FAN on exynos_defconfig to control fan power on Odroidxu3. > > --- > Depends on http://www.spinics.net/lists/arm-kernel/msg412031.html > Tested on OdroidXU3 Board. > --- > > Signed-off-by: Anand Moon <linux.amoon@gmail.com> This is mixed up. Try it yourself: 1. Save the email as mbox. 2. Apply with "git am" to a vanilla tree. Do you see the Signed-off-by in commit? Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Krzysztof, Actually It's my mistake. This patch had double signed-off. So I removed one from the patch. Do I need to resend this. -Anand Moon On 13 May 2015 at 05:16, Krzysztof Kozlowski <k.kozlowski@samsung.com> wrote: > 2015-05-13 0:24 GMT+09:00 Anand Moon <linux.amoon@gmail.com>: >> Enable CONFIG_SENSORS_PWM_FAN on exynos_defconfig to control fan power on Odroidxu3. >> >> --- >> Depends on http://www.spinics.net/lists/arm-kernel/msg412031.html >> Tested on OdroidXU3 Board. >> --- >> >> Signed-off-by: Anand Moon <linux.amoon@gmail.com> > > This is mixed up. Try it yourself: > 1. Save the email as mbox. > 2. Apply with "git am" to a vanilla tree. > Do you see the Signed-off-by in commit? > > Best regards, > Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2015-05-13 10:47 GMT+09:00 Anand Moon <linux.amoon@gmail.com>: > Hi Krzysztof, > > Actually It's my mistake. This patch had double signed-off. So I > removed one from the patch. > Do I need to resend this. Yes, please resend all patches with proper commit message and signed off. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index d034c96..3c2784f 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -101,6 +101,7 @@ CONFIG_CHARGER_MAX77693=y CONFIG_CHARGER_TPS65090=y CONFIG_HWMON=y CONFIG_SENSORS_LM90=y +CONFIG_SENSORS_PWM_FAN=y CONFIG_CPU_FREQ=y CONFIG_CPU_THERMAL=y CONFIG_THERMAL=y
Enable CONFIG_SENSORS_PWM_FAN on exynos_defconfig to control fan power on Odroidxu3. --- Depends on http://www.spinics.net/lists/arm-kernel/msg412031.html Tested on OdroidXU3 Board. --- Signed-off-by: Anand Moon <linux.amoon@gmail.com> --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+)