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
nexedi
linux
Commits
20964a11
Commit
20964a11
authored
Sep 11, 2019
by
Ulf Hansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixes' into next
parents
7d440617
49baa01c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/mmc/host/bcm2835.c
drivers/mmc/host/bcm2835.c
+1
-1
drivers/mmc/host/sdhci-pci-o2micro.c
drivers/mmc/host/sdhci-pci-o2micro.c
+1
-1
No files found.
drivers/mmc/host/bcm2835.c
View file @
20964a11
...
...
@@ -597,7 +597,7 @@ static void bcm2835_finish_request(struct bcm2835_host *host)
struct
dma_chan
*
terminate_chan
=
NULL
;
struct
mmc_request
*
mrq
;
cancel_delayed_work
_sync
(
&
host
->
timeout_work
);
cancel_delayed_work
(
&
host
->
timeout_work
);
mrq
=
host
->
mrq
;
...
...
drivers/mmc/host/sdhci-pci-o2micro.c
View file @
20964a11
...
...
@@ -552,7 +552,6 @@ int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot)
mmc_hostname
(
host
->
mmc
));
host
->
flags
&=
~
SDHCI_SIGNALING_330
;
host
->
flags
|=
SDHCI_SIGNALING_180
;
host
->
quirks2
|=
SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD
;
host
->
mmc
->
caps2
|=
MMC_CAP2_NO_SD
;
host
->
mmc
->
caps2
|=
MMC_CAP2_NO_SDIO
;
pci_write_config_dword
(
chip
->
pdev
,
...
...
@@ -802,6 +801,7 @@ static const struct sdhci_ops sdhci_pci_o2_ops = {
const
struct
sdhci_pci_fixes
sdhci_o2
=
{
.
probe
=
sdhci_pci_o2_probe
,
.
quirks
=
SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC
,
.
quirks2
=
SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD
,
.
probe_slot
=
sdhci_pci_o2_probe_slot
,
#ifdef CONFIG_PM_SLEEP
.
resume
=
sdhci_pci_o2_resume
,
...
...
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