1. 31 8月, 2007 14 次提交
  2. 30 8月, 2007 4 次提交
  3. 28 8月, 2007 2 次提交
  4. 27 8月, 2007 13 次提交
  5. 26 8月, 2007 3 次提交
  6. 25 8月, 2007 4 次提交
    • S
      drm: ioremap return value checks · 0769d39c
      Scott Thompson 提交于
      Signed-off-by: Scott Thompson <postfail <at> hushmail.com>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      0769d39c
    • S
      agp: balance ioremap checks · 5bdbc7dc
      Scott Thompson 提交于
      patchset against 2.6.23-rc3.
      corrects missing ioremap return checks and balancing on iounmap calls, integrated changes per list
      recommendations on the original set of patches..
      
      Signed-off-by: Scott Thompson <postfail <at> hushmail.com>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      5bdbc7dc
    • X
      agp: Add device id for P4M900 to via-agp module · 32ddef98
      Xavier Bachelot 提交于
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      32ddef98
    • O
      [POWERPC] Fix undefined reference to device_power_up/resume · e120e8d0
      Olaf Hering 提交于
      Current Linus tree fails to link on pmac32:
      
      drivers/built-in.o: In function `pmac_wakeup_devices':
      via-pmu.c:(.text+0x5bab4): undefined reference to `device_power_up'
      via-pmu.c:(.text+0x5bb08): undefined reference to `device_resume'
      drivers/built-in.o: In function `pmac_suspend_devices':
      via-pmu.c:(.text+0x5c260): undefined reference to `device_power_down'
      via-pmu.c:(.text+0x5c27c): undefined reference to `device_resume'
      make[1]: *** [.tmp_vmlinux1] Error 1
      
      changing CONFIG_PM > CONFIG_PM_SLEEP leads to:
      
      drivers/built-in.o: In function `pmu_led_set':
      via-pmu-led.c:(.text+0x5cdca): undefined reference to `pmu_sys_suspended'
      via-pmu-led.c:(.text+0x5cdce): undefined reference to `pmu_sys_suspended'
      drivers/built-in.o: In function `pmu_req_done':
      via-pmu-led.c:(.text+0x5ce3e): undefined reference to `pmu_sys_suspended'
      via-pmu-led.c:(.text+0x5ce42): undefined reference to `pmu_sys_suspended'
      drivers/built-in.o: In function `adb_init':
      (.init.text+0x4c5c): undefined reference to `pmu_register_sleep_notifier'
      make[1]: *** [.tmp_vmlinux1] Error 1
      
      So change even more places from PM to PM_SLEEP to allow linking.
      Signed-off-by: NOlaf Hering <olaf@aepfle.de>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      e120e8d0