12 May, 2007

1 commit


17 Feb, 2007

1 commit

  • get_irqnr_preamble allows machines to take some action before entering the
    get_irqnr_and_base loop. On iop we enable cp6 access.

    arch_ret_to_user is added to the userspace return path to allow individual
    architectures to take actions, like disabling coprocessor access, before
    the final return to userspace.

    Per Nicolas Pitre's note, there is no need to cp_wait on the return to user
    as the latency to return is sufficient.

    Signed-off-by: Dan Williams
    Signed-off-by: Russell King

    Dan Williams
     

12 Oct, 2006

1 commit


12 Jul, 2006

1 commit

  • If a configuration was chosen to support both the Versatile
    AB and PB boards, the result would write to registers not
    available on the PB version of the board. Resolve this by
    using machine_is_xxx().

    Also, for the CLCD, despite how the code looks, both the AB
    and PB access the same location to control the clock rate -
    it's just called something different between the two board
    versions. Invent our own name for this location and use it
    unconditionally.

    Signed-off-by: Russell King

    Russell King
     

24 Jun, 2006

1 commit


21 Jun, 2006

1 commit


28 Mar, 2006

1 commit


22 Mar, 2006

2 commits


14 Jan, 2006

1 commit


07 Jan, 2006

1 commit


04 Jan, 2006

3 commits


30 Oct, 2005

1 commit


29 Sep, 2005

1 commit


21 Jun, 2005

1 commit


17 Jun, 2005

1 commit


03 May, 2005

1 commit


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