summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | regulator: twl: Convert twlsmps_ops to get_voltage_sel and map_voltageAxel Lin2012-08-281-11/+13
| | | | * | regulator: twl: Fix checking voltage range in twl6030smps_set_voltage()Axel Lin2012-08-281-20/+16
| | | | * | regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltageAxel Lin2012-08-281-2/+4
| | | | * | regulator: s2mps11: Use array to save pointer to rdevAxel Lin2012-08-281-19/+8
| | | * | | regulator: add a new API regulator_set_voltage_tol()Shawn Guo2012-08-081-0/+7
| | * | | | extcon: arizona: Use bypass mode for MICVDDMark Brown2012-09-101-0/+5
| | * | | | regulator: wm831x-ldo: Add bypass supportMark Brown2012-09-101-0/+8
| | * | | | regulator: arizona-micsupp: Support get/set bypassMark Brown2012-09-101-0/+5
| | * | | | regulator: arizona-ldo: Support get/set bypassMark Brown2012-09-101-0/+4
| | * | | | regulator: core: Provide regmap get/set bypass operationsMark Brown2012-09-102-0/+45
| | * | | | regulator: core: Support bypass modeMark Brown2012-09-105-0/+126
| | | |_|/ | | |/| |
| * | | | regulator: core: Try using the parent device for the default regmapAnilKumar Ch2012-09-081-1/+3
| * | | | regulator: core: Fast path non-deferred disablesMark Brown2012-09-081-0/+3
| * | | | regulator: core: Report microvolts in sysfs even with only list_voltage()Mark Brown2012-09-071-1/+2
| * | | | regulator: Clarify documentation for regmap in the configMark Brown2012-08-311-1/+2
| * | | | regulator: fix kernel-doc warnings in drivers/regulator/core.cRandy Dunlap2012-08-201-2/+2
| * | | | regulator: core: Use list_voltage() to read single voltage regulatorsMark Brown2012-08-091-0/+2
| * | | | regulator: make the dummy regulator's print_constraint more helpfulUwe Kleine-König2012-08-082-1/+4
| * | | | regulator: core: Fix cast to pointer from integer of different size warningAxel Lin2012-08-071-2/+5
| * | | | regulator: Fix space/tab confusionMichael Jones2012-08-041-7/+7
| * | | | regulator: core: increment open_count when regulator supply is setLaxman Dewangan2012-08-041-0/+1
| * | | | regulator: core: Clarify grammar for dummy help textMark Brown2012-08-041-3/+2
| | |/ / | |/| |
* | | | Linux 3.6-rc6v3.6-rc6Linus Torvalds2012-09-161-1/+1
* | | | Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-09-1658-247/+343
|\ \ \ \
| * | | | mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2012-09-162-7/+26
| * | | | mfd: MAX77693: Fix interrupt handling bugChanwoo Choi2012-09-161-5/+31
| * | | | mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-1554-112/+125
| * | | | mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driverFeng Tang2012-08-231-19/+1
| * | | | mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch2012-08-223-105/+161
* | | | | Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-09-162-0/+36
|\ \ \ \ \
| * | | | | pwm: pwm-tiehrpwm: Fix conflicting channel period settingPhilip, Avinash2012-09-101-0/+29
| * | | | | pwm: pwm-tiecap: Disable APWM mode after configurePhilip, Avinash2012-09-101-0/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-09-1610-126/+141
|\ \ \ \ \ \
| * | | | | | target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2
| * | | | | | target: support zero allocation length in REQUEST SENSEPaolo Bonzini2012-09-072-17/+19
| * | | | | | target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
| * | | | | | target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini2012-09-071-0/+7
| * | | | | | target: report too-small parameter lists everywherePaolo Bonzini2012-09-073-2/+30
| * | | | | | target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-072-5/+7
| * | | | | | target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-063-37/+24
| * | | | | | target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-061-36/+13
| * | | | | | target: move transport_get_sense_dataPaolo Bonzini2012-09-061-55/+55
| * | | | | | target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang2012-08-271-1/+10
| * | | | | | target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-241-2/+7
* | | | | | | Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-162-12/+34
|\ \ \ \ \ \ \
| * | | | | | | ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu2012-09-141-1/+1
| * | | | | | | ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming2012-09-141-11/+23
| * | | | | | | ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki2012-09-141-0/+10
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-09-161-6/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason2012-09-151-6/+2