mirror of https://github.com/torvalds/linux.git
Core changes:
- Add support for "input-schmitt-microvolt" property, as used in the
Sophgo SoC.
New drivers:
- Mobileye EyeQ5 pin controller, I think this is an automotive SoC.
- Rockchip rk3576 pin control support.
- Sophgo CV1800 series pin controllers: CV1800B, CV1812H and SG2000.
Improvements:
- Gradual improvements to Renesas, Samsung, Qualcomm, Nuvoton
and a few other drivers.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAmbvQpoACgkQQRCzN7AZ
XXOwIxAApTqZMFAQwEsqMSrcDeJeoaH3vQLa1MKmOLY+IIdNPemlaCpoYUX48MRB
DRxz9c6lU2sD80xtYfuXCpye8i4cVrkLlRWpap2efX1rqaMWQNO1vQvO4VgL6plI
ElU1ivjKpuqIsjJH3UELILuDV8Ft26p1AoCJhE5cTVu+nsP4aNaS0DQLzf2K7nrd
c5chLYPxM0K+ViHtDDAlrJ70y5fUCkEaSUC8PBqVu04gRjubIqNKwlbaNRR/pRKk
dtG4RbDdJwu//pcStNIuKpwlEHcY6E8egY80fjP+i6XUNDfxN2LFcC7IWkvTRiZg
xz7nQFsH6BnuUKpaxFCCTs58sFPKCoasbWMja4RtXoq3e0W6Gne7/tNO6uLc0dFx
AIGIW/scLzmOgi32YYZsMu9aL6d6Gr2Bj1aJrzHcgi4gZWJnfwCDwuhb70X9eZaY
T1HMjCGU16XO9ipAtIHrtsOt6DRvq5tLygEQ39u6nxQCrapJ30JCFMAxesGdErAL
ER8RmUGhvv+sMJ0fE8pcCP7vOB3LaPiqgqDsEQK7ph81pIWi/iXWQBNzRqGMs2aQ
30WZ27nO26NBS54yUd019UGJGTDafYuWVn+coXEYd8YBlqxP9qRlfbVUvLbvi730
OopyOKOhAuYQEjuQsK2Gz9/5K5axw2f3d6ClAwqnGeWTtihgS6s=
=7uZC
-----END PGP SIGNATURE-----
Merge tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control updates from Linus Walleij:
"Core changes:
- Add support for "input-schmitt-microvolt" property, as used in the
Sophgo SoC
New drivers:
- Mobileye EyeQ5 pin controller, I think this is an automotive SoC
- Rockchip rk3576 pin control support
- Sophgo CV1800 series pin controllers: CV1800B, CV1812H and SG2000
Improvements:
- Gradual improvements to Renesas, Samsung, Qualcomm, Nuvoton and a
few other drivers"
* tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (67 commits)
pinctrl: intel: Constify struct intel_pinctrl parameter
pinctrl: Remove redundant null pointer checks in pinctrl_remove_device_debugfs()
pinctrl: baytrail: Drop duplicate return statement
pinctrl: intel: Inline intel_gpio_community_irq_handler()
dt-bindings: pinctrl: qcom: add missing type to GPIO hogs
pinctrl: madera: Simplify with dev_err_probe()
pinctrl: k210: Use devm_clk_get_enabled() helpers
pinctrl: Join split messages and remove double whitespace
pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of switch cases
pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter configuration
pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable API
pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function
pinctrl: sunxi: Use devm_clk_get_enabled() helpers
pinctrl: sophgo: cv18xx: fix missed __iomem type identifier
pinctrl: stmfx: Use string_choices API instead of ternary operator
pinctrl: nomadik: Use kmemdup_array instead of kmemdup for multiple allocation
pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.
pinctrl: intel: Constify intel_get_community() returned object
pinctrl: intel: Implement high impedance support
pinctrl: intel: Add __intel_gpio_get_direction() helper
...
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mtk-eint.c | ||
| mtk-eint.h | ||
| pinctrl-moore.c | ||
| pinctrl-moore.h | ||
| pinctrl-mt76x8.c | ||
| pinctrl-mt2701.c | ||
| pinctrl-mt2712.c | ||
| pinctrl-mt6397.c | ||
| pinctrl-mt6765.c | ||
| pinctrl-mt6779.c | ||
| pinctrl-mt6795.c | ||
| pinctrl-mt6797.c | ||
| pinctrl-mt7620.c | ||
| pinctrl-mt7621.c | ||
| pinctrl-mt7622.c | ||
| pinctrl-mt7623.c | ||
| pinctrl-mt7629.c | ||
| pinctrl-mt7981.c | ||
| pinctrl-mt7986.c | ||
| pinctrl-mt8127.c | ||
| pinctrl-mt8135.c | ||
| pinctrl-mt8167.c | ||
| pinctrl-mt8173.c | ||
| pinctrl-mt8183.c | ||
| pinctrl-mt8186.c | ||
| pinctrl-mt8188.c | ||
| pinctrl-mt8192.c | ||
| pinctrl-mt8195.c | ||
| pinctrl-mt8365.c | ||
| pinctrl-mt8516.c | ||
| pinctrl-mtk-common-v2.c | ||
| pinctrl-mtk-common-v2.h | ||
| pinctrl-mtk-common.c | ||
| pinctrl-mtk-common.h | ||
| pinctrl-mtk-mt2701.h | ||
| pinctrl-mtk-mt2712.h | ||
| pinctrl-mtk-mt6397.h | ||
| pinctrl-mtk-mt6765.h | ||
| pinctrl-mtk-mt6779.h | ||
| pinctrl-mtk-mt6795.h | ||
| pinctrl-mtk-mt6797.h | ||
| pinctrl-mtk-mt8127.h | ||
| pinctrl-mtk-mt8135.h | ||
| pinctrl-mtk-mt8167.h | ||
| pinctrl-mtk-mt8173.h | ||
| pinctrl-mtk-mt8183.h | ||
| pinctrl-mtk-mt8186.h | ||
| pinctrl-mtk-mt8188.h | ||
| pinctrl-mtk-mt8192.h | ||
| pinctrl-mtk-mt8195.h | ||
| pinctrl-mtk-mt8365.h | ||
| pinctrl-mtk-mt8516.h | ||
| pinctrl-mtmips.c | ||
| pinctrl-mtmips.h | ||
| pinctrl-paris.c | ||
| pinctrl-paris.h | ||
| pinctrl-rt305x.c | ||
| pinctrl-rt2880.c | ||
| pinctrl-rt3883.c | ||