Age | Commit message (Expand) | Author |
2023-06-30 | Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2023-06-29 | Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds |
2023-06-28 | Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2023-06-26 | Merge branches 'pm-sleep' and 'pm-domains' | Rafael J. Wysocki |
2023-06-24 | Add Renesas PMIC RAA215300 and built-in RTC | Mark Brown |
2023-06-21 | Merge tag 'intel-pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij |
2023-06-19 | pinctrl: cherryview: Drop goto label | Andy Shevchenko |
2023-06-19 | pinctrl: baytrail: invert if condition | Raag Jadav |
2023-06-19 | pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failure | Raag Jadav |
2023-06-19 | pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hook | Raag Jadav |
2023-06-19 | pinctrl: tegra: avoid duplicate field initializers | Arnd Bergmann |
2023-06-19 | pinctrl: mlxbf3: remove broken Kconfig 'select' | Arnd Bergmann |
2023-06-16 | pinctrl: spear: Remove unused of_gpio.h inclusion | Andy Shevchenko |
2023-06-16 | pinctrl: lantiq: Remove unused of_gpio.h inclusion | Andy Shevchenko |
2023-06-16 | pinctrl: at91-pio4: check return value of devm_kasprintf() | Claudiu Beznea |
2023-06-16 | pinctrl: microchip-sgpio: check return value of devm_kasprintf() | Claudiu Beznea |
2023-06-16 | pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 | Xiaolei Wang |
2023-06-15 | pinctrl: intel: refine ->irq_set_type() hook | Raag Jadav |
2023-06-14 | pinctrl: intel: refine ->set_mux() hook | Raag Jadav |
2023-06-12 | pinctrl: amd: Use pm_pr_dbg to show debugging messages | Mario Limonciello |
2023-06-12 | pinctrl: baytrail: Use str_hi_lo() helper | Andy Shevchenko |
2023-06-09 | pinctrl: npcm7xx: Add missing check for ioremap | Jiasheng Jiang |
2023-06-09 | pinctrl:sunplus: Add check for kmalloc | Wells Lu |
2023-06-09 | pinctrl: nxp: Fix resource leaks in for_each_child_of_node() loops | Lu Hongfei |
2023-06-09 | pinctrl: Relax user input size in pinmux_select() | Andy Shevchenko |
2023-06-09 | pinctrl: Duplicate user memory in one go in pinmux_select() | Andy Shevchenko |
2023-06-09 | pinctrl: tegra: Add Tegra234 pinmux driver | Prathamesh Shete |
2023-06-09 | pinctrl: qcom: organize audio drivers in menuconfig | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: organize main SoC drivers in new Kconfig.msm | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: allow true compile testing | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: mark true OF dependency - common MSM pinctrl code | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: drop unneeded GPIOLIB dependency | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: correct language typo (Technologies) | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: fix indentation in Kconfig | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: qdf2xxx: drop ACPI_PTR | Krzysztof Kozlowski |
2023-06-09 | pinctrl: qcom: Add IPQ5018 pinctrl driver | Sricharan Ramabadhran |
2023-06-08 | pinctrl: stm32: add stm32mp257 pinctrl support | Alexandre Torgue |
2023-06-07 | pinctrl: intel: Add Intel Meteor Lake-S pin controller support | Andy Shevchenko |
2023-06-06 | pinctrl: moorefield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show() | Andy Shevchenko |
2023-06-06 | pinctrl: moorefield: Fix open-drain pin mode configuration | Andy Shevchenko |
2023-06-06 | pinctrl: merrifield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show() | Andy Shevchenko |
2023-06-06 | pinctrl: merrifield: Fix open-drain pin mode configuration | Andy Shevchenko |
2023-06-06 | pinctrl: cherryview: Return correct value if pin in push-pull mode | Andy Shevchenko |
2023-06-02 | pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQ | Andy Shevchenko |
2023-06-02 | pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitions | Andy Shevchenko |
2023-06-02 | pinctrl: baytrail: Unify style of error and debug messages | Andy Shevchenko |
2023-06-02 | pinctrl: s32: separate const device data from struct s32_pinctrl_soc_info | Chester Lin |
2023-06-01 | pinctrl: tegra: Consistently refer to SoC data | Thierry Reding |
2023-06-01 | pinctrl: tegra: Duplicate pinmux functions table | Thierry Reding |
2023-05-30 | pinctrl: sunplus: Add check for kmalloc | Wells Lu |