summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-27REGULATOR: TWL6025: add support to twl-regulatorGraeme Gregory
2011-05-27regulator: twl6030: do not write to _GRP for regulator disableBalaji T K
2011-05-27regulator: twl6030: do not write to _GRP for regulator enableBalaji T K
2011-05-27TPS65911: Comparator: Add comparator driverJorge Eduardo Candelaria
2011-05-27TPS65911: Add support for added GPIO linesJorge Eduardo Candelaria
2011-05-27GPIO: TPS65910: Move driver to drivers/gpio/Jorge Eduardo Candelaria
2011-05-27TPS65911: Add new irq definitionsJorge Eduardo Candelaria
2011-05-27regulator: tps65911: Add new chip versionJorge Eduardo Candelaria
2011-05-27MFD: TPS65910: Add support for TPS65911 deviceJorge Eduardo Candelaria
2011-05-27regulator: Fix off-by-one value range checking for mc13xxx_regulator_get_voltageAxel Lin
2011-05-27regulator: mc13892: Fix voltage unit in test case.Fabio Estevam
2011-05-27regulator: Remove MAX8997_REG_BUCK1DVS/MAX8997_REG_BUCK2DVS/MAX8997_REG_BUCK5...Axel Lin
2011-05-27mfd: Fix off-by-one value range checking for tps65910_i2c_writeAxel Lin
2011-05-27regulator: Only apply voltage constraints from consumers that set themMark Brown
2011-05-27regulator: If we can't configure optimum mode we're always in the best oneMark Brown
2011-05-27regulator: max8997: remove useless codeJonghwan Choi
2011-05-27regulator: Fix memory leak in max8998_pmic_probe failure pathAxel Lin
2011-05-27regulator: Fix desc_id for tps65023/6507x/65910Axel Lin
2011-05-27linux-next: build failure after merge of the voltage treeJorge Eduardo Candelaria
2011-05-27Revert "regulator: Move VCOINCELL to be the last element of mc13892_regulator...Axel Lin
2011-05-27regulator: Remove some unused variables from wm831x DCDCsMark Brown
2011-05-27linux-next: build failure after merge of the voltage treeJorge Eduardo Candelaria
2011-05-27TPS65910: Add tps65910 regulator driverGraeme Gregory
2011-05-27TPS65910: IRQ: Add interrupt controllerGraeme Gregory
2011-05-27TPS65910: GPIO: Add GPIO driverGraeme Gregory
2011-05-27MFD: TPS65910: Add new mfd device for TPS65910Graeme Gregory
2011-05-27regulator: Use mc13xxx_reg_write instead of mc13xxx_reg_rmw in mc13892_sw_reg...Axel Lin
2011-05-27regulator: Support voltage offsets to compensate for drops in systemMark Brown
2011-05-27regulator: Remove supply_regulator_dev from machine configurationMark Brown
2011-05-27regulator: Move VCOINCELL to be the last element of mc13892_regulators arrayAxel Lin
2011-05-27regulator: Factor out references to rdev in regulator_force_disable()Mark Brown
2011-05-27regulator: Convert WM8400 to get_voltage_sel()Mark Brown
2011-05-27regulator: Fix the argument of calling regulator_mode_constrainAxel Lin
2011-05-27regulator: twl: add twl6030 set_modeSaquib Herman
2011-05-27regulator: twl: add twl6030 get_statusSaquib Herman
2011-05-27regulator: twl: fix twl6030 regulator is_enabledSaquib Herman
2011-05-27regulator: twl: remap has no meaning for 6030Saquib Herman
2011-05-27regulator: twl: fix twl6030 enable/disableSaquib Herman
2011-05-27regulator: Add missing platform_set_drvdata in tps6105x_regulator_probeAxel Lin
2011-05-27regulator: When constraining modes fall back to higher power modesMark Brown
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-26selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2011-05-26m68knommu: use generic find_next_bit_le()Akinobu Mita
2011-05-26s390: use asm-generic/bitops/le.hAkinobu Mita
2011-05-26arm: use asm-generic/bitops/le.hAkinobu Mita
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita
2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita
2011-05-26arch: add #define for each of optimized find bitopsAkinobu Mita
2011-05-26m68knommu: fix build error due to the lack of find_next_bit_le()Akinobu Mita