Re: [PATCH 0/3] Optimize the u8500_hsem hwlock driver

2019-10-04 Thread Bjorn Andersson
On Fri 27 Sep 01:27 PDT 2019, Baolin Wang wrote: > This patch set did some Optimization with changing to use devm_xxx() > APIs to simplify the code and make code more readable. > Applied, with Linus' r-b Thanks, Bjorn > Baolin Wang (3): > hwspinlock: u8500_hsem: Change to use > devm_plat

[PATCH 0/3] Optimize the u8500_hsem hwlock driver

2019-09-27 Thread Baolin Wang
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: u8