aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65090.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19mfd: Constify static struct resourcesRikard Falkeborn1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-02-01mfd: tps65090: Make it explicitly non-modularPaul Gortmaker1-25/+5
2018-05-16mfd: tps65090: Delete an error message for a failed memory allocation in tps65090_i2c_probe()Markus Elfring1-3/+1
2016-03-16mfd: tps65090: Set regmap config reg counts properlyMaciej S. Szmigiero1-3/+2
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-11-25mfd: tps65090: Fix bonkers indenting strategyLee Jones1-31/+31
2014-04-23mfd: tps65090: Stop caching most registersDoug Anderson1-13/+14
2014-04-23mfd: tps65090: Don't tell child devices we have an IRQ if we don'tDoug Anderson1-3/+11
2014-01-06mfd: ti: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-04-11mfd: tps65090: Add compatible string for charger subnodeRhyland Klein1-0/+1
2013-04-08mfd: tps65090: Add resources for chargerRhyland Klein1-0/+10
2013-02-14mfd: tps65090: remove suspend/resume callbacksLaxman Dewangan1-23/+0
2013-02-14mfd: tps65090: Pass irq domain when adding mfd sub devicesLaxman Dewangan1-1/+1
2013-02-14mfd: tps65090: add DT support for tps65090Laxman Dewangan1-3/+19
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-208/+104
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-2/+2
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21mfd: tps65090: Use regmap irq framework for interrupt supportLaxman Dewangan1-165/+98
2012-11-21mfd: tps65090: Move register access APIs to headerLaxman Dewangan1-34/+0
2012-11-21mfd: tps65090: Remove unused member of struct tps65090Laxman Dewangan1-5/+1
2012-11-21mfd: tps65090: Add error prints when mem alloc failedLaxman Dewangan1-3/+4
2012-11-21mfd: Add battery charger in tps65090 sub devsLaxman Dewangan1-1/+1
2012-09-19mfd: tps65090: Remove redundant checkVenu Byravarasu1-1/+1
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-07-25mfd: Correct tps65090 cell namesVenu Byravarasu1-2/+2
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-17/+16
2012-05-09mfd: Convert tps65090 to devm_regmap_init_i2c()Axel Lin1-7/+3
2012-05-09mfd: Return proper error if tps65090 regmap_init_i2c failsAxel Lin1-3/+3
2012-05-07mfd: Don't use I2C-specific suspend and resume operations for tps65090Mark Brown1-6/+9
2012-05-07mfd: Fix tps65090 ifdefs for suspend modeMark Brown1-2/+2
2012-04-18regulator: tps65090: Use generic regmap enable/disable operationsAxel Lin1-11/+0
2012-03-20mfd: Add support for TPS65090Venu Byravarasu1-0/+387