aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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/git/broonie/regulatorLinus 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
2014-02-25regulator: core: Replace direct ops->disable usageMarkus Pargmann1-21/+13
2014-02-25regulator: core: Replace direct ops->enable usageMarkus Pargmann1-7/+7
2014-02-23pfuze100-regulator: Return error on of_node_get() failureFabio Estevam1-1/+1
2014-02-23Merge remote-tracking branches 'regulator/fix/da9063', 'regulator/fix/max14577' and 'regulator/fix/s5m8767' into regulator-linusMark Brown3-4/+9
2014-02-23Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-1/+1
2014-02-22regulator: max14577: Fix invalid return value on DT parse successKrzysztof Kozlowski1-2/+3
2014-02-21regulator: core: Change dummy supplies error message to a warningShuah Khan1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina28-440/+966
2014-02-20regulator: wm8994: Remove redundant error messageSachin Kamat1-3/+1