public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Use CCP driver to handle PSP I2C arbitration
@ 2023-03-21 21:28 Mario Limonciello
  2023-03-21 21:28 ` [PATCH v5 2/3] i2c: designware: Use PCI PSP driver for communication Mario Limonciello
  2023-03-21 21:28 ` [PATCH v5 3/3] i2c: designware: Add doorbell support for Mendocino Mario Limonciello
  0 siblings, 2 replies; 9+ messages in thread
From: Mario Limonciello @ 2023-03-21 21:28 UTC (permalink / raw)
  To: Mark Hasemeyer, Grzegorz Bernacki, Andy Shevchenko,
	Mika Westerberg, Jan Dabros, linux-crypto, linux-i2c
  Cc: Held Felix, Mario Limonciello, linux-kernel

The CCP driver now has symbols that can be used by i2c-designware-amdpsp
to handle the communication regarding i2c arbitration with the PSP for
both Cezanne and Mendocino based designs.

Utilize those symbols.

v4->v5:
 * Rebase on crypodev-2.6 with merged patches 1-5 & 7
 * Pick up tags
 * PCI dependency
 * Poll for busy
 * Make errors visible rather than debugging only.

Mario Limonciello (3):
  crypto: ccp: Bump up doorbell debug messages to error
  i2c: designware: Use PCI PSP driver for communication
  i2c: designware: Add doorbell support for Skyrim

 drivers/crypto/ccp/platform-access.c        |   7 +-
 drivers/i2c/busses/Kconfig                  |   3 +-
 drivers/i2c/busses/i2c-designware-amdpsp.c  | 192 +++++---------------
 drivers/i2c/busses/i2c-designware-core.h    |   1 -
 drivers/i2c/busses/i2c-designware-platdrv.c |   1 -
 include/linux/psp-platform-access.h         |   1 +
 6 files changed, 57 insertions(+), 148 deletions(-)


base-commit: e6af5c0c4d32a27e04a56f29aad587e03ff427f1
-- 
2.34.1


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

end of thread, other threads:[~2023-03-22 17:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 21:28 [PATCH v5 0/3] Use CCP driver to handle PSP I2C arbitration Mario Limonciello
2023-03-21 21:28 ` [PATCH v5 2/3] i2c: designware: Use PCI PSP driver for communication Mario Limonciello
2023-03-22  3:26   ` kernel test robot
2023-03-22  9:45     ` Andy Shevchenko
2023-03-22 15:56       ` Mario Limonciello
2023-03-21 21:28 ` [PATCH v5 3/3] i2c: designware: Add doorbell support for Mendocino Mario Limonciello
2023-03-22 17:01   ` Mark Hasemeyer
2023-03-22 17:12     ` Mario Limonciello
2023-03-22 17:32       ` Mark Hasemeyer

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