forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit9ce2078
committed
Merge tag 'mmc-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Pull MMC fixes from Ulf Hansson: "A couple of MMC fixes intended for v4.16-rc7: MMC host: - dw_mmc: Fix the suspend/resume issue for Exynos5433 - dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems - dw_mmc: Make PIO mode work when failing with idmac when dw_mci_reset occurs - sdhci-acpi: Re-allow IRQ 0 to fix broken probe MMC core: - Update EXT_CSD caches to correctly switch partition for ioctl calls - Fix tracepoint print of blk_addr and blksz - Disable HPI on broken Micron (Numonyx) eMMC cards"* tag 'mmc-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: mmc: sdhci-acpi: Fix IRQ 0 mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs mmc: core: Fix tracepoint print of blk_addr and blksz mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433 mmc: block: fix updating ext_csd caches on ioctl call mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsFile tree
7 files changed
+46
-9
lines changed- drivers/mmc
- core
- host
- include/trace/events
7 files changed
+46
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| |||
586 | 587 |
| |
587 | 588 |
| |
588 | 589 |
| |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
589 | 608 |
| |
590 | 609 |
| |
591 | 610 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 |
| |
113 | 119 |
| |
114 | 120 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
168 | 173 |
| |
169 | 174 |
| |
170 |
| - | |
| 175 | + | |
| 176 | + | |
171 | 177 |
| |
172 | 178 |
| |
173 | 179 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
417 | 419 |
| |
418 | 420 |
| |
419 | 421 |
| |
| |||
562 | 564 |
| |
563 | 565 |
| |
564 | 566 |
| |
| 567 | + | |
565 | 568 |
| |
566 | 569 |
| |
567 | 570 |
| |
| |||
584 | 587 |
| |
585 | 588 |
| |
586 | 589 |
| |
| 590 | + | |
587 | 591 |
| |
588 | 592 |
| |
589 | 593 |
| |
| |||
1799 | 1803 |
| |
1800 | 1804 |
| |
1801 | 1805 |
| |
1802 |
| - | |
1803 |
| - | |
| 1806 | + | |
| 1807 | + | |
1804 | 1808 |
| |
1805 | 1809 |
| |
1806 | 1810 |
| |
| |||
1948 | 1952 |
| |
1949 | 1953 |
| |
1950 | 1954 |
| |
1951 |
| - | |
1952 |
| - | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
1953 | 1958 |
| |
1954 | 1959 |
| |
1955 | 1960 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
683 |
| - | |
| 683 | + | |
684 | 684 |
| |
685 | 685 |
| |
686 | 686 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
| 89 | + | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
0 commit comments
Comments
(0)