diff options
author | Geert Uytterhoeven <[email protected]> | 2015-03-12 11:09:16 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2015-03-18 02:15:40 +0100 |
commit | 1f34de05e75a26e8f4dfe7566fe80309aabf10b7 (patch) | |
tree | fce210834fe77de73f74af5c78b934ea279bed13 /lib/mpi/mpiutil.c | |
parent | 17c7cbb0e7b7a877f1ce2063d7f869801b24cd6a (diff) |
pinctrl: sh-pfc: Use u32 to store register addresses
Currently all PFC registers lie in low 32-bit address space. Hence use
u32 instead of unsigned long to store PFC register addresses in pinctrl
tables. All calculations of virtual addresses use a phys_addr_t
intermediate, so we know where to add an offset if the 32-bit assumption
ever becomes false.
While this doesn't impact 32-bit builds, it would save ca. 7 KiB on a
64-bit shmobile_defconfig kernel.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions