-
- Downloads
Merge tag 'pinctrl-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control updates from Linus Walleij: "An almost purely driver related set of changes with no major changes to the framework, only one patch adding an unlocked version of the pinctrl_find_gpio_range_from_pin() library call. New drivers: - ST Microelectronics STM32 MCU support: this is a non-MMU low-end platform for IoT things (etc). - Microchip PIC32 MCU support: same story as for STM32. New subdrivers: - Allwinner SunXi H3 R_PIO controller support. - Qualcomm IPQ4019 support. - MediaTek MT2701 and MT7623. - Allwinner A64 Non-critical fixes: - gpio_disable_free() for the Vybrid. - pinctrl single: use a separate lockdep class. Misc: - Substantial cleanups and rewrites for the Super-H PFC driver and subdrivers. - Various fixes and cleanups, especially Paul Gortmakers work to make nonmodular drivers nonmodular" * tag 'pinctrl-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (75 commits) pinctrl: single: Use a separate lockdep class drivers: pinctrl: add driver for Allwinner A64 SoC pinctrl: Broadcom Northstar2 pinctrl device tree bindings pinctrl: amlogic: Make driver independent from two-domain configuration pinctrl: amlogic: Separate some pin functions for Meson8 / Meson8b pinctrl: at91: use __maybe_unused to hide pm functions pinctrl: sh-pfc: core: don't open code of_device_get_match_data() pinctrl: uniphier: rename CONFIG options and file names pinctrl: sunxi: make A80 explicitly non-modular pinctrl: stm32: make explicitly non-modular pinctrl: sh-pfc: make explicitly non-modular pinctrl: meson: make explicitly non-modular pinctrl: pinctrl-mt6397 driver explicitly non-modular pinctrl: sunxi: does not need module.h pinctrl: pxa2xx: export symbols pinctrl: sunxi: Change mux setting on PI irq pins pinctrl: sunxi: Remove non existing irq's pinctrl: imx: attach iomuxc device to gpr syscon pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing pinctrl: lpc1850-scu: document nxp,gpio-pin-interrupt ...
Showing
- drivers/pinctrl/sh-pfc/core.c 7 additions, 17 deletionsdrivers/pinctrl/sh-pfc/core.c
- drivers/pinctrl/sh-pfc/pfc-r8a7778.c 345 additions, 345 deletionsdrivers/pinctrl/sh-pfc/pfc-r8a7778.c
- drivers/pinctrl/sh-pfc/pfc-r8a7779.c 568 additions, 568 deletionsdrivers/pinctrl/sh-pfc/pfc-r8a7779.c
- drivers/pinctrl/sh-pfc/pfc-r8a7790.c 387 additions, 387 deletionsdrivers/pinctrl/sh-pfc/pfc-r8a7790.c
- drivers/pinctrl/sh-pfc/pfc-r8a7791.c 312 additions, 312 deletionsdrivers/pinctrl/sh-pfc/pfc-r8a7791.c
- drivers/pinctrl/sh-pfc/pfc-r8a7794.c 981 additions, 424 deletionsdrivers/pinctrl/sh-pfc/pfc-r8a7794.c
- drivers/pinctrl/sh-pfc/pfc-r8a7795.c 630 additions, 285 deletionsdrivers/pinctrl/sh-pfc/pfc-r8a7795.c
- drivers/pinctrl/sh-pfc/pfc-sh7734.c 206 additions, 206 deletionsdrivers/pinctrl/sh-pfc/pfc-sh7734.c
- drivers/pinctrl/sh-pfc/sh_pfc.h 89 additions, 9 deletionsdrivers/pinctrl/sh-pfc/sh_pfc.h
- drivers/pinctrl/stm32/Kconfig 16 additions, 0 deletionsdrivers/pinctrl/stm32/Kconfig
- drivers/pinctrl/stm32/Makefile 5 additions, 0 deletionsdrivers/pinctrl/stm32/Makefile
- drivers/pinctrl/stm32/pinctrl-stm32.c 829 additions, 0 deletionsdrivers/pinctrl/stm32/pinctrl-stm32.c
- drivers/pinctrl/stm32/pinctrl-stm32.h 51 additions, 0 deletionsdrivers/pinctrl/stm32/pinctrl-stm32.h
- drivers/pinctrl/stm32/pinctrl-stm32f429.c 1591 additions, 0 deletionsdrivers/pinctrl/stm32/pinctrl-stm32f429.c
- drivers/pinctrl/sunxi/Kconfig 22 additions, 14 deletionsdrivers/pinctrl/sunxi/Kconfig
- drivers/pinctrl/sunxi/Makefile 3 additions, 1 deletiondrivers/pinctrl/sunxi/Makefile
- drivers/pinctrl/sunxi/pinctrl-sun50i-a64.c 601 additions, 0 deletionsdrivers/pinctrl/sunxi/pinctrl-sun50i-a64.c
- drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c 14 additions, 18 deletionsdrivers/pinctrl/sunxi/pinctrl-sun7i-a20.c
- drivers/pinctrl/sunxi/pinctrl-sun8i-h3-r.c 106 additions, 0 deletionsdrivers/pinctrl/sunxi/pinctrl-sun8i-h3-r.c
- drivers/pinctrl/sunxi/pinctrl-sun9i-a80-r.c 2 additions, 7 deletionsdrivers/pinctrl/sunxi/pinctrl-sun9i-a80-r.c
Loading
Please register or sign in to comment