| Commit message (Expand) | Author | Age | Files | Lines |
* | pinctrl: vt8500: drop the wrapper around pinctrl_gpio_direction_input() | Bartosz Golaszewski | 2023-11-04 | 1 | -6/+1 |
* | treewide: rename pinctrl_gpio_direction_output_new() | Bartosz Golaszewski | 2023-11-04 | 1 | -1/+1 |
* | treewide: rename pinctrl_gpio_direction_input_new() | Bartosz Golaszewski | 2023-11-04 | 1 | -1/+1 |
* | pinctrl: vt8500: use new pinctrl GPIO helpers | Bartosz Golaszewski | 2023-11-04 | 1 | -2/+2 |
* | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 2021-12-16 | 1 | -1/+0 |
* | pinctrl: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 2020-02-21 | 1 | -2/+4 |
* | pinctrl: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-11-05 | 1 | -3/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2019-06-05 | 7 | -63/+7 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij | 2018-09-14 | 2 | -5/+3 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | pinctrl: vt8500: Delete an error message for a failed memory allocation in fi... | Markus Elfring | 2018-01-08 | 5 | -15/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | pinctrl: vt8500: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures | Julia Lawall | 2017-08-22 | 1 | -3/+3 |
* | pinctrl: vt8500: wmt: constify gpio_chip structure | Gustavo A. R. Silva | 2017-08-14 | 1 | -1/+1 |
* | pinctrl: Widen the generic pinconf argument from 16 to 24 bits | Mika Westerberg | 2017-01-26 | 1 | -1/+1 |
* | pinctrl: vt8500: make bool drivers explicitly non-modular | Paul Gortmaker | 2016-11-15 | 7 | -81/+15 |
* | pinctrl: vt8500: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 2016-04-21 | 1 | -5/+2 |
* | pinctrl: vt8500-wmt: use gpiochip data pointer | Linus Walleij | 2016-01-05 | 1 | -5/+5 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -4/+4 |
* | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 2015-10-16 | 1 | -12/+2 |
* | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 2015-06-10 | 1 | -2/+2 |
* | pinctrl: constify of_device_id array | Fabian Frederick | 2015-03-27 | 5 | -5/+5 |
* | pinctrl: vt8500: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 5 | -5/+0 |
* | pinctrl: clean up after enable refactoring | Linus Walleij | 2014-09-04 | 1 | -4/+4 |
* | pinctrl: remove all usage of gpio_remove ret val in driver/pinctl | abdoulaye berthe | 2014-07-22 | 1 | -7/+2 |
* | pinctrl: avoid duplicated calling enable_pinmux_setting for a pin | Fan Wu | 2014-07-11 | 1 | -12/+0 |
* | pinctrl: vt8500: Ensure value reg is updated when setting direction | Alexey Charkov | 2014-05-22 | 1 | -11/+12 |
* | pinctrl: vt8500: Change devicetree data parsing | Tony Prisk | 2014-02-03 | 1 | -1/+14 |
* | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 2013-12-04 | 1 | -1/+1 |
* | pinctrl: Pass all configs to driver on pin_config_set() | Sherman Yin | 2013-08-28 | 1 | -24/+30 |
* | pinctrl: vt8500: wmt: remove redundant dev_err call in wmt_pinctrl_probe() | Wei Yongjun | 2013-06-27 | 1 | -3/+1 |
* | drivers: pinctrl: vt8500: use devm_ioremap_resource() | Laurent Navet | 2013-06-16 | 1 | -3/+3 |
* | pinctrl: Don't override the error code in probe error handling | Axel Lin | 2013-05-27 | 1 | -2/+1 |
* | pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl table | Tony Prisk | 2013-05-14 | 1 | -1/+1 |
* | pinctrl: vt8500: wmt: Fix checking return value of pinctrl_register() | Axel Lin | 2013-04-19 | 1 | -1/+1 |
* | pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500 | Tony Prisk | 2013-04-04 | 9 | -0/+2971 |