Commits
Masahiro Yamada committed 7f8e75390b9
ARM: uniphier: use FIELD_PREP for PLL settings It is tedious to define both mask and bit-shift. <linux/bitfield.h> provides a convenient way to get access to register fields with a single shifted mask. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>