commit | 776980cf0f8cd3c8e5863ec92bccb8e670e3efa1 | [log] [tgz] |
---|---|---|
author | Mike Rapoport <mike.rapoport@gmail.com> | Sun Jan 17 20:04:30 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 18:51:36 2016 -0800 |
tree | 21de7932a72a8cd8941a6a9edf8c94bb361e7137 | |
parent | a941245109ff133f715af9a9b9a55be09e89dda1 [diff] |
staging: sm750fb: use BIT macro for POWER_MODE_CTRL single-bit fields Replace complex definition of POWER_MODE_CTRL register fields with BIT() macro and use open-coded implementation for register manipulations. Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>