summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung/pinctrl-samsung.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: samsung: drop redundant drvdata assignmentKrzysztof Kozlowski2024-04-301-2/+0
* pinctrl: samsung: support a bus clockAndré Draszik2024-04-291-4/+93
* pinctrl: samsung: constify iomem pointersKrzysztof Kozlowski2023-12-281-2/+2
* pinctrl: samsung: add exynosautov920 pinctrlJaewon Kim2023-12-131-0/+2
* pinctrl: samsung: support ExynosAuto GPIO structureJaewon Kim2023-12-131-0/+3
* pinctrl: samsung: Add gs101 SoC pinctrl configurationPeter Griffin2023-12-121-0/+2
* pinctrl: samsung: do not offset pinctrl numberspacesMateusz Majewski2023-10-091-11/+4
* pinctrl: samsung: choose GPIO numberspace base dynamicallyMateusz Majewski2023-10-091-1/+1
* pinctrl: samsung: use add_pin_ranges method to add pinctrl rangesMateusz Majewski2023-10-091-13/+18
* pinctrl: samsung: defer pinctrl_enableMateusz Majewski2023-10-091-4/+8
* pinctrl: Explicitly include correct DT includesRob Herring2023-07-201-1/+1
* Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-02-221-1/+1
|\
| * pinctrl: samsung: Do not mention legacy API in the codeAndy Shevchenko2023-01-161-1/+1
* | ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-10/+0
|/
* pinctrl: samsung: Add missing header(s)Andy Shevchenko2022-10-241-5/+6
* pinctrl: samsung: Finish initializing the gpios before registering themSaravana Kannan2022-08-161-4/+4
* pinctrl: samsung: do not use bindings header with constantsKrzysztof Kozlowski2022-06-281-3/+1
* pinctrl: samsung: Switch to use for_each_gpiochip_node() helperAndy Shevchenko2022-04-141-10/+10
* pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get()Andy Shevchenko2022-04-141-7/+5
* pinctrl: samsung: add FSD SoC specific dataAlim Akhtar2022-01-251-0/+2
* pinctrl: samsung: accept GPIO bank nodes with a suffixKrzysztof Kozlowski2022-01-231-12/+45
* pinctrl: samsung: drop pin banks references on error pathsKrzysztof Kozlowski2022-01-231-7/+23
* pinctrl: samsung: Use platform_get_irq_optional() to get the interruptLad Prabhakar2021-12-251-4/+5
* pinctrl: samsung: Add Exynos7885 SoC specific dataDavid Virag2021-11-161-0/+2
* pinctrl: samsung: support ExynosAutov9 SoC pinctrlChanho Park2021-10-171-0/+2
* pinctrl: samsung: Add Exynos850 SoC specific dataSam Protsenko2021-08-131-0/+2
* pinctrl: samsung: Fix pinctrl bank pin countJaehyoung Choi2021-08-021-1/+1
* pinctrl: samsung: use raw_spinlock for lockingChanho Park2021-01-231-11/+11
* pinctrl: samsung: pinctrl-samsung: Demote obvious misuse of kerneldoc to stan...Lee Jones2020-07-161-2/+2
* pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski2019-10-011-2/+8
* pinctrl: Use of_node_name_eq for node name comparisonsRob Herring2018-12-141-1/+1
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-7/+10
* pinctrl: samsung: add pin_dbg_show callback for debugfsChanho Park2018-05-021-0/+29
* pinctrl: samsung: Validate alias coming from DTKrzysztof Kozlowski2018-03-081-22/+39
* pinctrl: samsung: Add SPDX license identifiersKrzysztof Kozlowski2018-01-031-21/+16
* Merge tag 'samsung-pinctrl-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2017-08-141-2/+10
|\
| * pinctrl: samsung: Use unsigned int for number of controller IO mem resourcesKrzysztof Kozlowski2017-07-191-1/+1
| * pinctrl: samsung: Use define from dt-bindings for pin mux functionKrzysztof Kozlowski2017-07-181-1/+3
| * pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xxKrzysztof Kozlowski2017-07-181-0/+6
* | pinctrl: Convert to using %pOF instead of full_nameRob Herring2017-08-141-3/+3
|/
* pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8Krzysztof Kozlowski2017-06-071-3/+5
* pinctrl: samsung: Clean up modular vs. non-modular distinctionsPaul Gortmaker2017-05-231-12/+1
* pinctrl: samsung: Remove unneeded (void *) casts in of_match_tableMasahiro Yamada2017-05-151-10/+10
* Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-021-27/+20
|\
| * Merge tag 'samsung-pinctrl-4.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2017-04-101-25/+20
| |\
| | * pinctrl: samsung: Use devres version of gpiochip_add_dataCharles Keepax2017-03-231-7/+2
| | * pinctrl: samsung: Register pinctrl before GPIOCharles Keepax2017-03-231-18/+18
| * | pinctrl: samsung: Remove unused local variableCharles Keepax2017-03-141-2/+0
| |/
* / pinctrl: samsung: Fix memory mapping codeAndrzej Hajda2017-03-231-3/+10
|/