aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab8500-gpadc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-14mfd: ab8500-gpadc: Squash a whole bunch of Checkpatch warnings and one errorLee Jones1-72/+73
2015-06-22mfd: ab8500-gpadc: Pass the IRQF_ONESHOT flagFabio Estevam1-2/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-05MFD / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-08-14mfd: ab8500-gpadc: Add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-0/+2
2013-08-14mfd: ab8500-gpadc: Add CONFIG_PM_RUNTIME to runtime_suspend/runtime_resumeJingoo Han1-0/+2
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-5/+1
2013-06-13mfd: ab8500-gpadc: Convert to managed resources for allocating memoryLee Jones1-5/+1
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-7/+1
2013-05-17mfd: ab8500-gpadc: Suppress 'ignoring regulator_enable() return value' warningLee Jones1-2/+5
2013-04-26mfd: ab8500: Export ab8500_gpadc_sw_hw_convert properlyArnd Bergmann1-1/+1
2013-04-08Merge branch 'for-mfd-and-power' of git://git.linaro.org/people/ljones/linux-3.0-ux500Samuel Ortiz1-103/+456
2013-03-12mfd: ab8500-gpadc: Complain if we fail to enable vtvout LDOAxel Lin1-4/+13
2013-03-07mfd: ab8500-gpadc: Optimise GPADC driverLee Jones1-157/+55
2013-03-07mfd: ab8500-debug: Add support for the AB8540Lee Jones1-0/+44
2013-03-07mfd: ab8500-gpadc: Add support for the AB8540Lee Jones1-40/+276
2013-03-07mfd: ab8500-core: Add ADC support for ab8540Lee Jones1-28/+39
2013-03-07mfd: ab8500-gpadc: Add gpadc hw conversionLee Jones1-75/+207
2013-03-07mfd: ab8500-gpadc: Reread on failureJonas Aaberg1-0/+5
2013-03-07mfd: ab8500-gpadc: Implemented suspend/resumeDaniel WILLERUD1-0/+28
2013-02-04mfd: ab8500-gpadc: Remove unused 'struct ab8500_gpadc'Lee Jones1-2/+0
2013-02-04mfd: ab8500-gpadc: Reduce conversion timeoutLee Jones1-1/+4
2013-02-04mfd: ab8500-gpadc: Add runtime pm supportLee Jones1-6/+64
2013-02-04mfd ab8500-gpadc: Introduce new AB version detectionMichel JAOUEN1-11/+4
2013-02-04mfd: ab8500-gpadc: Change to usleep_range() for greater resolutionLee Jones1-1/+1
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-09-01mfd: printk/comment fixesMasanari Iida1-1/+1
2012-07-09mfd: Register ab8500 devices using the newly DT:ed MFD APILee Jones1-6/+0
2012-07-09mfd: Enable IRQF_ONESHOT when requesting a threaded IRQ for ab8500gpadcLee Jones1-1/+2
2012-05-20mfd: Enable ab8500-gpadc driver for Device TreeLee Jones1-0/+6
2012-05-20mfd: Prevent unassigned pointer from being used in ab8500-gpadc driverLee Jones1-1/+1
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-2/+2
2011-10-24mfd: Refactor ab8500 GPADC API, add raw accessKarl Komierowski1-13/+43
2011-05-26mfd: Correct the name and bitmask for ab8500-gpadc BTempPullUpJohan Palsson1-3/+3
2011-05-26mfd: Add manual ab8500-gpadc batt temp activation for AB8500 3.0Karl Komierowski1-1/+33
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23mfd: Rename ab8500 gpadc headerLinus Walleij1-1/+1
2011-03-23mfd: Fix ab8500-gpadc to measure charger currentKarl Komierowski1-3/+18
2011-03-23mfd: Calibrate ab8500 gpadc using OTP valuesJohan Palsson1-5/+281
2011-03-23mfd: Free dangling irq in ab8500 gpadc probe error pathDaniel Willerud1-1/+3
2011-03-23mfd: Reentrance and revamp ab8500 gpadc fetching interfaceDaniel Willerud1-45/+70
2011-03-23mfd: Move ab8500 gpadc header to subdirDaniel Willerud1-1/+1
2011-03-23mfd: Add new ab8500 GPADC driverArun Murthy1-0/+296