03 Jul, 2006

1 commit


01 Jul, 2006

1 commit


28 Jun, 2006

1 commit


05 May, 2006

1 commit


29 Mar, 2006

1 commit


17 Feb, 2006

1 commit

  • If a data transfer is small (less than a FIFO size) we would
    hang waiting for the data to be read due to the PIO interrupt
    not occuring. We allowed for this in our PIO interrupt handler,
    but not when setting up a data transfer.

    Apply the "fix" when setting up a data transfer as well.

    Signed-off-by: Russell King

    Russell King
     

02 Feb, 2006

1 commit


08 Jan, 2006

2 commits


07 Jan, 2006

1 commit


05 Jan, 2006

2 commits


04 Jan, 2006

1 commit

  • It seems that clk_use() and clk_unuse() are additional complexity
    which isn't required anymore. Remove them from the clock framework
    to avoid the additional confusion which they cause, and update all
    ARM machine types except for OMAP.

    Signed-off-by: Russell King

    Russell King
     

13 Nov, 2005

1 commit


28 Oct, 2005

1 commit


09 Sep, 2005

1 commit


19 Aug, 2005

1 commit


01 Jul, 2005

1 commit


17 Apr, 2005

2 commits

  • This fixes u32 vs. pm_message_t in drivers/mmc, drivers/mtd and
    drivers/scsi.

    Signed-off-by: Pavel Machek
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Machek
     
  • 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