]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places
authorAxel Lin <axel.lin@ingics.com>
Sun, 26 Apr 2015 02:32:36 +0000 (10:32 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:38:42 +0000 (22:38 +0200)
commit644cccf7b638f6f672fa7c09f74e72f27eee7238
tree64e33a318810ba8314861be605d1bce175ceaa5f
parent8f46247dd90910dc521ed8d816ece46f748aa91d
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>
drivers/gpio/stm32_gpio.c