public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] dfu: nand: Add missing dependency on CMD_MTDPARTS
Date: Mon, 12 Nov 2018 09:36:55 +0100	[thread overview]
Message-ID: <20181112093655.796de545@bbrezillon> (raw)
In-Reply-To: <CAMty3ZCBvdy6cOJ176eQiiSQLJchst0TJdg3QZhz7XoP7XxXfw@mail.gmail.com>

On Mon, 12 Nov 2018 12:41:15 +0530
Jagan Teki <jagan@amarulasolutions.com> wrote:

> On Mon, Nov 12, 2018 at 12:15 PM Boris Brezillon
> <boris.brezillon@bootlin.com> wrote:
> >
> > Hi Jagan,
> >
> > On Mon, 12 Nov 2018 10:13:40 +0530
> > Jagan Teki <jagan@amarulasolutions.com> wrote:
> >  
> > > On Sat, Nov 10, 2018 at 4:52 PM Boris Brezillon
> > > <boris.brezillon@bootlin.com> wrote:  
> > > >
> > > > dfu_fill_entity_nand() uses find_dev_and_part() and mtdparts_init()
> > > > which are provided by cmd/mtdparts.c.
> > > >
> > > > Add the dependency to avoid build failures when CMD_MTDPARTS is not
> > > > selected.
> > > >
> > > > Reported-by: Jagan Teki <jagan@amarulasolutions.com>
> > > > Fixes: 6828e602b722d ("dfu: Migrate to Kconfig")
> > > > Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
> > > > ---
> > > >  drivers/dfu/Kconfig | 1 +
> > > >  1 file changed, 1 insertion(+)  
> > >
> > > Squashed both patches into "cmd: ubi: Remove useless call to
> > > mtdparts_init()" patch.  
> >
> > Sorry to complain again, but I don't think this was the right thing to
> > do. Those 2 patches are unrelated to "cmd: ubi: Remove useless call to  
> > ->mtdparts_init()", it's just that this commit uncovers problems in the  
> > dependency definition of the DFU_NAND and MTD{PARTS,IDS}_DEFAULT
> > options.
> >
> > If you want to keep things bisectable, it would be preferable to
> > move those 2 commits before "cmd: ubi: Remove useless call to  
> > ->mtdparts_init()" (and rework the commit messages accordingly).  
> 
> I was concentrated to move this on the release, anyway please send the
> series again will push it during MW.

Is it too late to queue it for the current release (I see v2018.11 has
not been tagged yet)?

      reply	other threads:[~2018-11-12  8:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-10 11:22 [U-Boot] [PATCH 1/2] dfu: nand: Add missing dependency on CMD_MTDPARTS Boris Brezillon
2018-11-10 11:22 ` [U-Boot] [PATCH 2/2] mtd: Fix dependency of {MTDIDS, MTDPARTS}_DEFAULT Boris Brezillon
2018-11-12  4:43 ` [U-Boot] [PATCH 1/2] dfu: nand: Add missing dependency on CMD_MTDPARTS Jagan Teki
2018-11-12  6:45   ` Boris Brezillon
2018-11-12  7:11     ` Jagan Teki
2018-11-12  8:36       ` Boris Brezillon [this message]

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=20181112093655.796de545@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox