aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-axp209.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-08pinctrl: axp209: Fix NULL pointer dereference after allocationGravatar Aditya Pakki 1-0/+2
2018-08-10pinctrl: axp209: Fix NULL pointer dereference after allocationGravatar Anton Vasilyev 1-6/+20
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-3/+4
2018-01-08pinctrl: axp209: account for const type of of_device_id.dataGravatar Julia Lawall 1-1/+1
2017-12-20pinctrl: axp209: dereference pointer after it's been setGravatar Quentin Schulz 1-1/+3
2017-12-07pinctrl: axp209: add support for AXP813 GPIOsGravatar Quentin Schulz 1-8/+27
2017-12-07pinctrl: axp209: add programmable ADC muxing valueGravatar Quentin Schulz 1-1/+3
2017-12-07pinctrl: axp209: add programmable gpio_status_offsetGravatar Quentin Schulz 1-1/+3
2017-12-07pinctrl: axp209: rename everything from gpio to pctlGravatar Quentin Schulz 1-88/+88
2017-12-07pinctrl: axp209: add pinctrl featuresGravatar Quentin Schulz 1-20/+284
2017-12-07pinctrl: move gpio-axp209 to pinctrlGravatar Quentin Schulz 1-0/+189