summaryrefslogtreecommitdiff
path: root/arch/mips/mach-mscc/gpio.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
2019-01-16mips: mscc: Add generic GPIO control utility functionLars Povlsen1-0/+33
The GPIO control function can be used for controlling alternate functions associated with a GPIO. Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>