summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2014-01-06ACPI / EC: Mark the function acpi_ec_add_debugfs() as static in ec_sys.cRashika1-1/+1
2014-01-06ACPI / NVS: Include appropriate header file in nvs.cRashika1-0/+2
2014-01-06ACPI / OSL: Mark the function acpi_table_checksum() as staticRashika1-1/+1
2013-12-19ACPI / processor: initialize a variable to silence compiler warningAl Stone1-1/+1
2013-12-07ACPI / processor: use ACPI_COMPANION() to get ACPI deviceLan Tianyu1-4/+4
2013-12-07ACPI: correct minor typosAl Stone1-2/+2
2013-12-07ACPI / sleep: Drop redundant acpi_disabled checkHanjun Guo1-3/+0
2013-12-07ACPI / dock: Drop redundant acpi_disabled checkHanjun Guo1-3/+0
2013-12-07ACPI / table: Replace '1' with specific error return valuesHanjun Guo1-2/+2
2013-12-07ACPI: remove trailing whitespaceAl Stone2-2/+2
2013-12-07ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng5-5/+0
2013-12-07ACPI: Clean up incorrect inclusion of an ACPICA headerLv Zheng1-1/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng35-80/+28
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-174/+70
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-17/+8
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-18/+8
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-11-19Merge branch 'acpi-video'Rafael J. Wysocki1-75/+12
2013-11-19Merge branch 'acpi-ec'Rafael J. Wysocki1-1/+2
2013-11-19Merge branch 'acpi-hotplug'Rafael J. Wysocki2-10/+5
2013-11-19ACPI / scan: Set flags.match_driver in acpi_bus_scan_fixed()Rafael J. Wysocki1-0/+2
2013-11-19ACPI / PCI root: Clear driver_data before failing enumerationRafael J. Wysocki1-0/+1
2013-11-19ACPI / hotplug: Fix PCI host bridge hot removalRafael J. Wysocki1-8/+1
2013-11-19ACPI / hotplug: Fix acpi_bus_get_device() return value checkRafael J. Wysocki1-2/+1
2013-11-16Merge branch 'acpi-lpss'Rafael J. Wysocki1-0/+9
2013-11-16Merge branch 'acpi-config'Rafael J. Wysocki2-46/+0
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-15ACPI / video: clean up DMI table for initial black screen problemAaron Lu1-75/+12
2013-11-15ACPI / EC: Ensure lock is acquired before accessing ec struct membersPuneet Kumar1-1/+2
2013-11-14ACPI / AC: Remove struct acpi_device pointer from struct acpi_acLan Tianyu1-7/+8
2013-11-14ACPI / bind: Use (put|get)_device() on ACPI device objects tooRafael J. Wysocki1-1/+5
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-4/+4
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki3-30/+25
2013-11-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-5/+5
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-110/+160
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds122-2439/+1921
2013-11-12ACPI / LPSS: add ACPI IDs for newer Intel PCHsMika Westerberg1-0/+9
2013-11-12ACPI: delete CONFIG_ACPI_BLACKLIST_YEARLen Brown2-46/+0
2013-11-12Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-439/+390
2013-11-11ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APICLuck, Tony1-1/+1
2013-11-07Merge branch 'acpi-hotplug'Rafael J. Wysocki5-217/+137
2013-11-07ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki5-119/+61
2013-11-07Merge branch 'acpi-video'Rafael J. Wysocki2-11/+3
2013-11-07Merge branch 'acpica'Rafael J. Wysocki87-303/+415
2013-11-07Merge branch 'acpi-assorted'Rafael J. Wysocki2-7/+2
2013-11-07Merge branch 'acpi-processor'Rafael J. Wysocki2-23/+0
2013-11-07ACPI / event: remove unneeded NULL pointer checkMathias Krause1-5/+0
2013-11-07Revert "ACPI / video: Ignore BIOS initial backlight value for HP 250 G1"Aaron Lu1-8/+0
2013-11-07ACPI / video: Quirk initial backlight level 0Aaron Lu1-1/+1
2013-11-07ACPI / video: Fix initial level validity testAaron Lu1-1/+1