Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
261ca205
Commit
261ca205
authored
Nov 07, 2010
by
Russell King
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix' of
git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
parents
725278e0
72feb6e7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
arch/arm/include/asm/hardware/it8152.h
arch/arm/include/asm/hardware/it8152.h
+1
-1
arch/arm/mach-mmp/include/mach/cputype.h
arch/arm/mach-mmp/include/mach/cputype.h
+2
-1
arch/arm/mach-pxa/cm-x2xx.c
arch/arm/mach-pxa/cm-x2xx.c
+0
-2
arch/arm/mach-pxa/saar.c
arch/arm/mach-pxa/saar.c
+1
-1
No files found.
arch/arm/include/asm/hardware/it8152.h
View file @
261ca205
...
...
@@ -75,7 +75,7 @@ extern unsigned long it8152_base_address;
IT8152_PD_IRQ(1) USB (USBR)
IT8152_PD_IRQ(0) Audio controller (ACR)
*/
#define IT8152_IRQ(x) (IRQ_BOARD_
END
+ (x))
#define IT8152_IRQ(x) (IRQ_BOARD_
START
+ (x))
/* IRQ-sources in 3 groups - local devices, LPC (serial), and external PCI */
#define IT8152_LD_IRQ_COUNT 9
...
...
arch/arm/mach-mmp/include/mach/cputype.h
View file @
261ca205
...
...
@@ -46,7 +46,8 @@ static inline int cpu_is_pxa910(void)
#ifdef CONFIG_CPU_MMP2
static
inline
int
cpu_is_mmp2
(
void
)
{
return
(((
cpu_readid_id
()
>>
8
)
&
0xff
)
==
0x58
);
return
(((
read_cpuid_id
()
>>
8
)
&
0xff
)
==
0x58
);
}
#else
#define cpu_is_mmp2() (0)
#endif
...
...
arch/arm/mach-pxa/cm-x2xx.c
View file @
261ca205
...
...
@@ -476,8 +476,6 @@ static void __init cmx2xx_init(void)
static
void
__init
cmx2xx_init_irq
(
void
)
{
pxa27x_init_irq
();
if
(
cpu_is_pxa25x
())
{
pxa25x_init_irq
();
cmx2xx_pci_init_irq
(
CMX255_GPIO_IT8152_IRQ
);
...
...
arch/arm/mach-pxa/saar.c
View file @
261ca205
...
...
@@ -116,7 +116,7 @@ static struct platform_device smc91x_device = {
},
};
#if defined(CONFIG_FB_PXA) || (CONFIG_FB_PXA_MODULE)
#if defined(CONFIG_FB_PXA) ||
defined
(CONFIG_FB_PXA_MODULE)
static
uint16_t
lcd_power_on
[]
=
{
/* single frame */
SMART_CMD_NOOP
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment