Age | Commit message (Expand) | Author | Files | Lines |
2019-12-15 | pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xx | Krzysztof Kozlowski | 1 | -2/+4 |
2019-12-11 | pinctrl: samsung: Clarify the option titles/names | Krzysztof Kozlowski | 1 | -3/+3 |
2019-12-11 | pinctrl: samsung: Enable compile test for build coverage | Krzysztof Kozlowski | 1 | -3/+5 |
2019-10-01 | pinctrl: samsung: Fix device node refcount leaks in init code | Krzysztof Kozlowski | 1 | -2/+8 |
2019-10-01 | pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller... | Krzysztof Kozlowski | 1 | -1/+5 |
2019-10-01 | pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller... | Krzysztof Kozlowski | 1 | -1/+5 |
2019-10-01 | pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller ... | Krzysztof Kozlowski | 1 | -2/+8 |
2019-10-01 | pinctrl: samsung: Add of_node_put() before return in error path | Nishka Dasgupta | 1 | -1/+3 |
2019-04-23 | pinctrl: samsung: fix leaked of_node references | Wen Yang | 1 | -0/+1 |
2019-02-08 | pinctrl: samsung: Remove legacy API for handling external wakeup interrupts mask | Krzysztof Kozlowski | 1 | -10/+2 |
2018-12-14 | pinctrl: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -1/+1 |
2018-09-14 | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij | 2 | -2/+2 |
2018-08-11 | pinctrl: samsung: Remove duplicated "wakeup" in printk | Krzysztof Kozlowski | 1 | -1/+1 |
2018-07-24 | pinctrl: samsung: Write external wakeup interrupt mask | Krzysztof Kozlowski | 2 | -1/+52 |
2018-07-24 | pinctrl: samsung: Add dedicated compatible for S5Pv210 wakeup interrupts | Krzysztof Kozlowski | 1 | -0/+18 |
2018-07-24 | pinctrl: samsung: Document suspend and resume members | Krzysztof Kozlowski | 1 | -0/+8 |
2018-07-24 | pinctrl: samsung: Define suspend and resume callbacks for all banks and SoCs | Krzysztof Kozlowski | 1 | -0/+16 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2 | -9/+13 |
2018-06-07 | Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -1017/+80 |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -2/+2 |
2018-05-24 | Merge tag 'samsung-pinctrl-4.18-2' of https://git.kernel.org/pub/scm/linux/ke... | Linus Walleij | 6 | -1017/+51 |
2018-05-23 | pinctrl: samsung: Fix suspend/resume for Exynos5433 GPF1..5 banks | Marek Szyprowski | 1 | -1/+1 |
2018-05-02 | pinctrl: samsung: Remove support for Exynos5440 | Krzysztof Kozlowski | 3 | -1014/+2 |
2018-05-02 | pinctrl: samsung: add pin_dbg_show callback for debugfs | Chanho Park | 1 | -0/+29 |
2018-04-18 | pinctrl: samsung: Document required order of banks | Paweł Chmiel | 2 | -0/+46 |
2018-04-18 | pinctrl: samsung: Correct EINTG banks order | Paweł Chmiel | 1 | -2/+2 |
2018-03-08 | pinctrl: samsung: Validate alias coming from DT | Krzysztof Kozlowski | 6 | -52/+154 |
2018-01-03 | pinctrl: samsung: Add SPDX license identifiers | Krzysztof Kozlowski | 10 | -131/+89 |
2017-11-16 | Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2017-11-10 | pinctrl: samsung/s3c24xx: add CONFIG_OF dependency | Arnd Bergmann | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-14 | Merge tag 'samsung-pinctrl-4.14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij | 6 | -68/+69 |
2017-08-14 | pinctrl: Convert to using %pOF instead of full_name | Rob Herring | 1 | -3/+3 |
2017-07-24 | pinctrl: samsung: Remove unneeded local variable initialization | Krzysztof Kozlowski | 1 | -14/+4 |
2017-07-19 | pinctrl: samsung: Consistently use unsigned instead of u32 for nr_banks | Krzysztof Kozlowski | 1 | -2/+2 |
2017-07-19 | pinctrl: samsung: Use unsigned int for number of controller IO mem resources | Krzysztof Kozlowski | 2 | -2/+2 |
2017-07-18 | pinctrl: samsung: Use define from dt-bindings for pin mux function | Krzysztof Kozlowski | 4 | -8/+7 |
2017-07-18 | pinctrl: samsung: Fix invalid register offset used for Exynos5433 external in... | Krzysztof Kozlowski | 1 | -4/+4 |
2017-07-18 | pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx | Krzysztof Kozlowski | 4 | -38/+50 |
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 |