/drivers/media/video/sun4i/readme

https://bitbucket.org/ndreys/linux-sunxi · #! · 48 lines · 45 code · 3 blank · 0 comment · 0 complexity · 6f853b69bf1ce1a3fac873845e354262 MD5 · raw file

  1. /*
  2. * drivers/media/video/sun4i/readme
  3. *
  4. * (C) Copyright 2007-2012
  5. * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  20. * MA 02111-1307 USA
  21. */
  22. #------------------------------------------------------------
  23. # Cedar_dev : video engine driver
  24. #------------------------------------------------------------
  25. #------------------------------------------------------------
  26. #@version: cedar_vers0_08
  27. #@Author : Truby.Zong
  28. #@Date : 2011-4-06
  29. #@Description:
  30. # The second version of cedar video engine driver, which
  31. # add VD/DE SRAM prority and change file name.
  32. #-------------------------------------------------------------
  33. #
  34. #------------------------------------------------------------
  35. #@version: Vers0_01
  36. #@Author : Truby.Zong
  37. #@Date : 2011-3-18
  38. #@Description:
  39. # The first version of cedar video engine driver, which
  40. #handles the irq/clock/phy memory alloc of the cedar device,
  41. #and also the AV-SYNC counter (AVS_CNT1);
  42. # Please pay attention to the method to request/remap IO
  43. #resource and request/free irq, which are just handle once in
  44. #module init and module exit.
  45. #-------------------------------------------------------------