summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung
AgeCommit message (Expand)AuthorLines
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1/+1
2023-01-16pinctrl: samsung: Do not mention legacy API in the codeAndy Shevchenko-1/+1
2023-01-16pinctrl: remove s3c24xx driverArnd Bergmann-659/+0
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann-10/+0
2022-10-24pinctrl: samsung: Add missing header(s)Andy Shevchenko-5/+6
2022-08-16pinctrl: samsung: Finish initializing the gpios before registering themSaravana Kannan-4/+4
2022-06-28pinctrl: samsung: do not use bindings header with constantsKrzysztof Kozlowski-7/+14
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-24/+22
2022-04-21pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos configKrzysztof Kozlowski-7/+4
2022-04-14pinctrl: samsung: Switch to use for_each_gpiochip_node() helperAndy Shevchenko-18/+18
2022-04-14pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get()Andy Shevchenko-7/+5
2022-04-04pinctrl: samsung: staticize fsd_pin_ctrlKrzysztof Kozlowski-1/+1
2022-02-01pinctrl: samsung: improve wake irq info on consoleMartin Jücker-1/+2
2022-01-25pinctrl: samsung: add FSD SoC specific dataAlim Akhtar-0/+74
2022-01-23pinctrl: samsung: add support for Exynos850 and ExynosAutov9 wake-upsKrzysztof Kozlowski-0/+4
2022-01-23pinctrl: samsung: accept GPIO bank nodes with a suffixKrzysztof Kozlowski-12/+45
2022-01-23pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpiosSam Protsenko-2/+0
2022-01-23pinctrl: samsung: drop pin banks references on error pathsKrzysztof Kozlowski-7/+23
2021-12-25pinctrl: samsung: Use platform_get_irq_optional() to get the interruptLad Prabhakar-4/+5
2021-11-23pinctrl: samsung: Make symbol 'exynos7885_pin_ctrl' staticWei Yongjun-1/+1
2021-11-16pinctrl: samsung: Add Exynos7885 SoC specific dataDavid Virag-0/+84
2021-10-17pinctrl: samsung: support ExynosAutov9 SoC pinctrlChanho Park-0/+111
2021-09-02Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+149
2021-08-13pinctrl: samsung: Add Exynos850 SoC specific dataSam Protsenko-0/+148
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier-33/+24
2021-08-02pinctrl: samsung: Fix pinctrl bank pin countJaehyoung Choi-1/+1
2021-04-10pinctrl: samsung: use 'int' for register masks in ExynosKrzysztof Kozlowski-5/+5
2021-01-27pinctrl: samsung: use raw_spinlock for s3c64xxChanho Park-2/+2
2021-01-23pinctrl: samsung: use raw_spinlock for lockingChanho Park-22/+22
2020-10-26pinctrl: samsung: s3c24xx: remove unneeded breakTom Rix-5/+0
2020-08-04pinctrl: samsung: Use bank name as irqchip nameMarek Szyprowski-26/+32
2020-07-16pinctrl: samsung: pinctrl-s3c64xx: Fix formatting issuesLee Jones-3/+3
2020-07-16pinctrl: samsung: pinctrl-s3c24xx: Fix formatting issuesLee Jones-3/+3
2020-07-16pinctrl: samsung: pinctrl-samsung: Demote obvious misuse of kerneldoc to stan...Lee Jones-2/+2
2020-04-28pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOsJonathan Bakker-0/+9
2020-04-13pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210Jonathan Bakker-24/+49
2019-12-15pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xxKrzysztof Kozlowski-2/+4
2019-12-11pinctrl: samsung: Clarify the option titles/namesKrzysztof Kozlowski-3/+3
2019-12-11pinctrl: samsung: Enable compile test for build coverageKrzysztof Kozlowski-3/+5
2019-10-01pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski-2/+8
2019-10-01pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller...Krzysztof Kozlowski-1/+5
2019-10-01pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller...Krzysztof Kozlowski-1/+5
2019-10-01pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller ...Krzysztof Kozlowski-2/+8
2019-10-01pinctrl: samsung: Add of_node_put() before return in error pathNishka Dasgupta-1/+3
2019-04-23pinctrl: samsung: fix leaked of_node referencesWen Yang-0/+1
2019-02-08pinctrl: samsung: Remove legacy API for handling external wakeup interrupts maskKrzysztof Kozlowski-10/+2
2018-12-14pinctrl: Use of_node_name_eq for node name comparisonsRob Herring-1/+1
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij-2/+2
2018-08-10pinctrl: samsung: Remove duplicated "wakeup" in printkKrzysztof Kozlowski-1/+1
2018-07-24pinctrl: samsung: Write external wakeup interrupt maskKrzysztof Kozlowski-1/+52