aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung
AgeCommit message (Expand)Author
2022-05-09pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos configKrzysztof Kozlowski
2022-04-08pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpiosSam Protsenko
2022-04-08pinctrl: samsung: drop pin banks references on error pathsKrzysztof Kozlowski
2021-09-02Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-13pinctrl: samsung: Add Exynos850 SoC specific dataSam Protsenko
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-02pinctrl: samsung: Fix pinctrl bank pin countJaehyoung Choi
2021-04-10pinctrl: samsung: use 'int' for register masks in ExynosKrzysztof Kozlowski
2021-01-27pinctrl: samsung: use raw_spinlock for s3c64xxChanho Park
2021-01-23pinctrl: samsung: use raw_spinlock for lockingChanho Park
2020-10-26pinctrl: samsung: s3c24xx: remove unneeded breakTom Rix
2020-08-04pinctrl: samsung: Use bank name as irqchip nameMarek Szyprowski
2020-07-16pinctrl: samsung: pinctrl-s3c64xx: Fix formatting issuesLee Jones
2020-07-16pinctrl: samsung: pinctrl-s3c24xx: Fix formatting issuesLee Jones
2020-07-16pinctrl: samsung: pinctrl-samsung: Demote obvious misuse of kerneldoc to stan...Lee Jones
2020-04-28pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOsJonathan Bakker
2020-04-13pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210Jonathan Bakker
2019-12-15pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xxKrzysztof Kozlowski
2019-12-11pinctrl: samsung: Clarify the option titles/namesKrzysztof Kozlowski
2019-12-11pinctrl: samsung: Enable compile test for build coverageKrzysztof Kozlowski
2019-10-01pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski
2019-10-01pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller...Krzysztof Kozlowski
2019-10-01pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller...Krzysztof Kozlowski
2019-10-01pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller ...Krzysztof Kozlowski
2019-10-01pinctrl: samsung: Add of_node_put() before return in error pathNishka Dasgupta
2019-04-23pinctrl: samsung: fix leaked of_node referencesWen Yang
2019-02-08pinctrl: samsung: Remove legacy API for handling external wakeup interrupts maskKrzysztof Kozlowski
2018-12-14pinctrl: Use of_node_name_eq for node name comparisonsRob Herring
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij
2018-08-10pinctrl: samsung: Remove duplicated "wakeup" in printkKrzysztof Kozlowski
2018-07-24pinctrl: samsung: Write external wakeup interrupt maskKrzysztof Kozlowski
2018-07-24pinctrl: samsung: Add dedicated compatible for S5Pv210 wakeup interruptsKrzysztof Kozlowski
2018-07-24pinctrl: samsung: Document suspend and resume membersKrzysztof Kozlowski
2018-07-24pinctrl: samsung: Define suspend and resume callbacks for all banks and SoCsKrzysztof Kozlowski
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-05-24Merge tag 'samsung-pinctrl-4.18-2' of https://git.kernel.org/pub/scm/linux/ke...Linus Walleij
2018-05-23pinctrl: samsung: Fix suspend/resume for Exynos5433 GPF1..5 banksMarek Szyprowski
2018-05-02pinctrl: samsung: Remove support for Exynos5440Krzysztof Kozlowski
2018-05-02pinctrl: samsung: add pin_dbg_show callback for debugfsChanho Park
2018-04-18pinctrl: samsung: Document required order of banksPaweł Chmiel
2018-04-18pinctrl: samsung: Correct EINTG banks orderPaweł Chmiel
2018-03-08pinctrl: samsung: Validate alias coming from DTKrzysztof Kozlowski
2018-01-03pinctrl: samsung: Add SPDX license identifiersKrzysztof Kozlowski
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-10pinctrl: samsung/s3c24xx: add CONFIG_OF dependencyArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-14Merge tag 'samsung-pinctrl-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring