Age | Commit message (Expand) | Author | Files | Lines |
2024-09-05 | gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled() | Zhang Zekun | 1 | -14/+7 |
2023-10-02 | gpio: mb86s7x: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-09-11 | gpio: mb86s7x: don't include gpiolib.h | Bartosz Golaszewski | 1 | -1/+0 |
2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2020-05-18 | gpio: mb86s7x: Remove superfluous test for ACPI companion | Andy Shevchenko | 1 | -8/+6 |
2020-05-18 | gpio: mb86s7x: Use devm_clk_get_optional() to get the input clock | Andy Shevchenko | 1 | -9/+7 |
2019-07-31 | gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h | Andy Shevchenko | 1 | -0/+1 |
2019-07-08 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+44 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 | Thomas Gleixner | 1 | -9/+1 |
2019-05-29 | gpio: mb86s7x: Enable ACPI support | Ard Biesheuvel | 1 | -7/+44 |
2019-04-05 | drivers: gpio: mb86s7x: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
2017-10-31 | gpio: mb86s70: Revert "Return error if requesting an already assigned gpio" | Ard Biesheuvel | 1 | -5/+0 |
2017-10-31 | gpio: mb86s7x: share with other SoCs as module | Ard Biesheuvel | 1 | -1/+6 |
2017-08-14 | gpio: mb86s7x: Handle return value of clk_prepare_enable. | Arvind Yadav | 1 | -1/+3 |
2016-11-22 | gpio: mb86s7x: use builtin_platform_driver | Geliang Tang | 1 | -5/+1 |
2016-03-31 | gpio: mb86s7x: make explicitly non-modular | Paul Gortmaker | 1 | -7/+1 |
2016-03-30 | gpio: mb86s7x: Remove redundant platform_set_drvdata() call | Axel Lin | 1 | -2/+0 |
2016-01-05 | gpio: mb86s7x: use gpiochip data pointer | Linus Walleij | 1 | -12/+7 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
2015-03-02 | gpio: mb86s70: Return error if requesting an already assigned gpio | Axel Lin | 1 | -0/+5 |
2015-01-20 | gpio: Add Fujitsu MB86S7x GPIO driver | Jassi Brar | 1 | -0/+232 |