public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees
Date: Mon, 20 May 2019 13:44:56 -0400	[thread overview]
Message-ID: <20190520174456.GX22232@bill-the-cat> (raw)
In-Reply-To: <CAMty3ZDmKGUwMBOxM=_P9ANXQuYw-0i-fG4K+jYGtOvWmxRCOw@mail.gmail.com>

On Mon, May 20, 2019 at 10:58:26PM +0530, Jagan Teki wrote:
> On Fri, Apr 26, 2019 at 8:57 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
> >
> > On Mon, Apr 22, 2019 at 7:36 PM Tom Rini <trini@konsulko.com> wrote:
> > >
> > > On Fri, Apr 19, 2019 at 12:10:39PM +0530, Jagan Teki wrote:
> > > > Hi Angelo,
> > > >
> > > > On Thu, Mar 14, 2019 at 2:17 AM Angelo Dureghello <angelo@sysam.it> wrote:
> > > > >
> > > > > This patch adds a basic group of devicetrees, one for each
> > > > > cpu family, including actually just uart and dspi devices,
> > > > > since these are the drivers supporting devicetree (support
> > > > > added in this patch-set).
> > > > >
> > > > > Acked-by: Jagan Teki <jagan@amarulasolutions.com>
> > > > > Signed-off-by: Angelo Dureghello <angelo@sysam.it>
> > > > > ---
> > > >
> > > > Any chance to apply this series? I fine with spi dm conversion. merge
> > > > it asap, before MW.
> > > >
> > > > Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
> > >
> > > Yes, do you expect to have an m68k PR soon?  I think the series you've
> > > been working on is certainly stable enough to pull in and work on top of
> > > as needed, thanks!
> >
> > Yes it has spi changes dependency, would anyone is trying to pick?
> 
> Look like Angelo or anyone seems not responding on this thread, this
> would have spi dm conversion changes. I think I can pick this, Tom
> will that be OK?

I'll pick up the series, thanks.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190520/1034bf91/attachment.sig>

  reply	other threads:[~2019-05-20 17:44 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-13 20:46 [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees Angelo Dureghello
2019-03-13 20:46 ` [U-Boot] [PATCH v5 02/13] m68k: architecture changes to support fdt Angelo Dureghello
2019-05-26 10:49   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 03/13] m68k: add initial dts files for all m68k boards Angelo Dureghello
2019-05-26 10:49   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 04/13] m68k: enabling long jumps on mcf54x5 SoCs Angelo Dureghello
2019-05-26 10:49   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 05/13] configs: enable use of DT for all m68k boards Angelo Dureghello
2019-05-26 10:49   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 06/13] drivers: spi: cf_spi: add Kconfig option Angelo Dureghello
2019-05-26 10:49   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 07/13] drivers: spi: cf_spi: convert to driver model Angelo Dureghello
2019-05-26 10:50   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 08/13] configs: add DM_SPI config option Angelo Dureghello
2019-05-26 10:50   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 09/13] drivers: serial: mcfuart: add DT support Angelo Dureghello
2019-05-26 10:50   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 10/13] configs: remove CONFIG_SYS_DSPI_XX references Angelo Dureghello
2019-05-26 10:50   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 11/13] m68k: add OF control support to m68k Angelo Dureghello
2019-05-26 10:50   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 12/13] m68k: move dspi bus control functions into cf_spi.c driver Angelo Dureghello
2019-05-26 10:50   ` Tom Rini
2019-03-13 20:46 ` [U-Boot] [PATCH v5 13/13] m68k: add dspi chip-select support Angelo Dureghello
2019-05-26 10:50   ` Tom Rini
2019-04-19  6:40 ` [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees Jagan Teki
2019-04-22 14:06   ` Tom Rini
2019-04-26 15:27     ` Jagan Teki
2019-05-20 17:28       ` Jagan Teki
2019-05-20 17:44         ` Tom Rini [this message]
2019-05-26 10:49 ` Tom Rini

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=20190520174456.GX22232@bill-the-cat \
    --to=trini@konsulko.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