summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: fix hrtimer deadlockThomas Gleixner2011-07-271-19/+37
* rtc: limit frequencyThomas Gleixner2011-07-271-1/+1
* rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-07-271-0/+3
* drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi2011-07-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-1/+45
|\
| * rbd: set blk_queue request sizes to object sizeJosh Durgin2011-07-261-0/+15
| * rbd: cancel watch request when releasing the deviceYehuda Sadeh2011-07-261-1/+30
* | gma500: udelay(20000) it too long againStephen Rothwell2011-07-261-1/+1
* | USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki2011-07-261-0/+1
* | MMC / TMIO: Fix build issue related to struct scatterlistRafael J. Wysocki2011-07-261-0/+1
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-26106-1420/+5556
|\ \
| * | drm/radeon/kms: fix DP training for DPEncoderService revision bigger than 1.1Jerome Glisse2011-07-261-4/+18
| * | drm/radeon/kms: add missing vddci setting on NI+Alex Deucher2011-07-261-0/+3
| * | drm/radeon: Add a rmb() in IH processingBenjamin Herrenschmidt2011-07-252-0/+6
| * | drm/radeon: ATOM Endian fix for atombios_crtc_program_pll()Benjamin Herrenschmidt2011-07-251-3/+2Star
| * | drm/radeon: Fix the definition of RADEON_BUF_SWAP_32BITBenjamin Herrenschmidt2011-07-251-1/+1
| * | drm/radeon: Do an MMIO read on interrupts when not uisng MSIsBenjamin Herrenschmidt2011-07-251-0/+4
| * | drm/radeon: Writeback endian fixesBenjamin Herrenschmidt2011-07-253-24/+9Star
| * | drm/radeon: Remove a bunch of useless _iomem castsBenjamin Herrenschmidt2011-07-252-12/+12
| * | drm/gem: add support for private objectsAlan Cox2011-07-251-2/+24
| * | DRM: clean up and document parsing of video= parameterRolf Eike Beer2011-07-251-27/+60
| * | DRM: Radeon: Fix section mismatch.Ralf Baechle2011-07-251-2/+2
| * | drm: really make debug levels match in edid failure codeTormod Volden2011-07-251-2/+2
| * | drm/radeon/kms: fix i2c map for rv250/280Alex Deucher2011-07-251-1/+2
| * | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2011-07-2518-147/+98Star
| |\ \
| | * | drm/nouveau/gr: disable fifo access and idle before suspend ctx unloadBen Skeggs2011-07-254-0/+20
| | * | drm/nouveau: pass flag to engine fini() method on suspendBen Skeggs2011-07-2514-20/+21
| | * | drm/nouveau: replace nv04_graph_fifo_access() use with direct reg bashingBen Skeggs2011-07-254-20/+8Star
| | * | drm/nv40/gr: rewrite/split context takedown functionsBen Skeggs2011-07-251-91/+19Star
| | * | drm/nouveau: detect disabled device in irq handler and return IRQ_NONEBen Skeggs2011-07-251-1/+1
| | * | drm/nouveau: ignore connector type when deciding digital/analog on DVI-IBen Skeggs2011-07-251-15/+19
| | * | drm/nouveau: Add a quirk for Gigabyte NX86TEmil Velikov2011-07-251-0/+6
| | * | drm/nouveau: do not leak in nv20_graph_createJesper Juhl2011-07-251-0/+2
| | * | drm/nv50/dp: fix hack to work for macbooks booted via EFIBen Skeggs2011-07-251-0/+2
| * | | drm/radeon/kms: add info query for backend mapAlex Deucher2011-07-187-1/+22
| * | | drm: platform multi-device supportRob Clark2011-07-151-2/+3
| * | | drm/radeon: Don't clobber error return value in page flipping cleanup paths.Michel Dänzer2011-07-141-7/+2Star
| * | | drm/radeon: Don't generate new fence for page flip.Michel Dänzer2011-07-141-27/+6Star
| * | | Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie2011-07-1422-407/+1125
| |\ \ \
| | * | | drm/i915: provide module parameter descriptionBen Widawsky2011-07-141-0/+29
| | * | | drm/i915: add module parameter compiler hintsBen Widawsky2011-07-142-22/+22
| | * | | drm/i915/bios: Avoid temporary allocation whilst searching for downclockChris Wilson2011-07-131-59/+83
| | * | | drm/i915: Cache GT fifo count for SandyBridgeChris Wilson2011-07-133-5/+12
| | * | | i915: Fix opregion notificationsMatthew Garrett2011-07-132-7/+15
| | * | | drm/i915: TVDAC_STATE_CHG does not indicate successful load-detectKeith Packard2011-07-131-20/+20
| | * | | drm/i915: Select correct pipe during TV detectKeith Packard2011-07-131-0/+6
| | * | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-123-5/+13
| | |\ \ \
| | * | | | drm/i915: Enable i915 frame buffer compression by defaultKeith Packard2011-07-081-1/+1
| | * | | | drm/i915: Share the common work of disabling active FBC before updatingChris Wilson2011-07-082-60/+64
| | * | | | drm/i915: Perform intel_enable_fbc() from a delayed taskChris Wilson2011-07-083-2/+90