aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-0349-77/+79
|\
| * trivial: Update my email addressRiku Voipio2009-03-302-4/+4
| * trivial: NULL noise: drivers/mtd/tests/mtd_*test.cHannes Eder2009-03-302-13/+13
| * trivial: NULL noise: drivers/media/dvb/frontends/drx397xD_fw.hHannes Eder2009-03-301-1/+1
| * trivial: Fix misspelling of "Celsius".Adam Buchbinder2009-03-303-3/+3
| * trivial: drivers/char/bsr.c: Storage class should be before const qualifierTobias Klauser2009-03-301-1/+1
| * trivial: MTD: remove EOL from MODULE_DESCRIPTIONNiels de Vos2009-03-301-1/+1
| * trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-3021-36/+38
| * trivial: Fix misspelling of firmwareNick Andrew2009-03-3012-12/+12
| * trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig2009-03-303-3/+3
| * trivial: fix typo "thier" -> "their"Uwe Kleine-Koenig2009-03-301-1/+1
| * trivial: Fix dubious bitwise 'and' usage spotted by sparse.Alexey Zaytsev2009-03-301-1/+1
| * trivial: Fix dubious bitwise 'or' usage spotted by sparse.Alexey Zaytsev2009-03-301-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-04-0311-230/+865
|\ \
| * | dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanupGuennadi Liakhovetski2009-04-021-9/+56
| * | dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt2009-04-012-2/+337
| * | dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto2009-03-261-0/+8
| * | dmatest: add dma interrupts and callbacksDan Williams2009-03-251-10/+27
| * | dmatest: add xor testDan Williams2009-03-251-85/+189
| * | dmaengine: allow dma support for async_tx to be toggledDan Williams2009-03-251-0/+11
| * | dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams2009-03-257-7/+1
| * | dma: i.MX31 IPU DMA robustness improvementsGuennadi Liakhovetski2009-03-251-84/+181
| * | dma: improve section assignment in i.MX31 IPU DMA driverGuennadi Liakhovetski2009-03-252-5/+5
| * | dma: ipu_idmac driver cosmetic clean-upGuennadi Liakhovetski2009-03-251-19/+14
| * | dmaengine: fail device registration if channel registration failsDan Williams2009-03-251-12/+39
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-04-0313-94/+1027
|\ \ \
| * | | regulator: twl4030 VAUX3 supports 3.0VAdrian Hunter2009-03-311-1/+4
| * | | regulator: Support disabling of unused regulators by machinesMark Brown2009-03-311-0/+92
| * | | regulator: Don't increment use_count for boot_on regulatorsMark Brown2009-03-311-1/+0
| * | | twl4030-regulator: expose VPLL2David Brownell2009-03-312-3/+1
| * | | regulator: refcount fixesDavid Brownell2009-03-311-22/+8
| * | | regulator: Don't warn if we failed to get a regulatorMark Brown2009-03-311-2/+0
| * | | regulator: Allow boot_on regulators to be disabled by clientsMark Brown2009-03-311-9/+4
| * | | regulator: Implement list_voltage for WM835x LDOs and DCDCsMark Brown2009-03-311-0/+29
| * | | twl4030-regulator: list more VAUX4 voltagesDavid Brownell2009-03-311-0/+2
| * | | regulator: Don't warn on omitted voltage constraintsMark Brown2009-03-311-1/+5
| * | | regulator: Implement list_voltage() for WM8400 DCDCs and LDOsMark Brown2009-03-311-4/+30
| * | | MMC: regulator utilitiesDavid Brownell2009-03-311-0/+100
| * | | regulator: twl4030 voltage enumeration (v2)David Brownell2009-03-311-39/+23
| * | | regulator: twl4030 regulatorsDavid Brownell2009-03-313-0/+519
| * | | regulator: enumerate voltages (v2)David Brownell2009-03-311-0/+113
| * | | regulator: Fix get_mode() for WM835x DCDCsMark Brown2009-03-311-6/+18
| * | | regulator: Allow regulators to set the initial operating modeMark Brown2009-03-311-0/+17
| * | | regulator: Suggest use of datasheet supply or pin names for consumersMark Brown2009-03-311-3/+6
| * | | regulator: add unset_regulator_supplies to fix regulator_unregisterMike Rapoport2009-03-311-0/+14
| * | | regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown2009-03-311-27/+0
| * | | regulator: Mark attributes table for virtual regulator staticMark Brown2009-03-311-1/+1
| * | | regulator: Make fixed voltage regulators visible in KconfigMark Brown2009-03-311-1/+5
| * | | regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown2009-03-311-1/+2
| * | | regulator: Allow init data to be supplied for bq24022Mark Brown2009-03-311-1/+2