da8xx.c (25a765b7f05cb8460fa01b54568894b20e184862) | da8xx.c (ec2a0833e5157fab6cac5f57a49b2f31eb418a39) |
---|---|
1/* 2 * Texas Instruments DA8xx/OMAP-L1x "glue layer" 3 * 4 * Copyright (c) 2008-2009 MontaVista Software, Inc. <source@mvista.com> 5 * 6 * Based on the DaVinci "glue layer" code. 7 * Copyright (C) 2005-2006 by Texas Instruments 8 * --- 21 unchanged lines hidden (view full) --- 30#include <linux/module.h> 31#include <linux/clk.h> 32#include <linux/err.h> 33#include <linux/io.h> 34#include <linux/platform_device.h> 35#include <linux/dma-mapping.h> 36 37#include <mach/da8xx.h> | 1/* 2 * Texas Instruments DA8xx/OMAP-L1x "glue layer" 3 * 4 * Copyright (c) 2008-2009 MontaVista Software, Inc. <source@mvista.com> 5 * 6 * Based on the DaVinci "glue layer" code. 7 * Copyright (C) 2005-2006 by Texas Instruments 8 * --- 21 unchanged lines hidden (view full) --- 30#include <linux/module.h> 31#include <linux/clk.h> 32#include <linux/err.h> 33#include <linux/io.h> 34#include <linux/platform_device.h> 35#include <linux/dma-mapping.h> 36 37#include <mach/da8xx.h> |
38#include <mach/usb.h> | 38#include <linux/platform_data/usb-davinci.h> |
39 40#include "musb_core.h" 41 42/* 43 * DA8XX specific definitions 44 */ 45 46/* USB 2.0 OTG module registers */ --- 556 unchanged lines hidden --- | 39 40#include "musb_core.h" 41 42/* 43 * DA8XX specific definitions 44 */ 45 46/* USB 2.0 OTG module registers */ --- 556 unchanged lines hidden --- |