File tree Expand file tree Collapse file tree 13 files changed +14
-0
lines changed Expand file tree Collapse file tree 13 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -804,6 +804,7 @@ static struct platform_driver imx6_pcie_driver = {
804
804
.driver = {
805
805
.name = "imx6q-pcie" ,
806
806
.of_match_table = imx6_pcie_of_match ,
807
+ .suppress_bind_attrs = true,
807
808
},
808
809
.probe = imx6_pcie_probe ,
809
810
.shutdown = imx6_pcie_shutdown ,
Original file line number Diff line number Diff line change @@ -305,6 +305,7 @@ static struct platform_driver ls_pcie_driver = {
305
305
.driver = {
306
306
.name = "layerscape-pcie" ,
307
307
.of_match_table = ls_pcie_of_match ,
308
+ .suppress_bind_attrs = true,
308
309
},
309
310
};
310
311
builtin_platform_driver_probe (ls_pcie_driver , ls_pcie_probe );
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ static struct platform_driver armada8k_pcie_driver = {
262
262
.driver = {
263
263
.name = "armada8k-pcie" ,
264
264
.of_match_table = of_match_ptr (armada8k_pcie_of_match ),
265
+ .suppress_bind_attrs = true,
265
266
},
266
267
};
267
268
builtin_platform_driver (armada8k_pcie_driver );
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ static struct platform_driver artpec6_pcie_driver = {
295
295
.driver = {
296
296
.name = "artpec6-pcie" ,
297
297
.of_match_table = artpec6_pcie_of_match ,
298
+ .suppress_bind_attrs = true,
298
299
},
299
300
};
300
301
builtin_platform_driver (artpec6_pcie_driver );
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ static struct platform_driver dw_plat_pcie_driver = {
133
133
.driver = {
134
134
.name = "dw-pcie" ,
135
135
.of_match_table = dw_plat_pcie_of_match ,
136
+ .suppress_bind_attrs = true,
136
137
},
137
138
.probe = dw_plat_pcie_probe ,
138
139
};
Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ static struct platform_driver hisi_pcie_driver = {
333
333
.driver = {
334
334
.name = "hisi-pcie" ,
335
335
.of_match_table = hisi_pcie_of_match ,
336
+ .suppress_bind_attrs = true,
336
337
},
337
338
};
338
339
builtin_platform_driver (hisi_pcie_driver );
@@ -390,6 +391,7 @@ static struct platform_driver hisi_pcie_almost_ecam_driver = {
390
391
.driver = {
391
392
.name = "hisi-pcie-almost-ecam" ,
392
393
.of_match_table = hisi_pcie_almost_ecam_of_match ,
394
+ .suppress_bind_attrs = true,
393
395
},
394
396
};
395
397
builtin_platform_driver (hisi_pcie_almost_ecam_driver );
Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ static struct platform_driver spear13xx_pcie_driver = {
308
308
.driver = {
309
309
.name = "spear-pcie" ,
310
310
.of_match_table = of_match_ptr (spear13xx_pcie_of_match ),
311
+ .suppress_bind_attrs = true,
311
312
},
312
313
};
313
314
Original file line number Diff line number Diff line change @@ -556,6 +556,7 @@ static struct platform_driver faraday_pci_driver = {
556
556
.driver = {
557
557
.name = "ftpci100" ,
558
558
.of_match_table = of_match_ptr (faraday_pci_of_match ),
559
+ .suppress_bind_attrs = true,
559
560
},
560
561
.probe = faraday_pci_probe ,
561
562
};
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ static struct platform_driver gen_pci_driver = {
60
60
.driver = {
61
61
.name = "pci-host-generic" ,
62
62
.of_match_table = gen_pci_of_match ,
63
+ .suppress_bind_attrs = true,
63
64
},
64
65
.probe = gen_pci_probe ,
65
66
};
Original file line number Diff line number Diff line change @@ -373,6 +373,7 @@ static struct platform_driver thunder_ecam_driver = {
373
373
.driver = {
374
374
.name = KBUILD_MODNAME ,
375
375
.of_match_table = thunder_ecam_of_match ,
376
+ .suppress_bind_attrs = true,
376
377
},
377
378
.probe = thunder_ecam_probe ,
378
379
};
Original file line number Diff line number Diff line change @@ -474,6 +474,7 @@ static struct platform_driver thunder_pem_driver = {
474
474
.driver = {
475
475
.name = KBUILD_MODNAME ,
476
476
.of_match_table = thunder_pem_of_match ,
477
+ .suppress_bind_attrs = true,
477
478
},
478
479
.probe = thunder_pem_probe ,
479
480
};
Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ static struct platform_driver versatile_pci_driver = {
222
222
.driver = {
223
223
.name = "versatile-pci" ,
224
224
.of_match_table = versatile_pci_of_match ,
225
+ .suppress_bind_attrs = true,
225
226
},
226
227
.probe = versatile_pci_probe ,
227
228
};
Original file line number Diff line number Diff line change @@ -697,6 +697,7 @@ static struct platform_driver xgene_pcie_driver = {
697
697
.driver = {
698
698
.name = "xgene-pcie" ,
699
699
.of_match_table = of_match_ptr (xgene_pcie_match_table ),
700
+ .suppress_bind_attrs = true,
700
701
},
701
702
.probe = xgene_pcie_probe_bridge ,
702
703
};
You can’t perform that action at this time.
0 commit comments