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] cros_ec: i2c: Add support for version 3 of the EC protocol
Date: Thu, 26 Jan 2017 07:23:22 -0700	[thread overview]
Message-ID: <CAPnjgZ2vJJkpvbLsrBjiaFxCxH0HqBfh2x_xU=u4JxCVYAWkpQ@mail.gmail.com> (raw)
In-Reply-To: <1484258357-24397-1-git-send-email-moritz.fischer@ettus.com>

Hi,

On 12 January 2017 at 14:59, Moritz Fischer <moritz.fischer@ettus.com> wrote:
> Add support for version 3 of the ec protocol. It basically works by
> stitching some additional header in front (special command code),
> and having a result and packet_length stitched on for the reply.
>
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: u-boot at lists.denx.de
> ---
> Hi Simon,
>
> I tested this on a v3 EC, but again as for the previous patch,
> I do not have a v2 EC to test with. I'm not perfectly happy with the memmove
> back and forth, so if you have a better solution for that I'm all ears.
>
> Thanks,
> Moritz
>
> ---
>  drivers/misc/cros_ec_i2c.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 84 insertions(+)

Unfortunately due to travel I'm not going to be able to try this
out/review it for two more weeks.

Regards,
Simon

  reply	other threads:[~2017-01-26 14:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12 21:59 [U-Boot] [PATCH] cros_ec: i2c: Add support for version 3 of the EC protocol Moritz Fischer
2017-01-26 14:23 ` Simon Glass [this message]
2017-01-27 15:17   ` Moritz Fischer
2017-02-08 13:02 ` Simon Glass
2017-02-08 13:05   ` 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='CAPnjgZ2vJJkpvbLsrBjiaFxCxH0HqBfh2x_xU=u4JxCVYAWkpQ@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.