summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds2011-11-0116-48/+721
|\
| * regulator: Constify constraints nameMark Brown2011-10-141-1/+1
| * regulator: Fix possible nullpointer dereference in regulator_enable()Heiko Stübner2011-10-141-1/+1
| * regulator: gpio-regulator add dependency on GENERIC_GPIOHeiko Stübner2011-10-121-0/+1
| * regulator: Add module.h include to gpio-regulatorMark Brown2011-10-111-0/+1
| * regulator: Add driver for gpio-controlled regulatorsHeiko Stübner2011-10-094-0/+454
| * regulator: remove duplicate REG_CTRL2 defines in tps65023H Hartley Sweeten2011-10-091-7/+0
| * regulator: Clarify documentation for regulator-regulator suppliesMark Brown2011-10-071-2/+9
| * regulator: Fix some bitrot in the machine driver documentationMark Brown2011-10-071-4/+4
| * regulator: tps65023: Added support for the similiar TPS65020 chipMarcus Folkesson2011-08-281-0/+53
| * regulator: tps65023: Setting correct core regulator for tps65021Marcus Folkesson2011-08-281-21/+75
| * regulator: tps65023: Set missing bit for update core-voltageMarcus Folkesson2011-08-281-4/+15
| * regulator: tps65023: Fixes i2c configuration issuesMarcus Folkesson2011-08-281-0/+11
| * regulator: Add debugfs file showing the supply map tableMark Brown2011-08-281-0/+41
| * regulator: tps6586x: add SMx slew rate settingXin Xie2011-08-282-1/+47
| * regulator: tps65023: Fixes i2c configuration issuesMarcus Folkesson2011-08-081-0/+11
| * regulator: tps6507x: Remove num_voltages arrayAxel Lin2011-08-081-7/+1
| * regulator: max8952: removed unused mutex.MyungJoo Ham2011-08-081-3/+0
| * regulator: fix regulator/consumer.h kernel-doc warningRandy Dunlap2011-08-081-1/+1
| * regulator: Ensure enough enable time for max8649Axel Lin2011-08-081-1/+1
| * regulator: 88pm8607: Fix off-by-one value range checking in the case of no id...Axel Lin2011-08-081-1/+1
| * regulator: tps65912: Remove unused define of TPS65912_MAX_REG_IDAxel Lin2011-08-081-2/+0
| * regulator: aat2870-regulator.c needs module.hRandy Dunlap2011-08-081-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-11-014-172/+362
|\ \
| * | firewire: ohci: fix isochronous DMA synchronizationClemens Ladisch2011-10-181-0/+73
| * | firewire: ohci: work around selfID junk due to wrong gap countClemens Ladisch2011-10-181-2/+16
| * | firewire: net: Use posted writesStephan Gatzka2011-10-092-8/+4
| * | firewire: use clamp and min3 macrosStefan Richter2011-10-093-9/+5
| * | firewire: ohci: optimize TSB41BA3D detectionStefan Richter2011-10-091-24/+12
| * | firewire: ohci: TSB41BA3D support tweaksStefan Richter2011-10-091-51/+23
| * | firewire: ohci: Add support for TSB41BA3D phyStephan Gatzka2011-09-161-2/+183
| * | firewire: ohci: Move code from the bus reset tasklet into a workqueueStephan Gatzka2011-09-161-8/+10
| * | firewire: sbp2: fold two functions into oneStefan Richter2011-09-161-19/+9
| * | firewire: sbp2: move some code to more sensible placesStefan Richter2011-09-161-106/+107
| * | firewire: sbp2: remove obsolete reference countingStefan Richter2011-09-161-40/+17
* | | Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2011-11-016-43/+129
|\ \ \
| * | | pstore: make pstore write function return normal success/fail valueChen Gong2011-10-124-19/+23
| * | | pstore: change mutex locking to spin_locksDon Zickus2011-08-164-10/+24
| * | | pstore: defer inserting OOPS entries into pstoreLuck, Tony2011-08-163-14/+82
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-0184-984/+4738
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------------------. \ \ \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-0183-980/+4737
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty2011-10-135-3/+110
| | | | | | | | | | | | * | | | RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty2011-10-134-48/+162
| | | | | | | | | | | | * | | | IB/mlx4: Add support for XRC QPsSean Hefty2011-10-135-34/+95
| | | | | | | | | | | | * | | | IB/mlx4: Add support for XRC SRQsSean Hefty2011-10-134-16/+24
| | | | | | | | | | | | * | | | IB/mlx4: Add support for XRC domainsSean Hefty2011-10-138-1/+134
| | | | | | | | | | | | * | | | IB/cm: Do not automatically disconnect XRC TGT QPsSean Hefty2011-10-131-0/+2
| | | | | | | | | | | | * | | | RDMA/cma: Support XRC QPsSean Hefty2011-10-131-1/+1
| | | | | | | | | | | | * | | | RDMA/ucm: Allow user to specify QP type when creating idSean Hefty2011-10-132-2/+6
| | | | | | | | | | | | * | | | RDMA/cm: Define new RDMA port space specific to IBSean Hefty2011-10-132-0/+6