summaryrefslogtreecommitdiffstats
path: root/drivers/dma (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-06drm/i915: execbuf2 supportJesse Barnes5-78/+273
2009-12-17drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang1-0/+2
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes9-26/+59
2009-12-16drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg4-17/+9
2009-12-16drm/i915: Implement IS_* macros using static tablesKristian Høgsberg3-99/+161
2009-12-16drm/i915: Move PCI IDs into i915 driverKristian Høgsberg1-2/+40
2009-12-16drm/i915: Update LVDS connector status when receiving ACPI LID eventZhao Yakui2-0/+10
2009-12-16drm/i915: Add MALATA PC-81005 to ACPI LID quirk listZhao Yakui1-0/+7
2009-12-16drm/i915: implement new pm ops for i915Zhenyu Wang1-6/+47
2009-12-16drm/i915: Don't check for lid presence when detecting LVDSMatthew Garrett1-65/+2
2009-12-16drm/i915: fix order of fence release wrt flushingDaniel Vetter1-3/+4
2009-12-15drm/i915: In the debugfs interface, unmap our address instead of the page's.Eric Anholt1-1/+1
2009-12-15mfd: compile fix for twl4030 renamingStephen Rothwell1-5/+5
2009-12-15lis3: update documentation to match latest changesSamu Onkalo1-7/+24
2009-12-15lis3: scale output values to mgSamu Onkalo2-3/+31
2009-12-15lis3: sysfs entry for setting chip measurement rateSamu Onkalo2-7/+46
2009-12-15lis3lv02d: remove calibaration functionalitySamu Onkalo2-32/+3
2009-12-15lis3: selftest supportSamu Onkalo3-3/+81
2009-12-15lis3lv02d: proper power on sequenceSamu Onkalo2-14/+28
2009-12-15lis3: fix show rate for 8 bits chipsÉric Piel2-8/+17
2009-12-15lis3: update documentation and commentsÉric Piel4-42/+52
2009-12-15lis3lv02d: correct memory leak in module unloadSamu Onkalo1-0/+1
2009-12-15lis3lv02d: send sync eventSamu Onkalo1-0/+1
2009-12-15hwmon: w83627ehf updatesDaniel J Blueman2-21/+61
2009-12-15lis3lv02d: axis remap and resource setup/releaseSamu Onkalo1-0/+12
2009-12-15crc32: minor optimizations and cleanupJoakim Tjernlund1-77/+44
2009-12-15mmc: let tmio-mmc use dev_name() with request_irq()Magnus Damm1-1/+1
2009-12-15mmc: Blackfin SD Host Controller DriverCliff Cai3-0/+659
2009-12-15mmc: atmel-mci: new MCI2 module support in atmel-mci driverNicolas Ferre1-10/+75
2009-12-15atmel-mci: change use of dma slave interfaceNicolas Ferre5-28/+98
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings5-43/+23
2009-12-15s3cmci: convert missed s3c2410_gpio calls to gpiolib callsBen Dooks1-5/+3
2009-12-15sdhci: add support for the SysKonnect CardBus2SDIO adapterNicolas Pitre1-0/+75
2009-12-15mmci-omap: remove bogus check for host->iclkLadislav Michl1-5/+5
2009-12-15davinci: mmc: add cpufreq supportChaithrika U S1-16/+84
2009-12-15mmc: davinci: modify data types of EDMA related variablesSudhakar Rajashekhara1-2/+2
2009-12-15DaVinci: MMC: MMC/SD controller driver for DaVinci familyVipin Bhandari3-0/+1290
2009-12-15drivers/mmc: Move dereference after NULL testJulia Lawall1-1/+2
2009-12-15sdio: rework cis tuple parsingAlbert Herranz1-74/+93
2009-12-15mxcmmc: fix error path in mxcmci_probeUwe Kleine-König1-5/+5
2009-12-15firmware: only allow EDD on x86Mike Frysinger1-2/+2
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro3-6/+13
2009-12-15efi.h: use %pUl to print UUIDsJoe Perches1-5/+1
2009-12-15fs/ubifs: use %pUB to print UUIDsJoe Perches2-13/+3
2009-12-15fs/gfs2/sys.c: use %pUB to print UUIDsJoe Perches1-13/+3
2009-12-15drivers/md/md.c: use %pU to print UUIDsJoe Perches1-12/+4
2009-12-15drivers/firmware/dmi_scan.c: use %pUB to print UUIDsJoe Perches1-4/+1
2009-12-15random.c: use %pU to print UUIDsJoe Perches1-7/+3
2009-12-15fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches1-10/+4
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches1-1/+61