public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ryan Chen <ryan_chen@aspeedtech.com>
To: Heiko Schocher <hs@denx.de>, Ryan Chen <ryan_chen@aspeedtech.com>,
	"Aspeed BMC SW team" <BMC-SW@aspeedtech.com>,
	<u-boot@lists.denx.de>, Simon Glass <sjg@chromium.org>
Subject: [PATCH v3 0/2] Add ASPEED AST2600 I2C new controller driver
Date: Mon, 30 Jan 2023 14:19:23 +0800	[thread overview]
Message-ID: <20230130061925.3467831-1-ryan_chen@aspeedtech.com> (raw)

This series add AST2600 i2c new register set driver. The i2c new
register set have new clock divider option for more flexiable generation.

Changes in v3:
-modify uclass_get_device_by_driver to ofnode_get_parent.
-Add i2c reg address in dtsi node.
-fix up git config name from ryan_chen to Ryan Chen.

Changes in v2:
-add speed support desciption in Kconfig.
-modify include header ordering.
-separate include register define header.
-modify wording reserver to reserved.
-remove defined string AST2600.
-modify signle-line comment style.
-remove extra ().
-modify local regs for register ctrl.

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 +
 drivers/i2c/Kconfig       |  10 ++
 drivers/i2c/Makefile      |   1 +
 drivers/i2c/ast2600_i2c.c | 367 ++++++++++++++++++++++++++++++++++++++
 drivers/i2c/ast2600_i2c.h | 120 +++++++++++++
 6 files changed, 505 insertions(+)
 create mode 100644 drivers/i2c/ast2600_i2c.c
 create mode 100644 drivers/i2c/ast2600_i2c.h

-- 
2.34.1


             reply	other threads:[~2023-01-30  6:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30  6:19 Ryan Chen [this message]
2023-01-30  6:19 ` [PATCH v3 1/2] i2c:aspeed:support ast2600 i2c new register mode driver Ryan Chen
2023-01-30 15:50   ` Simon Glass
2023-02-13  5:50   ` Heiko Schocher
2023-02-13 14:48   ` Heiko Schocher
2023-01-30  6:19 ` [PATCH v3 2/2] arm: aspeed: dtsi: add reg for i2c Ryan Chen
2023-02-13  5:52   ` Heiko Schocher
2023-02-13 14:48   ` Heiko Schocher

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=20230130061925.3467831-1-ryan_chen@aspeedtech.com \
    --to=ryan_chen@aspeedtech.com \
    --cc=BMC-SW@aspeedtech.com \
    --cc=hs@denx.de \
    --cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox