public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCHv2 0/1] Add ASPEED AST2600 I2C new controller driver
@ 2023-01-11  6:47 ryan_chen
  2023-01-11  6:47 ` [PATCH 1/1] i2c:aspeed:support ast2600 i2c new register mode driver ryan_chen
  0 siblings, 1 reply; 7+ messages in thread
From: ryan_chen @ 2023-01-11  6:47 UTC (permalink / raw)
  To: Heiko Schocher, Ryan Chen, Aspeed BMC SW team, u-boot

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


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/1] Add ASPEED AST2600 I2C new controller driver
@ 2023-01-09  8:29 ryan_chen
  2023-01-09  8:29 ` [PATCH 1/1] i2c:aspeed:support ast2600 i2c new register mode driver ryan_chen
  0 siblings, 1 reply; 7+ messages in thread
From: ryan_chen @ 2023-01-09  8:29 UTC (permalink / raw)
  To: Heiko Schocher, Ryan Chen, Aspeed BMC SW team, u-boot

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

ryan_chen (1):
  i2c:aspeed:support ast2600 i2c new register mode driver

 MAINTAINERS               |   6 +
 drivers/i2c/Kconfig       |   7 +
 drivers/i2c/Makefile      |   1 +
 drivers/i2c/ast2600_i2c.c | 480 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 494 insertions(+)
 create mode 100644 drivers/i2c/ast2600_i2c.c

-- 
2.34.1


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

end of thread, other threads:[~2023-01-15  1:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-11  6:47 [PATCHv2 0/1] Add ASPEED AST2600 I2C new controller driver ryan_chen
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
  -- strict thread matches above, loose matches on Subject: below --
2023-01-09  8:29 [PATCH 0/1] Add ASPEED AST2600 I2C new controller driver ryan_chen
2023-01-09  8:29 ` [PATCH 1/1] i2c:aspeed:support ast2600 i2c new register mode driver ryan_chen
2023-01-09 19:47   ` Simon Glass
2023-01-10  2:41     ` Ryan Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox