summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-1244-131/+61
|\
| * ACPI / tables: Return proper error codes from acpi_table_parse() and fix comm...tangchen2014-01-061-2/+3
| * ACPI / tables: Check if id is NULL in acpi_table_parse()tangchen2014-01-061-1/+1
| * ACPI / proc: Include appropriate header file in proc.cRashika2014-01-061-0/+1
| * ACPI / EC: Remove unused functions and add prototype declaration in internal.hRashika2014-01-062-25/+9
| * ACPI / dock: Include appropriate header file in dock.cRashika2014-01-061-0/+2
| * ACPI / PCI: Include appropriate header file in pci_link.cRashika2014-01-061-0/+2
| * ACPI / PCI: Include appropriate header file in pci_slot.cRashika2014-01-061-0/+1
| * ACPI / EC: Mark the function acpi_ec_add_debugfs() as static in ec_sys.cRashika2014-01-061-1/+1
| * ACPI / NVS: Include appropriate header file in nvs.cRashika2014-01-061-0/+2
| * ACPI / OSL: Mark the function acpi_table_checksum() as staticRashika2014-01-061-1/+1
| * ACPI / processor: initialize a variable to silence compiler warningAl Stone2013-12-191-1/+1
| * ACPI / processor: use ACPI_COMPANION() to get ACPI deviceLan Tianyu2013-12-071-4/+4
| * ACPI: correct minor typosAl Stone2013-12-071-2/+2
| * ACPI / sleep: Drop redundant acpi_disabled checkHanjun Guo2013-12-071-3/+0
| * ACPI / dock: Drop redundant acpi_disabled checkHanjun Guo2013-12-071-3/+0
| * ACPI / table: Replace '1' with specific error return valuesHanjun Guo2013-12-071-2/+2
| * ACPI: remove trailing whitespaceAl Stone2013-12-072-2/+2
| * ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng2013-12-075-5/+0
| * ACPI: Clean up incorrect inclusion of an ACPICA headerLv Zheng2013-12-071-1/+0
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-0735-80/+28
| |
| \
*-. \ Merge branches 'acpi-battery' and 'pm-cpufreq'Rafael J. Wysocki2014-01-061-1/+21
|\ \ \
| * | | ACPI / Battery: Add a _BIX quirk for NEC LZ750/LSLan Tianyu2014-01-061-1/+21
| |/ /
* | | ACPI / AC: change notification handler type to ACPI_ALL_NOTIFYAlexander Mezin2014-01-051-2/+2
|/ /
| |
| \
*-. \ Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'Rafael J. Wysocki2013-12-311-0/+10
|\ \ \
| | * | ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2013-12-311-0/+10
| | |/
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-292-2/+0
|\ \ \
| * | | x86/efi: Don't select EFI from certain special ACPI driversJan Beulich2013-12-192-2/+0
| | | |
| \ \ \
*-. \ \ \ Merge branches 'powercap' and 'acpi-lpss' with new device IDsRafael J. Wysocki2013-12-271-0/+1
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| | * | ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDsPaul Drews2013-11-301-0/+1
| | |/
* | | pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-0/+1
|/ /
* | Merge branch 'acpica'Rafael J. Wysocki2013-11-278-45/+76
|\ \
| * | ACPI: Clean up incorrect inclusions of ACPICA headersLv Zheng2013-11-261-1/+0
| * | ACPICA: Add support to delete all objects attached to the root namespace node.Bob Moore2013-11-212-8/+16
| * | ACPICA: Delete all attached data objects during namespace node deletion.Tomasz Nowicki2013-11-211-4/+8
| * | ACPICA: Resources: Fix loop termination for the get AML length function.Lv Zheng2013-11-214-25/+28
| * | ACPICA: Debug output: Do not emit function nesting level for kernel build.Bob Moore2013-11-211-7/+24
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-hotplug', 'acpi-sysfs' and 'acpi-sleep'Rafael J. Wysocki2013-11-254-28/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | * | ACPI / sleep: clean up compiler warning about uninitialized fieldAl Stone2013-11-211-1/+1
| |_|/ / |/| | |
| | * | ACPI / sysfs: Fix incorrect ACPI tables walk in acpi_tables_sysfs_init()Jeremy Compostella2013-11-211-25/+27
| | * | ACPI / sysfs: Set file size for each exposed ACPI tableDaisuke HATAYAMA2013-11-211-1/+1
| |/ / |/| |
| * | ACPI / hotplug: Fix conflicted PCI bridge notify handlersToshi Kani2013-11-202-1/+4
* | | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-2011-174/+70
|\ \ \
| * \ \ Merge branch 'acpi-video'Rafael J. Wysocki2013-11-191-75/+12
| |\ \ \
| | * | | ACPI / video: clean up DMI table for initial black screen problemAaron Lu2013-11-151-75/+12
| * | | | Merge branch 'acpi-ec'Rafael J. Wysocki2013-11-191-1/+2
| |\ \ \ \
| | * | | | ACPI / EC: Ensure lock is acquired before accessing ec struct membersPuneet Kumar2013-11-151-1/+2
| * | | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-11-192-10/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | ACPI / scan: Set flags.match_driver in acpi_bus_scan_fixed()Rafael J. Wysocki2013-11-191-0/+2
| | * | | | ACPI / PCI root: Clear driver_data before failing enumerationRafael J. Wysocki2013-11-191-0/+1
OpenPOWER on IntegriCloud