aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65910.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06mfd: ti: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-10-25Merge tag 'mfd-lee-3.13-1' of git://git.linaro.org/people/ljones/mfdSamuel Ortiz1-0/+1
2013-10-24mfd: tps65910: Remove warning during dt node parsingLaxman Dewangan1-4/+0
2013-10-23mfd: tps65910: Include linux/of.h headerSachin Kamat1-0/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-9/+225
2012-11-30mfd: tps65910: Fix wrong ack_base registerKim, Milo1-2/+2
2012-11-30mfd: tps65910: Remove unused dataKim, Milo1-1/+0
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-3/+3
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-20mfd: tps65910: Pass irq_domain when adding mfd sub devicesLaxman Dewangan1-1/+2
2012-11-20mfd: tps65910: Move interrupt implementation code to mfd fileLaxman Dewangan1-0/+216
2012-11-20mfd: tps65910: Initialize mfd devices after all initialization doneLaxman Dewangan1-8/+8
2012-09-29mfd: tps65910: Add alarm interrupt of TPS65910 RTC to mfd device listVenu Byravarasu1-0/+10
2012-09-14mfd: dt: tps65910: Add power off controlBill Huang1-0/+22
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-07-16mfd: Add tps65910 32-kHz-crystal-input initJohan Hovold1-10/+9
2012-07-09mfd: Add device-tree entry to enable tps65910 external 32-kHz oscillatorJohan Hovold1-0/+3
2012-07-09mfd: Add support for enabling tps65910 external 32-kHz oscillatorJohan Hovold1-1/+20
2012-05-22mfd: Remove the parsing of dt info for tps65910 gpioLaxman Dewangan1-15/+0
2012-05-22mfd: Save device node parsed platform data for tps65910 sub devicesLaxman Dewangan1-1/+5
2012-05-20mfd: Fix tps65910 build failureSamuel Ortiz1-2/+3
2012-05-20mfd: Register tps65910 gpios as an mfd deviceLaxman Dewangan1-3/+3
2012-05-20mfd: Convert all tps65910 allocation to devm_*Laxman Dewangan1-19/+9
2012-05-20mfd: Cache tps65910 register when we need itLaxman Dewangan1-2/+1
2012-05-20mfd: Add tps65910 device-tree supportRhyland Klein1-1/+79
2012-05-20mfd: Commonize tps65910 regmap access through headerRhyland Klein1-31/+9
2012-05-07mfd: Fix tps65910 section annotationsMark Brown1-5/+5
2012-05-01mfd: Add support for tps65910 device sleepLaxman Dewangan1-0/+62
2012-03-16mfd: Use correct variable name for tps65910 regmap configLaxman Dewangan1-2/+2
2012-03-06mfd: Use regmap for tps65910 register access.Laxman Dewangan1-77/+46
2012-03-06mfd: Initialize tps65910 irq platform data properlyLaxman Dewangan1-1/+1
2012-01-09mfd: Make TPS65910 usable without interruptsAfzal Mohammed1-5/+2
2011-12-20mfd: Handle tps65910 clear-mask correctlyMarcus Folkesson1-1/+1
2011-07-31mfd: Avoid two assignments if failures happen in tps65910_i2c_probeJesper Juhl1-3/+3
2011-07-31mfd: Don't leak init_data in tps65910_i2c_probeJesper Juhl1-1/+5
2011-07-31mfd: Implement tps65910 IRQ cleanupMark Brown1-0/+1
2011-05-27MFD: TPS65910: Add support for TPS65911 deviceJorge Eduardo Candelaria1-1/+3
2011-05-27mfd: Fix off-by-one value range checking for tps65910_i2c_writeAxel Lin1-1/+1
2011-05-27TPS65910: IRQ: Add interrupt controllerGraeme Gregory1-0/+12
2011-05-27TPS65910: GPIO: Add GPIO driverGraeme Gregory1-0/+7
2011-05-27MFD: TPS65910: Add new mfd device for TPS65910Graeme Gregory1-0/+208