Searched hist:"7 b6e80538b919c814c94ce8887cec7b892f98a71" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | addr_map.c | 7b6e80538b919c814c94ce8887cec7b892f98a71 Fri May 04 12:21:30 UTC 2012 Timur Tabi <timur@freescale.com> lib/powerpc: addrmap_phys_to_virt() should return a pointer
addrmap_phys_to_virt() converts a physical address (phys_addr_t) to a virtual address, so it should return a pointer instead of an unsigned long. Its counterpart, addrmap_virt_to_phys(), takes a pointer, so now they're orthogonal.
The only caller of addrmap_phys_to_virt() converts the return value to a pointer anyway.
Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | addr_map.h | 7b6e80538b919c814c94ce8887cec7b892f98a71 Fri May 04 12:21:30 UTC 2012 Timur Tabi <timur@freescale.com> lib/powerpc: addrmap_phys_to_virt() should return a pointer
addrmap_phys_to_virt() converts a physical address (phys_addr_t) to a virtual address, so it should return a pointer instead of an unsigned long. Its counterpart, addrmap_virt_to_phys(), takes a pointer, so now they're orthogonal.
The only caller of addrmap_phys_to_virt() converts the return value to a pointer anyway.
Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 7b6e80538b919c814c94ce8887cec7b892f98a71 Fri May 04 12:21:30 UTC 2012 Timur Tabi <timur@freescale.com> lib/powerpc: addrmap_phys_to_virt() should return a pointer
addrmap_phys_to_virt() converts a physical address (phys_addr_t) to a virtual address, so it should return a pointer instead of an unsigned long. Its counterpart, addrmap_virt_to_phys(), takes a pointer, so now they're orthogonal.
The only caller of addrmap_phys_to_virt() converts the return value to a pointer anyway.
Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
|