/drivers/media/video/sun4i/readme
#! | 48 lines | 45 code | 3 blank | 0 comment | 0 complexity | 6f853b69bf1ce1a3fac873845e354262 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
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#------------------------------------------------------------ 24# Cedar_dev : video engine driver 25#------------------------------------------------------------ 26 27#------------------------------------------------------------ 28#@version: cedar_vers0_08 29#@Author : Truby.Zong 30#@Date : 2011-4-06 31#@Description: 32# The second version of cedar video engine driver, which 33# add VD/DE SRAM prority and change file name. 34#------------------------------------------------------------- 35# 36#------------------------------------------------------------ 37#@version: Vers0_01 38#@Author : Truby.Zong 39#@Date : 2011-3-18 40#@Description: 41# The first version of cedar video engine driver, which 42#handles the irq/clock/phy memory alloc of the cedar device, 43#and also the AV-SYNC counter (AVS_CNT1); 44# Please pay attention to the method to request/remap IO 45#resource and request/free irq, which are just handle once in 46#module init and module exit. 47#------------------------------------------------------------- 48