Skip to content

Commit 638971b

Browse files
committed
Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Pull MMC updates from Ulf Hansson: "MMC core: - Support zero-out using TRIM for eMMC - Allow to override the busy-timeout for the ioctl-cmds MMC host: - Continued the conversion of DT bindings into the JSON schema - jz4740: Apply DMA engine limits to maximum segment size - mmci_stm32: Use a buffer for unaligned DMA requests - mmc_spi: Enabled high-speed modes via parsing of DT - omap: Make clock management to be compliant with CCF - renesas_sdhi: - Support eMMC HS400 mode for R-Car V3H ES2.0 - Don't allow support for eMMC HS400 for R-Car V3M/D3 - sdhci_am654: Fix problem when SD card slot lacks the card detect line - sdhci-esdhc-imx: Add support for the imx8dxl variant - sdhci-brcmstb: Enable support for clock gating to save power - sdhci-msm: - Add support for the sdx65 variant - Add support for the sm8150 variant - sdhci-of-dwcmshc: Add support for the Rockchip rk3588 variant - sdhci-pci-gli: Add workaround to allow GL9755 to enter ASPM L1.2" * tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (52 commits) mmc: sdhci-of-arasan: Add NULL check for data field mmc: core: Support zeroout using TRIM for eMMC mmc: sdhci-brcmstb: Fix compiler warning mmc: sdhci-msm: Add compatible string check for sdx65 dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible mmc: sdhci-msm: Add compatible string check for sm8150 dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150 mmc: sdhci-msm: Add SoC specific compatibles dt-bindings: mmc: sdhci-msm: Convert bindings to yaml dt-bindings: mmc: brcm,sdhci-brcmstb: cleanup example dt-bindings: mmc: brcm,sdhci-brcmstb: correct number of reg entries mmc: sdhci-brcmstb: Enable Clock Gating to save power mmc: sdhci-brcmstb: Re-organize flags mmc: mmci: Remove custom ios handler mmc: atmel-mci: Simplify if(chan) and if(!chan) mmc: core: use kobj_to_dev() dt-bindings: mmc: sdhci-of-dwcmhsc: Add rk3588 mmc: core: Add CIDs for cards to the entropy pool mmc: core: Allows to override the timeout value for ioctl() path mmc: sdhci-omap: Use of_device_get_match_data() helper ...
2 parents b1b5bf1 + ded2c4c commit 638971b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+963
-503
lines changed

Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ properties:
3131
- const: brcm,sdhci-brcmstb
3232

3333
reg:
34-
minItems: 2
34+
maxItems: 2
3535

3636
reg-names:
3737
items:
@@ -65,34 +65,34 @@ unevaluatedProperties: false
6565
examples:
6666
- |
6767
mmc@84b0000 {
68-
sd-uhs-sdr50;
69-
sd-uhs-ddr50;
70-
sd-uhs-sdr104;
71-
sdhci,auto-cmd12;
7268
compatible = "brcm,bcm7216-sdhci",
7369
"brcm,bcm7445-sdhci",
7470
"brcm,sdhci-brcmstb";
7571
reg = <0x84b0000 0x260>, <0x84b0300 0x200>;
7672
reg-names = "host", "cfg";
73+
sd-uhs-sdr50;
74+
sd-uhs-ddr50;
75+
sd-uhs-sdr104;
76+
sdhci,auto-cmd12;
7777
interrupts = <0x0 0x26 0x4>;
7878
interrupt-names = "sdio0_0";
7979
clocks = <&scmi_clk 245>;
8080
clock-names = "sw_sdio";
8181
};
8282
8383
mmc@84b1000 {
84+
compatible = "brcm,bcm7216-sdhci",
85+
"brcm,bcm7445-sdhci",
86+
"brcm,sdhci-brcmstb";
87+
reg = <0x84b1000 0x260>, <0x84b1300 0x200>;
88+
reg-names = "host", "cfg";
8489
mmc-ddr-1_8v;
8590
mmc-hs200-1_8v;
8691
mmc-hs400-1_8v;
8792
mmc-hs400-enhanced-strobe;
8893
supports-cqe;
8994
non-removable;
9095
bus-width = <0x8>;
91-
compatible = "brcm,bcm7216-sdhci",
92-
"brcm,bcm7445-sdhci",
93-
"brcm,sdhci-brcmstb";
94-
reg = <0x84b1000 0x260>, <0x84b1300 0x200>;
95-
reg-names = "host", "cfg";
9696
interrupts = <0x0 0x27 0x4>;
9797
interrupt-names = "sdio1_0";
9898
clocks = <&scmi_clk 245>;

Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,47 @@ properties:
3434
- fsl,imx6ull-usdhc
3535
- fsl,imx7d-usdhc
3636
- fsl,imx7ulp-usdhc
37+
- fsl,imx8mm-usdhc
3738
- fsl,imxrt1050-usdhc
3839
- nxp,s32g2-usdhc
3940
- items:
4041
- enum:
42+
- fsl,imx8mq-usdhc
43+
- const: fsl,imx7d-usdhc
44+
- items:
45+
- enum:
46+
- fsl,imx8mn-usdhc
47+
- fsl,imx8mp-usdhc
48+
- fsl,imx93-usdhc
49+
- fsl,imx8ulp-usdhc
50+
- const: fsl,imx8mm-usdhc
51+
- items:
52+
- enum:
53+
- fsl,imx8qm-usdhc
54+
- const: fsl,imx8qxp-usdhc
55+
- items:
56+
- enum:
57+
- fsl,imx8dxl-usdhc
4158
- fsl,imx8mm-usdhc
4259
- fsl,imx8mn-usdhc
4360
- fsl,imx8mp-usdhc
44-
- fsl,imx8mq-usdhc
4561
- fsl,imx8qm-usdhc
4662
- fsl,imx8qxp-usdhc
4763
- const: fsl,imx7d-usdhc
64+
deprecated: true
4865
- items:
4966
- enum:
50-
- fsl,imx93-usdhc
51-
- fsl,imx8ulp-usdhc
67+
- fsl,imx8mn-usdhc
68+
- fsl,imx8mp-usdhc
5269
- const: fsl,imx8mm-usdhc
70+
- const: fsl,imx7d-usdhc
71+
deprecated: true
72+
- items:
73+
- enum:
74+
- fsl,imx8qm-usdhc
75+
- const: fsl,imx8qxp-usdhc
76+
- const: fsl,imx7d-usdhc
77+
deprecated: true
5378

5479
reg:
5580
maxItems: 1
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/mmc/marvell,dove-sdhci.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Marvell sdhci-dove controller
8+
9+
maintainers:
10+
- Adrian Hunter <[email protected]>
11+
- Ulf Hansson <[email protected]>
12+
13+
allOf:
14+
- $ref: mmc-controller.yaml#
15+
16+
properties:
17+
compatible:
18+
const: marvell,dove-sdhci
19+
20+
reg:
21+
maxItems: 1
22+
23+
interrupts:
24+
minItems: 1
25+
maxItems: 2
26+
27+
clocks:
28+
maxItems: 1
29+
30+
required:
31+
- compatible
32+
- reg
33+
- interrupts
34+
35+
unevaluatedProperties: false
36+
37+
examples:
38+
- |
39+
sdio0: mmc@92000 {
40+
compatible = "marvell,dove-sdhci";
41+
reg = <0x92000 0x100>;
42+
interrupts = <35>;
43+
clocks = <&gate_clk 9>;
44+
};
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/mmc/marvell,orion-sdio.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Marvell orion-sdio controller
8+
9+
maintainers:
10+
- Nicolas Pitre <[email protected]>
11+
- Ulf Hansson <[email protected]>
12+
13+
allOf:
14+
- $ref: mmc-controller.yaml#
15+
16+
properties:
17+
compatible:
18+
const: marvell,orion-sdio
19+
20+
reg:
21+
maxItems: 1
22+
23+
interrupts:
24+
maxItems: 1
25+
26+
clocks:
27+
maxItems: 1
28+
29+
required:
30+
- compatible
31+
- reg
32+
- interrupts
33+
- clocks
34+
35+
unevaluatedProperties: false
36+
37+
examples:
38+
- |
39+
mmc@d00d4000 {
40+
compatible = "marvell,orion-sdio";
41+
reg = <0xd00d4000 0x200>;
42+
interrupts = <54>;
43+
clocks = <&gateclk 17>;
44+
};

Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)