aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-twl4030.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20gpio: twl4030: Reorder functions which allows to drop a forward declaraionUwe Kleine-König1-14/+12
2022-07-19gpio: twl4030: Don't return an error after WARN in .removeUwe Kleine-König1-5/+2
2022-07-19gpio: twl4030: Drop platform teardown callbackUwe Kleine-König1-11/+0
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-5/+5
2018-09-10gpio: twl4030: Implement .get_direction()Linus Walleij1-1/+41
2018-09-10gpio: twl4030: Cut down boilerplateLinus Walleij1-14/+1
2018-09-10gpio: twl4030: Include the right headerLinus Walleij1-1/+1
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-03-15gpio: twl4030: use devm_irq_alloc_descs()Bartosz Golaszewski1-1/+2
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-01-05gpio: twl4030: use gpiochip data pointerLinus Walleij1-13/+8
2015-12-26gpio: twl4030: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-3/+1
2014-07-09gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happenRickard Strandqvist1-1/+1
2014-03-27gpio: twl4030: Remove redundant assignmentAlexander Shiyan1-3/+3
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2013-12-10gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros1-3/+12
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij1-4/+9
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-11-18gpio: twl4030: Fix passing of pdata in the device tree caseTony Lindgren1-2/+6
2013-11-18gpio: twl4030: Fix regression for twl gpio outputTony Lindgren1-2/+3
2013-10-02gpio: twl4030: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-3/+3
2013-01-17gpio: twl4030: Cache the direction and output states in private dataPeter Ujfalusi1-35/+65
2013-01-17gpio: twl4030: Introduce private structure to store variables needed runtimePeter Ujfalusi1-32/+50
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-6/+6
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-3/+3
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi1-6/+6
2012-11-17gpio: twl4030: Use only TWL4030_MODULE_LED for LED configurationPeter Ujfalusi1-17/+18
2012-09-16Merge tag 'omap-cleanup-sparseirq-for-v3.7' into devel-dtTony Lindgren1-7/+11
2012-09-12ARM: OMAP2+: Remove hardcoded twl4030 gpio_base, irq_base and irq_endTony Lindgren1-5/+10
2012-09-07gpio/twl4030: get platform data from device treeFlorian Vaussard1-27/+55
2012-03-22gpio/twl: Add DT support to gpio-twl4030 driverBenoit Cousson1-29/+50
2012-03-22gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ supportBenoit Cousson1-16/+17
2012-03-22mfd: Make twl4030 SIH SPARSE_IRQ capableBenoit Cousson1-1/+2
2011-06-06gpio: reorganize driversGrant Likely1-0/+513