-
- Downloads
Merge tag 'pinctrl-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fixes from Linus Walleij: "Here is an overdue pull request for pin control fixes, the most prominent feature is to make Intel Chromebooks (and I suspect any other Cherryview-based Intel thing) happy again, which we really want to see. There is a patch hitting drivers/firmware/* that I was uncertain to who actually manages, but I got Andy Shevchenko's and Dmitry Torokov's review tags on it and I trust them both 100% to do the right thing for Intel platform drivers. Summary: - Make a few Intel Chromebooks with Cherryview DMI firmware work smoothly. - A fix for some bogus allocations in the generic group management code. - Some GPIO descriptor lookup table stubs. Merged through the pin control tree for administrative reasons. - Revert the "bi-directional" and "output-enable" generic properties: we need more discussions around this. It seems other SoCs are using input/output gate enablement and these terms are not correct. - Fix mux and drive strength atomically in the MXS driver. - Fix the SPDIF function on sunxi A83T. - OF table terminators and other small fixes" * tag 'pinctrl-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: sunxi: Fix SPDIF function name for A83T pinctrl: mxs: atomically switch mux and drive strength config pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems firmware: dmi: Add DMI_PRODUCT_FAMILY identification string pinctrl: core: Fix warning by removing bogus code gpiolib: Add stubs for gpiod lookup table interface Revert "pinctrl: generic: Add bi-directional and output-enable" pinctrl: cherryview: Add terminate entry for dmi_system_id tables
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt 0 additions, 2 deletions...entation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
- drivers/firmware/dmi-id.c 2 additions, 0 deletionsdrivers/firmware/dmi-id.c
- drivers/firmware/dmi_scan.c 1 addition, 0 deletionsdrivers/firmware/dmi_scan.c
- drivers/pinctrl/core.c 3 additions, 17 deletionsdrivers/pinctrl/core.c
- drivers/pinctrl/freescale/pinctrl-mxs.c 12 additions, 4 deletionsdrivers/pinctrl/freescale/pinctrl-mxs.c
- drivers/pinctrl/intel/pinctrl-cherryview.c 19 additions, 5 deletionsdrivers/pinctrl/intel/pinctrl-cherryview.c
- drivers/pinctrl/pinconf-generic.c 0 additions, 3 deletionsdrivers/pinctrl/pinconf-generic.c
- drivers/pinctrl/pinmux.c 4 additions, 17 deletionsdrivers/pinctrl/pinmux.c
- drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c 1 addition, 1 deletiondrivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c
- include/linux/gpio/machine.h 7 additions, 0 deletionsinclude/linux/gpio/machine.h
- include/linux/mod_devicetable.h 1 addition, 0 deletionsinclude/linux/mod_devicetable.h
- include/linux/pinctrl/pinconf-generic.h 0 additions, 3 deletionsinclude/linux/pinctrl/pinconf-generic.h
Loading
Please register or sign in to comment