pxa2xx.c (9a64e8e0ace51b309fdcff4b4754b3649250382a) | pxa2xx.c (293b2da1b61136813fc2764f43304c66ff8040e9) |
---|---|
1/* 2 * linux/arch/arm/mach-pxa/pxa2xx.c 3 * 4 * code specific to pxa2xx 5 * 6 * Copyright (C) 2008 Dmitry Baryshkov 7 * 8 * This program is free software; you can redistribute it and/or modify --- 5 unchanged lines hidden (view full) --- 14#include <linux/kernel.h> 15#include <linux/device.h> 16#include <linux/io.h> 17 18#include <mach/hardware.h> 19#include <mach/pxa2xx-regs.h> 20#include <mach/mfp-pxa25x.h> 21#include <mach/reset.h> | 1/* 2 * linux/arch/arm/mach-pxa/pxa2xx.c 3 * 4 * code specific to pxa2xx 5 * 6 * Copyright (C) 2008 Dmitry Baryshkov 7 * 8 * This program is free software; you can redistribute it and/or modify --- 5 unchanged lines hidden (view full) --- 14#include <linux/kernel.h> 15#include <linux/device.h> 16#include <linux/io.h> 17 18#include <mach/hardware.h> 19#include <mach/pxa2xx-regs.h> 20#include <mach/mfp-pxa25x.h> 21#include <mach/reset.h> |
22#include <mach/irda.h> | 22#include <linux/platform_data/irda-pxaficp.h> |
23 24void pxa2xx_clear_reset_status(unsigned int mask) 25{ 26 /* RESET_STATUS_* has a 1:1 mapping with RCSR */ 27 RCSR = mask; 28} 29 30static unsigned long pxa2xx_mfp_fir[] = { --- 26 unchanged lines hidden --- | 23 24void pxa2xx_clear_reset_status(unsigned int mask) 25{ 26 /* RESET_STATUS_* has a 1:1 mapping with RCSR */ 27 RCSR = mask; 28} 29 30static unsigned long pxa2xx_mfp_fir[] = { --- 26 unchanged lines hidden --- |