aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-palmas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2018-05-24gpio: palmas: Include the right headerLinus Walleij1-1/+1
2018-05-16gpio: palmas: Use of_device_get_match_data()Thierry Reding1-5/+1
2016-09-15gpio: palmas: fix implicit assumption module.h is presentPaul Gortmaker1-1/+0
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada1-1/+0
2016-04-05gpio: palmas: make explicitly non-modularPaul Gortmaker1-12/+1
2016-02-23gpio: palmas: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-01-05gpio: palmas: use gpiochip data pointerLinus Walleij1-11/+6
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-0/+2
2015-11-19gpio: change member .dev to .parentLinus Walleij1-6/+8
2015-11-17gpio: palmas: fix a possible NULL dereferenceLABBE Corentin1-0/+2
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+2
2014-05-09gpio: palmas: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: palmas: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-09-19gpio: palmas: add support for TPS80036Laxman Dewangan1-35/+69
2013-08-16gpio: palmas: Fix misreported GPIO out valueAndrew Chew1-2/+15
2013-07-29gpio: palmas: add dt supportLaxman Dewangan1-1/+11
2013-02-14gpio: palmas: Add support for Palmas GPIOLaxman Dewangan1-0/+184