aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-01Pull acpi_device_handle_cleanup into release branchLen Brown1-40/+34
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-1/+1
2006-06-30ACPI: video: Remove unneeded acpi_handle from driver.Patrick Mochel1-4/+0
2006-06-30ACPI: video: Use acpi_device's handle instead of driver'sPatrick Mochel1-32/+30
2006-06-30ACPI: video: add struct acpi_device to struct acpi_video_bus.Patrick Mochel1-4/+4
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-141/+97
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-4/+4
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-34/+16
2006-06-23[PATCH] fix typo in acpi video brightness changes.Dave Jones1-1/+1
2006-06-15Pull video into release branchLen Brown1-8/+13
2006-05-15ACPI: fix potential memory leaks in driver/acpi/video.cYu, Luming1-8/+13
2006-03-31[ACPI] drivers/acpi/video.c: fix error path NULL pointer dereferenceAdrian Bunk1-1/+1
2006-01-07[ACPI] move some run-time structure inits to compile timeArjan van de Ven1-4/+4
2005-11-30[ACPI] Fix Null pointer deref in video/lcd/brightnessThomas Renninger1-1/+1
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-8/+4
2005-09-03[ACPI] acpi_video_device_write_state() now worksLuming Yu1-1/+2
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-577/+493
2005-08-04[ACPI] acpi_remove_notify_handler() on video driver unloadKarol Kozimor1-0/+7
2005-07-11[ACPI] fix kmalloc size bug in acpi/video.cPaulo Marques1-7/+6
2005-07-11[ACPI] fix potential NULL dereference in acpi/video.cAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1989