summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2015-05-27mfd: da9052: Fix broken regulator probeJohan Hovold-2/+3
2015-04-14Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2015-04-10Merge remote-tracking branch 'regulator/topic/wm8350' into regulator-nextMark Brown-3/+2
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Mark Brown-107/+295
2015-04-10Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/loa...Mark Brown-127/+76
2015-04-10Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/ar...Mark Brown-30/+149
2015-04-10Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown-37/+175
2015-04-10Merge branch 'topic/debugfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown-1/+119
2015-04-10regulator: max8660: Handle empty regulator dataMarkus Pargmann-3/+3
2015-04-10regulator: output current-limit for all regulators in summaryHeiko Stübner-19/+5
2015-04-10regulator: add a summary tree in debugfsHeiko Stübner-0/+121
2015-04-08regulator: qcom: Tidy up probe()Bjorn Andersson-10/+11
2015-04-08regulator: qcom: Rework to single platform deviceBjorn Andersson-83/+161
2015-04-08regulator: qcom: Refactor of-parsing codeBjorn Andersson-60/+81
2015-04-08regulator: qcom: Don't enable DRMS in driverBjorn Andersson-4/+0
2015-04-08regulator: max8660: fix assignment of pdata to data that becomes deadColin Ian King-2/+1
2015-04-01regulator: Defer lookup of supply to regulator_getBjorn Andersson-36/+56
2015-03-29regulator: max77693: Let core parse DT and drop board files supportKrzysztof Kozlowski-84/+9
2015-03-27regulator: Ensure unique regulator debugfs directory namesGuenter Roeck-1/+12
2015-03-23Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas'...Mark Brown-0/+4
2015-03-21regulator: stw481x: Remove unused fields from struct stw481xAxel Lin-4/+4
2015-03-17regulator: palmas: Add has_regen3 check for TPS659038Keerthy-1/+8
2015-03-17Merge branch 'fix/palmas' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown-0/+4
2015-03-17regulator: palmas: Correct TPS659038 register definition for REGEN2Keerthy-0/+4
2015-03-17regulator: constify of_device_id arrayFabian Frederick-1/+1
2015-03-16Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix...Mark Brown-17/+18
2015-03-16regulator: tps65910: Add missing #include <linux/of.h>Geert Uytterhoeven-0/+1
2015-03-09regulator: Rename regulator_set_optimum_modeBjorn Andersson-4/+4
2015-03-08regulator: core: Fix enable GPIO reference countingDoug Anderson-14/+12
2015-03-08regulator: Only enable disabled regulators on resumeJavier Martinez Canillas-3/+5
2015-03-07regulator: act8865: add input supply handlingHeiko Stuebner-27/+28
2015-03-06Merge remote-tracking branches 'regulator/fix/da9210' and 'regulator/fix/rk80...Mark Brown-0/+17
2015-03-06regulator: act8865: Add act8600 supportZubair Lutfullah Kakakhel-1/+119
2015-03-05regulator: wm8350: Remove unused variableFabio Estevam-1/+0
2015-03-05regulator: core: Add devres versions of notifier registrationCharles Keepax-0/+85
2015-03-04regulator: Fix regression due to NULL constraints checkTakashi Iwai-7/+0
2015-02-26regulator: arizona-micsupp: Add support for WM8280/WM8281Richard Fitzgerald-0/+1
2015-02-24regulator: da9211: Pass NULL data with OVER_CURRENT eventGeert Uytterhoeven-4/+2
2015-02-24regulator: da9211: Fix wrong register name in error messageGeert Uytterhoeven-1/+1
2015-02-24regulator: dbx500: Remove use of seq_puts/seq_printf return valueJoe Perches-23/+9
2015-02-24regulator: wm8350: Pass NULL data with REGULATION_OUT and UNDER_VOLTAGE eventsGeert Uytterhoeven-2/+2
2015-02-23regulator: qcom-rpm: Implement set_load and enable drmsBjorn Andersson-0/+30
2015-02-23regulator: core: Introduce set_load opBjorn Andersson-15/+24
2015-02-21regulator: rk808: Set the enable time for LDOsDoug Anderson-0/+8
2015-02-21regulator: arizona-micsupp: Drop OF node reference on error pathCharles Keepax-2/+3
2015-02-21regulator: arizona-ldo1: Drop OF node reference on error pathCharles Keepax-2/+3
2015-02-18Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2015-02-17regulator: da9210: Mask all interrupt sources to deassert interrupt lineGeert Uytterhoeven-0/+9
2015-02-08Merge remote-tracking branches 'regulator/topic/rk808', 'regulator/topic/rpm'...Mark Brown-11/+21
2015-02-08Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mo...Mark Brown-88/+505