]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*
authorMike Rapoport <mike.rapoport@gmail.com>
Wed, 10 Feb 2016 16:33:55 +0000 (18:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:52:37 +0000 (19:52 -0800)
commit54feb9315366dda58a66180ed9015974964e5cc3
tree14ffddec7e2f1c0ff8c59efb436c40d0960b3234
parent0c4d85fc7fd3ec2a335332ec80701cee680281fd
staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*

Several PLL control registers have the same layout and therefore the
field definitions may be shared for those registers. Renaming
definitions of PANEL_PLL_CTRL_* fields to more generic PLL_CTRL_* will
allow reusing these definitions for other PLL control registers.

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c
drivers/staging/sm750fb/ddk750_display.c
drivers/staging/sm750fb/ddk750_reg.h