summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-03acpi ec_sys: Be more cautious about ec write accessThomas Renninger2-10/+32
2010-08-03acpi ec: Fix possible double io port registrationThomas Renninger1-10/+10
2010-08-03hp-wmi: acpi_drivers.h is already included through acpi.h two lines belowThomas Renninger1-1/+0
2010-08-03hp-wmi: Fix mixing up of and/or directiveThomas Renninger1-1/+3
2010-08-03dell-laptop: make dell_laptop_i8042_filter() staticAxel Lin1-1/+1
2010-08-03asus-laptop: fix asus_input_init error pathAxel Lin1-5/+5
2010-08-03msi-wmi: make needlessly global symbols staticAxel Lin1-1/+1
2010-08-03toshiba-acpi: Add support for Toshiba Illumination.Pierre Ducroquet1-0/+117
2010-08-03compal-laptop: depends on POWER_SUPPLYRandy Dunlap1-0/+1
2010-08-03gpio: Add PMIC GPIO block supportAlek Du3-0/+349
2010-08-03ACPI: Register EC io ports in /proc/ioportsThomas Renninger1-2/+10
2010-08-03ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the ECThomas Renninger1-0/+86
2010-08-03ACPI: Provide /sys/kernel/debug/ec/...Thomas Renninger5-13/+100
2010-08-03X86 platform driver: Fix section mismatch in wmi.cThomas Renninger1-2/+2
2010-08-03X86 platform drivers: Remove EC dump from thinkpad_acpiThomas Renninger1-73/+0
2010-08-03ACPI: Remove /proc/acpi/embedded_controller/..Thomas Renninger1-80/+1
2010-08-03panasonic-laptop: fix acpi_pcc_write_sset return valueAxel Lin1-5/+2
2010-08-03eeepc-laptop: fix hotplug_disabled module_param permissionsAxel Lin1-1/+1
2010-08-03asus-laptop: fix wapf, wlan_status and bluetooth_status module_param permissionsAxel Lin1-3/+3
2010-08-03acer-wmi: remove non-used acer_quirks struct definitionAxel Lin1-11/+0
2010-08-03acer-wmi: fix memory leaks in wmab_execute error pathAxel Lin1-8/+16
2010-08-03acer-wmi: fix memory leaks in WMID_set_capabilities and get_wmid_devicesAxel Lin1-3/+7
2010-08-03toshiba_acpi: rename add_device() and remove_device() to create_toshiba_proc_...Axel Lin1-4/+4
2010-08-03hp-wmi: add return value checking for input_allocate_device()Axel Lin1-0/+2
2010-08-03toshiba_acpi: make remove_device() and add_device() voidAxel Lin1-11/+3
2010-08-03acerhdf: fix resource reclaim in error pathAxel Lin1-7/+16
2010-08-03asus-laptop: return proper error for store_ledd if write_acpi_int failAxel Lin1-3/+4
2010-08-03asus-laptop: fix incorrect return value for write_acpi_int_ret if handle is NULLAxel Lin1-1/+1
2010-08-03msi-laptop: make struct rfkill_ops constAxel Lin1-3/+3
2010-08-03fujitsu-laptop: make needlessly global symbols staticAxel Lin1-2/+2
2010-08-03classmate-laptop: make needlessly global symbols staticAxel Lin1-1/+1
2010-08-03acerhdf: make needlessly global symbols staticAxel Lin1-5/+5
2010-08-03asus_acpi: fix coding style to improve readabilityAxel Lin1-3/+3
2010-08-03asus_acpi: fix a memory leak in asus_hotk_get_info()Axel Lin1-2/+3
2010-08-03compal-laptop/fujitsu-laptop/msi-laptop: make dmi_check_cb to return 1 instea...Axel Lin3-5/+5
2010-08-03compal-laptop: add JHL90, battery & hwmon interfaceRoald Frederickx1-105/+822
2010-08-03compal-laptop: uses hwmon interfaces, depends on HWMONRandy Dunlap1-0/+1
2010-08-03fujitsu-laptop: remove unnecessary input_free_device callsAxel Lin1-4/+2
2010-08-03acerhdf: add AO531 and many BIOS versions for 1410, 1810xx and packard bell n...Peter Feuerer1-1/+28
2010-08-03acerhdf: driver didn't verify the pointers in which it got product informationRahul Chaturvedi1-0/+4
2010-08-03acerhdf: remove "chk_off" as it was only needed for T31 netbooksPeter Feuerer1-47/+45
2010-08-03acerhdf: add new BIOS versionsPeter Feuerer1-3/+12
2010-08-03hp-wmi: return -ENODEV if BIOS does not export any supported hp wmi guidThomas Renninger1-2/+7
2010-08-03toshiba-acpi: Add an extra couple of keysMatthew Garrett1-0/+2
2010-08-03sony-laptop: use platform_device_unregister in sony_pf_removeAxel Lin1-2/+1
2010-08-03dell-wmi: fix a memory leakAxel Lin1-1/+8
2010-08-03acer-wmi: make dmi_matched to return 1 instead of 0Axel Lin1-1/+1
2010-08-03acer-wmi: set permissions on interface file to S_IRUGOAxel Lin1-2/+1
2010-08-03asus-laptop: fix a memory leak in asus_laptop_get_info error pathAxel Lin1-1/+3
2010-08-03wmi: fix a memory leak in wmi_notify_debugAxel Lin1-1/+7