summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pinctrl: remove s3c24xx driverArnd Bergmann2023-01-163-659/+0
* | 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-284-7/+14
* Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-265-24/+22
|\
| * pinctrl: samsung: Switch to use for_each_gpiochip_node() helperAndy Shevchenko2022-04-145-18/+18
| * pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get()Andy Shevchenko2022-04-141-7/+5
* | pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos configKrzysztof Kozlowski2022-04-211-7/+4
* | pinctrl: samsung: staticize fsd_pin_ctrlKrzysztof Kozlowski2022-04-041-1/+1
|/
* pinctrl: samsung: improve wake irq info on consoleMartin Jücker2022-02-011-1/+2
* pinctrl: samsung: add FSD SoC specific dataAlim Akhtar2022-01-253-0/+74
* pinctrl: samsung: add support for Exynos850 and ExynosAutov9 wake-upsKrzysztof Kozlowski2022-01-231-0/+4
* pinctrl: samsung: accept GPIO bank nodes with a suffixKrzysztof Kozlowski2022-01-231-12/+45
* pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpiosSam Protsenko2022-01-231-2/+0
* 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: Make symbol 'exynos7885_pin_ctrl' staticWei Yongjun2021-11-231-1/+1
* pinctrl: samsung: Add Exynos7885 SoC specific dataDavid Virag2021-11-163-0/+84
* pinctrl: samsung: support ExynosAutov9 SoC pinctrlChanho Park2021-10-173-0/+111
* Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-024-1/+149
|\
| * pinctrl: samsung: Add Exynos850 SoC specific dataSam Protsenko2021-08-134-0/+148
| * pinctrl: samsung: Fix pinctrl bank pin countJaehyoung Choi2021-08-021-1/+1
* | pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-123-33/+24
|/
* pinctrl: samsung: use 'int' for register masks in ExynosKrzysztof Kozlowski2021-04-101-5/+5
* pinctrl: samsung: use raw_spinlock for s3c64xxChanho Park2021-01-271-2/+2
* pinctrl: samsung: use raw_spinlock for lockingChanho Park2021-01-234-22/+22
* pinctrl: samsung: s3c24xx: remove unneeded breakTom Rix2020-10-261-5/+0
* pinctrl: samsung: Use bank name as irqchip nameMarek Szyprowski2020-08-041-26/+32
* pinctrl: samsung: pinctrl-s3c64xx: Fix formatting issuesLee Jones2020-07-161-3/+3
* pinctrl: samsung: pinctrl-s3c24xx: Fix formatting issuesLee Jones2020-07-161-3/+3
* pinctrl: samsung: pinctrl-samsung: Demote obvious misuse of kerneldoc to stan...Lee Jones2020-07-161-2/+2
* pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOsJonathan Bakker2020-04-281-0/+9
* pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210Jonathan Bakker2020-04-131-24/+49
* pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xxKrzysztof Kozlowski2019-12-151-2/+4
* pinctrl: samsung: Clarify the option titles/namesKrzysztof Kozlowski2019-12-111-3/+3
* pinctrl: samsung: Enable compile test for build coverageKrzysztof Kozlowski2019-12-111-3/+5
* pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski2019-10-011-2/+8
* pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller...Krzysztof Kozlowski2019-10-011-1/+5
* pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller...Krzysztof Kozlowski2019-10-011-1/+5
* pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller ...Krzysztof Kozlowski2019-10-011-2/+8
* pinctrl: samsung: Add of_node_put() before return in error pathNishka Dasgupta2019-10-011-1/+3
* pinctrl: samsung: fix leaked of_node referencesWen Yang2019-04-231-0/+1
* pinctrl: samsung: Remove legacy API for handling external wakeup interrupts maskKrzysztof Kozlowski2019-02-081-10/+2
* 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-142-2/+2
* pinctrl: samsung: Remove duplicated "wakeup" in printkKrzysztof Kozlowski2018-08-101-1/+1
* pinctrl: samsung: Write external wakeup interrupt maskKrzysztof Kozlowski2018-07-242-1/+52