public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/6] Use CCP driver to handle PSP I2C arbitration
@ 2023-04-03 18:32 Mario Limonciello
  2023-04-03 18:32 ` [PATCH v8 1/6] crypto: ccp: Drop extra doorbell checks Mario Limonciello
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Mario Limonciello @ 2023-04-03 18:32 UTC (permalink / raw)
  To: Herbert Xu, Andy Shevchenko, Mika Westerberg, Jan Dabros,
	linux-crypto, linux-i2c
  Cc: Held Felix, linux-kernel, Mark Hasemeyer, Grzegorz Bernacki,
	Mario Limonciello

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.

v7->v8:
 * Pick up tags
 * Drop hunk for error message change
 * Fix kernel robot build failures

Mario Limonciello (6):
  crypto: ccp: Drop extra doorbell checks
  crypto: ccp: Bump up doorbell debug message to error
  crypto: ccp: Return doorbell status code as an argument
  crypto: ccp: Use lower 8 bytes to communicate with doorbell command
    register
  i2c: designware: Use PCI PSP driver for communication
  i2c: designware: Add doorbell support for Mendocino

 drivers/crypto/ccp/platform-access.c        |  31 +--
 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         |   5 +-
 6 files changed, 62 insertions(+), 178 deletions(-)


base-commit: d6cb9ab4bfeaaa69147948e42d7cff080db82d07
-- 
2.34.1


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

end of thread, other threads:[~2023-04-14 11:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-03 18:32 [PATCH v8 0/6] Use CCP driver to handle PSP I2C arbitration Mario Limonciello
2023-04-03 18:32 ` [PATCH v8 1/6] crypto: ccp: Drop extra doorbell checks Mario Limonciello
2023-04-03 18:32 ` [PATCH v8 2/6] crypto: ccp: Bump up doorbell debug message to error Mario Limonciello
2023-04-03 18:32 ` [PATCH v8 3/6] crypto: ccp: Return doorbell status code as an argument Mario Limonciello
2023-04-03 18:32 ` [PATCH v8 4/6] crypto: ccp: Use lower 8 bytes to communicate with doorbell command register Mario Limonciello
2023-04-03 18:32 ` [PATCH v8 5/6] i2c: designware: Use PCI PSP driver for communication Mario Limonciello
2023-04-07  6:17   ` Wolfram Sang
2023-04-14 10:21     ` Herbert Xu
2023-04-03 18:32 ` [PATCH v8 6/6] i2c: designware: Add doorbell support for Mendocino Mario Limonciello
2023-04-07  6:17   ` Wolfram Sang
2023-04-06  6:42 ` [PATCH v8 0/6] Use CCP driver to handle PSP I2C arbitration Wolfram Sang
2023-04-06 11:58   ` Mario Limonciello
2023-04-07  6:18     ` Wolfram Sang
2023-04-12 16:28       ` Limonciello, Mario
2023-04-14 11:05 ` Herbert Xu

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