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
819c1a65
Commit
819c1a65
authored
Dec 12, 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
440e2e47
9f1ee150
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
arch/arm/mach-mmp/mmp2.c
arch/arm/mach-mmp/mmp2.c
+0
-1
arch/arm/mach-pxa/palmtx.c
arch/arm/mach-pxa/palmtx.c
+2
-1
drivers/mtd/maps/pxa2xx-flash.c
drivers/mtd/maps/pxa2xx-flash.c
+1
-1
No files found.
arch/arm/mach-mmp/mmp2.c
View file @
819c1a65
...
...
@@ -126,7 +126,6 @@ static APBC_CLK(twsi3, MMP2_TWSI3, 0, 26000000);
static
APBC_CLK
(
twsi4
,
MMP2_TWSI4
,
0
,
26000000
);
static
APBC_CLK
(
twsi5
,
MMP2_TWSI5
,
0
,
26000000
);
static
APBC_CLK
(
twsi6
,
MMP2_TWSI6
,
0
,
26000000
);
static
APBC_CLK
(
rtc
,
MMP2_RTC
,
0
,
32768
);
static
APMU_CLK
(
nand
,
NAND
,
0xbf
,
100000000
);
...
...
arch/arm/mach-pxa/palmtx.c
View file @
819c1a65
...
...
@@ -241,7 +241,8 @@ static inline void palmtx_keys_init(void) {}
/******************************************************************************
* NAND Flash
******************************************************************************/
#if defined(CONFIG_MTD_NAND_GPIO) || defined(CONFIG_MTD_NAND_GPIO_MODULE)
#if defined(CONFIG_MTD_NAND_PLATFORM) || \
defined(CONFIG_MTD_NAND_PLATFORM_MODULE)
static
void
palmtx_nand_cmd_ctl
(
struct
mtd_info
*
mtd
,
int
cmd
,
unsigned
int
ctrl
)
{
...
...
drivers/mtd/maps/pxa2xx-flash.c
View file @
819c1a65
...
...
@@ -51,7 +51,7 @@ struct pxa2xx_flash_info {
static
const
char
*
probes
[]
=
{
"RedBoot"
,
"cmdlinepart"
,
NULL
};
static
int
__init
pxa2xx_flash_probe
(
struct
platform_device
*
pdev
)
static
int
__
dev
init
pxa2xx_flash_probe
(
struct
platform_device
*
pdev
)
{
struct
flash_platform_data
*
flash
=
pdev
->
dev
.
platform_data
;
struct
pxa2xx_flash_info
*
info
;
...
...
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