aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-083-35/+45
|\
| * Merge branch 'for_3.0/gpio-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Grant Likely2011-06-0887-479/+937
| |\
| | * GPIO: OMAP: add locking around calls to _set_gpio_triggeringColin Cross2011-06-061-0/+9
| | * GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4Colin Cross2011-06-061-10/+2
| | * GPIO: OMAP: fix section mismatch warningsRussell King2011-06-061-1/+1
| * | gpio/samsung: make Kconfig options def_boolH Hartley Sweeten2011-06-071-20/+8
| * | gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register settingThomas Abraham2011-06-071-4/+25
| * | gpio: Fix gpio-exynos4 build fails in mainlineKyungmin Park2011-05-291-8/+8
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-06-0816-218/+129
|\ \ \
| * | | [media] soc_camera: preserve const attributeMauro Carvalho Chehab2011-06-011-1/+1
| * | | [media] uvc_entity: initialize return valueMauro Carvalho Chehab2011-06-011-1/+1
| * | | [media] media: Fix media device minor registrationLaurent Pinchart2011-06-011-2/+2
| * | | [media] Make nchg variable signed because the code compares this variable aga...Hans Petter Selasky2011-06-011-1/+1
| * | | [media] omap3isp: fix compiler warningSanjeev Premi2011-06-011-1/+1
| * | | [media] ivtv: Internally separate encoder & decoder standard settingIan Armstrong2011-06-016-82/+99
| * | | [media] ivtvfb: Add sanity check to ivtvfb_pan_display()Ian Armstrong2011-06-011-0/+4
| * | | [media] ivtvfb: use display information in info not in var for panningLaurent Pinchart2011-06-011-1/+2
| * | | [media] ivtv: Make two ivtv_msleep_timeout calls uninterruptableIan Armstrong2011-06-011-2/+2
| * | | [media] anysee: return EOPNOTSUPP for unsupported I2C messagesAntti Palosaari2011-06-011-6/+11
| * | | [media] gspca - ov519: Set the default frame rate to 15 fpsJean-François Moine2011-06-011-1/+1
| * | | [media] gspca - stv06xx: Set a lower default value of gain for hdcs sensorsJean-François Moine2011-06-011-1/+1
| * | | [media] gspca: Remove coarse_expo_autogain.hJean-François Moine2011-06-011-116/+0
| * | | [media] gspca - ov519: Change the ovfx2 bulk transfer sizeJean-François Moine2011-06-011-2/+2
| * | | [media] gspca - ov519: Fix a regression for ovfx2 webcamsJean-François Moine2011-06-011-1/+1
| |/ /
* | | Merge branch 'drm-radeon-urgent' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-06-083-2/+4
|\ \ \
| * | | drm/radeon/kms: disable hdmi audio by defaultAlex Deucher2011-06-081-2/+2
| * | | drm/radeon/kms: fix for radeon on systems >4GB without hardware iommuDaniel Haid2011-06-081-0/+1
| * | | drm/radeon/kms: set family for use in parser.Dave Airlie2011-06-081-0/+1
* | | | tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds2011-06-081-12/+2
|/ / /
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-0719-187/+161
|\ \ \
| * \ \ Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Dave Airlie2011-06-077-59/+74
| |\ \ \
| | * | | drm/nv40: fall back to paged dma object for the momentBen Skeggs2011-06-072-2/+2
| | * | | drm/nouveau: fix leak of gart mm nodeBen Skeggs2011-06-071-0/+2
| | * | | drm/nouveau: fix vram page mapping when crossing page table boundariesBen Skeggs2011-06-071-0/+1
| | * | | drm/nv17-nv40: Fix modesetting failure when pitch == 4096px (fdo bug 35901).Francisco Jerez2011-06-073-1/+11
| | * | | drm/nouveau: don't create accel engine objects when noaccel=1Ben Skeggs2011-06-071-56/+56
| | * | | drm/nvc0: recognise 0xdX chipsets as NV_C0Ben Skeggs2011-06-071-0/+2
| | | |/ | | |/|
| * | | Merge remote branch 'keithp/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie2011-06-0712-128/+87
| |\ \ \ | | |/ / | |/| |
| | * | drm/i915: Add a no lvds quirk for the Asus EeeBox PC EB1007Hans de Goede2011-06-041-0/+8
| | * | drm/i915: Share the common force-audio property between connectorsChris Wilson2011-06-046-37/+38
| | * | drm/i915: Remove unused enum "chip_family"Chris Wilson2011-06-041-7/+0
| | * | drm/915: fix relaxed tiling on gen2: tile heightDaniel Vetter2011-06-041-2/+3
| | * | drm/i915/crt: Explicitly return false if connected to a digital monitorChris Wilson2011-06-041-0/+4
| | * | drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0Chris Wilson2011-06-041-68/+20
| | * | drm/i915: Only print out the actual number of fences for i915_error_stateDaniel Vetter2011-06-041-1/+1
| | * | drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/Chris Wilson2011-06-041-11/+10
| | * | drm: i915: correct return status in intel_hdmi_mode_valid()Nicolas Kaiser2011-06-041-1/+1
| | * | drm/i915: fix regression after clock gating init splitJason Stubbs2011-06-041-0/+1
| | * | drm/i915: fix if statement in ivybridge irq handlerDan Carpenter2011-06-041-1/+1
| | |/
* | | Merge branch 'drm-radeon-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-06-0718-304/+819
|\ \ \