24 Jul, 2013

1 commit


26 Jun, 2013

1 commit


05 Aug, 2011

1 commit

  • The U-Boot Design Principles[1] clearly say:

    Initialize devices only when they are needed within U-Boot, i.e. don't
    initialize the Ethernet interface(s) unless U-Boot performs a download
    over Ethernet; don't initialize any IDE or USB devices unless U-Boot
    actually tries to load files from these, etc. (and don't forget to
    shut down these devices after using them - otherwise nasty things may
    happen when you try to boot your OS).

    So, do not initialize and read the sensors on startup.

    Signed-off-by: Heiko Schocher
    cc: Wolfgang Denk
    cc: Holger Brunck

    Heiko Schocher
     

13 May, 2011

1 commit


19 Oct, 2008

1 commit

  • This patch adds support for the National LM63 temperature
    sensor with integrated fan control. It's used on the GDSys
    Neo board (405EP) which will be submitted later.

    Signed-off-by: Dirk Eibach
    Acked-by: Stefan Roese

    Dirk Eibach