10 Nov, 2013

1 commit

  • This is actually required in order for a Linux kernel to boot
    successfully on a physical Malta board. Without enabling the RTC, a
    Malta Linux kernel will get stuck in its estimate_frequencies function
    on boot.

    Signed-off-by: Paul Burton

    Paul Burton
     

24 Jul, 2013

1 commit


12 Feb, 2011

1 commit


24 Jun, 2010

1 commit

  • The AmigaOneG3SE board has been orphaned or a very long time, and
    broken for more than 12 releases resp. more than 3 years. As nobody
    seems to be interested any more in this stuff we may as well ged rid
    of it, especially as it clutters many areas of the code so it is a
    continuous pain for all kinds of ongoing work.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

25 Aug, 2009

1 commit


19 Oct, 2008

1 commit


07 Sep, 2008

1 commit


19 Aug, 2008

1 commit


21 May, 2008

1 commit

  • This commit gets rid of a huge amount of silly white-space issues.
    Especially, all sequences of SPACEs followed by TAB characters get
    removed (unless they appear in print statements).

    Also remove all embedded "vim:" and "vi:" statements which hide
    indentation problems.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

21 Mar, 2008

1 commit

  • Modify the RTC API to provide one a status for the time reported by
    the rtc_get() function:
    0 - a reliable time is guaranteed,
    < 0 - a reliable time isn't guaranteed (power fault, clock issues,
    and so on).

    The RTC chip drivers are responsible for providing this info if the
    corresponding chip supports such functionality. If not - always
    report that the time is reliable.

    The POST RTC test was modified to detect the RTC faults utilizing
    this new rtc_get() feature.

    Signed-off-by: Yuri Tikhonov

    Yuri Tikhonov
     

26 Nov, 2007

1 commit