All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Some improvements for OMAP hwspinlock
@ 2019-12-04  9:31 Baolin Wang
  2019-12-04  9:31 ` [PATCH 1/3] hwspinlock: omap: Change to use devm_platform_ioremap_resource() Baolin Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Baolin Wang @ 2019-12-04  9:31 UTC (permalink / raw)
  To: ohad, bjorn.andersson
  Cc: baolin.wang7, linux-omap, linux-remoteproc, linux-kernel

This patch set did some optimization for OMAP hwlock controller with
changing to use some devm_xxx APIs to simplify code.

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

 drivers/hwspinlock/omap_hwspinlock.c |   45 ++++++++++------------------------
 1 file changed, 13 insertions(+), 32 deletions(-)

-- 
1.7.9.5


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04  9:31 [PATCH 0/3] Some improvements for OMAP hwspinlock Baolin Wang
2019-12-04  9:31 ` [PATCH 1/3] hwspinlock: omap: Change to use devm_platform_ioremap_resource() Baolin Wang
2019-12-04  9:31 ` [PATCH 2/3] hwspinlock: omap: Use devm_kzalloc() to allocate memory Baolin Wang
2019-12-04  9:31 ` [PATCH 3/3] hwspinlock: omap: 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.