Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1313388 > unrolled thread
| Started by | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| First post | 2016-01-20 18:20 +0100 |
| Last post | 2016-01-21 16:20 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 7/8] ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol Javier Martinez Canillas <javier@osg.samsung.com> - 2016-01-20 18:20 +0100
Re: [PATCH 7/8] ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-21 03:00 +0100
Re: [PATCH 7/8] ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol Javier Martinez Canillas <javier@osg.samsung.com> - 2016-01-21 16:20 +0100
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-01-20 18:20 +0100 |
| Subject | [PATCH 7/8] ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol |
| Message-ID | <qT4Ai-1fm-21@gated-at.bofh.it> |
The driver has been removed so the Kconfig symbol is not valid anymore. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> --- arch/arm/configs/exynos_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 24dcd2bb1215..cdbe6dbc6e75 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -193,7 +193,6 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_MAX8997=y CONFIG_RTC_DRV_MAX77686=y -CONFIG_RTC_DRV_MAX77802=y CONFIG_RTC_DRV_S5M=y CONFIG_RTC_DRV_S3C=y CONFIG_DMADEVICES=y -- 2.5.0
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-01-21 03:00 +0100 |
| Subject | Re: [PATCH 7/8] ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol |
| Message-ID | <qTcHw-6wi-3@gated-at.bofh.it> |
| In reply to | #1313388 |
On 21.01.2016 02:14, Javier Martinez Canillas wrote: > The driver has been removed so the Kconfig symbol is not valid anymore. > > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > --- > > arch/arm/configs/exynos_defconfig | 1 - > 1 file changed, 1 deletion(-) The patch should go after merging rtc-max77802 into rtc-max77686 to preserve bisectability on defconfig. Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof
[toc] | [prev] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-01-21 16:20 +0100 |
| Subject | Re: [PATCH 7/8] ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol |
| Message-ID | <qTpbI-72a-17@gated-at.bofh.it> |
| In reply to | #1313810 |
Hello Krzysztof, On 01/20/2016 10:58 PM, Krzysztof Kozlowski wrote: > On 21.01.2016 02:14, Javier Martinez Canillas wrote: >> The driver has been removed so the Kconfig symbol is not valid anymore. >> >> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> >> --- >> >> arch/arm/configs/exynos_defconfig | 1 - >> 1 file changed, 1 deletion(-) > > The patch should go after merging rtc-max77802 into rtc-max77686 to > preserve bisectability on defconfig. > That's correct, same for 8/8. > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > Thanks. > Best regards, > Krzysztof > Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web