aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65910.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01mfd: tps65910: Make it explicitly non-modularPaul Gortmaker1-17/+1
2018-05-16mfd: tps65910: Move an assignment in tps65910_sleepinit()Markus Elfring1-2/+2
2018-05-16mfd: tps65910: Delete an unnecessary variable initialisation in tps65910_sleepinit()Markus Elfring1-1/+1
2018-05-16mfd: tps65910: Delete an unnecessary variable initialisation in four functionsMarkus Elfring1-4/+4
2018-05-16mfd: tps65910: Delete an error message for a failed memory allocation in tps65910_parse_dt()Markus Elfring1-3/+1
2017-06-15regulator: tps65910: wire up sleep control configurationMichał Mirosław1-7/+15
2016-05-09mfd: tps65910: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan1-21/+4
2016-04-19mfd: tps65910: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan1-5/+4
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-09-26mfd: tps65910: Work around silicon erratum SWCZ010Arnout Vandecappelle (Essensium/Mind)1-0/+5
2014-07-09mfd: tps65910: Rid data size incompatibility warn when building for 64bitLee Jones1-5/+5
2014-06-03mfd: tps65910: Make of_device_id array constJingoo Han1-1/+1
2014-03-19mfd: tps65910: Fix regmap_irq_chip_data leak on mfd_add_devices failKrzysztof Kozlowski1-0/+1
2014-03-19mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chip failKrzysztof Kozlowski1-1/+3
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