Age | Commit message (Expand) | Author | Files | Lines |
2017-06-30 | pinctrl: samsung: Remove bogus irq_[un]mask from resource management | Thomas Gleixner | 1 | -4/+0 |
2017-06-07 | pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem | Krzysztof Kozlowski | 1 | -3/+3 |
2017-06-07 | pinctrl: samsung: Handle memory allocation failure during wakeup banks init | Krzysztof Kozlowski | 1 | -0/+2 |
2017-06-07 | pinctrl: samsung: Constify wakeup driver specific data | Krzysztof Kozlowski | 1 | -2/+2 |
2017-06-07 | pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 | Krzysztof Kozlowski | 7 | -1159/+1245 |
2017-05-24 | pinctrl: samsung: Add include guard to local header | Krzysztof Kozlowski | 1 | -0/+5 |
2017-05-23 | pinctrl: samsung: Clean up modular vs. non-modular distinctions | Paul Gortmaker | 5 | -27/+6 |
2017-05-15 | pinctrl: samsung: Remove unneeded (void *) casts in of_match_table | Masahiro Yamada | 1 | -10/+10 |
2017-05-03 | Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -27/+83 |
2017-04-10 | Merge tag 'samsung-pinctrl-4.12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij | 2 | -25/+83 |
2017-04-10 | pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433 | Chanwoo Choi | 2 | -51/+40 |
2017-03-23 | pinctrl: samsung: Use devres version of gpiochip_add_data | Charles Keepax | 1 | -7/+2 |
2017-03-23 | pinctrl: samsung: Register pinctrl before GPIO | Charles Keepax | 1 | -18/+18 |
2017-03-23 | pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs | Marek Szyprowski | 1 | -0/+58 |
2017-03-23 | pinctrl: samsung: Ensure that pad retention is disabled on driver init | Marek Szyprowski | 1 | -0/+5 |
2017-03-23 | pinctrl: samsung: Fix memory mapping code | Andrzej Hajda | 1 | -3/+10 |
2017-03-14 | pinctrl: samsung: Remove unused local variable | Charles Keepax | 1 | -2/+0 |
2017-02-13 | pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data() | Wei Yongjun | 1 | -3/+2 |
2017-02-06 | pinctrl: samsung: mark PM functions as __maybe_unused | Arnd Bergmann | 1 | -4/+2 |
2017-01-30 | Merge tag 'v4.10-rc6' into devel | Linus Walleij | 2 | -0/+42 |
2017-01-26 | pinctrl: samsung: Replace syscore ops with standard platform device pm_ops | Marek Szyprowski | 1 | -58/+14 |
2017-01-26 | pinctrl: samsung: Move retention control from mach-s5pv210 to the pinctrl driver | Marek Szyprowski | 1 | -0/+56 |
2017-01-26 | pinctrl: samsung: Move retention control from mach-exynos to the pinctrl driver | Marek Szyprowski | 1 | -0/+145 |
2017-01-26 | pinctrl: samsung: Add infrastructure for pin-bank retention control | Marek Szyprowski | 2 | -0/+54 |
2017-01-26 | pinctrl: samsung: Remove dead code | Marek Szyprowski | 1 | -4/+3 |
2017-01-26 | pinctrl: samsung: Use generic of_device_get_match_data helper | Marek Szyprowski | 1 | -5/+3 |
2017-01-26 | pinctrl: samsung: Add missing initconst annotation | Marek Szyprowski | 1 | -11/+11 |
2017-01-26 | pinctrl: samsung: Fix samsung_pinctrl_create_functions return value | Marek Szyprowski | 1 | -1/+1 |
2017-01-26 | pinctrl: samsung: Remove messages for failed memory allocation | Marek Szyprowski | 3 | -33/+11 |
2017-01-18 | pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore) | Krzysztof Kozlowski | 3 | -78/+0 |
2016-12-30 | pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 | Chanwoo Choi | 2 | -40/+82 |
2016-11-15 | pinctrl: samsung: Add GPF support for Exynos5433 | Chanwoo Choi | 1 | -0/+6 |
2016-11-15 | pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bank | Chanwoo Choi | 6 | -78/+99 |
2016-09-23 | Merge branch 'fixes' into devel | Linus Walleij | 1 | -9/+1 |
2016-09-12 | pinctrl: samsung: Remove an always false dev->of_node test | Sylwester Nawrocki | 1 | -9/+1 |
2016-08-22 | pinctrl: exynos: remove duplicate calls in irq handler | perr perr | 1 | -5/+1 |
2016-05-30 | pinctrl: samsung: Suppress unbinding to prevent theoretical attacks | Krzysztof Kozlowski | 2 | -0/+2 |
2016-04-26 | pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range | Andrew Jeffery | 1 | -7/+8 |
2016-04-21 | pinctrl: samsung: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 1 | -1/+2 |
2016-04-21 | pinctrl: exynos5440: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 1 | -1/+1 |
2016-02-15 | pinctrl: samsung: fix SMP race condition | Youngmin Nam | 1 | -13/+35 |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 3 | -20/+16 |
2016-01-05 | pinctrl: exynos5440: use gpiochip data pointer | Linus Walleij | 1 | -7/+7 |
2016-01-05 | pinctrl: samsung: use gpiochip data pointer | Linus Walleij | 1 | -10/+5 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 3 | -8/+9 |
2015-11-16 | pinctrl: exynos: add exynos5410 SoC specific data | Hakjoo Kim | 3 | -0/+106 |
2015-11-02 | Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -12/+2 |
2015-10-16 | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 1 | -12/+2 |
2015-10-02 | pinctrl: samsung: Remove unneded semicolon | Javier Martinez Canillas | 1 | -1/+1 |
2015-09-18 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -11/+11 |