From: Jamin Lin <jamin_lin@aspeedtech.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 0/3] *** Support ASPEED AST2600 I2C ***
Date: Thu, 17 Jun 2021 17:43:37 +0800 [thread overview]
Message-ID: <20210617094424.27123-1-jamin_lin@aspeedtech.com> (raw)
Support I2C controller of ASPEED AST2600 and
enable the new register set
Jamin Lin (3):
dts: aspeed: Add node for AST2600 I2C and I2CS
dt-bindings: i2c-new: Add bindings for AST2600 I2C
i2c:support new register set for ast2600
.../bindings/i2c/aspeed,new-i2c.yaml | 107 +
arch/arm/boot/dts/aspeed-g6.dtsi | 150 +-
drivers/i2c/busses/Kconfig | 11 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/ast2600-i2c-global.c | 205 ++
drivers/i2c/busses/ast2600-i2c-global.h | 25 +
drivers/i2c/busses/i2c-new-aspeed.c | 1796 +++++++++++++++++
7 files changed, 2263 insertions(+), 32 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,new-i2c.yaml
create mode 100644 drivers/i2c/busses/ast2600-i2c-global.c
create mode 100644 drivers/i2c/busses/ast2600-i2c-global.h
create mode 100644 drivers/i2c/busses/i2c-new-aspeed.c
--
2.17.1
next reply other threads:[~2021-06-17 9:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-17 9:43 Jamin Lin [this message]
2021-06-17 9:43 ` [PATCH 1/3] dts: aspeed: Add node for AST2600 I2C and I2CS Jamin Lin
2021-06-17 9:43 ` [PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C Jamin Lin
2021-06-24 21:28 ` Rob Herring
2021-06-17 9:43 ` [PATCH 3/3] i2c:support new register set for ast2600 Jamin Lin
2021-06-17 10:33 ` Andy Shevchenko
2021-06-18 3:53 ` Jamin Lin
2021-06-18 9:59 ` Andy Shevchenko
2021-06-21 5:13 ` Jamin Lin
2021-06-17 10:36 ` Andy Shevchenko
2021-06-18 3:58 ` Jamin Lin
2021-06-18 10:00 ` Andy Shevchenko
2021-06-21 5:14 ` Jamin Lin
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=20210617094424.27123-1-jamin_lin@aspeedtech.com \
--to=jamin_lin@aspeedtech.com \
--cc=linux-aspeed@lists.ozlabs.org \
/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;
as well as URLs for NNTP newsgroup(s).