All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] i2c: Improvements for aspeed boards
@ 2022-06-20  7:24 Joel Stanley
  2022-06-20  7:24 ` [PATCH 01/10] ARM: dts: ast2600: Add I2C pinctrl Joel Stanley
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Joel Stanley @ 2022-06-20  7:24 UTC (permalink / raw)
  To: Ryan Chen, BMC-SW, Heiko Schocher; +Cc: u-boot, Cédric Le Goater

This set of patches clean up the aspeed i2c support for the ast2500 and
enable the ast2600.

It has been tested in qemu and on the ast2600-evb.

Eddie James (1):
  ARM: dts: ast2600: Add I2C pinctrl

Joel Stanley (9):
  ARM: dts: ast2600: Add I2C reset properties
  ARM: dts: ast2600: Dsiable I2C nodes by default
  ARM: dts: ast2500-evb: Add I2C devices
  ARM: dts: ast2600-evb: Add I2C devices
  reset/aspeed: Implement status callback
  i2c/aspeed: Fix reset control
  i2c/aspeed: Add AST2600 compatible
  config/ast2600: Enable I2C driver
  config/aspeed: Enable EEPROM options

 drivers/i2c/ast_i2c.c         | 23 +++++++++-----
 drivers/reset/reset-ast2500.c | 19 ++++++++++++
 drivers/reset/reset-ast2600.c | 17 +++++++++++
 arch/arm/dts/ast2500-evb.dts  | 19 ++++++++++++
 arch/arm/dts/ast2600-evb.dts  | 11 +++++++
 arch/arm/dts/ast2600.dtsi     | 56 +++++++++++++++++++++++++++++++++++
 configs/evb-ast2500_defconfig |  3 ++
 configs/evb-ast2600_defconfig |  3 ++
 8 files changed, 144 insertions(+), 7 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-21  8:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  7:24 [PATCH 00/10] i2c: Improvements for aspeed boards Joel Stanley
2022-06-20  7:24 ` [PATCH 01/10] ARM: dts: ast2600: Add I2C pinctrl Joel Stanley
2022-06-21  5:30   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 02/10] ARM: dts: ast2600: Add I2C reset properties Joel Stanley
2022-06-21  5:31   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 03/10] ARM: dts: ast2600: Dsiable I2C nodes by default Joel Stanley
2022-06-21  5:32   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 04/10] ARM: dts: ast2500-evb: Add I2C devices Joel Stanley
2022-06-21  5:32   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 05/10] ARM: dts: ast2600-evb: " Joel Stanley
2022-06-21  5:38   ` Ryan Chen
2022-06-21  6:49     ` Joel Stanley
2022-06-20  7:24 ` [PATCH 06/10] reset/aspeed: Implement status callback Joel Stanley
2022-06-21  8:12   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 07/10] i2c/aspeed: Fix reset control Joel Stanley
2022-06-21  8:14   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 08/10] i2c/aspeed: Add AST2600 compatible Joel Stanley
2022-06-21  8:15   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 09/10] config/ast2600: Enable I2C driver Joel Stanley
2022-06-20  7:24 ` [PATCH 10/10] config/aspeed: Enable EEPROM options Joel Stanley

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.