17 Jul, 2019

1 commit


18 Dec, 2018

1 commit

  • The only remaining user of board_time_init() is the of-generic
    machine, and that just calls the global timer_init() function.
    Calling that one has no effect on non-DT platforms, so we can
    simply call it unconditionally in place of board_time_init().

    Signed-off-by: Arnd Bergmann

    Arnd Bergmann
     

16 May, 2017

1 commit


15 Nov, 2010

1 commit


22 Dec, 2008

1 commit


28 Oct, 2008

1 commit

  • This code has been dead for many years. The last update it received
    was in 2003 in order to update it for the driver model changes, though
    it had already been in disarray and unused before that point. The only
    boards that ever used this chip have not had users in many years either,
    so it is finally safe to just kill it off and move on with life.

    Signed-off-by: Paul Mundt

    Paul Mundt
     

27 Jul, 2008

1 commit


07 May, 2007

1 commit


18 Feb, 2007

1 commit


04 Oct, 2006

1 commit


27 Sep, 2006

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