All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: Tom Rini <trini@konsulko.com>
Cc: "u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	Eddie James <eajames@linux.ibm.com>,
	Jim Liu <jim.t90615@gmail.com>,
	Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Subject: Please pull u-boot-i2c
Date: Tue, 19 Jul 2022 17:24:59 +0200	[thread overview]
Message-ID: <c2fc24a2-ddb2-f30a-3be5-c42e1709642c@denx.de> (raw)

Hello Tom,

please pull from:

The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:

  Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2022.10

for you to fetch changes up to 49f3a42edf097fbaca76aef9bfcd98d871b442cb:

  i2c: avoid dynamic stack use in dm_i2c_write (2022-07-19 13:46:28 +0200)

----------------------------------------------------------------
i2c changes for 2022.10

- new driver nuvoton, NPCM7xx from Jim Liu

Fixes:

- ast_i2c: Remove SCL direct drive mode
  from Eddie James

- avoid dynamic stack use in dm_i2c_write

    bloat-o-meter drivers/i2c/i2c-uclass.o.{0,1}
    add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-144 (-144)
    Function                                     old     new   delta
    dm_i2c_write                                 552     408    -144
    Total: Before=3828, After=3684, chg -3.76%

  patch from Rasmus Villemoes

----------------------------------------------------------------
Eddie James (1):
      i2c: ast_i2c: Remove SCL direct drive mode

Jim Liu (1):
      i2c: nuvoton: Add NPCM7xx i2c driver

Rasmus Villemoes (1):
      i2c: avoid dynamic stack use in dm_i2c_write

 drivers/i2c/Kconfig      |   5 ++
 drivers/i2c/Makefile     |   1 +
 drivers/i2c/ast_i2c.c    |   2 +-
 drivers/i2c/i2c-uclass.c |  30 +++-----
 drivers/i2c/npcm-i2c.c   | 630
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 649 insertions(+), 19 deletions(-)
 create mode 100644 drivers/i2c/npcm-i2c.c

Azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=82&view=results


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@denx.de

             reply	other threads:[~2022-07-19 15:24 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-19 15:24 Heiko Schocher [this message]
2022-07-20 11:10 ` Please pull u-boot-i2c Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2026-08-25 11:21 Heiko Schocher
2026-08-25 20:02 ` Tom Rini
2026-08-26  4:17   ` Heiko Schocher
2026-07-09 15:24 Heiko Schocher
2026-07-10  1:11 ` Tom Rini
2026-05-14 13:36 Heiko Schocher
2026-05-14 17:55 ` Tom Rini
2026-01-07  7:15 Heiko Schocher
2026-01-07 21:07 ` Tom Rini
2024-10-21  8:27 Heiko Schocher
2024-10-21 16:39 ` Tom Rini
2024-08-08  8:42 Heiko Schocher
2024-08-08 13:58 ` Tom Rini
2024-08-08 14:06   ` Heiko Schocher
2024-08-08 14:52     ` Tom Rini
2023-11-02 14:10 Heiko Schocher
2023-11-02 14:53 ` Tom Rini
2023-08-15  7:53 Heiko Schocher
2023-08-15 16:59 ` Tom Rini
2023-06-05  7:39 Heiko Schocher
2023-06-05 19:58 ` Tom Rini
2023-06-06  4:17   ` Heiko Schocher
2023-06-06 17:29 ` Tom Rini
2023-04-11 11:04 Heiko Schocher
2023-04-11 14:42 ` Tom Rini
2023-02-13 14:52 Heiko Schocher
2023-02-13 16:28 ` Tom Rini
2022-12-05  7:30 Heiko Schocher
2022-12-05 15:58 ` Tom Rini
2022-11-14  9:12 Heiko Schocher
2022-11-14 20:44 ` Tom Rini
2022-03-23  9:16 Heiko Schocher
2022-03-23 14:22 ` Tom Rini
2021-12-20 10:14 Heiko Schocher
2021-12-20 16:16 ` 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=c2fc24a2-ddb2-f30a-3be5-c42e1709642c@denx.de \
    --to=hs@denx.de \
    --cc=eajames@linux.ibm.com \
    --cc=jim.t90615@gmail.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=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 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.