summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c-designware: Support multiple cores using same ISRDirk Brandewie2011-10-291-2/+8
* i2c-designware: move controller config to bus specific portion of driverDirk Brandewie2011-10-293-4/+5
* i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie2011-10-293-6/+11
* i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie2011-10-293-1/+10
* i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie2011-10-295-343/+412
* i2c-designware: Move checking of IP core version to i2c_dw_init()Dirk Brandewie2011-10-291-11/+19
* i2c-designware: Allow mixed endianness accessesJean-Hugues Deschenes2011-10-291-2/+15
* i2c-designware: Check component type registerJean-Hugues Deschenes2011-10-291-4/+13
* i2c-designware: Use local version of readl & writelJean-Hugues Deschenes2011-10-291-39/+49
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-6/+0
|\
| * Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-181-6/+0
| |\
| | * musb_debugfs.c: remove unneeded includes on ARMNicolas Pitre2011-09-261-6/+0
* | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-10-28187-5484/+18194
|\ \ \
| * | | Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-2710-120/+38
| * | | Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"Dave Airlie2011-10-277-46/+8
| * | | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie2011-10-2423-432/+1178
| |\ \ \
| | * | | drm/i915/dp: Fix eDP on PCH DP on CPT/PPTAdam Jackson2011-10-201-6/+6
| | * | | drm/i915/dp: Introduce is_cpu_edp()Adam Jackson2011-10-201-2/+13
| | * | | drm/i915: use correct SPD type valueJesse Barnes2011-10-201-1/+1
| | * | | drm/i915: fix ILK+ infoframe supportJesse Barnes2011-10-201-7/+11
| | * | | drm/i915: add DP test request handlingJesse Barnes2011-10-201-0/+37
| | * | | drm/i915: read full receiver capability field during DP hot plugJesse Barnes2011-10-201-2/+2
| | * | | drm/i915/dp: Remove eDP special cases from bandwidth checksAdam Jackson2011-10-201-18/+2
| | * | | drm/i915/dp: Fix the math in intel_dp_link_requiredAdam Jackson2011-10-201-5/+21
| | * | | drm/i915/panel: Always record the backlight level again (but cleverly)Takashi Iwai2011-10-201-8/+13
| | * | | i915: Move i915_read/write out of lineAndi Kleen2011-10-202-19/+43
| | * | | drm/i915: remove transcoder PLL mashing from mode_set per specsJesse Barnes2011-10-201-25/+0
| | * | | drm/i915: if transcoder disable fails, say whichJesse Barnes2011-10-201-1/+1
| | * | | drm/i915: set watermarks for third pipe on IVBJesse Barnes2011-10-202-0/+15
| | * | | drm/i915: export a CPT mode set verification functionJesse Barnes2011-10-203-0/+32
| | * | | drm/i915: fix transcoder PLL select maskingJesse Barnes2011-10-201-5/+10
| | * | | drm/i915: fix IVB cursor supportJesse Barnes2011-10-202-5/+43
| | * | | drm/i915: fix debug output for 3 pipe configsJesse Barnes2011-10-201-1/+1
| | * | | drm/i915: add PLL sharing support to handle 3 pipesJesse Barnes2011-10-202-38/+63
| | * | | drm/i915: fix PCH PLL assertion check for 3 pipesJesse Barnes2011-10-201-0/+13
| | * | | drm/i915: use transcoder select bits on VGA and HDMI on CPTJesse Barnes2011-10-202-17/+11
| | * | | drm/i915: split refclk code out of ironlake_crtc_mode_setJesse Barnes2011-10-201-4/+35
| | * | | drm/i915: support 3 pipes on IVB+Jesse Barnes2011-10-207-9/+20
| | * | | drm/i915: PLL macro cleanup and pipe assertion checkJesse Barnes2011-10-202-3/+9
| | * | | drm/i915: always set FDI composite sync bitJesse Barnes2011-10-202-0/+3
| | * | | drm/i915: Use PIPE_CONTROL for flushing on gen6+.Jesse Barnes2011-10-202-12/+130
| | * | | drm/i915: Rename PIPE_CONTROL bit defines to be less terse.Kenneth Graunke2011-10-202-10/+12
| | * | | drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define.Kenneth Graunke2011-10-202-5/+5
| | * | | drm/i915: ILK + VT-d workaroundBen Widawsky2011-10-202-0/+58
| | * | | drm/i915: Remove early exit on i915_gpu_idleBen Widawsky2011-10-201-6/+0
| | * | | intel-iommu: Export a flag indicating that the IOMMU is used for iGFX.David Woodhouse2011-10-201-10/+15
| | * | | intel-iommu: Workaround IOTLB hang on Ironlake GPUDavid Woodhouse2011-10-201-1/+5
| | * | | drm/i915: drop KM_USER0 argument to k(un)map_atomicDaniel Vetter2011-10-202-5/+5
| | * | | drm/i915: Defend against userspace creating a gem object with size==0Chris Wilson2011-10-201-0/+2
| | * | | drm/i915: simplify swapin/out swizzle checking a bitDaniel Vetter2011-10-202-12/+2