aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-27/+83
2017-04-10Merge tag 'samsung-pinctrl-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into develLinus Walleij2-25/+83
2017-04-10pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433Chanwoo Choi2-51/+40
2017-03-23pinctrl: samsung: Use devres version of gpiochip_add_dataCharles Keepax1-7/+2
2017-03-23pinctrl: samsung: Register pinctrl before GPIOCharles Keepax1-18/+18
2017-03-23pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCsMarek Szyprowski1-0/+58
2017-03-23pinctrl: samsung: Ensure that pad retention is disabled on driver initMarek Szyprowski1-0/+5
2017-03-23pinctrl: samsung: Fix memory mapping codeAndrzej Hajda1-3/+10
2017-03-14pinctrl: samsung: Remove unused local variableCharles Keepax1-2/+0
2017-02-13pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data()Wei Yongjun1-3/+2
2017-02-06pinctrl: samsung: mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij2-0/+42
2017-01-26pinctrl: samsung: Replace syscore ops with standard platform device pm_opsMarek Szyprowski1-58/+14
2017-01-26pinctrl: samsung: Move retention control from mach-s5pv210 to the pinctrl driverMarek Szyprowski1-0/+56
2017-01-26pinctrl: samsung: Move retention control from mach-exynos to the pinctrl driverMarek Szyprowski1-0/+145
2017-01-26pinctrl: samsung: Add infrastructure for pin-bank retention controlMarek Szyprowski2-0/+54
2017-01-26pinctrl: samsung: Remove dead codeMarek Szyprowski1-4/+3
2017-01-26pinctrl: samsung: Use generic of_device_get_match_data helperMarek Szyprowski1-5/+3
2017-01-26pinctrl: samsung: Add missing initconst annotationMarek Szyprowski1-11/+11
2017-01-26pinctrl: samsung: Fix samsung_pinctrl_create_functions return valueMarek Szyprowski1-1/+1
2017-01-26pinctrl: samsung: Remove messages for failed memory allocationMarek Szyprowski3-33/+11
2017-01-18pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore)Krzysztof Kozlowski3-78/+0
2016-12-30pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433Chanwoo Choi2-40/+82
2016-11-15pinctrl: samsung: Add GPF support for Exynos5433Chanwoo Choi1-0/+6
2016-11-15pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bankChanwoo Choi6-78/+99
2016-09-23Merge branch 'fixes' into develLinus Walleij1-9/+1
2016-09-12pinctrl: samsung: Remove an always false dev->of_node testSylwester Nawrocki1-9/+1
2016-08-22pinctrl: exynos: remove duplicate calls in irq handlerperr perr1-5/+1
2016-05-30pinctrl: samsung: Suppress unbinding to prevent theoretical attacksKrzysztof Kozlowski2-0/+2
2016-04-26pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_rangeAndrew Jeffery1-7/+8
2016-04-21pinctrl: samsung: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+2
2016-04-21pinctrl: exynos5440: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+1
2016-02-15pinctrl: samsung: fix SMP race conditionYoungmin Nam1-13/+35
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-20/+16
2016-01-05pinctrl: exynos5440: use gpiochip data pointerLinus Walleij1-7/+7
2016-01-05pinctrl: samsung: use gpiochip data pointerLinus Walleij1-10/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij3-8/+9
2015-11-16pinctrl: exynos: add exynos5410 SoC specific dataHakjoo Kim3-0/+106
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-12/+2
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-10-02pinctrl: samsung: Remove unneded semicolonJavier Martinez Canillas1-1/+1
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+11
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner3-11/+11
2015-09-14pinctrl: samsung: s3c24xx: fix syntax errorLinus Walleij1-1/+1
2015-09-04Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-108/+62
2015-07-28pinctrl: kill off set_irq_flags usageRob Herring4-6/+0
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu3-25/+23
2015-07-17pinctrl/samsung: Use irq_set_handler_locked()Thomas Gleixner2-9/+9
2015-07-17pinctrl/exynos: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-17pinctrl/exynos: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+3