u-boot-brain/drivers
Heiko Schocher 780f13a9e1 hwmon: do not init sensors on startup
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 <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
cc: Holger Brunck <holger.brunck@keymile.com>
2011-08-04 23:30:38 +02:00
..
bios_emulator Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
block Timer: Allow reset_timer() only for systems with low resolution timers 2011-07-26 14:52:53 +02:00
dma fsl_dma: fix support for 83xx DMA engine 2011-07-06 19:09:27 -05:00
fpga fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
gpio DA8xx: add generic GPIO driver 2011-08-03 12:49:19 +02:00
hwmon hwmon: do not init sensors on startup 2011-08-04 23:30:38 +02:00
i2c cosmetic: spell fixes etc. 2011-07-28 16:32:50 +02:00
input Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
misc Minor coding style cleanup. 2011-05-19 22:22:44 +02:00
mmc Revert "AT91:mmc:fix multiple read/write error" 2011-07-28 20:47:15 -05:00
mtd sf: macronix: disable write protection when initializing 2011-08-02 22:02:34 +02:00
net Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2011-08-02 21:52:21 +02:00
pci cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
pcmcia Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
power ftpmu010: fix relocation and enhance features 2011-04-27 19:38:08 +02:00
qe fsl: Change fsl_phy_enet_if to phy_interface_t 2011-04-20 15:09:35 -05:00
rtc drivers/rtc: add Marvell Integrated RTC 2011-08-04 19:00:34 +02:00
serial serial: drop useless ctlr field 2011-07-26 16:38:05 +02:00
spi AT91/SPI: fix atmel_dataflash_spi.c to allow building without warnings 2011-08-03 13:00:56 +02:00
twserial Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
usb DaVinci: rename gpio_defs.h to gpio.h 2011-08-03 12:49:19 +02:00
video video: mb862xx: change controller detection message 2011-08-04 22:55:35 +02:00
watchdog AT91: fix at91sam_wdt.c to reworked header files 2011-05-18 07:56:51 +02:00