All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] ARM: shmobile: enable CONFIG_DEVTMPFS in defconfig
@ 2014-01-30  0:55 Kuninori Morimoto
  2014-01-30  8:05 ` Geert Uytterhoeven
  2014-01-31  0:13 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2014-01-30  0:55 UTC (permalink / raw)
  To: linux-sh


Hi Simon

These patches enable DEVTMPFS for all Renesas board
on defconfig

Kuninori Morimoto (10):
      ARM: shmobile: marzen: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: mackerel: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: lager: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: kzm9g: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: kzm9d: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: koelsch: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: genmai: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: bockw: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: armadillo: enable CONFIG_DEVTMPFS in defconfig
      ARM: shmobile: ape6evm: enable CONFIG_DEVTMPFS in defconfig

 arch/arm/configs/ape6evm_defconfig         |    2 ++
 arch/arm/configs/armadillo800eva_defconfig |    2 ++
 arch/arm/configs/bockw_defconfig           |    2 ++
 arch/arm/configs/genmai_defconfig          |    2 ++
 arch/arm/configs/koelsch_defconfig         |    2 ++
 arch/arm/configs/kzm9d_defconfig           |    2 ++
 arch/arm/configs/kzm9g_defconfig           |    2 ++
 arch/arm/configs/lager_defconfig           |    2 ++
 arch/arm/configs/mackerel_defconfig        |    2 ++
 arch/arm/configs/marzen_defconfig          |    2 ++
 10 files changed, 20 insertions(+)

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/10] ARM: shmobile: enable CONFIG_DEVTMPFS in defconfig
  2014-01-30  0:55 [PATCH 0/10] ARM: shmobile: enable CONFIG_DEVTMPFS in defconfig Kuninori Morimoto
@ 2014-01-30  8:05 ` Geert Uytterhoeven
  2014-01-31  0:13 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-01-30  8:05 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 30, 2014 at 1:55 AM, Kuninori Morimoto
<kuninori.morimoto.gx@gmail.com> wrote:
> These patches enable DEVTMPFS for all Renesas board
> on defconfig
>
> Kuninori Morimoto (10):
>       ARM: shmobile: marzen: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: mackerel: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: lager: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: kzm9g: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: kzm9d: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: koelsch: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: genmai: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: bockw: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: armadillo: enable CONFIG_DEVTMPFS in defconfig
>       ARM: shmobile: ape6evm: enable CONFIG_DEVTMPFS in defconfig

For all above but koelsch, where it's already set:
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/10] ARM: shmobile: enable CONFIG_DEVTMPFS in defconfig
  2014-01-30  0:55 [PATCH 0/10] ARM: shmobile: enable CONFIG_DEVTMPFS in defconfig Kuninori Morimoto
  2014-01-30  8:05 ` Geert Uytterhoeven
@ 2014-01-31  0:13 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-01-31  0:13 UTC (permalink / raw)
  To: linux-sh

Thanks.

I have queued up this series, skipping one patch and slightly modifying
two others as noted below. Details are in replies to the specific patches.

On Thu, Jan 30, 2014 at 09:05:10AM +0100, Geert Uytterhoeven wrote:
> On Thu, Jan 30, 2014 at 1:55 AM, Kuninori Morimoto
> <kuninori.morimoto.gx@gmail.com> wrote:
> > These patches enable DEVTMPFS for all Renesas board
> > on defconfig
> >
> > Kuninori Morimoto (10):
> >       ARM: shmobile: marzen: enable CONFIG_DEVTMPFS in defconfig
> >       ARM: shmobile: mackerel: enable CONFIG_DEVTMPFS in defconfig
> >       ARM: shmobile: lager: enable CONFIG_DEVTMPFS in defconfig

I resolved a minor conflict and queued up this lager patch.

> >       ARM: shmobile: kzm9g: enable CONFIG_DEVTMPFS in defconfig
> >       ARM: shmobile: kzm9d: enable CONFIG_DEVTMPFS in defconfig
> >       ARM: shmobile: koelsch: enable CONFIG_DEVTMPFS in defconfig

This koelsch change is the same as one by Geert that I have already queued up,
I have skipped it.

> >       ARM: shmobile: genmai: enable CONFIG_DEVTMPFS in defconfig
> >       ARM: shmobile: bockw: enable CONFIG_DEVTMPFS in defconfig

I updated the changelog to include the subject of the reverted patch
and queued up this bockw patch.

> >       ARM: shmobile: armadillo: enable CONFIG_DEVTMPFS in defconfig
> >       ARM: shmobile: ape6evm: enable CONFIG_DEVTMPFS in defconfig
> 
> For all above but koelsch, where it's already set:
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-31  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30  0:55 [PATCH 0/10] ARM: shmobile: enable CONFIG_DEVTMPFS in defconfig Kuninori Morimoto
2014-01-30  8:05 ` Geert Uytterhoeven
2014-01-31  0:13 ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.