commit | 7f5ce9dddbab6c76f7b7aa040c4c0bfb00530047 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Mon Nov 06 06:55:52 2017 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 06 16:47:04 2017 +0100 |
tree | d14927031a812f520662371ec6f68d3256c4e3d1 | |
parent | 57a1f2a04a74e8b21bfb7bda4aa18adc8ae9f57c [diff] |
staging: ccree: simplify ioread/iowrite Registers ioread/iowrite operations were done via macros, sometime using a "magical" implicit parameter. Replace all register access with simple inline macros. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>