i2c.c (2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec) | i2c.c (e4c060db2c13f10de09101afc564763f9fd0019a) |
---|---|
1/* 2 * Helper module for board specific I2C bus registration 3 * 4 * Copyright (C) 2009 Nokia Corporation. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * version 2 as published by the Free Software Foundation. --- 5 unchanged lines hidden (view full) --- 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 18 * 02110-1301 USA 19 * 20 */ 21 | 1/* 2 * Helper module for board specific I2C bus registration 3 * 4 * Copyright (C) 2009 Nokia Corporation. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * version 2 as published by the Free Software Foundation. --- 5 unchanged lines hidden (view full) --- 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 18 * 02110-1301 USA 19 * 20 */ 21 |
22#include "soc.h" |
|
22#include "common.h" 23#include "omap_hwmod.h" 24#include "omap_device.h" 25 26#include "mux.h" 27#include "i2c.h" 28 29/* In register I2C_CON, Bit 15 is the I2C enable bit */ --- 123 unchanged lines hidden --- | 23#include "common.h" 24#include "omap_hwmod.h" 25#include "omap_device.h" 26 27#include "mux.h" 28#include "i2c.h" 29 30/* In register I2C_CON, Bit 15 is the I2C enable bit */ --- 123 unchanged lines hidden --- |