summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: nandsim: spell fixes in commentssrimugunthan2010-12-031-18/+18
| * | mtd: m25p80: Add support for Macronix MX25L25655EKevin Cernekee2010-12-031-0/+1
| * | mtd: m25p80: Add support for Macronix MX25L25635EKevin Cernekee2010-12-031-3/+28
| * | mtd: m25p80: Reinstate error print on unrecognized flashKevin Cernekee2010-12-031-0/+1
| * | mtd: Fix MTD_OF_PARTS for all arch and minor tidy of MTD_PARTITIONSGrant Likely2010-12-032-9/+12
| * | mtd: bcm963xx-flash: try JEDEC probe if CFI failsGuillaume LECERF2010-12-031-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-171-2/+2
|\ \ \
| * | | staging: smbfs building fixYang Ruirui2011-01-171-2/+2
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-01-1720-262/+124
|\ \ \ \
| * | | | drm/radeon/kms: balance asic_reset functionsAlex Deucher2011-01-173-18/+20
| * | | | drm/radeon/kms: remove duplicate card_posted() functionsAlex Deucher2011-01-173-46/+3
| * | | | drm/radeon/kms: add module option for pcie gen2Alex Deucher2011-01-175-0/+14
| * | | | drm/radeon/kms: fix typo in evergreen safe regAlex Deucher2011-01-171-1/+1
| * | | | Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie2011-01-1711-197/+86
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/nouveau: fix gpu page faults triggered by plymouthdBen Skeggs2011-01-171-2/+2
| | * | | drm/nouveau: greatly simplify mm, killing some bugs in the processBen Skeggs2011-01-173-160/+52
| | * | | drm/nvc0: enable protection of system-use-only structures in vmBen Skeggs2011-01-174-5/+10
| | * | | drm/nv40: initialise 0x17xx on all chipsets that have itBen Skeggs2011-01-171-12/+2
| | * | | drm/nv40: make detection of 0x4097-ful chipsets available everywhereBen Skeggs2011-01-173-18/+20
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-01-1710-794/+935
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ARM: PL08x: cleanup commentsRussell King - ARM Linux2011-01-171-94/+52
| * | | | Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan2011-01-151-2/+2
| * | | | dmaengine: at_hdmac: fix race while monitoring channel statusNicolas Ferre2011-01-151-2/+2
| * | | | dmaengine: at_hdmac: flags located in first descriptorNicolas Ferre2011-01-151-3/+3
| * | | | dmaengine: at_hdmac: use subsys_initcall instead of module_initEric Xu2011-01-151-1/+1
| * | | | dmaengine: at_hdmac: no need set ACK in new descriptorNicolas Ferre2011-01-151-1/+0
| * | | | dmaengine: at_hdmac: trivial add precision to unmapping commentNicolas Ferre2011-01-151-1/+1
| * | | | dmaengine: at_hdmac: use dma_address to program DMA hardwareNicolas Ferre2011-01-151-2/+2
| * | | | pch_dma: support new device ML7213 IOHTomoya MORINAGA2011-01-152-7/+21
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'amba' and 'dma40' into dmaengineDan Williams2011-01-074-680/+833
| |\ \ \ \ \
| | | * | | | dmaengine: dma40: Add support to split up large elementsPer Forlin2011-01-053-130/+343
| | * | | | | ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux2011-01-051-0/+3
| | * | | | | ARM: PL08x: allow dma_set_runtime_config() to return errorsRussell King - ARM Linux2011-01-051-10/+13
| | * | | | | ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux2011-01-051-19/+9
| | * | | | | ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux2011-01-051-0/+11
| | * | | | | ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()Russell King - ARM Linux2011-01-051-14/+32
| | * | | | | ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux2011-01-051-10/+10
| | * | | | | ARM: PL08x: implement unmapping of memcpy buffersRussell King - ARM Linux2011-01-051-13/+39
| | * | | | | ARM: PL08x: store prep_* flags in async_tx structureRussell King - ARM Linux2011-01-051-3/+5
| | * | | | | ARM: PL08x: shrink srcbus/dstbus in txd structureRussell King - ARM Linux2011-01-051-10/+10
| | * | | | | ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fillRussell King - ARM Linux2011-01-051-76/+83
| | * | | | | ARM: PL08x: fix fill_bytes calculationRussell King - ARM Linux2011-01-051-16/+10
| | * | | | | ARM: PL08x: use min() to calculate target_lenRussell King - ARM Linux2011-01-051-3/+1
| | * | | | | ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addrRussell King - ARM Linux2011-01-051-9/+5
| | * | | | | ARM: PL08x: make pl08x_fill_lli_for_desc() return voidRussell King - ARM Linux2011-01-051-18/+12
| | * | | | | ARM: PL08x: move callback outside spinlock'd regionRussell King - ARM Linux2011-01-051-14/+15
| | * | | | | ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux2011-01-051-34/+43
| | * | | | | ARM: PL08x: move AHB master port selection into prep_* functionsRussell King - ARM Linux2011-01-051-24/+23
| | * | | | | ARM: PL08x: move cctl increment and protection setup to prep_slave_sgRussell King - ARM Linux2011-01-051-7/+8
| | * | | | | ARM: PL08x: move default cctl into txd structureRussell King - ARM Linux2011-01-051-15/+6