summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Pull motherboard into test branchLen Brown2007-02-035-208/+78
| | |\ \ \ \
| | | * | | | PNPACPI: remove EXPERIMENTAL dependencyBjorn Helgaas2007-01-261-2/+2
| | | * | | | ACPI: remove motherboard driver (redundant with PNP system driver)Bjorn Helgaas2007-01-262-132/+1
| | | * | | | PNP: system.c whitespace cleanupBjorn Helgaas2007-01-261-21/+11
| | | * | | | PNP: reserve system board iomem resources as well as ioport resourcesBjorn Helgaas2007-01-261-7/+19
| | | * | | | ACPI: move FADT resource reservations from motherboard driver to oslBjorn Helgaas2007-01-262-49/+48
| | * | | | | ACPI: bay: Convert ACPI Bay driver to be compatible with sysfs update.Zhang Rui2007-02-032-17/+41
| | * | | | | Pull sysfs into test branchLen Brown2007-02-0315-704/+689
| | |\ \ \ \ \
| | | * | | | | ACPI: correct id for fixed buttonsAlexey Starikovskiy2007-02-011-1/+1
| | | * | | | | ACPI: add ACPICA version in sysfsZhang Rui2007-01-282-1/+27
| | | * | | | | ACPI: add ACPI debug attribute in sysfsZhang Rui2007-01-282-5/+59
| | | * | | | | ACPI: add a Kconfig option for ACPI procfs interfaceZhang Rui2007-01-281-0/+10
| | | |/ / / /
| | | * | | | ACPI: use more understandable bus_id for ACPI devicesZhang Rui2007-01-051-3/+3
| | | * | | | ACPI: fix Supermicro X7DB8+ Boot regressionRui Zhang2006-12-213-54/+43
| | | * | | | ACPI: use PNPID:instance_no as bus_id of ACPI deviceZhang Rui2006-12-211-9/+109
| | | * | | | ACPI: Set fake hid for non-PNPID ACPI devicesZhang Rui2006-12-153-56/+60
| | | * | | | ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driverLi Shaohua2006-12-153-26/+52
| | | * | | | ACPI: consolidate two motherboard drivers into oneLi Shaohua2006-12-151-15/+4
| | | * | | | ACPI: add acpi_bus_removal_type in acpi_deviceLi Shaohua2006-12-151-2/+4
| | | * | | | ACPI: add acpi_bus_ops in acpi_deviceLi Shaohua2006-12-151-27/+28
| | | * | | | ACPI: convert to sysfs frameworkPatrick Mochel2006-12-154-154/+49
| | | * | | | ACPI: adjust init orderLi Shaohua2006-12-151-1/+1
| | | * | | | ACPI: change registration interface to follow driver modelPatrick Mochel2006-12-151-146/+29
| | | * | | | ACPI: add ACPI bus_type for driver modelPatrick Mochel2006-12-154-75/+99
| | | * | | | ACPI: add device_driver and hepler functionsPatrick Mochel2006-12-151-5/+0
| | | * | | | ACPI: rename some functionsZhang Rui2006-12-151-7/+7
| | | * | | | ACPI: clean up scan.cZhang Rui2006-12-151-329/+316
| | * | | | | Pull bay into test branchLen Brown2007-02-034-5/+527
| | |\ \ \ \ \
| | | * | | | | ACPI: bay: new driver is EXPERIMENTALLen Brown2007-02-031-1/+1
| | | * | | | | ACPI: bay: make drive_bays staticAdrian Bunk2007-02-031-1/+1
| | | * | | | | ACPI: bay: make bay a platform driverKristen Carlson Accardi2007-02-031-11/+76
| | | * | | | | ACPI: bay: remove prototype procfs codeKristen Carlson Accardi2007-02-031-152/+2
| | | * | | | | ACPI: bay: delete unused variableLen Brown2007-02-031-1/+0
| | | * | | | | ACPI: bay: new driver adding removable drive bay supportKristen Carlson Accardi2007-02-033-1/+601
| | | * | | | | ACPI: dock: check if parent is on dockKristen Carlson Accardi2007-02-031-4/+12
| | * | | | | | Pull acpica into test branchLen Brown2007-02-03133-5883/+4363
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | ACPICA: fix gcc build warningsAlexey Starikovskiy2007-02-024-7/+7
| | | * | | | | Altix: Add ACPI SSDT PCI device support (hotplug)John Keller2007-02-021-7/+148
| | | * | | | | ACPI: fix HP RX2600 IA64 bootAlexey Starikovskiy2007-02-021-0/+5
| | | * | | | | ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table ...Bob Moore2007-02-021-1/+2
| | | * | | | | ACPICA: Update copyright to 2007.Bob Moore2007-02-02107-107/+107
| | | * | | | | ACPICA: Allow processor to be declared with the Device() instead of Processor()Alexey Starikovskiy2007-02-021-21/+32
| | | * | | | | ACPICA: Allow ACPI id to be u32 instead of u8.Alexey Starikovskiy2007-02-021-12/+114
| | | * | | | | ACPICA: Added option to display memory statistics upon termination.Bob Moore2007-02-022-0/+13
| | | * | | | | ACPICA: Enhance debugger statistics/memory command.Valery A. Podrezov2007-02-022-0/+20
| | | * | | | | ACPICA: Removed all 16-bit support.Bob Moore2007-02-025-23/+12
| | | * | | | | ACPICA: Add include of actables.hBob Moore2007-02-021-0/+1
| | | * | | | | ACPICA: Fail AcpiEnable if ACPI tables not loaded.Bob Moore2007-02-022-0/+31
| | | * | | | | ACPICA: Remove global lock handler on AcpiTerminate.Bob Moore2007-02-021-0/+33
| | | * | | | | ACPICA: Fixes for load() operator.Alexey Starikovskiy2007-02-022-132/+38
OpenPOWER on IntegriCloud