tmpfile
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 47 行
TXT
47 行
2c2< * linux/drivers/i2c/i2c-omap.c---> * drivers/i2c/busses/i2c-omap24xx.c4c4< * TI OMAP I2C unified algorith+adapter driver (inspired by i2c-ibm_iic.c and i2c-omap1510.c)---> * Unified algorithm/adapter I2C driver for OMAP24xx I2C controller.6c6< * Copyright (C) 2003 MontaVista Software, Inc.---> * Author: Andy Lowe (source@mvista.com)7a8> * Copyright (C) 2004 MontaVista Software, Inc.10,42c11,13< * ----------------------------------------------------------------------------< * This file was highly leveraged from i2c-elektor.c, which was created< * by Simon G. Vogl and Hans Berglund:< *< *< * Copyright 1995-97 Simon G. Vogl< * 1998-99 Hans Berglund< *< * With some changes from Kysti M锟絢ki <kmalkki@cc.hut.fi> and even< * Frodo Looijaard <frodol@dds.nl>< * < * 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., 675 Mass Ave, Cambridge, MA 02139, USA.< * ----------------------------------------------------------------------------< Modifications:< ver. 1.1: Nov 2003, MontaVista Software< - added DPM support< ver. 1.2: Feb 2004, Texas Instruments< - Ported to 2.6 kernel (Feb 2004)< - Added support for I2C_M_IGNORE_NAK option.< ver. 1.3: Mar 2004, Juha Yrj鰈
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?