Skip to content
Snippets Groups Projects
  1. Oct 01, 2011
  2. Sep 19, 2011
  3. Sep 05, 2011
  4. Aug 04, 2011
    • Albert ARIBAUD's avatar
      Convert ISO-8859 files to UTF-8 · fa82f871
      Albert ARIBAUD authored
      
      There was a mix of UTF-8 and ISO-8859 files in the U-Boot source
      tree, which could cause issues with the patchwork review system.
      This commit converts all ISO-8859 files to UTF-8.
      
      Signed-off-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      fa82f871
    • Heiko Schocher's avatar
      hwmon: do not init sensors on startup · 780f13a9
      Heiko Schocher authored
      
      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: default avatarHeiko Schocher <hs@denx.de>
      cc: Wolfgang Denk <wd@denx.de>
      cc: Holger Brunck <holger.brunck@keymile.com>
      780f13a9
    • Timur Tabi's avatar
      video: Add SHARP LQ084S3LG01 LCD support on P1022DS · 3b4a2263
      Timur Tabi authored
      
      The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision "C") board.
      This device only supports 800x600 resolution, so if that resolution is selected,
      assume that this is the device.  The device is attached to the LVDS port
      on the P1022DS board.
      
      The existing 800x600 entry (for the PDM360NG board) is actually 800x480,
      so we fix that.  To support two different 800x resolutions, the Y-resolution
      is now passed to fsl_diu_init() and both values are used to pick the proper
      fb_videomode structure.
      
      The data for the 800x600 video mode is originally from Jiang Yutang.
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      Signed-off-by: default avatarJiang Yutang <b14898@freescale.com>
      3b4a2263
  5. Jul 29, 2011
  6. Jul 28, 2011
  7. Jul 26, 2011
    • Mike Frysinger's avatar
      serial: drop useless ctlr field · 1c9a5606
      Mike Frysinger authored
      
      The multi serial support has a "ctlr" field which almost no one uses,
      but everyone is forced to set to useless strings.  So punt it.
      
      Funny enough, the only code that actually reads this field (the mpc8xx
      driver) has a typo where it meant to look for the SCC driver.  Fix it
      while converting the check to use the name field.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      CC: Heiko Schocher <hs@denx.de>
      CC: Anatolij Gustschin <agust@denx.de>
      CC: Tom Rix <Tom.Rix@windriver.com>
      CC: Minkyu Kang <mk7.kang@samsung.com>
      CC: Craig Nauman <cnauman@diagraph.com>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Prafulla Wadaskar <prafulla@marvell.com>
      CC: Mahavir Jain <mjain@marvell.com>
      1c9a5606
    • Mike Frysinger's avatar
      serial: push default_serial_console to drivers · 6c768ca7
      Mike Frysinger authored
      
      Rather than sticking arch/board/driver specific logic in the common
      serial code, push it all out to the respective drivers.  The serial
      drivers declare these funcs weak so that boards can still override
      things with their own definition.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      CC: Heiko Schocher <hs@denx.de>
      CC: Anatolij Gustschin <agust@denx.de>
      CC: Tom Rix <Tom.Rix@windriver.com>
      CC: Minkyu Kang <mk7.kang@samsung.com>
      CC: Craig Nauman <cnauman@diagraph.com>
      CC: Prafulla Wadaskar <prafulla@marvell.com>
      CC: Mahavir Jain <mjain@marvell.com>
      Tested-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
      6c768ca7
    • Graeme Russ's avatar
      4769be21
    • Graeme Russ's avatar
      Timer: Remove set_timer completely · 5c8404af
      Graeme Russ authored
      5c8404af
    • Kumar Gala's avatar
      powerpc: Fix device tree padding associated with ramdisk · 9e9579bb
      Kumar Gala authored
      
      When booting with a ramdisk we bump the amount of memory reserved for
      the device tree by FDT_RAMDISK_OVERHEAD.  However we did not increase
      the actual size in the device tree blob to match.
      
      Its possible on boundary cases that we dont have enough memory according
      to the device tree blob and get errors like:
      
      WARNING: could not set linux,initrd-end FDT_ERR_NOSPACE
      
      We can easily fix this by setting the device tree size at the same time
      we bump the amount of memory reserved for the device tree.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      Acked-by: default avatarGerald Van Baren <vanbaren@cideas.com>
      9e9579bb
  8. Jul 22, 2011
  9. Jul 17, 2011
  10. Jul 11, 2011
Loading