Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bcmlinux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Broadcom
bcmlinux
Commits
2df669c6
Commit
2df669c6
authored
4 years ago
by
Oskar Viljasaar
Browse files
Options
Downloads
Patches
Plain Diff
fixup spinand
parent
a0f6ec3a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/mtd/nand/spi/core.c
+1
-1
1 addition, 1 deletion
drivers/mtd/nand/spi/core.c
include/linux/mtd/spinand.h
+3
-0
3 additions, 0 deletions
include/linux/mtd/spinand.h
with
4 additions
and
1 deletion
drivers/mtd/nand/spi/core.c
+
1
−
1
View file @
2df669c6
...
...
@@ -852,7 +852,7 @@ spinand_select_op_variant(struct spinand_device *spinand,
*/
int
spinand_match_and_init
(
struct
spinand_device
*
spinand
,
const
struct
spinand_info
*
table
,
unsigned
int
table_size
,
u
16
devid
)
unsigned
int
table_size
,
u
8
devid
)
{
struct
nand_device
*
nand
=
spinand_to_nand
(
spinand
);
unsigned
int
i
;
...
...
This diff is collapsed.
Click to expand it.
include/linux/mtd/spinand.h
+
3
−
0
View file @
2df669c6
...
...
@@ -224,8 +224,11 @@ struct spinand_manufacturer {
};
/* SPI NAND manufacturers */
extern
const
struct
spinand_manufacturer
gigadevice_spinand_manufacturer
;
extern
const
struct
spinand_manufacturer
macronix_spinand_manufacturer
;
extern
const
struct
spinand_manufacturer
micron_spinand_manufacturer
;
extern
const
struct
spinand_manufacturer
paragon_spinand_manufacturer
;
extern
const
struct
spinand_manufacturer
toshiba_spinand_manufacturer
;
extern
const
struct
spinand_manufacturer
winbond_spinand_manufacturer
;
#ifdef CONFIG_BCM_KF_MTD_BCMNAND
extern
const
struct
spinand_manufacturer
broadcom_spinand_manufacturer
;
...
...
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