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>
Subject: [PATCHv2 0/1] Add ASPEED AST2600 I2C new controller driver
Date: Wed, 11 Jan 2023 14:47:15 +0800	[thread overview]
Message-ID: <20230111064716.4063373-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.

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 (1):
  i2c:aspeed:support ast2600 i2c new register mode driver

 MAINTAINERS               |   6 +
 drivers/i2c/Kconfig       |  10 +
 drivers/i2c/Makefile      |   1 +
 drivers/i2c/ast2600_i2c.c | 375 ++++++++++++++++++++++++++++++++++++++
 drivers/i2c/ast2600_i2c.h | 120 ++++++++++++
 5 files changed, 512 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-11  6:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11  6:47 ryan_chen [this message]
2023-01-11  6:47 ` [PATCH 1/1] i2c:aspeed:support ast2600 i2c new register mode driver ryan_chen
2023-01-11 21:08   ` Simon Glass
2023-01-15  1:21     ` Ryan Chen

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