Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1418495 > unrolled thread
| Started by | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| First post | 2016-06-09 19:10 +0200 |
| Last post | 2016-06-09 20:50 +0200 |
| 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 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met Franklin S Cooper Jr <fcooper@ti.com> - 2016-06-09 19:10 +0200
Re: [PATCH 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-06-09 20:50 +0200
Re: [PATCH 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-06-09 20:50 +0200
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Date | 2016-06-09 19:10 +0200 |
| Subject | [PATCH 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met |
| Message-ID | <rIbCW-S9-21@gated-at.bofh.it> |
When dependencies are met enable OMAP GPMC by default. Later patches will prevent OMAP GPMC from being automatically selected by mach-omap2 Kconfig. Therefore, this will sure after that change the current behavior is still maintained when dependencies are met. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> --- drivers/memory/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 81ddb17..56a1c66 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -51,6 +51,7 @@ config TI_EMIF config OMAP_GPMC bool + default y select GPIOLIB help This driver is for the General Purpose Memory Controller (GPMC) -- 2.7.0
[toc] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2016-06-09 20:50 +0200 |
| Subject | Re: [PATCH 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met |
| Message-ID | <rIdbH-1L0-11@gated-at.bofh.it> |
| In reply to | #1418495 |
On Thu, 9 Jun 2016 20:45:03 +0200 Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > On Thu, 9 Jun 2016 12:02:56 -0500 > Franklin S Cooper Jr <fcooper@ti.com> wrote: > > > When dependencies are met enable OMAP GPMC by default. Later patches will > > prevent OMAP GPMC from being automatically selected by mach-omap2 Kconfig. > > Therefore, this will sure after that change the current behavior is still > > maintained when dependencies are met. > > > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> > > --- > > drivers/memory/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig > > index 81ddb17..56a1c66 100644 > > --- a/drivers/memory/Kconfig > > +++ b/drivers/memory/Kconfig > > @@ -51,6 +51,7 @@ config TI_EMIF > > > > config OMAP_GPMC > > bool > > + default y > > depends ARCH_OMAP2PLUS Actually, that was a question :). > > > select GPIOLIB > > help > > This driver is for the General Purpose Memory Controller (GPMC) > > > -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2016-06-09 20:50 +0200 |
| Subject | Re: [PATCH 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met |
| Message-ID | <rIdbH-1L0-13@gated-at.bofh.it> |
| In reply to | #1418495 |
On Thu, 9 Jun 2016 12:02:56 -0500 Franklin S Cooper Jr <fcooper@ti.com> wrote: > When dependencies are met enable OMAP GPMC by default. Later patches will > prevent OMAP GPMC from being automatically selected by mach-omap2 Kconfig. > Therefore, this will sure after that change the current behavior is still > maintained when dependencies are met. > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> > --- > drivers/memory/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig > index 81ddb17..56a1c66 100644 > --- a/drivers/memory/Kconfig > +++ b/drivers/memory/Kconfig > @@ -51,6 +51,7 @@ config TI_EMIF > > config OMAP_GPMC > bool > + default y depends ARCH_OMAP2PLUS > select GPIOLIB > help > This driver is for the General Purpose Memory Controller (GPMC) -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web