From: Heiko Schocher <hs@denx.de>
To: Tom Rini <trini@konsulko.com>
Cc: "u-boot@lists.denx.de" <u-boot@lists.denx.de>,
Fabio Estevam <festevam@denx.de>,
Pei Yue Ho <peiyue.ho@starfivetech.com>,
Ryan Chen <ryan_chen@aspeedtech.com>
Subject: Please pull u-boot-i2c
Date: Mon, 13 Feb 2023 15:52:55 +0100 [thread overview]
Message-ID: <da4d8dbc-e82c-127a-6414-9a41ae90be6e@denx.de> (raw)
Hello Tom,
please pull from u-boot-i2c:
The following changes since commit a5e490f14e904fd240ccec5d364509b36a3150f9:
socfpga: fix the serial console on DE1-SoC (2023-02-12 15:47:19 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-v2023.04
for you to fetch changes up to f536fda99fa2c1c88f68d8da54ed6233cec3532e:
i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree (2023-02-13 09:58:27 +0100)
----------------------------------------------------------------
i2c updates for v2023.04
- add new i2c driver ast2600 from Ryan Chen
- i2c-cdns: make read fifo-depth configurable through device tree
from Pei Yue Ho
- mxc i2c driver: print base address in hex, not in decimal
from Fabio
----------------------------------------------------------------
Fabio Estevam (1):
i2c: mxc_i2c: Use hex notation for the base address
Pei Yue Ho (2):
dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fifo-depth
i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree
Ryan Chen (2):
i2c:aspeed:support ast2600 i2c new register mode driver
arm: aspeed: dtsi: add reg for i2c
MAINTAINERS | 6 +++
arch/arm/dts/ast2600.dtsi | 1 +
doc/device-tree-bindings/i2c/i2c-cdns.txt | 4 ++
drivers/i2c/Kconfig | 10 ++++
drivers/i2c/Makefile | 1 +
drivers/i2c/ast2600_i2c.c | 366
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/i2c/ast2600_i2c.h | 120 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/i2c/i2c-cdns.c | 30 +++++++-----
drivers/i2c/mxc_i2c.c | 2 +-
9 files changed, 527 insertions(+), 13 deletions(-)
create mode 100644 drivers/i2c/ast2600_i2c.c
create mode 100644 drivers/i2c/ast2600_i2c.h
Azure build is fine:
https://dev.azure.com/hs0298/hs/_build/results?buildId=101&view=results
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs@denx.de
next reply other threads:[~2023-02-13 14:52 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 14:52 Heiko Schocher [this message]
2023-02-13 16:28 ` 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
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-07-19 15:24 Heiko Schocher
2022-07-20 11:10 ` 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=da4d8dbc-e82c-127a-6414-9a41ae90be6e@denx.de \
--to=hs@denx.de \
--cc=festevam@denx.de \
--cc=peiyue.ho@starfivetech.com \
--cc=ryan_chen@aspeedtech.com \
--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.