summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/include/mach/iomux.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: at91: provide at91_mux_pio3_pin for use in first stageAhmad Fatoum2019-10-141-8/+1
| | | | | | | | | | | Low level init code may wish the ability to configure pins, e.g. for low level debug UART. The pinctrl-at91 driver already exports an at91_mux_pio3_pin function, but that one is only usable after driver probe. Instead, provide an at91_mux_pio3_pin function, which can be used at all times. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: AT91: move iomux definitions to iomux.hSascha Hauer2013-08-161-0/+266
mach/gpio.h is for the gpio API, so move unrelated stuff away. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>