All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 00/18] spi: mpc8xxx: DM conversion
Date: Thu, 26 Apr 2018 08:23:12 +0000	[thread overview]
Message-ID: <653b377529fa79784ece8e29725eb7dc3aaa64b1.camel@infinera.com> (raw)
In-Reply-To: <CAD6G_RS8EJCncPU9QqG-2ig+NUDZcH+OYCkwYe_d0swS=+gUjQ@mail.gmail.com>

On Thu, 2018-04-26 at 11:35 +0530, Jagan Teki wrote:
> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
> 
> 
> On Thu, Apr 26, 2018 at 11:24 AM, Mario Six <mario.six@gdsys.cc> wrote:
> > Hi Jagan,
> > 
> > On Thu, Apr 26, 2018 at 7:30 AM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> > > On Thu, Apr 19, 2018 at 6:06 PM, Mario Six <mario.six@gdsys.cc> wrote:
> > > > This is v2 of a patch series that adds support for DM to the MPC8XXX SPI
> > > > driver, cleans up the driver code, fixes a few minor problems.
> > > > 
> > > > Some TODOs are left over for later, such as proper SPI speed setting,
> > > > and support for SPI mode setting. These would be enhancements to the
> > > > original functionality, and can come later.
> > > > 
> > > > The legacy functionality is removed in this version, so old boards in
> > > > the tree might end up with broken SPI functionality.
> > > > 
> > > > Mario Six (18):
> > > >   spi: mpc8xxx: Use short type names
> > > >   spi: mpc8xxx: Fix comments
> > > >   spi: mpc8xxx: Rename camel-case variables
> > > >   spi: mpc8xxx: Fix space after cast
> > > >   spi: mpc8xxx: Fix function names in strings
> > > >   spi: mpc8xxx: Replace defines with enums
> > > >   spi: mpc8xxx: Use IO accessors
> > > >   spi: mpc8xxx: Simplify if
> > > >   spi: mpc8xxx: Get rid of is_read
> > > >   spi: mpc8xxx: Simplify logic a bit
> > > >   spi: mpc8xxx: Reduce scope of loop variables
> > > >   spi: mpc8xxx: Make code more readable
> > > >   spi: mpc8xxx: Rename variable
> > > >   spi: mpc8xxx: Document LEN setting better
> > > >   spi: mpc8xxx: Re-order transfer setup
> > > >   spi: mpc8xxx: Fix if check
> > > >   spi: mpc8xxx: Use get_timer
> > > >   spi: mpc8xxx: Convert to DM
> > > 
> > > Boards with
> > > - configs/MPC8349EMDS_defconfig
> > > - configs/ids8313_defconfig
> > > 
> > > are using this driver, so Kim, Heiko please convert enable DM_SPI for the same.
> > > 
> > > Use below tree for respective changes and update on top of this.
> > > http://git.denx.de/?p=u-boot-spi.git;a=shortlog;h=refs/heads/next
> > > 
> > 
> > I have a few series in the making that will enable DM on the MPC83xx platform
> > (I'm doing a respin on the first right now). If there is still interests in the
> > boards, I could push it to the MPC83xx repository (but mind that the work
> > required per board is quite extensive).
> > 
> > Also, MPC8349EMDS is de facto abandoned, and I don't have access to the
> > hardware, so I can't really maintain it.
> 
> It's up to you, look like this board maintained by Kim is not
> available with freescale e-mail (or may be changed) if none can't
> maintain, it better to drop the board.

we use custom 832x boards so please don't remove 83xx from u-boot.

 Jocke

  reply	other threads:[~2018-04-26  8:23 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19 12:36 [U-Boot] [PATCH v2 00/18] spi: mpc8xxx: DM conversion Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 01/18] spi: mpc8xxx: Use short type names Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 02/18] spi: mpc8xxx: Fix comments Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 03/18] spi: mpc8xxx: Rename camel-case variables Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 04/18] spi: mpc8xxx: Fix space after cast Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 05/18] spi: mpc8xxx: Fix function names in strings Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 06/18] spi: mpc8xxx: Replace defines with enums Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 07/18] spi: mpc8xxx: Use IO accessors Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 08/18] spi: mpc8xxx: Simplify if Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 09/18] spi: mpc8xxx: Get rid of is_read Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 10/18] spi: mpc8xxx: Simplify logic a bit Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 11/18] spi: mpc8xxx: Reduce scope of loop variables Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 12/18] spi: mpc8xxx: Make code more readable Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 13/18] spi: mpc8xxx: Rename variable Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 14/18] spi: mpc8xxx: Document LEN setting better Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 15/18] spi: mpc8xxx: Re-order transfer setup Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 16/18] spi: mpc8xxx: Fix if check Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 17/18] spi: mpc8xxx: Use get_timer Mario Six
2018-04-19 12:36 ` [U-Boot] [PATCH v2 18/18] spi: mpc8xxx: Convert to DM Mario Six
2018-04-26  5:34   ` Jagan Teki
2018-04-26  5:43     ` Mario Six
2018-04-26  5:49       ` Jagan Teki
2018-04-26  5:55         ` Mario Six
2018-04-26  5:30 ` [U-Boot] [PATCH v2 00/18] spi: mpc8xxx: DM conversion Jagan Teki
2018-04-26  5:54   ` Mario Six
2018-04-26  6:05     ` Jagan Teki
2018-04-26  8:23       ` Joakim Tjernlund [this message]
2018-04-26  8:36         ` Mario Six
2018-08-10  7:35           ` Christophe LEROY
2018-08-10  7:57             ` Mario Six
2018-08-10  8:13               ` Jagan Teki
2018-08-21 15:12               ` Christophe LEROY
2018-09-04  6:09                 ` Jagan Teki
2018-09-04 11:55                   ` Mario Six

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=653b377529fa79784ece8e29725eb7dc3aaa64b1.camel@infinera.com \
    --to=joakim.tjernlund@infinera.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 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.