]> git.baikalelectronics.ru Git - kernel.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)
commit81dc044c8a475a93695895fb873e9475c734590d
tree14ffddec7e2f1c0ff8c59efb436c40d0960b3234
parent87d3c2dca4e4d389ec07f52c3ce1cb50688d0c72
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