On Sun, Jun 12, 2016 at 9:29 PM, Shawn Guo <shawn...@kernel.org> wrote: > On Sun, Jun 12, 2016 at 08:13:03PM +0800, Dong Aisheng wrote: >> I understand your point. >> How about using power_bit and powerup_set? >> * @power_bit: pll power bit offset > > I'm fine with the name, but the comment should be fixed, since we are > actually using it as a bit mask instead of offset. >
Yes, i can change to: * @power_bit: pll power bit mask * @powerup_set: set power_bit to power up the PLL Regards Dong Aisheng > Shawn > >> * @powerup_set: set power_bit to power up the PLL >