i2c-imx.c (981c9b88e674408a1579ca3aa8d42770e3b689de) i2c-imx.c (a2ce7dbd917a18408cf4bfd132578b46c2752a72)
1/*
2 * QTest i.MX I2C driver
3 *
4 * Copyright (c) 2013 Jean-Christophe Dubois
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or

--- 4 unchanged lines hidden (view full) ---

13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, see <http://www.gnu.org/licenses/>.
18 */
19
20#include "qemu/osdep.h"
1/*
2 * QTest i.MX I2C driver
3 *
4 * Copyright (c) 2013 Jean-Christophe Dubois
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or

--- 4 unchanged lines hidden (view full) ---

13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, see <http://www.gnu.org/licenses/>.
18 */
19
20#include "qemu/osdep.h"
21#include "libqos/i2c.h"
21#include "i2c.h"
22
23
24#include "libqtest.h"
25
26#include "hw/i2c/imx_i2c.h"
27
28enum IMXI2CDirection {
29 IMX_I2C_READ,

--- 187 unchanged lines hidden ---
22
23
24#include "libqtest.h"
25
26#include "hw/i2c/imx_i2c.h"
27
28enum IMXI2CDirection {
29 IMX_I2C_READ,

--- 187 unchanged lines hidden ---