summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-183-1/+17
|\
| * b43: add option to avoid duplicating device support with brcmsmacJohn W. Linville2012-01-182-0/+8
| * brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka2012-01-181-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-1721-264/+290
|\|
| * tg3: Fix single-vector MSI-X codeMatt Carlson2012-01-171-13/+14
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-1712-92/+71
| |\
| | * mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar2012-01-171-1/+1
| | * mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter2012-01-171-1/+1
| | * brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva2012-01-171-1/+1
| | * brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds2012-01-171-35/+3
| | * bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2012-01-172-1/+20
| | * bcma: add stub for bcma_bus_suspend()Linus Torvalds2012-01-173-1/+7
| | * bcma: convert suspend/resume to pm_opsLinus Torvalds2012-01-171-26/+16
| | * wireless: iwlwifi: iwl-scan.c: Fix build warningFabio Estevam2012-01-161-1/+1
| | * ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2012-01-162-4/+6
| | * bcma: invalidate the mapped core over suspend/resumeRafał Miłecki2012-01-161-0/+3
| | * rt2800pci: fix spurious interrupts generationStanislaw Gruszka2012-01-131-20/+8
| | * ipw2x00: signedness bug handling frame lengthDan Carpenter2012-01-131-2/+2
| | * wireless: b43: fix Oops on card eject during transferGuennadi Liakhovetski2012-01-131-1/+4
| * | bnx2x: Disable AN KR work-around for BCM57810Yaniv Rosner2012-01-171-1/+9
| * | bnx2x: Remove AutoGrEEEn for BCM84833Yaniv Rosner2012-01-171-6/+2
| * | bnx2x: Remove 100Mb force speed for BCM84833Yaniv Rosner2012-01-172-6/+21
| * | bnx2x: Fix PFC setting on BCM57840Yaniv Rosner2012-01-172-10/+13
| * | bnx2x: Fix Super-Isolate mode for BCM84833Yaniv Rosner2012-01-171-113/+137
| * | net: sh-eth: Fix build error by the value which is not definedNobuhiro Iwamatsu2012-01-171-1/+1
| * | ehea: make some functions and variables staticThadeu Lima de Souza Cascardo2012-01-173-25/+23
| * | vhost-net: add module alias (v2.1)stephen hemminger2012-01-131-3/+5
| |/
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-1750-489/+1618
|\ \
| * | dma: shdma: fix runtime PM: clear channel buffers on resetGuennadi Liakhovetski2012-01-061-16/+31
| * | dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submitHaitao Zhang2012-01-061-2/+3
| * | dmaengine/ste_dma40: clear LNK on channel startupRabin Vincent2012-01-021-0/+4
| * | dmaengine: intel_mid_dma: remove legacy pm interfaceKristen Carlson Accardi2012-01-022-6/+8
| * | dmaengine: intel_mid_dma: error path fixAdrian Hunter2011-12-231-1/+5
| * | dmaengine: intel_mid_dma: locking and freeing fixesAdrian Hunter2011-12-231-1/+6
| * | mtd: gpmi-nand: move to dma_transfer_directionShawn Guo2011-12-231-10/+12
| * | mmc: mxs-mmc: fix the dma_transfer_direction migrationShawn Guo2011-12-231-0/+3
| * | dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo2011-12-231-1/+1
| * | dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann2011-12-231-28/+1
| * | dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann2011-12-231-1/+4
| * | dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann2011-12-231-5/+2
| * | dma: mxs-dma: fix a typo in commentLothar Waßmann2011-12-231-1/+1
| * | DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/removeTushar Behera2011-12-081-15/+2
| * | video i.MX IPU: Fix display connectionsSascha Hauer2011-12-081-39/+22
| * | i.MX IPU DMA: Fix wrong burstsize settingsSascha Hauer2011-12-081-24/+1
| * | dmaengine/ste_dma40: allow fixed physical channelNarayanan G2011-12-051-9/+42
| * | dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is trueViresh Kumar2011-12-051-9/+12
| * | dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin2011-12-054-47/+5
| * | IMX/SDMA : save the real count for one DMA transaction.Huang Shijie2011-12-051-2/+9
| * | dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg2011-12-051-12/+48
| * | dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski2011-12-051-4/+4