1. 08 Sep, 2008 1 commit
    • 薛德章's avatar
      software reset for aic32 · a46091c1
      薛德章 authored
      This patch run a software reset before start to program the
      registers. it's also used to allow full reset of the audio
      settings on soft reboot.
      a46091c1
  2. 05 Sep, 2008 2 commits
  3. 04 Sep, 2008 2 commits
    • 薛德章's avatar
      Initial audio clock generation register. · 4a94fb83
      薛德章 authored
      CODEC_CLKIN and PLLCLK_IN register are not initialized and
      PLL Q,P,J,D value are wrong, cause audio clock is wrong.
      This patch initialize PLLCLK_IN uses MCLK, Codec uses PLLDIV_OUT.
      4a94fb83
    • 薛德章's avatar
      Initial audio clock generation register. · 30729968
      薛德章 authored
      CODEC_CLKIN and PLLCLK_IN register are not initialized and
      PLL Q,P,J,D value are wrong, cause audio clock is wrong.
      This patch initialize PLLCLK_IN uses MCLK, Codec uses PLLDIV_OUT.
      30729968
  4. 02 Sep, 2008 2 commits
  5. 01 Sep, 2008 1 commit
  6. 26 Aug, 2008 1 commit
  7. 22 Aug, 2008 5 commits
  8. 15 Aug, 2008 1 commit
  9. 13 Aug, 2008 2 commits
  10. 07 Aug, 2008 2 commits
    • Jorge Zapata's avatar
      Framebuffer Fixes · 3ed322c3
      Jorge Zapata authored
      * Make the logo appear again, there's still some bug on the colors, but is a
        start
      * Fix the initial mode setting, some value wasnt set, so the initial mode
        was never ok
      * Still some bug when returning to SD mode from HD mode
      3ed322c3
    • 吴智聪(John Wu)'s avatar
      support 576p and 720p component input · d5f6454f
      吴智聪(John Wu) authored
      add 576p and 720p adc configure, set the vpfe max buffer
      size to 1920x1080
      d5f6454f
  11. 06 Aug, 2008 2 commits
  12. 01 Aug, 2008 4 commits
  13. 31 Jul, 2008 4 commits
  14. 30 Jul, 2008 1 commit
  15. 25 Jul, 2008 1 commit
  16. 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
  17. 22 Jul, 2008 5 commits