Age | Commit message (Expand) | Author |
2023-02-22 | Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2023-01-16 | pinctrl: samsung: Do not mention legacy API in the code | Andy Shevchenko |
2023-01-16 | ARM: s3c: remove s3c24xx specific hacks | Arnd Bergmann |
2022-10-24 | pinctrl: samsung: Add missing header(s) | Andy Shevchenko |
2022-08-16 | pinctrl: samsung: Finish initializing the gpios before registering them | Saravana Kannan |
2022-06-28 | pinctrl: samsung: do not use bindings header with constants | Krzysztof Kozlowski |
2022-04-14 | pinctrl: samsung: Switch to use for_each_gpiochip_node() helper | Andy Shevchenko |
2022-04-14 | pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get() | Andy Shevchenko |
2022-01-25 | pinctrl: samsung: add FSD SoC specific data | Alim Akhtar |
2022-01-23 | pinctrl: samsung: accept GPIO bank nodes with a suffix | Krzysztof Kozlowski |
2022-01-23 | pinctrl: samsung: drop pin banks references on error paths | Krzysztof Kozlowski |
2021-12-25 | pinctrl: samsung: Use platform_get_irq_optional() to get the interrupt | Lad Prabhakar |
2021-11-16 | pinctrl: samsung: Add Exynos7885 SoC specific data | David Virag |
2021-10-17 | pinctrl: samsung: support ExynosAutov9 SoC pinctrl | Chanho Park |
2021-08-13 | pinctrl: samsung: Add Exynos850 SoC specific data | Sam Protsenko |
2021-08-02 | pinctrl: samsung: Fix pinctrl bank pin count | Jaehyoung Choi |
2021-01-23 | pinctrl: samsung: use raw_spinlock for locking | Chanho Park |
2020-07-16 | pinctrl: samsung: pinctrl-samsung: Demote obvious misuse of kerneldoc to stan... | Lee Jones |
2019-10-01 | pinctrl: samsung: Fix device node refcount leaks in init code | Krzysztof Kozlowski |
2018-12-14 | pinctrl: Use of_node_name_eq for node name comparisons | Rob Herring |
2018-09-14 | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-05-02 | pinctrl: samsung: add pin_dbg_show callback for debugfs | Chanho Park |
2018-03-08 | pinctrl: samsung: Validate alias coming from DT | Krzysztof Kozlowski |
2018-01-03 | pinctrl: samsung: Add SPDX license identifiers | Krzysztof Kozlowski |
2017-08-14 | Merge tag 'samsung-pinctrl-4.14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij |
2017-08-14 | pinctrl: Convert to using %pOF instead of full_name | Rob Herring |
2017-07-19 | pinctrl: samsung: Use unsigned int for number of controller IO mem resources | Krzysztof Kozlowski |
2017-07-18 | pinctrl: samsung: Use define from dt-bindings for pin mux function | Krzysztof Kozlowski |
2017-07-18 | pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx | Krzysztof Kozlowski |
2017-06-07 | pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 | Krzysztof Kozlowski |
2017-05-23 | pinctrl: samsung: Clean up modular vs. non-modular distinctions | Paul Gortmaker |
2017-05-15 | pinctrl: samsung: Remove unneeded (void *) casts in of_match_table | Masahiro Yamada |
2017-05-02 | Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-04-10 | Merge tag 'samsung-pinctrl-4.12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij |
2017-03-23 | pinctrl: samsung: Use devres version of gpiochip_add_data | Charles Keepax |
2017-03-23 | pinctrl: samsung: Register pinctrl before GPIO | Charles Keepax |
2017-03-23 | pinctrl: samsung: Fix memory mapping code | Andrzej Hajda |
2017-03-14 | pinctrl: samsung: Remove unused local variable | Charles Keepax |
2017-02-13 | pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data() | Wei Yongjun |
2017-02-06 | pinctrl: samsung: mark PM functions as __maybe_unused | Arnd Bergmann |
2017-01-26 | pinctrl: samsung: Replace syscore ops with standard platform device pm_ops | Marek Szyprowski |
2017-01-26 | pinctrl: samsung: Add infrastructure for pin-bank retention control | Marek Szyprowski |
2017-01-26 | pinctrl: samsung: Remove dead code | Marek Szyprowski |
2017-01-26 | pinctrl: samsung: Use generic of_device_get_match_data helper | Marek Szyprowski |
2017-01-26 | pinctrl: samsung: Fix samsung_pinctrl_create_functions return value | Marek Szyprowski |
2017-01-26 | pinctrl: samsung: Remove messages for failed memory allocation | Marek Szyprowski |
2017-01-18 | pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore) | Krzysztof Kozlowski |
2016-11-15 | pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bank | Chanwoo Choi |
2016-09-12 | pinctrl: samsung: Remove an always false dev->of_node test | Sylwester Nawrocki |