All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ASPEED AST2600 I2C new controller driver
@ 2022-03-23  0:40 ` ryan_chen
  0 siblings, 0 replies; 14+ messages in thread
From: ryan_chen @ 2022-03-23  0:40 UTC (permalink / raw)
  To: BMC-SW, Rob Herring, Joel Stanley, Andrew Jeffery, Philipp Zabel,
	linux-arm-kernel, linux-aspeed, linux-kernel

This series add AST2600 i2c new register mode driver. The 
i2c new register mode have new clock divider option for
more flexibale generation. And also have separate i2c 
master and slave register set for control.

ryan_chen (2):
  dt-bindings: i2c-new: Add bindings for AST2600 i2C new controller
  i2c:aspeed:support ast2600 i2c new register mode driver

 .../bindings/i2c/aspeed,i2c-new.yaml          |   78 +
 drivers/i2c/busses/Kconfig                    |   11 +
 drivers/i2c/busses/Makefile                   |    1 +
 drivers/i2c/busses/aspeed-i2c-new-global.c    |   91 +
 drivers/i2c/busses/aspeed-i2c-new-global.h    |   19 +
 drivers/i2c/busses/i2c-new-aspeed.c           | 1698 +++++++++++++++++
 6 files changed, 1898 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,i2c-new.yaml
 create mode 100644 drivers/i2c/busses/aspeed-i2c-new-global.c
 create mode 100644 drivers/i2c/busses/aspeed-i2c-new-global.h
 create mode 100644 drivers/i2c/busses/i2c-new-aspeed.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-03-25  5:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23  0:40 [PATCH 0/2] Add ASPEED AST2600 I2C new controller driver ryan_chen
2022-03-23  0:40 ` ryan_chen
2022-03-23  0:40 ` [PATCH 1/2] dt-bindings: i2c-new: Add bindings for AST2600 i2C new controller ryan_chen
2022-03-23  0:40   ` ryan_chen
2022-03-23  0:40 ` [PATCH 2/2] i2c:aspeed:support ast2600 i2c new register mode driver ryan_chen
2022-03-23  0:40   ` ryan_chen
2022-03-23  4:07   ` kernel test robot
2022-03-23  4:07     ` kernel test robot
2022-03-23 12:37   ` Andrew Lunn
2022-03-23 12:37     ` Andrew Lunn
2022-03-25  5:19     ` Ryan Chen
2022-03-25  5:19       ` Ryan Chen
2022-03-24  8:56   ` kernel test robot
2022-03-24  8:56     ` kernel test robot

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.