All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull from u-boot-i2c next
Date: Tue, 17 Dec 2019 13:01:58 +0100	[thread overview]
Message-ID: <8de8692c-c930-23ef-83e7-33120f92a19a@denx.de> (raw)

Hello Tom,

please pull from uboot-i2c next branch:

The following changes since commit 553cb06887825314e74a9bdac337467c77d1db88:

   Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next 
(2019-12-12 08:18:59 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/20191217-for-next

for you to fetch changes up to 033e18b47bd020610f84ca88c5ce3b88215d563a:

   misc: i2c_eeprom: add size query (2019-12-17 06:58:19 +0100)

----------------------------------------------------------------
i2c: for next
- misc: i2c_eeprom:
   Add partition support and add ability to query size
   of eeprom device and partitions
- i2c common:
   add support for offset overflow in to address and add
   sandbox tests for it.

----------------------------------------------------------------
Robert Beckett (5):
       i2c: add support for offset overflow in to address
       dm: i2c: EEPROM simulator allow tests visibility of addr and offset
       dm: i2c: EEPROM simulator add tests for addr offset mask
       misc: i2c_eeprom: add fixed partitions support
       misc: i2c_eeprom: add size query

  arch/sandbox/include/asm/test.h |   7 ++++
  drivers/i2c/i2c-uclass.c        |  34 ++++++++++++++++----
  drivers/misc/i2c_eeprom.c       | 243 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
  drivers/misc/i2c_eeprom_emul.c  |  80 ++++++++++++++++++++++++++++++++++-----------
  include/i2c.h                   |  33 +++++++++++++++++++
  include/i2c_eeprom.h            |  12 +++++++
  test/dm/i2c.c                   | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
  7 files changed, 463 insertions(+), 59 deletions(-)

travis build:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/626040609

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de

             reply	other threads:[~2019-12-17 12:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 12:01 Heiko Schocher [this message]
2019-12-18 12:19 ` [U-Boot] Please pull from u-boot-i2c next 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=8de8692c-c930-23ef-83e7-33120f92a19a@denx.de \
    --to=hs@denx.de \
    --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.