1. 07 Aug, 2008 1 commit
  2. 06 Aug, 2008 2 commits
  3. 01 Aug, 2008 4 commits
  4. 31 Jul, 2008 4 commits
  5. 30 Jul, 2008 1 commit
  6. 25 Jul, 2008 1 commit
  7. 23 Jul, 2008 4 commits
    • Jorge Zapata's avatar
      Make dm fb driver be selected by default · 5198fffc
      Jorge Zapata authored
      This makes the new framebuffer driver to be selected and removes the old
      davincifb.
      5198fffc
    • Jorge Zapata's avatar
      Make dm fb driver depend on the video output control option · c6a60fa3
      Jorge Zapata authored
      This will fix unresolved symbols errors when the video output control option
      is not selected.
      c6a60fa3
    • Jorge Zapata's avatar
      More fixups and improvements on the video driver · 0d3b3e79
      Jorge Zapata authored
      This patch afixes several driver bugs
      * Make the windows disabled by default at module load and unload
      * Enable the attribute window
      * Change the order of the windows, now osd0 is fb0, so the video mode change
        must be done on vid0 which is fb1
      * Remove more unsued code
      * Make the enable_digital output to not change the window configurations
      * Add a new ioctl to enable color bar test mode
      * Fix some of the rules of the check_var function, now the virtual size of the
        window is handled automatic based on the 32 bytes align constraints
      0d3b3e79
    • Jorge Zapata's avatar
      Add more memory to the attribute window · a9af656e
      Jorge Zapata authored
      This adds more memory to the attribute window, to make it big enough for
      a 720x480 screen, this is enough for now.
      a9af656e
  8. 22 Jul, 2008 5 commits
  9. 21 Jul, 2008 2 commits
  10. 18 Jul, 2008 12 commits
  11. 17 Jul, 2008 1 commit
    • Ugo Riboni's avatar
      Disable kernel auto local versioning · 70409d22
      Ugo Riboni authored
      With this patch, the name of the kernel is always 2.6.23-davinci1
      instead of changing with local changes with names such as
      2.6.23-davinci1-g723849a8-dirty. At the moment we don't need this
      feature and it just create confusion and leave cruft in
      /lib/modules, so it's better to keep it disabled.
      70409d22
  12. 16 Jul, 2008 1 commit
    • 薛德章's avatar
      Fix take a long time on IDE probe. fix bug 4678. · 335e86a7
      薛德章 authored
      Kernel is hanging for a long time on probing the IDE, even
      when there's no hard disk connected. This patch fix a bug,
      Now we can pass parameters to kernel to skip drive probing
      if none exist.
      Summary of ide driver parameters for kernel command line:
      "hdx=noprobe"  : drive may be present, but don't probe for it
      335e86a7
  13. 15 Jul, 2008 2 commits