All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Jacopo Mondi <jacopo@jmondi.org>
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux-sh list <linux-sh@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/9] sh: defconfig: migor: Update defconfig
Date: Wed, 04 Jul 2018 11:54:45 +0000	[thread overview]
Message-ID: <CAMuHMdUtUEUsJ=fCmu_e6BtM=wrxVTMVe-QEp-rWK=NPVmTeZQ@mail.gmail.com> (raw)
In-Reply-To: <20180704115208.GE4463@w540>

Hi Jacopo,

On Wed, Jul 4, 2018 at 1:52 PM jacopo mondi <jacopo@jmondi.org> wrote:
> On Wed, Jul 04, 2018 at 01:08:59PM +0200, Geert Uytterhoeven wrote:
> > On Wed, Jul 4, 2018 at 12:23 PM Jacopo Mondi <jacopo+renesas@jmondi.org> wrote:
> > > Update defconfig to Linux v4.18-rc2.
> > >
> > > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> >
> > Thanks for your patch!
> >
> > > ---
> > > The updated config file generated by:
> > >
> > > make ARCH=sh migor_defconfig
> > > make ARCH=sh menuconfig
> >
> > Which changes have you made here?
>
> mmm, I haven't made any explicit change, I just used the defconfig for
> each board, run 'make menuconfig; make savedefconfig' that for my
> understanding removes the obsolated options and defaults the newly
> introduced ones.

IC. In that case "make migor_defconfig; make savedefconfig" is sufficient,
and there was no need to run menuconfig ;-)

> The only changes I have introduced are the enablement of the new CEU
> driver and the associated sensor/video decoder drivers.

OK, that's done in a subsequent patch.

> > It's a good idea to always list the net changes induced by your defconfig patch.
> >
> > > make ARCH=sh savedefconfig
> > > cp defconfig arch/sh/configs/migor_defconfig

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

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Jacopo Mondi <jacopo@jmondi.org>
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux-sh list <linux-sh@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/9] sh: defconfig: migor: Update defconfig
Date: Wed, 4 Jul 2018 13:54:45 +0200	[thread overview]
Message-ID: <CAMuHMdUtUEUsJ=fCmu_e6BtM=wrxVTMVe-QEp-rWK=NPVmTeZQ@mail.gmail.com> (raw)
In-Reply-To: <20180704115208.GE4463@w540>

Hi Jacopo,

On Wed, Jul 4, 2018 at 1:52 PM jacopo mondi <jacopo@jmondi.org> wrote:
> On Wed, Jul 04, 2018 at 01:08:59PM +0200, Geert Uytterhoeven wrote:
> > On Wed, Jul 4, 2018 at 12:23 PM Jacopo Mondi <jacopo+renesas@jmondi.org> wrote:
> > > Update defconfig to Linux v4.18-rc2.
> > >
> > > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> >
> > Thanks for your patch!
> >
> > > ---
> > > The updated config file generated by:
> > >
> > > make ARCH=sh migor_defconfig
> > > make ARCH=sh menuconfig
> >
> > Which changes have you made here?
>
> mmm, I haven't made any explicit change, I just used the defconfig for
> each board, run 'make menuconfig; make savedefconfig' that for my
> understanding removes the obsolated options and defaults the newly
> introduced ones.

IC. In that case "make migor_defconfig; make savedefconfig" is sufficient,
and there was no need to run menuconfig ;-)

> The only changes I have introduced are the enablement of the new CEU
> driver and the associated sensor/video decoder drivers.

OK, that's done in a subsequent patch.

> > It's a good idea to always list the net changes induced by your defconfig patch.
> >
> > > make ARCH=sh savedefconfig
> > > cp defconfig arch/sh/configs/migor_defconfig

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

  reply	other threads:[~2018-07-04 11:54 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04 10:15 [PATCH 0/9] sh: Remove soc_camera from defconfigs Jacopo Mondi
2018-07-04 10:15 ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 1/9] sh: defconfig: migor: Update defconfig Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 11:08   ` Geert Uytterhoeven
2018-07-04 11:08     ` Geert Uytterhoeven
2018-07-04 11:52     ` jacopo mondi
2018-07-04 11:52       ` jacopo mondi
2018-07-04 11:54       ` Geert Uytterhoeven [this message]
2018-07-04 11:54         ` Geert Uytterhoeven
2018-07-24 21:49   ` Mauro Carvalho Chehab
2018-07-24 21:49     ` Mauro Carvalho Chehab
2018-08-13 14:20     ` jacopo mondi
2018-08-13 14:20       ` jacopo mondi
2018-07-04 10:15 ` [PATCH 2/9] sh: defconfig: migor: Enable CEU and sensor drivers Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 3/9] sh: defconfig: ecovec: Update defconfig Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 4/9] sh: defconfig: ecovec: Enable CEU and video drivers Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 5/9] sh: defconfig: se7724: Update defconfig Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 6/9] sh: defconfig: se7724: Enable CEU and sensor driver Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 7/9] sh: defconfig: ap325rxa: Update defconfig Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 8/9] sh: defconfig: ap325rxa: Enable CEU and sensor driver Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 9/9] sh: migor: Remove stale soc_camera include Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMuHMdUtUEUsJ=fCmu_e6BtM=wrxVTMVe-QEp-rWK=NPVmTeZQ@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=dalias@libc.org \
    --cc=hverkuil@xs4all.nl \
    --cc=jacopo+renesas@jmondi.org \
    --cc=jacopo@jmondi.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.