Message ID | cover.1578453062.git.baolin.wang7@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Some improvements for OMAP hwspinlock | expand |
On Tue 07 Jan 19:13 PST 2020, Baolin Wang wrote: > This patch set did some optimization for OMAP hwlock controller with > changing to use some devm_xxx APIs to simplify code. > Applied the first 2 patches, thanks. > 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 >