aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tps65910.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04gpio: tps65xxx: Use SPDX license tagLinus Walleij1-6/+1
2018-09-04gpio: tpx65xxx: Include the right headerLinus Walleij1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada1-1/+0
2016-04-05gpio: tps65910: make explicitly non-modularPaul Gortmaker1-14/+2
2016-02-23gpio: tps65910: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-01-05gpio: tps65910: use gpiochip data pointerLinus Walleij1-10/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+2
2014-05-09gpio: tps65910: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-03-27gpio: gpio-tps65910.c: fix checkpatch errorLaurent Navet1-1/+1
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-10gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO definedJerry Snitselaar1-0/+2
2012-07-05gpio: tps65910: initialize of_node of gpio_chipLaxman Dewangan1-0/+1
2012-05-22gpio: tps65910: dt: process gpio specific device node infoLaxman Dewangan1-0/+36
2012-05-20gpio: Convert tps65910 to a platform driverLaxman Dewangan1-38/+102
2012-05-20mfd: Commonize tps65910 regmap access through headerRhyland Klein1-7/+7
2012-02-05gpio: tps65910: Add sleep control supportLaxman Dewangan1-2/+18
2012-01-18gpio: tps65910: Use correct offset for gpio initializationLaxman Dewangan1-1/+1
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+102
2011-06-06gpio: reorganize driversGrant Likely1-0/+100