dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/gpu/drm/gma500
Linus Torvalds 9f3938346a Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Pull kmap_atomic cleanup from Cong Wang.

It's been in -next for a long time, and it gets rid of the (no longer
used) second argument to k[un]map_atomic().

Fix up a few trivial conflicts in various drivers, and do an "evil
merge" to catch some new uses that have come in since Cong's tree.

* 'kmap_atomic' of git://github.com/congwang/linux: (59 commits)
  feature-removal-schedule.txt: schedule the deprecated form of kmap_atomic() for removal
  highmem: kill all __kmap_atomic() [swarren@nvidia.com: highmem: Fix ARM build break due to __kmap_atomic rename]
  drbd: remove the second argument of k[un]map_atomic()
  zcache: remove the second argument of k[un]map_atomic()
  gma500: remove the second argument of k[un]map_atomic()
  dm: remove the second argument of k[un]map_atomic()
  tomoyo: remove the second argument of k[un]map_atomic()
  sunrpc: remove the second argument of k[un]map_atomic()
  rds: remove the second argument of k[un]map_atomic()
  net: remove the second argument of k[un]map_atomic()
  mm: remove the second argument of k[un]map_atomic()
  lib: remove the second argument of k[un]map_atomic()
  power: remove the second argument of k[un]map_atomic()
  kdb: remove the second argument of k[un]map_atomic()
  udf: remove the second argument of k[un]map_atomic()
  ubifs: remove the second argument of k[un]map_atomic()
  squashfs: remove the second argument of k[un]map_atomic()
  reiserfs: remove the second argument of k[un]map_atomic()
  ocfs2: remove the second argument of k[un]map_atomic()
  ntfs: remove the second argument of k[un]map_atomic()
  ...
2012-03-21 09:40:26 -07:00
..
Kconfig gma500: Fix Cedarview support (Correct version) 2012-01-03 09:30:07 +00:00
Makefile gma500: Fix Cedarview support (Correct version) 2012-01-03 09:30:07 +00:00
accel_2d.c drm: Replace pitch with pitches[] in drm_framebuffer 2011-12-20 10:06:27 +00:00
backlight.c gma500: Add device framework 2011-11-16 11:25:08 +00:00
cdv_device.c drm, gma500: Fix Cedarview boot failures in 3.3-rc 2012-03-05 14:53:01 -08:00
cdv_device.h gma500: Add support for Cedarview 2011-11-16 11:27:35 +00:00
cdv_intel_crt.c gma500: Discard modes that don't fit in stolen memory 2012-01-13 09:02:06 +00:00
cdv_intel_display.c gma500: Convert Cedarview to work with new output handling 2011-12-20 10:23:15 +00:00
cdv_intel_hdmi.c gma500: Discard modes that don't fit in stolen memory 2012-01-13 09:02:06 +00:00
cdv_intel_lvds.c gma500: Convert Cedarview to work with new output handling 2011-12-20 10:23:15 +00:00
framebuffer.c drm, gma500: Fix Cedarview boot failures in 3.3-rc 2012-03-05 14:53:01 -08:00
framebuffer.h gma500: kill virtual mapping support 2011-12-06 09:55:29 +00:00
gem.c gma500: do a pass over the FIXME tags 2011-12-06 09:55:33 +00:00
gem_glue.c gma500: GEM and GEM glue 2011-11-16 11:22:36 +00:00
gem_glue.h gma500: GEM and GEM glue 2011-11-16 11:22:36 +00:00
gtt.c drm, gma500: Fix Cedarview boot failures in 3.3-rc 2012-03-05 14:53:01 -08:00
gtt.h gma500: gtt based hardware scrolling console 2011-12-06 09:55:39 +00:00
intel_bios.c gma500: Move the API 2011-12-06 09:54:23 +00:00
intel_bios.h gma500: Add the glue to the various BIOS and firmware interfaces 2011-11-16 11:25:28 +00:00
intel_gmbus.c gma500: Add support for Intel GMBUS 2011-12-20 10:23:13 +00:00
intel_i2c.c gma500: fixup build versus latest header changes. 2011-11-16 12:14:04 +00:00
intel_opregion.c gma500: do a pass over the FIXME tags 2011-12-06 09:55:33 +00:00
mid_bios.c gma500: silence gcc warnings in mid_get_vbt_data() 2012-01-10 10:01:22 +00:00
mid_bios.h gma500: Add the glue to the various BIOS and firmware interfaces 2011-11-16 11:25:28 +00:00
mmu.c gma500: remove the second argument of k[un]map_atomic() 2012-03-20 21:48:29 +08:00
oaktrail.h gma500: Add Oaktrail support 2011-11-16 11:27:12 +00:00
oaktrail_crtc.c gma500: Convert Oaktrail to work with new output handling 2011-12-20 10:23:17 +00:00
oaktrail_device.c gma500: Oaktrail BIOS handling 2011-12-06 09:55:42 +00:00
oaktrail_hdmi.c gma500: Discard modes that don't fit in stolen memory 2012-01-13 09:02:06 +00:00
oaktrail_hdmi_i2c.c gma500: fixup build versus latest header changes. 2011-11-16 12:14:04 +00:00
oaktrail_lvds.c gma500/oaktrail: panel display quality fix 2011-12-20 15:50:13 +00:00
power.c gma500: Fix backlight crash 2011-12-06 09:55:37 +00:00
power.h gma500: Add device framework 2011-11-16 11:25:08 +00:00
psb_device.c gma500: Add support for Intel GMBUS 2011-12-20 10:23:13 +00:00
psb_drv.c gma500: remove no_fb bits 2012-01-03 09:30:29 +00:00
psb_drv.h gma500: Convert Cedarview to work with new output handling 2011-12-20 10:23:15 +00:00
psb_intel_display.c gma500: Replace SDVO code with slightly modified version from i915 2011-12-20 10:23:14 +00:00
psb_intel_display.h gma500: Add Poulsbo support 2011-11-16 11:26:55 +00:00
psb_intel_drv.h gma500: Convert Cedarview to work with new output handling 2011-12-20 10:23:15 +00:00
psb_intel_lvds.c gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init() 2012-02-03 23:14:23 +01:00
psb_intel_modes.c gma500: Remove psb_intel_output from ddc_probe and ddc_get_modes 2011-12-20 10:23:06 +00:00
psb_intel_reg.h gma500: Replace SDVO code with slightly modified version from i915 2011-12-20 10:23:14 +00:00
psb_intel_sdvo.c gma500: Discard modes that don't fit in stolen memory 2012-01-13 09:02:06 +00:00
psb_intel_sdvo_regs.h gma500: Replace SDVO code with slightly modified version from i915 2011-12-20 10:23:14 +00:00
psb_irq.c gma500: Add VBLANK support for Poulsbo hardware 2011-12-06 09:55:32 +00:00
psb_irq.h gma500: Add the core DRM files and headers 2011-11-16 11:26:35 +00:00
psb_lid.c gma500: do a pass over the FIXME tags 2011-12-06 09:55:33 +00:00
psb_reg.h gma500: Add the core DRM files and headers 2011-11-16 11:26:35 +00:00