i2c-pxa.c (5cc619db5c34146ee821acd08382b9d78579b52e) i2c-pxa.c (f15fc9b12286f64c2b9a8b90f2bcb94915b2c18b)
1/*
2 * i2c_adap_pxa.c
3 *
4 * I2C adapter for the PXA I2C bus access.
5 *
6 * Copyright (C) 2002 Intrinsyc Software Inc.
7 * Copyright (C) 2004-2005 Deep Blue Solutions Ltd.
8 *

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

31#include <linux/i2c-pxa.h>
32#include <linux/of.h>
33#include <linux/of_device.h>
34#include <linux/platform_device.h>
35#include <linux/err.h>
36#include <linux/clk.h>
37#include <linux/slab.h>
38#include <linux/io.h>
1/*
2 * i2c_adap_pxa.c
3 *
4 * I2C adapter for the PXA I2C bus access.
5 *
6 * Copyright (C) 2002 Intrinsyc Software Inc.
7 * Copyright (C) 2004-2005 Deep Blue Solutions Ltd.
8 *

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

31#include <linux/i2c-pxa.h>
32#include <linux/of.h>
33#include <linux/of_device.h>
34#include <linux/platform_device.h>
35#include <linux/err.h>
36#include <linux/clk.h>
37#include <linux/slab.h>
38#include <linux/io.h>
39#include <linux/i2c/pxa-i2c.h>
39#include <linux/platform_data/i2c-pxa.h>
40
41#include <asm/irq.h>
42
43struct pxa_reg_layout {
44 u32 ibmr;
45 u32 idbr;
46 u32 icr;
47 u32 isr;

--- 1354 unchanged lines hidden ---
40
41#include <asm/irq.h>
42
43struct pxa_reg_layout {
44 u32 ibmr;
45 u32 idbr;
46 u32 icr;
47 u32 isr;

--- 1354 unchanged lines hidden ---