Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1420957
| From | Amitoj Kaur Chawla <amitoj1606@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] ARM: pxa: ssp: Clean up probe and remove functions |
| Date | 2016-06-13 17:00 +0200 |
| Message-ID | <rJBvj-7FA-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Address some issues related to devm_ functions. The first patch cleans up the remove function of this driver of unnecessary freeing functions: kfree, iounmap, clk_put and release_mem_region since devm_ allocated data does not need to be freed. The second patch replaces devm_request_mem_region and devm_ioremap with devm_ioremap_resource. Amitoj Kaur Chawla (2): ARM: pxa: ssp: Drop unnecessary freeing functions ARM: pxa: ssp: Switch to devm_ioremap_resource arch/arm/plat-pxa/ssp.c | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] ARM: pxa: ssp: Clean up probe and remove functions Amitoj Kaur Chawla <amitoj1606@gmail.com> - 2016-06-13 17:00 +0200 [PATCH 1/2] ARM: pxa: ssp: Drop unnecessary freeing functions Amitoj Kaur Chawla <amitoj1606@gmail.com> - 2016-06-13 17:00 +0200 [PATCH 2/2] ARM: pxa: ssp: Switch to devm_ioremap_resource Amitoj Kaur Chawla <amitoj1606@gmail.com> - 2016-06-13 17:00 +0200
csiph-web