Tag: c652759b6a27be04ef5d747d81e8c36cde7f55d1

hwrng: omap – Convert release_resource to release_region/release_mem_region

Author: Julia Lawall <julia@diku.dk> Request_region should be used with release_region, not release_resource. The local variable mem, storing the result of request_mem_region, is dropped and instead the pointer res is stored in the drvdata field of the platform device. This information is retrieved in omap_rng_remove to release the region. The drvdata field is not used elsewhere. …

Continue reading