/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
- /*
- * drivers/media/video/sun4i/readme
- *
- * (C) Copyright 2007-2012
- * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
- #------------------------------------------------------------
- # Cedar_dev : video engine driver
- #------------------------------------------------------------
- #------------------------------------------------------------
- #@version: cedar_vers0_08
- #@Author : Truby.Zong
- #@Date : 2011-4-06
- #@Description:
- # The second version of cedar video engine driver, which
- # add VD/DE SRAM prority and change file name.
- #-------------------------------------------------------------
- #
- #------------------------------------------------------------
- #@version: Vers0_01
- #@Author : Truby.Zong
- #@Date : 2011-3-18
- #@Description:
- # The first version of cedar video engine driver, which
- #handles the irq/clock/phy memory alloc of the cedar device,
- #and also the AV-SYNC counter (AVS_CNT1);
- # Please pay attention to the method to request/remap IO
- #resource and request/free irq, which are just handle once in
- #module init and module exit.
- #-------------------------------------------------------------