Age | Commit message (Expand) | Author | Files | Lines |
2022-03-28 | Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 110 | -3913/+16367 |
2022-03-27 | pinctrl: mediatek: common-v1: fix semicolon.cocci warnings | kernel test robot | 1 | -1/+1 |
2022-03-25 | pinctrl: nuvoton: wpcm450: Fix build error without OF | Zheng Bin | 1 | -0/+1 |
2022-03-25 | Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+10 |
2022-03-25 | pinctrl: qcom-pmic-gpio: Add support for pm8450 | Dmitry Baryshkov | 1 | -0/+1 |
2022-03-24 | pinctrl: ingenic: Fix regmap on X series SoCs | Aidan MacDonald | 1 | -1/+45 |
2022-03-24 | pinctrl: nuvoton: Fix return value check in wpcm450_gpio_register() | Jialin Zhang | 1 | -2/+3 |
2022-03-24 | pinctrl: nuvoton: wpcm450: off by one in wpcm450_gpio_register() | Dan Carpenter | 1 | -1/+1 |
2022-03-24 | pinctrl: nuvoton: wpcm450: select GENERIC_PINCTRL_GROUPS | Jonathan Neuschäfer | 1 | -0/+1 |
2022-03-24 | pinctrl: nuvoton: Fix sparse warning | Linus Walleij | 2 | -3/+3 |
2022-03-24 | pinctrl: mediatek: mt8186: Account for probe refactoring | Linus Walleij | 1 | -6/+2 |
2022-03-24 | Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 3 | -21/+72 |
2022-03-17 | pinctrl: mediatek: common-v1: Commonize spec_ies_smt_set callback | AngeloGioacchino Del Regno | 9 | -103/+71 |
2022-03-17 | pinctrl: mediatek: common-v1: Commonize spec_pupd callback | AngeloGioacchino Del Regno | 10 | -75/+46 |
2022-03-17 | pinctrl: mediatek: common-v1: Use common probe function | AngeloGioacchino Del Regno | 7 | -60/+15 |
2022-03-17 | pinctrl: mediatek: common-v1: Add common probe function | AngeloGioacchino Del Regno | 2 | -0/+13 |
2022-03-17 | pinctrl: mediatek: paris: Unify probe function by using OF match data | AngeloGioacchino Del Regno | 8 | -47/+19 |
2022-03-15 | pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe | Miaoqian Lin | 1 | -0/+2 |
2022-03-15 | pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe | Miaoqian Lin | 1 | -1/+3 |
2022-03-15 | pinctrl: berlin: fix error return code of berlin_pinctrl_build_state() | Meng Tang | 1 | -0/+2 |
2022-03-15 | pinctrl: qcom: Introduce sc8280xp TLMM driver | Bjorn Andersson | 3 | -0/+1963 |
2022-03-15 | pinctrl: microchip-sgpio: wait until output is actually set | Michael Walle | 1 | -1/+68 |
2022-03-15 | pinctrl: microchip-sgpio: return error in spgio_output_set() | Michael Walle | 1 | -8/+8 |
2022-03-15 | pinctrl: microchip-sgpio: use regmap_update_bits() | Michael Walle | 1 | -11/+4 |
2022-03-15 | pinctrl: microchip-sgpio: don't do RMW for interrupt ack register | Michael Walle | 1 | -1/+8 |
2022-03-15 | pinctrl: microchip-sgpio: lock RMW access | Michael Walle | 1 | -0/+15 |
2022-03-15 | pinctrl: ocelot: Fix interrupt parsing | Horatiu Vultur | 1 | -2/+2 |
2022-03-15 | pinctrl: imx: Reduce printk message level for empty nodes | Alexander Stein | 1 | -1/+1 |
2022-03-15 | pinctrl: zynq: use module_platform_driver to simplify the code | Srinivas Neeli | 1 | -5/+2 |
2022-03-15 | pinctrl: qcom: cleanup comments | Tom Rix | 2 | -3/+3 |
2022-03-15 | pinctrl: mediatek: pinctrl-mtk-common: Simplify with dev_err_probe() | AngeloGioacchino Del Regno | 1 | -14/+11 |
2022-03-15 | pinctrl: mediatek: pinctrl-paris: Simplify with dev_err_probe() | AngeloGioacchino Del Regno | 1 | -12/+7 |
2022-03-15 | pinctrl: mediatek: pinctrl-moore: Simplify with dev_err_probe() | AngeloGioacchino Del Regno | 1 | -16/+9 |
2022-03-15 | pinctrl: mediatek: paris: Support generic PIN_CONFIG_DRIVE_STRENGTH_UA | Chen-Yu Tsai | 1 | -0/+99 |
2022-03-15 | pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic | Chen-Yu Tsai | 1 | -83/+61 |
2022-03-15 | pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual GPIOs | Chen-Yu Tsai | 1 | -0/+3 |
2022-03-15 | pinctrl: mediatek: paris: Drop extra newline in mtk_pctrl_show_one_pin() | Chen-Yu Tsai | 1 | -8/+4 |
2022-03-15 | pinctrl: mediatek: paris: Fix pingroup pin config state readback | Chen-Yu Tsai | 1 | -5/+3 |
2022-03-15 | pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() | Chen-Yu Tsai | 1 | -2/+1 |
2022-03-15 | pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback | Chen-Yu Tsai | 1 | -10/+6 |
2022-03-15 | pinctrl: pinconf-generic: Print arguments for bias-pull-* | Chen-Yu Tsai | 1 | -3/+3 |
2022-03-15 | pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init | Miaoqian Lin | 1 | -0/+2 |
2022-03-15 | pinctrl: nuvoton: Add driver for WPCM450 | Jonathan Neuschäfer | 4 | -1/+1170 |
2022-03-15 | pinctrl: ocelot: fix duplicate debugfs entry | Michael Walle | 1 | -0/+1 |
2022-03-15 | pinctrl: ocelot: fix confops resource index | Michael Walle | 1 | -1/+1 |
2022-03-15 | pinctrl: imx93: Add pinctrl driver support | Jacky Bai | 3 | -0/+280 |
2022-03-15 | pinctrl: canonical rsel resistance selection property | Guodong Liu | 1 | -1/+1 |
2022-03-15 | pinctrl: add pinctrl driver on mt8186 | Guodong Liu | 4 | -0/+3465 |
2022-03-14 | Merge tag 'v5.17-rc8' into irq/core, to fix conflicts | Ingo Molnar | 4 | -7/+16 |
2022-03-01 | Merge tag 'intel-pinctrl-v5.18-1' of gitolite.kernel.org:pub/scm/linux/kernel... | Linus Walleij | 6 | -41/+689 |