Skip to content
Snippets Groups Projects
  1. May 13, 2015
  2. May 04, 2015
  3. Apr 20, 2015
  4. Apr 17, 2015
  5. Apr 15, 2015
  6. Apr 06, 2015
  7. Mar 24, 2015
    • Rob Herring's avatar
      remove unnecessary version.h includes · 7682a998
      Rob Herring authored
      
      Various files are needlessly rebuilt every time due to the version and
      build time changing. As version.h is not actually needed, remove the
      include.
      
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Warren <twarren@nvidia.com>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Macpaul Lin <macpaul@andestech.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: York Sun <yorksun@freescale.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Philippe Reynes <tremyfr@yahoo.fr>
      Cc: Eric Jarrige <eric.jarrige@armadeus.org>
      Cc: "David Müller" <d.mueller@elsoft.ch>
      Cc: Phil Edworthy <phil.edworthy@renesas.com>
      Cc: Robert Baldyga <r.baldyga@samsung.com>
      Cc: Torsten Koschorrek <koschorrek@synertronixx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Reviewed-by: default avatarŁukasz Majewski <l.majewski@samsung.com>
      7682a998
  8. Mar 06, 2015
    • Hannes Petermaier's avatar
      drivers/video/am335x-fb: Add possibility to wait for stable power/picture · 3b4e16eb
      Hannes Petermaier authored
      
      Often on boards exists a circuit which switches power on/off to LCD display.
      Due to the need of limiting the in-rush current the output voltage from this
      circuit rises "slowly", so it is necessary to wait a bit (VCC ramp up time)
      before starting output on LCD-pins.
      This time is specified in <n> ms within the panel-settings, called "pup_delay"
      
      Further some LCDs need a couple of frames to stabilize the image on it.
      We have now the possibility to wait some time after starting output on LCD.
      This time is also specified in <n> ms within panel-settings, called "pon_delay"
      
      Signed-off-by: default avatarHannes Petermaier <oe5hpm@oevsv.at>
      3b4e16eb
  9. Feb 24, 2015
  10. Feb 20, 2015
  11. Feb 16, 2015
  12. Feb 10, 2015
  13. Feb 07, 2015
  14. Feb 06, 2015
  15. Feb 02, 2015
    • Hans de Goede's avatar
      sunxi: video: Force h/vsync active high when using ext. vga dac on some boards · fb75d972
      Hans de Goede authored
      
      On both my A13-OLinuxIno and my A13-OLinuxIno-Micro, the vga output gives an
      unstable image when active low v or hsync is used.
      
      The problem seems to be specific to the OLinuxIno A13 (normal & micro)
      boards. I've just looked up the schematics and they use an opendrain driver
      for the vga sync lines, and with sync pulses it is the logical high->low
      edge of the pulse which counts for the timing, which with an active low
      sync is being driven by the pull-up, and that simply seems to not drive
      it hard enough to get a stable image.
      
      So force v and hsync active high on these boards. independent of what the
      modeline says. This fixes the unstable image.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
      fb75d972
  16. Jan 30, 2015
  17. Jan 24, 2015
  18. Jan 23, 2015
  19. Jan 22, 2015
Loading