Tag: fa283db76f681b9e17af2c329817042134178e7f

gpio: timberdale: Switch to devm_ioremap_resource()

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Replace calls to devm_request_mem_region and devm_ioremap with a direct call to devm_ioremap_resource instead and modify error handling. Move the call to platform_get_resource adjacent to the call to devm_ioremap_resource to make the connection between them more clear. A simplified version of the Coccinelle semantic patch that is used to make this …

Continue reading