All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Some improvements for Qualcomm hwspinlock
@ 2019-12-04  9:21 Baolin Wang
  2019-12-04  9:21 ` [PATCH 1/2] hwspinlock: qcom: Remove redundant PM runtime functions Baolin Wang
  2019-12-04  9:21 ` [PATCH 2/2] hwspinlock: qcom: Use devm_hwspin_lock_register() to register hwlock controller Baolin Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Baolin Wang @ 2019-12-04  9:21 UTC (permalink / raw)
  To: agross, ohad, bjorn.andersson
  Cc: baolin.wang7, linux-arm-msm, linux-remoteproc, linux-kernel

This patch set did some optimization for Qualcomm hwlock controller,
including using devm_hwspin_lock_register() API to simplify code and
removing redundant pm runtime functions.

Baolin Wang (2):
  hwspinlock: qcom: Remove redundant PM runtime functions
  hwspinlock: qcom: Use devm_hwspin_lock_register() to register hwlock
    controller

 drivers/hwspinlock/qcom_hwspinlock.c |   28 ++--------------------------
 1 file changed, 2 insertions(+), 26 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2019-12-04  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-04  9:21 [PATCH 0/2] Some improvements for Qualcomm hwspinlock Baolin Wang
2019-12-04  9:21 ` [PATCH 1/2] hwspinlock: qcom: Remove redundant PM runtime functions Baolin Wang
2019-12-04  9:21 ` [PATCH 2/2] hwspinlock: qcom: Use devm_hwspin_lock_register() to register hwlock controller Baolin Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.