Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231693
b: refs/heads/master
c: b5602e8
h: refs/heads/master
i:
  231691: d790c4c
v: v3
  • Loading branch information
Linus Walleij authored and David Woodhouse committed Dec 3, 2010
1 parent 0a96a8d commit 4e1c98c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 593cd8711221c9661dbf9beb2fb42fecca03e693
refs/heads/master: b5602e86432aaf0cc90dd207bf74e3a2bfb5078b
6 changes: 3 additions & 3 deletions trunk/include/linux/mtd/fsmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/*
* The placement of the Command Latch Enable (CLE) and
* Address Latch Enable (ALE) is twised around in the
* Address Latch Enable (ALE) is twisted around in the
* SPEAR310 implementation.
*/
#if defined(CONFIG_MACH_SPEAR310)
Expand Down Expand Up @@ -63,7 +63,7 @@ struct fsmc_nor_bank_regs {

/* ctrl_tim register definitions */

struct fsms_nand_bank_regs {
struct fsmc_nand_bank_regs {
uint32_t pc;
uint32_t sts;
uint32_t comm;
Expand All @@ -79,7 +79,7 @@ struct fsms_nand_bank_regs {
struct fsmc_regs {
struct fsmc_nor_bank_regs nor_bank_regs[FSMC_MAX_NOR_BANKS];
uint8_t reserved_1[0x40 - 0x20];
struct fsms_nand_bank_regs bank_regs[FSMC_MAX_NAND_BANKS];
struct fsmc_nand_bank_regs bank_regs[FSMC_MAX_NAND_BANKS];
uint8_t reserved_2[0xfe0 - 0xc0];
uint32_t peripid0; /* 0xfe0 */
uint32_t peripid1; /* 0xfe4 */
Expand Down

0 comments on commit 4e1c98c

Please sign in to comment.