Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: fix resume for CONFIG_BLK_DEV_IDEACPI=y | Bartlomiej Zolnierkiewicz | 2009-06-29 | 1 | -30/+7 |
* | ide: simplify 'struct ide_taskfile' | Sergei Shtylyov | 2009-04-08 | 1 | -1/+1 |
* | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 2009-04-08 | 1 | -1/+2 |
* | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -5/+5 |
* | ide-acpi: remove taskfile_load_raw() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -47/+24 |
* | ide-acpi: cleanup do_drive_set_taskfiles() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -20/+1 |
* | ide-acpi: cleanup do_drive_get_GTF() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -27/+0 |
* | ide: sanitize ACPI initialization | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -9/+3 |
* | ide: add ide_for_each_present_dev() iterator | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -20/+10 |
* | ide-acpi: init ACPI handles early for devices | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -44/+21 |
* | ide-acpi: no need to zero ->acpidata for devices | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 |
* | ide: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-02-02 | 1 | -1/+1 |
* | Merge branch 'linus' into release | Len Brown | 2009-01-09 | 1 | -15/+11 |
|\ | |||||
| * | ide: add port and host iterators | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -9/+5 |
| * | ide: dynamic allocation of device structures | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -5/+5 |
| * | ide: remove HWIF() macro | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+2 |
| * | ide: fix IDE ACPI regression breaking suspend | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -2/+2 |
* | | ACPI: remove private acpica headers from driver files | Lin Ming | 2008-12-31 | 1 | -6/+0 |
|/ | |||||
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -5/+7 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -3/+3 |
* | ide: remove obsoleted "ide=" kernel parameters | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+3 |
* | ide: add "noacpi" / "acpigtf" / "acpionboot" parameters | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -5/+13 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 1 | -6/+6 |
* | ide-acpi: add missing drive->acpidata zeroing | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -0/+2 |
* | drivers/ide/ide-acpi.c: fix uninitialized var warning | Andrew Morton | 2008-02-06 | 1 | -1/+1 |
* | ide: factor out devices setup from ide_acpi_init() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -29/+20 |
* | ide-acpi: remove dead code from do_drive_get_GTF() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -10/+0 |
* | ide-acpi: remove needless exports | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -4/+0 |
* | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -1/+0 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+1 |
* | ide: remove unnecessary writes to HOB taskfile registers | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+1 |
* | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -5/+2 |
* | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -7/+1 |
* | IDE: terminate ACPI DMI list | Jeff Garzik | 2008-01-11 | 1 | -0/+2 |
* | ide: workaround suspend bug for ACPI IDE | Shaohua Li | 2008-01-10 | 1 | -1/+35 |
* | ide: fix ->data_phase in taskfile_load_raw() | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -1/+1 |
* | ide: unexport ide_acpi_set_state | Adrian Bunk | 2007-10-13 | 1 | -1/+0 |
* | ide: hook ACPI _PSx method to IDE power on/off | Shaohua Li | 2007-10-11 | 1 | -0/+42 |
* | ide-acpi support warning fix | Andrew Morton | 2007-02-07 | 1 | -3/+4 |
* | ACPI support for IDE devices | Hannes Reinecke | 2007-02-07 | 1 | -0/+696 |