public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] Use CCP driver to handle PSP I2C arbitration
@ 2023-04-14 14:40 Mario Limonciello
  2023-04-14 14:40 ` [PATCH v9 1/2] i2c: designware: Use PCI PSP driver for communication Mario Limonciello
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mario Limonciello @ 2023-04-14 14:40 UTC (permalink / raw)
  To: Herbert Xu, Andy Shevchenko, Mika Westerberg, Jan Dabros,
	linux-i2c
  Cc: linux-crypto, 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.

v8->v9:
 * Drop v8 patches 1-4 as they're merged now
 * Pick up tags for v8 patches 5-6
 * Repost to linux-crypto as this needs to merge through crypto tree.

Mario Limonciello (2):
  i2c: designware: Use PCI PSP driver for communication
  i2c: designware: Add doorbell support for Mendocino

 drivers/i2c/busses/Kconfig                  |   5 +-
 drivers/i2c/busses/i2c-designware-amdpsp.c  | 197 +++++---------------
 drivers/i2c/busses/i2c-designware-core.h    |   1 -
 drivers/i2c/busses/i2c-designware-platdrv.c |   1 -
 include/linux/psp-platform-access.h         |   1 +
 5 files changed, 53 insertions(+), 152 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-04-20 10:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14 14:40 [PATCH v9 0/2] Use CCP driver to handle PSP I2C arbitration Mario Limonciello
2023-04-14 14:40 ` [PATCH v9 1/2] i2c: designware: Use PCI PSP driver for communication Mario Limonciello
2023-04-14 14:40 ` [PATCH v9 2/2] i2c: designware: Add doorbell support for Mendocino Mario Limonciello
2023-04-14 16:50   ` kernel test robot
2023-04-14 17:01     ` Limonciello, Mario
2023-04-20 10:22 ` [PATCH v9 0/2] Use CCP driver to handle PSP I2C arbitration Herbert Xu

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