aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/fujitsu-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-20fujitsu-laptop: Drop unneeded includeJean Delvare1-1/+0
2014-01-21fujitsu-laptop: fix error return codeJulia Lawall1-8/+7
2013-09-24fujitsu-laptop: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui1-16/+4
2013-09-24fujitsu-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-9/+4
2013-09-24fujitsu-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui1-9/+2
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-4/+0
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2012-03-28Email/web address changeJonathan Woithe1-1/+1
2011-05-27fujitsu-laptop: Convert printks to pr_<level>Joe Perches1-20/+19
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12Platform / x86: Make fujitsu_laptop use acpi_bus_update_power()Rafael J. Wysocki1-2/+2
2011-01-07fujitsu-laptop: fix compiler warning on pnp_idsNamhyung Kim1-1/+1
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1
2010-08-03fujitsu-laptop: make needlessly global symbols staticAxel Lin1-2/+2
2010-08-03compal-laptop/fujitsu-laptop/msi-laptop: make dmi_check_cb to return 1 instead of 0Axel Lin1-3/+3
2010-08-03fujitsu-laptop: remove unnecessary input_free_device callsAxel Lin1-4/+2
2010-05-20drivers/platform/x86: Use kzallocJulia Lawall1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-5/+9
2009-12-24Merge branch 'misc-2.6.33' into releaseLen Brown1-4/+4
2009-12-23fujitu-laptop: fix tests of acpi_evaluate_integer() return valueJonathan Woithe1-4/+4
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: move out spinlockStefani Seibold1-8/+10
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-10/+8
2009-10-09fujitsu-laptop: address missed led-class ifdef fixupJonathan Woithe1-1/+1
2009-09-19Merge branch 'fujitsu' into releaseLen Brown1-59/+46
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-2/+2
2009-08-28fujitsu-laptop: increment driver versionJonathan Woithe1-1/+1
2009-08-28fujitsu-laptop: driver [un]registration fixesBartlomiej Zolnierkiewicz1-45/+41
2009-08-28fujitsu-laptop: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz1-6/+0
2009-08-28fujitsu-laptop: Correct redundant testJulia Lawall1-3/+0
2009-08-28fujitsu-laptop: support led-class as moduleStephen Gildea1-6/+6
2009-04-07fujitsu-laptop: use .notify method instead of installing hotkey handler directlyBjorn Helgaas1-27/+5
2009-04-07fujitsu-laptop: use .notify method instead of installing handler directlyBjorn Helgaas1-24/+4
2009-02-21fujitsu-laptop: Use RFKILL support bitmask from firmwareTony Vroon1-7/+18
2009-01-09Merge branch 'drivers-platform' into releaseLen Brown1-0/+1293
2008-12-19create drivers/platform/x86/ from drivers/misc/Len Brown1-0/+1126