Skip to content

Commit c501d0b

Browse files
Cristina Ciocanlinusw
authored andcommitted
pinctrl: baytrail: Add pin control operations
Add implementation for: - pin control, group information retrieval: count, name and pins - pin muxing: - function information (count, name and groups) - mux setting - gpio control (enable, disable, set direction) - pin configuration: - pull disable - pull up/down and pull strength - debounce - any other option is treated as not supported. Signed-off-by: Cristina Ciocan <cristina.ciocan@intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent c8f5c4c commit c501d0b

File tree

2 files changed

+528
-35
lines changed

2 files changed

+528
-35
lines changed

drivers/pinctrl/intel/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ config PINCTRL_BAYTRAIL
66
bool "Intel Baytrail GPIO pin control"
77
depends on GPIOLIB && ACPI
88
select GPIOLIB_IRQCHIP
9+
select PINMUX
10+
select PINCONF
11+
select GENERIC_PINCONF
912
help
1013
driver for memory mapped GPIO functionality on Intel Baytrail
1114
platforms. Supports 3 banks with 102, 28 and 44 gpios.

0 commit comments

Comments
 (0)