commit | 895b5d65c7163436f06fa95281538f43e1a41d9e | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun Apr 26 10:32:36 2015 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri May 08 17:24:17 2015 -0400 |
tree | 850a52756381b866b1155cdd85b789bb5e1ea095 | |
parent | 5094befd84de1fe6ffbe515d8efe2f19963a17f5 [diff] |
gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places Use clrsetbits_le32() to replace clrbits_le32() + setbits_le32(). Signed-off-by: Axel Lin <axel.lin@ingics.com>