summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-axp209.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: axp209: drop the wrapper around pinctrl_gpio_direction_input()Bartosz Golaszewski2023-11-041-6/+1
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* pinctrl: axp209: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-1/+1
* pinctrl: Explicitly include correct DT includesRob Herring2023-07-201-1/+0
* pinctrl: axp209: Add support for GPIO3 on the AXP209Jonathan McDowell2023-05-291-0/+42
* pinctrl: axp209: Add missing header(s)Andy Shevchenko2022-10-241-3/+5
* pinctrl: axp209: Support the AXP221/AXP223/AXP809 variantSamuel Holland2022-06-301-3/+11
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-2/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* pinctrl: axp209: Fix NULL pointer dereference after allocationAditya Pakki2019-04-081-0/+2
* pinctrl: axp209: Fix NULL pointer dereference after allocationAnton Vasilyev2018-08-101-6/+20
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+4
* pinctrl: axp209: account for const type of of_device_id.dataJulia Lawall2018-01-081-1/+1
* pinctrl: axp209: dereference pointer after it's been setQuentin Schulz2017-12-201-1/+3
* pinctrl: axp209: add support for AXP813 GPIOsQuentin Schulz2017-12-071-8/+27
* pinctrl: axp209: add programmable ADC muxing valueQuentin Schulz2017-12-071-1/+3
* pinctrl: axp209: add programmable gpio_status_offsetQuentin Schulz2017-12-071-1/+3
* pinctrl: axp209: rename everything from gpio to pctlQuentin Schulz2017-12-071-88/+88
* pinctrl: axp209: add pinctrl featuresQuentin Schulz2017-12-071-20/+284
* pinctrl: move gpio-axp209 to pinctrlQuentin Schulz2017-12-071-0/+189