Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1506214 > unrolled thread
| Started by | David Lechner <david@lechnology.com> |
|---|---|
| First post | 2016-10-21 20:40 +0200 |
| Last post | 2016-10-26 13:20 +0200 |
| Articles | 2 — 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 3/5] ARM: davinci: enable gpio poweroff in default config David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200
Re: [PATCH 3/5] ARM: davinci: enable gpio poweroff in default config Sekhar Nori <nsekhar@ti.com> - 2016-10-26 13:20 +0200
| From | David Lechner <david@lechnology.com> |
|---|---|
| Date | 2016-10-21 20:40 +0200 |
| Subject | [PATCH 3/5] ARM: davinci: enable gpio poweroff in default config |
| Message-ID | <suMTw-Zb-5@gated-at.bofh.it> |
The gpio-poweroff driver is needed by LEGO MINDSTORMS EV3 (AM1808 based board). Signed-off-by: David Lechner <david@lechnology.com> --- arch/arm/configs/davinci_all_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 9254609..9d7f0bc 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -117,6 +117,8 @@ CONFIG_SPI_DAVINCI=m CONFIG_PINCTRL_SINGLE=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_PCA953X=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_GPIO=y CONFIG_WATCHDOG=y CONFIG_DAVINCI_WATCHDOG=m CONFIG_MFD_DM355EVM_MSP=y -- 2.7.4
[toc] | [next] | [standalone]
| From | Sekhar Nori <nsekhar@ti.com> |
|---|---|
| Date | 2016-10-26 13:20 +0200 |
| Message-ID | <swupr-2Sj-15@gated-at.bofh.it> |
| In reply to | #1506214 |
On Saturday 22 October 2016 12:06 AM, David Lechner wrote: > The gpio-poweroff driver is needed by LEGO MINDSTORMS EV3 (AM1808 based > board). > > Signed-off-by: David Lechner <david@lechnology.com> For defconfig patches, we have been using the davinci_all_defconfig prefix (see git log --oneline arch/arm/configs/davinci_all_defconfig). Applied to v4.10/defconfig with subject line changed to: "ARM: davinci_all_defconfig: enable gpio poweroff driver" Thanks, Sekhar
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web