mbox series

[0/4] Some improvements for hwspinlock

Message ID cover.1571036463.git.baolin.wang@linaro.org (mailing list archive)
Headers show
Series Some improvements for hwspinlock | expand

Message

(Exiting) Baolin Wang Oct. 14, 2019, 7:07 a.m. UTC
This patch set removes the BUG_ON() from hwspinlock core and changes the
PM runtime support to be optional.

Baolin Wang (4):
  hwspinlock: Remove BUG_ON() from the hwspinlock core
  hwspinlock: Let the PM runtime can be optional
  hwspinlock: sprd: Remove redundant PM runtime implementation
  hwspinlock: u8500_hsem: Remove redundant PM runtime implementation

 drivers/hwspinlock/hwspinlock_core.c |   16 ++++++++--------
 drivers/hwspinlock/sprd_hwspinlock.c |   21 +++------------------
 drivers/hwspinlock/u8500_hsem.c      |   19 ++++---------------
 3 files changed, 15 insertions(+), 41 deletions(-)