summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2014-03-21regulator: bcm590xx: Remove **rdev from struct bcm590xx_regAxel Lin1-10/+0
2014-03-21regulator: bcm590xx: Make the modalias matches the driver nameAxel Lin1-1/+1
2014-03-21regulator: s5m8767: Convert to use regulator_[enable|disable|is_enabled]_regmapAxel Lin1-59/+19
2014-03-21regulator: db8500-prcmu: Set 1.8V as a fixed voltage for vsmps2Ulf Hansson1-0/+2
2014-03-19regulator: s2mps11: Add missing of_node_putSachin Kamat1-0/+1
2014-03-19regulator: s2mps11: Use of_get_child_by_nameSachin Kamat1-1/+1
2014-03-19regulator: s2mps11: Add set_suspend_disable for S2MPS14Krzysztof Kozlowski1-1/+50
2014-03-19regulator: s2mps11: Add support for S2MPS14 regulatorsKrzysztof Kozlowski2-65/+196
2014-03-19Merge branch 'ib-mfd-regulator-3.15' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown8-8/+505
2014-03-19regulator: max8660: Fix brace alignmentSachin Kamat1-1/+2
2014-03-19regulator: dbx500: use seq_puts() instead of seq_printf()Jingoo Han1-2/+2
2014-03-19regulator: dbx500-prcmu: Silence checkpatch warningsSachin Kamat1-0/+2
2014-03-18regulator: anatop: Remove checking control_reg in [set|get]_voltage_selAxel Lin1-23/+2
2014-03-18regulator: max8952: Silence checkpatch warningSachin Kamat1-0/+1
2014-03-18regulator: max8925: Silence checkpatch warningSachin Kamat1-0/+1
2014-03-18regulator: max8660: Silence checkpatch warningsSachin Kamat1-4/+11
2014-03-18regulator: arizona-ldo1: Correct default regulator init_dataCharles Keepax1-4/+3
2014-03-18regulator: Add support for S2MPA01 regulatorSachin Kamat3-0/+489
2014-03-13regulator: tps6586x: Remove unnecessary rdev[] arrayAxel Lin1-10/+4
2014-03-11regulator: da9063: fix assignment of da9063_reg_matches to NULLColin Ian King1-1/+1
2014-03-11regulator: add bcm590xx regulator driverMatt Porter3-0/+422
2014-03-10regulator: act8865: Remove unnecessary *rdev[] from struct act8865Axel Lin1-8/+5
2014-03-10regulator: max1586: Don't allocate memory for regulator_dev pointersKrzysztof Kozlowski1-2/+1
2014-03-10regulator: max8998: Remove unnecessary **rdev from struct max8998_dataAxel Lin1-14/+6
2014-03-10regulator: max8997: Remove unnecessary **rdev from struct max8997_dataAxel Lin1-13/+6
2014-03-10regulator: max8660: Remove regulator_dev pointer from state containerKrzysztof Kozlowski1-10/+6
2014-03-10regulator: max8973: Remove unused field from 'struct max8973_chip'Krzysztof Kozlowski1-2/+0
2014-03-10regulator: max8952: Use managed regulator registrationKrzysztof Kozlowski1-13/+8
2014-03-10regulator: max8925: Remove unused state container fieldsKrzysztof Kozlowski1-3/+0
2014-03-10regulator: max8907: Remove regulator_dev array from state containerKrzysztof Kozlowski1-4/+5
2014-03-10regulator: max8649: Remove regulator_dev pointer from state containerKrzysztof Kozlowski1-4/+4
2014-03-10regulator: max77693: Remove state container as it is not neededKrzysztof Kozlowski1-31/+6
2014-03-10regulator: max77686: Remove regulator_dev array from state containerKrzysztof Kozlowski1-4/+5
2014-03-10regulator: max1586: Remove regulator_dev pointer from state containerKrzysztof Kozlowski1-7/+5
2014-03-06regulator: helpers: Modify helpers enabling multi-bit controlCarlo Caione1-16/+32
2014-03-06regulator: pfuze100: Add PFUZE200 support to Kconfig and module descriptionAxel Lin2-4/+4
2014-03-05regulator: tps80031: remove unnecessary parenthesesJingoo Han1-1/+1
2014-03-04regulator: add pbias regulator supportBalaji T K3-0/+265
2014-03-04Merge tag 'regulator-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+20
2014-03-04regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tablesAxel Lin1-3/+5
2014-03-04regulator: pfuze100: add pfuze200 supportRobin Gong1-53/+143
2014-03-04regulator: s2mps11: Fix section mismatchKrzysztof Kozlowski1-46/+17
2014-03-03regulator: tps65217: Allow missing init_data for diagnosticsAxel Lin1-13/+2
2014-03-03regulator: s2mps11: Copy supported regulators from initconstKrzysztof Kozlowski1-13/+62
2014-03-03regulator: s2mps11: Constify regulator_desc arrayKrzysztof Kozlowski1-1/+1
2014-03-03regulator: s2mps11: Don't store registered regulators in state containerKrzysztof Kozlowski1-5/+5
2014-03-03regulator: mc13xxx: Fix probing with DTAlexander Shiyan1-4/+4
2014-02-27regulator: 88pm8607: fix indent code styleJingoo Han1-3/+3
2014-02-26regulator: dummy: Should be always-onMarkus Pargmann1-1/+5
2014-02-25regulator: mc13xxx: Fix NULL pointer error in non-DT modeSachin Kamat1-4/+8