mbox series

[v2,0/3] platform/x86: intel_scu_ipc: Avoid working around IO and cleanups

Message ID 20241021084053.2443545-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series platform/x86: intel_scu_ipc: Avoid working around IO and cleanups | expand

Message

Andy Shevchenko Oct. 21, 2024, 8:38 a.m. UTC
The first patch avoids using a workaround for IO (which seems unneeded).
The rest is a batch of cleanups. Has been tested on Intel Merrifield
(thanks, Ferry).

v2:
- dropped stray change (Mika)
- elaborated conditional changes in the commit message (Mika)
- gathered tags (Mika, Ferry)

Andy Shevchenko (3):
  platform/x86: intel_scu_ipc: Replace workaround by 32-bit IO
  platform/x86: intel_scu_ipc: Simplify code with cleanup helpers
  platform/x86: intel_scu_ipc: Save a copy of the entire struct
    intel_scu_ipc_data

 drivers/platform/x86/intel_scu_ipc.c | 141 ++++++++++++---------------
 1 file changed, 60 insertions(+), 81 deletions(-)