31 Aug, 2006

1 commit


15 Aug, 2006

1 commit


10 Aug, 2006

1 commit


12 Jun, 2006

1 commit


15 May, 2006

3 commits


24 Mar, 2006

1 commit


22 Mar, 2006

2 commits


04 Mar, 2006

1 commit


13 Feb, 2006

2 commits


27 Jan, 2006

1 commit


17 Jan, 2006

2 commits


07 Jan, 2006

2 commits

  • Manual fixup for merge with Jens' "Suspend support for libata", commit
    ID 9b847548663ef1039dd49f0eb4463d001e596bc3.

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     
  • This patch adds suspend patch to libata, and ata_piix in particular. For
    most low level drivers, they should just need to add the 4 hooks to
    work. As I can only test ata_piix, I didn't enable it for more
    though.

    Suspend support is the single most important feature on a notebook, and
    most new notebooks have sata drives. It's quite embarrassing that we
    _still_ do not support this. Right now, it's perfectly possible to
    suspend the drive in mid-transfer.

    Signed-off-by: Jens Axboe
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jens Axboe
     

06 Jan, 2006

1 commit


09 Nov, 2005

1 commit


29 Oct, 2005

2 commits


23 Oct, 2005

1 commit


22 Oct, 2005

1 commit


19 Oct, 2005

3 commits


04 Oct, 2005

1 commit


29 Sep, 2005

2 commits

  • Signed-off-by: Jeff Garzik

    Alan Cox
     
  • - add PIO_ST_FIRST for the state before sending ATAPI CDB or sending
    "ATA PIO data out" first data block.
    - add ATA_TFLAG_POLLING and ATA_DFLAG_CDB_INTR flags
    - remove the ATA_FLAG_NOINTR flag since the interrupt handler is now
    aware of the states
    - modify ata_pio_sector() and atapi_pio_bytes() to work in the interrupt
    context
    - modify the ata_host_intr() to handle PIO interrupts
    - modify ata_qc_issue_prot() to initialize states
    - atapi_packet_task() changed to handle "ATA PIO data out" first data block
    - support the pre-ATA4 ATAPI device which raise interrupt when ready to
    receive CDB

    Signed-off-by: Albert Lee
    Signed-off-by: Jeff Garzik

    Albert Lee
     

30 Aug, 2005

2 commits


29 Aug, 2005

1 commit

  • - changes license of all code from OSL+GPL to plain ole GPL
    - except for NVIDIA, who hasn't yet responded about sata_nv
    - copyright holders were already contacted privately

    - adds info in each driver about where hardware/protocol docs may be
    obtained

    - where I have made major contributions, updated copyright dates

    Jeff Garzik
     

11 Aug, 2005

1 commit


23 Jun, 2005

1 commit


13 May, 2005

2 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds