summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/stm32_gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-051-1/+1
| | | | Signed-off-by: Kamil Lulko <kamil.lulko@gmail.com>
* gpio: stm32: add stm32f1 supportMatt Porter2015-05-281-1/+109
| | | | | | Add support for the STM32F1 family to the STM32 gpio driver. Signed-off-by: Matt Porter <mporter@konsulko.com>
* gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin2015-05-081-13/+5
| | | | | | Use clrsetbits_le32() to replace clrbits_le32() + setbits_le32(). Signed-off-by: Axel Lin <axel.lin@ingics.com>
* ARMv7M: Add STM32F4 supportrev13@wp.pl2015-04-221-0/+199
Signed-off-by: Kamil Lulko <rev13@wp.pl> Reviewed-by: Tom Rini <trini@konsulko.com>
OpenPOWER on IntegriCloud