summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65910.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: tps65910: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan2016-05-091-21/+4
* mfd: tps65910: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-5/+4
* mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski2015-08-111-1/+0
* mfd: tps65910: Work around silicon erratum SWCZ010Arnout Vandecappelle (Essensium/Mind)2014-09-261-0/+5
* mfd: tps65910: Rid data size incompatibility warn when building for 64bitLee Jones2014-07-091-5/+5
* mfd: tps65910: Make of_device_id array constJingoo Han2014-06-031-1/+1
* mfd: tps65910: Fix regmap_irq_chip_data leak on mfd_add_devices failKrzysztof Kozlowski2014-03-191-0/+1
* mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chi...Krzysztof Kozlowski2014-03-191-1/+3
* mfd: ti: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-1/+1
* Merge tag 'mfd-lee-3.13-1' of git://git.linaro.org/people/ljones/mfdSamuel Ortiz2013-10-251-0/+1
|\
| * mfd: tps65910: Include linux/of.h headerSachin Kamat2013-10-231-0/+1
* | mfd: tps65910: Remove warning during dt node parsingLaxman Dewangan2013-10-241-4/+0
|/
* Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-161-9/+225
|\
| * mfd: tps65910: Fix wrong ack_base registerKim, Milo2012-11-301-2/+2
| * mfd: tps65910: Remove unused dataKim, Milo2012-11-301-1/+0
| * mfd: tps65910: Pass irq_domain when adding mfd sub devicesLaxman Dewangan2012-11-201-1/+2
| * mfd: tps65910: Move interrupt implementation code to mfd fileLaxman Dewangan2012-11-201-0/+216
| * mfd: tps65910: Initialize mfd devices after all initialization doneLaxman Dewangan2012-11-201-8/+8
* | mfd: remove use of __devexitBill Pemberton2012-11-281-1/+1
* | mfd: remove use of __devinitBill Pemberton2012-11-281-3/+3
* | mfd: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* mfd: tps65910: Add alarm interrupt of TPS65910 RTC to mfd device listVenu Byravarasu2012-09-291-0/+10
* mfd: dt: tps65910: Add power off controlBill Huang2012-09-141-0/+22
* mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-141-1/+1
* mfd: Add tps65910 32-kHz-crystal-input initJohan Hovold2012-07-161-10/+9
* mfd: Add device-tree entry to enable tps65910 external 32-kHz oscillatorJohan Hovold2012-07-091-0/+3
* mfd: Add support for enabling tps65910 external 32-kHz oscillatorJohan Hovold2012-07-091-1/+20
* mfd: Remove the parsing of dt info for tps65910 gpioLaxman Dewangan2012-05-221-15/+0
* mfd: Save device node parsed platform data for tps65910 sub devicesLaxman Dewangan2012-05-221-1/+5
* mfd: Fix tps65910 build failureSamuel Ortiz2012-05-201-2/+3
* mfd: Register tps65910 gpios as an mfd deviceLaxman Dewangan2012-05-201-3/+3
* mfd: Convert all tps65910 allocation to devm_*Laxman Dewangan2012-05-201-19/+9
* mfd: Cache tps65910 register when we need itLaxman Dewangan2012-05-201-2/+1
* mfd: Add tps65910 device-tree supportRhyland Klein2012-05-201-1/+79
* mfd: Commonize tps65910 regmap access through headerRhyland Klein2012-05-201-31/+9
* mfd: Fix tps65910 section annotationsMark Brown2012-05-071-5/+5
* mfd: Add support for tps65910 device sleepLaxman Dewangan2012-05-011-0/+62
* mfd: Use correct variable name for tps65910 regmap configLaxman Dewangan2012-03-161-2/+2
* mfd: Use regmap for tps65910 register access.Laxman Dewangan2012-03-061-77/+46
* mfd: Initialize tps65910 irq platform data properlyLaxman Dewangan2012-03-061-1/+1
* mfd: Make TPS65910 usable without interruptsAfzal Mohammed2012-01-091-5/+2
* mfd: Handle tps65910 clear-mask correctlyMarcus Folkesson2011-12-201-1/+1
* mfd: Avoid two assignments if failures happen in tps65910_i2c_probeJesper Juhl2011-07-311-3/+3
* mfd: Don't leak init_data in tps65910_i2c_probeJesper Juhl2011-07-311-1/+5
* mfd: Implement tps65910 IRQ cleanupMark Brown2011-07-311-0/+1
* MFD: TPS65910: Add support for TPS65911 deviceJorge Eduardo Candelaria2011-05-271-1/+3
* mfd: Fix off-by-one value range checking for tps65910_i2c_writeAxel Lin2011-05-271-1/+1
* TPS65910: IRQ: Add interrupt controllerGraeme Gregory2011-05-271-0/+12
* TPS65910: GPIO: Add GPIO driverGraeme Gregory2011-05-271-0/+7
* MFD: TPS65910: Add new mfd device for TPS65910Graeme Gregory2011-05-271-0/+208
OpenPOWER on IntegriCloud