All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 3/4] dm: spi: introduce dm api
Date: Sat, 7 May 2016 13:03:15 -0600	[thread overview]
Message-ID: <CAPnjgZ3=Qza1QPztcP679pKzuYd1ZxLQHBpz=E3EYZVGWZGb8A@mail.gmail.com> (raw)
In-Reply-To: <CAPnjgZ2kpuGaHbUoKSBL0pezbU+E0fCsmmchdiVawkyo89Oq3w@mail.gmail.com>

Applied to u-boot-dm, thanks!

On 7 May 2016 at 09:11, Simon Glass <sjg@chromium.org> wrote:
> On 2 May 2016 at 20:02, Peng Fan <van.freenix@gmail.com> wrote:
>> Introduce dm_spi_claim_bus, dm_spi_release_bus and dm_spi_xfer
>> Convert spi_claim_bus, spi_release_bus and spi_xfer to use
>> the new API.
>>
>> Signed-off-by: Peng Fan <van.freenix@gmail.com>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Jagan Teki <jteki@openedev.com>
>> ---
>>
>>
>> V4:
>>  Convert spi_claim_bus, spi_release_bus and spi_xfer to call the use APIs.
>> V3:
>>  As Simon suggested, introduce new API. New patch.
>>
>>  drivers/spi/spi-uclass.c | 28 +++++++++++++++++++-------
>>  include/spi.h            | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 73 insertions(+), 7 deletions(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2016-05-07 19:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03  2:02 [U-Boot] [PATCH V4 1/4] dm: spi: soft_spi bug fix Peng Fan
2016-05-03  2:02 ` [U-Boot] [PATCH V4 2/4] dm: spi: soft_spi: switch to use linux compatible string Peng Fan
2016-05-07 19:03   ` Simon Glass
2016-05-03  2:02 ` [U-Boot] [PATCH V4 3/4] dm: spi: introduce dm api Peng Fan
2016-05-07 15:11   ` Simon Glass
2016-05-07 19:03     ` Simon Glass [this message]
2016-05-03  2:02 ` [U-Boot] [PATCH V4 4/4] dm: gpio: introduce 74x164 driver Peng Fan
2016-05-07 19:03   ` Simon Glass

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='CAPnjgZ3=Qza1QPztcP679pKzuYd1ZxLQHBpz=E3EYZVGWZGb8A@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.