Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
R128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
R128
Commits
819c1a65
Commit
819c1a65
authored
14 years ago
by
Russell King
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix' of
git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
parents
440e2e47
9f1ee150
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/arm/mach-mmp/mmp2.c
+0
-1
0 additions, 1 deletion
arch/arm/mach-mmp/mmp2.c
arch/arm/mach-pxa/palmtx.c
+2
-1
2 additions, 1 deletion
arch/arm/mach-pxa/palmtx.c
drivers/mtd/maps/pxa2xx-flash.c
+1
-1
1 addition, 1 deletion
drivers/mtd/maps/pxa2xx-flash.c
with
3 additions
and
3 deletions
arch/arm/mach-mmp/mmp2.c
+
0
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-pxa/palmtx.c
+
2
−
1
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
)
{
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/maps/pxa2xx-flash.c
+
1
−
1
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment