aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/88pm860x-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-17mfd: 88pm860x: Move over to new I2C device .probe() callLee Jones1-3/+2
2016-01-14mfd: 88pm860x-core: Fix commenting and declaration spacingLee Jones1-3/+6
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGeliang Tang1-2/+2
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-4/+0
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski1-1/+1
2015-01-22mfd: 88pm860x-core: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2014-07-09mfd: 88pm860x-core: Repair formatting issuesLee Jones1-15/+22
2014-03-19mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+5
2014-03-19mfd: 88pm860x: Fix I2C device resource leak on regmap init failKrzysztof Kozlowski1-0/+1
2013-10-23mfd: 88pm860x: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-13mfd: 88pm860x: Convert to managed resources for allocating memoryLee Jones1-3/+2
2013-06-13mfd: 88pm860x: Use devm_regmap_init_i2c()Sachin Kamat1-2/+1
2013-04-08mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd dataJingoo Han1-9/+3
2012-11-28mfd: remove use of __devexitBill Pemberton1-2/+2
2012-11-28mfd: remove use of __devinitdataBill Pemberton1-34/+34
2012-11-28mfd: remove use of __devinitBill Pemberton1-15/+15
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds1-1/+21
2012-10-02mfd: 88pm860x: Move gpadc init into touchHaojian Zhuang1-51/+0
2012-10-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-9/+53
2012-10-02mfd: 88pm860x: Use irqdomainHaojian Zhuang1-27/+38
2012-09-24Merge with upstream to accommodate with MFD changesAnton Vorontsov1-11/+12
2012-09-2088pm860x_battery and charger: Fix a few post-merge issuesAnton Vorontsov1-2/+2
2012-09-20power_supply: Enable battery-charger for 88pm860xJett.Zhou1-1/+21
2012-09-19mfd: 88pm860x: Move initilization codeHaojian Zhuang1-3/+159
2012-09-19mfd: 88pm860x: Avoid to check resource for preg regulatorHaojian Zhuang1-7/+1
2012-09-19mfd: Use IRQF_ONESHOT for 88pm860xFengguang Wu1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-10/+11
2012-09-14mfd: 88pm860x: Fix section mismatch warningHaojian Zhuang1-3/+3
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-10/+11
2012-09-11mfd: 88pm860x: Use REG resource in regulatorHaojian Zhuang1-66/+199
2012-09-11mfd: 88pm860x: Use REG in leds resourceHaojian Zhuang1-40/+74
2012-09-11mfd: 88pm860x: Use REG resource for backlightHaojian Zhuang1-35/+43
2012-09-11mfd: 88pm860x: Convert to IORESOURCE_REGMark Brown1-63/+29
2012-09-11mfd: 88pm860x: Move _IO resources out of ioport_ioresourceMark Brown1-29/+63
2012-07-09mfd: Add pre-regulator device for 88pm860xJett.Zhou1-0/+23
2012-03-06mfd: Fix pm8606 build failureSamuel Ortiz1-0/+2
2012-03-06mfd: Code cleanup for pm8606 sub-dev initializationJett.Zhou1-6/+11
2012-03-06mfd: Add power control interface for pm8606 chipJett.Zhou1-0/+95
2011-05-26mfd: Avoid to use constraint name in 88pm860x regulator driverHaojian Zhuang1-27/+8
2011-05-26mfd: Remove unused parameter from 88pm860x APIHaojian Zhuang1-18/+10
2011-05-26mfd: Avoid to allocate 88pm860x static platform dataHaojian Zhuang1-29/+16
2011-05-26mfd: Add rtc support to 88pm860xHaojian Zhuang1-0/+29
2011-05-26mfd: Fix build warning on 88pm860xHaojian Zhuang1-14/+14
2011-05-26mfd: Use mfd cell platform_data for 88pm860x cells platform bitsSamuel Ortiz1-6/+12
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-4/+4
2011-03-27mfd: 88pm860x: Remove unused irq_desc leftoversThomas Gleixner1-3/+0
2011-03-23mfd: Adopt mfd_data in 88pm860x input driverHaojian Zhuang1-125/+126