All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Optimize the u8500_hsem hwlock driver
@ 2019-09-27  8:27 ` Baolin Wang
  0 siblings, 0 replies; 17+ messages in thread
From: Baolin Wang @ 2019-09-27  8:27 UTC (permalink / raw)
  To: linus.walleij, ohad, bjorn.andersson
  Cc: baolin.wang, linux-arm-kernel, linux-remoteproc, linux-kernel

This patch set did some Optimization with changing to use devm_xxx()
APIs to simplify the code and make code more readable.

Baolin Wang (3):
  hwspinlock: u8500_hsem: Change to use
    devm_platform_ioremap_resource()
  hwspinlock: u8500_hsem: Use devm_kzalloc() to allocate memory
  hwspinlock: u8500_hsem: Use devm_hwspin_lock_register() to register
    hwlock controller

 drivers/hwspinlock/u8500_hsem.c |   46 +++++++++++----------------------------
 1 file changed, 13 insertions(+), 33 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2019-10-05  4:02 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27  8:27 [PATCH 0/3] Optimize the u8500_hsem hwlock driver Baolin Wang
2019-09-27  8:27 ` Baolin Wang
2019-09-27  8:27 ` [PATCH 1/3] hwspinlock: u8500_hsem: Change to use devm_platform_ioremap_resource() Baolin Wang
2019-09-27  8:27   ` Baolin Wang
2019-10-04 21:35   ` Linus Walleij
2019-10-04 21:35     ` Linus Walleij
2019-09-27  8:27 ` [PATCH 2/3] hwspinlock: u8500_hsem: Use devm_kzalloc() to allocate memory Baolin Wang
2019-09-27  8:27   ` Baolin Wang
2019-10-04 21:36   ` Linus Walleij
2019-10-04 21:36     ` Linus Walleij
2019-09-27  8:27 ` [PATCH 3/3] hwspinlock: u8500_hsem: Use devm_hwspin_lock_register() to register hwlock controller Baolin Wang
2019-09-27  8:27   ` Baolin Wang
2019-10-04 21:38   ` Linus Walleij
2019-10-04 21:38     ` Linus Walleij
2019-10-05  4:01 ` [PATCH 0/3] Optimize the u8500_hsem hwlock driver Bjorn Andersson
2019-10-05  4:01   ` Bjorn Andersson
2019-10-05  4:01   ` Bjorn Andersson

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.