diff --git a/asoc/codecs/audio-ext-clk-up.c b/asoc/codecs/audio-ext-clk-up.c index e6e68adf88..fcdf5dc760 100644 --- a/asoc/codecs/audio-ext-clk-up.c +++ b/asoc/codecs/audio-ext-clk-up.c @@ -565,6 +565,7 @@ static struct platform_driver audio_ref_clk_driver = { .name = "audio-ref-clk", .owner = THIS_MODULE, .of_match_table = audio_ref_clk_match, + .suppress_bind_attrs = true, }, .probe = audio_ref_clk_probe, .remove = audio_ref_clk_remove, diff --git a/asoc/codecs/audio-ext-clk.c b/asoc/codecs/audio-ext-clk.c index 07556ee590..adcd7a6ee6 100644 --- a/asoc/codecs/audio-ext-clk.c +++ b/asoc/codecs/audio-ext-clk.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. +/* Copyright (c) 2015-2017, 2019 The Linux Foundation. All rights reserved. */ #include @@ -321,6 +321,7 @@ static struct platform_driver audio_ref_clk_driver = { .name = "audio-ref-clk", .owner = THIS_MODULE, .of_match_table = audio_ref_clk_match, + .suppress_bind_attrs = true, }, .probe = audio_ref_clk_probe, .remove = audio_ref_clk_remove, diff --git a/asoc/codecs/bolero/bolero-cdc.c b/asoc/codecs/bolero/bolero-cdc.c index 45e993684d..7afef8beb7 100644 --- a/asoc/codecs/bolero/bolero-cdc.c +++ b/asoc/codecs/bolero/bolero-cdc.c @@ -1026,6 +1026,7 @@ static struct platform_driver bolero_drv = { .name = "bolero-codec", .owner = THIS_MODULE, .of_match_table = bolero_dt_match, + .suppress_bind_attrs = true, }, .probe = bolero_probe, .remove = bolero_remove, diff --git a/asoc/codecs/bolero/bolero-clk-rsc.c b/asoc/codecs/bolero/bolero-clk-rsc.c index 6742562bf9..82f387926e 100644 --- a/asoc/codecs/bolero/bolero-clk-rsc.c +++ b/asoc/codecs/bolero/bolero-clk-rsc.c @@ -603,6 +603,7 @@ static struct platform_driver bolero_clk_rsc_mgr = { .name = "bolero-clk-rsc-mngr", .owner = THIS_MODULE, .of_match_table = bolero_clk_rsc_dt_match, + .suppress_bind_attrs = true, }, .probe = bolero_clk_rsc_probe, .remove = bolero_clk_rsc_remove, diff --git a/asoc/codecs/bolero/rx-macro.c b/asoc/codecs/bolero/rx-macro.c index e43fa6231f..7def494800 100644 --- a/asoc/codecs/bolero/rx-macro.c +++ b/asoc/codecs/bolero/rx-macro.c @@ -3712,6 +3712,7 @@ static struct platform_driver rx_macro_driver = { .owner = THIS_MODULE, .pm = &bolero_dev_pm_ops, .of_match_table = rx_macro_dt_match, + .suppress_bind_attrs = true, }, .probe = rx_macro_probe, .remove = rx_macro_remove, diff --git a/asoc/codecs/bolero/tx-macro.c b/asoc/codecs/bolero/tx-macro.c index 49b7da5735..177bab4bdb 100644 --- a/asoc/codecs/bolero/tx-macro.c +++ b/asoc/codecs/bolero/tx-macro.c @@ -2077,6 +2077,7 @@ static struct platform_driver tx_macro_driver = { .owner = THIS_MODULE, .pm = &bolero_dev_pm_ops, .of_match_table = tx_macro_dt_match, + .suppress_bind_attrs = true, }, .probe = tx_macro_probe, .remove = tx_macro_remove, diff --git a/asoc/codecs/bolero/va-macro.c b/asoc/codecs/bolero/va-macro.c index cdfe6c7853..3bba403a96 100644 --- a/asoc/codecs/bolero/va-macro.c +++ b/asoc/codecs/bolero/va-macro.c @@ -1756,6 +1756,7 @@ static struct platform_driver va_macro_driver = { .owner = THIS_MODULE, .pm = &bolero_dev_pm_ops, .of_match_table = va_macro_dt_match, + .suppress_bind_attrs = true, }, .probe = va_macro_probe, .remove = va_macro_remove, diff --git a/asoc/codecs/bolero/wsa-macro.c b/asoc/codecs/bolero/wsa-macro.c index d1ba34620e..cc5b8f2e8a 100644 --- a/asoc/codecs/bolero/wsa-macro.c +++ b/asoc/codecs/bolero/wsa-macro.c @@ -3008,6 +3008,7 @@ static struct platform_driver wsa_macro_driver = { .owner = THIS_MODULE, .pm = &bolero_dev_pm_ops, .of_match_table = wsa_macro_dt_match, + .suppress_bind_attrs = true, }, .probe = wsa_macro_probe, .remove = wsa_macro_remove, diff --git a/asoc/codecs/msm-cdc-pinctrl.c b/asoc/codecs/msm-cdc-pinctrl.c index b626e5721d..8ed0c8ebf5 100644 --- a/asoc/codecs/msm-cdc-pinctrl.c +++ b/asoc/codecs/msm-cdc-pinctrl.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include @@ -233,6 +233,7 @@ static struct platform_driver msm_cdc_pinctrl_driver = { .name = "msm-cdc-pinctrl", .owner = THIS_MODULE, .of_match_table = msm_cdc_pinctrl_match, + .suppress_bind_attrs = true, }, .probe = msm_cdc_pinctrl_probe, .remove = msm_cdc_pinctrl_remove, diff --git a/asoc/codecs/msm_hdmi_codec_rx.c b/asoc/codecs/msm_hdmi_codec_rx.c index 0c142f1fd6..5349598114 100644 --- a/asoc/codecs/msm_hdmi_codec_rx.c +++ b/asoc/codecs/msm_hdmi_codec_rx.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. */ #include #include @@ -698,6 +698,7 @@ static struct platform_driver msm_ext_disp_audio_codec_rx_driver = { .name = "msm-ext-disp-audio-codec-rx", .owner = THIS_MODULE, .of_match_table = msm_ext_disp_audio_codec_rx_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_ext_disp_audio_codec_rx_plat_probe, .remove = msm_ext_disp_audio_codec_rx_plat_remove, diff --git a/asoc/codecs/msm_stub.c b/asoc/codecs/msm_stub.c index a754c49ee3..cf91f2a6de 100644 --- a/asoc/codecs/msm_stub.c +++ b/asoc/codecs/msm_stub.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2011-2014, 2017-2018 The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2014, 2017-2019 The Linux Foundation. All rights reserved. */ #include #include @@ -63,6 +63,7 @@ static struct platform_driver msm_stub_driver = { .name = "msm-stub-codec", .owner = THIS_MODULE, .of_match_table = msm_stub_codec_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_stub_dev_probe, .remove = msm_stub_dev_remove, diff --git a/asoc/codecs/wcd-dsp-mgr.c b/asoc/codecs/wcd-dsp-mgr.c index e0070e659e..a6acc2da62 100644 --- a/asoc/codecs/wcd-dsp-mgr.c +++ b/asoc/codecs/wcd-dsp-mgr.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include #include @@ -1306,6 +1306,7 @@ static struct platform_driver wdsp_mgr_driver = { .name = "wcd-dsp-mgr", .owner = THIS_MODULE, .of_match_table = of_match_ptr(wdsp_mgr_dt_match), + .suppress_bind_attrs = true, }, .probe = wdsp_mgr_probe, .remove = wdsp_mgr_remove, diff --git a/asoc/codecs/wcd9335.c b/asoc/codecs/wcd9335.c index e501a350c4..009e614d0e 100644 --- a/asoc/codecs/wcd9335.c +++ b/asoc/codecs/wcd9335.c @@ -14796,6 +14796,7 @@ static struct platform_driver tasha_codec_driver = { #ifdef CONFIG_PM .pm = &tasha_pm_ops, #endif + .suppress_bind_attrs = true, }, }; diff --git a/asoc/codecs/wcd934x/wcd934x.c b/asoc/codecs/wcd934x/wcd934x.c index f1c353699e..ea928f022d 100644 --- a/asoc/codecs/wcd934x/wcd934x.c +++ b/asoc/codecs/wcd934x/wcd934x.c @@ -11471,6 +11471,7 @@ static struct platform_driver tavil_codec_driver = { #ifdef CONFIG_PM .pm = &tavil_pm_ops, #endif + .suppress_bind_attrs = true, }, }; diff --git a/asoc/codecs/wcd937x/wcd937x.c b/asoc/codecs/wcd937x/wcd937x.c index bde3a7e84f..ce2b492dc8 100644 --- a/asoc/codecs/wcd937x/wcd937x.c +++ b/asoc/codecs/wcd937x/wcd937x.c @@ -2923,6 +2923,7 @@ static struct platform_driver wcd937x_codec_driver = { #ifdef CONFIG_PM_SLEEP .pm = &wcd937x_dev_pm_ops, #endif + .suppress_bind_attrs = true, }, }; diff --git a/asoc/codecs/wcd938x/wcd938x.c b/asoc/codecs/wcd938x/wcd938x.c index 6241cf201a..4ded2d2de0 100644 --- a/asoc/codecs/wcd938x/wcd938x.c +++ b/asoc/codecs/wcd938x/wcd938x.c @@ -2973,6 +2973,7 @@ static struct platform_driver wcd938x_codec_driver = { #ifdef CONFIG_PM_SLEEP .pm = &wcd938x_dev_pm_ops, #endif + .suppress_bind_attrs = true, }, }; diff --git a/asoc/codecs/wcd9xxx-irq.c b/asoc/codecs/wcd9xxx-irq.c index b748bb2e91..c1efba4c69 100644 --- a/asoc/codecs/wcd9xxx-irq.c +++ b/asoc/codecs/wcd9xxx-irq.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2011-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. */ #include #include @@ -878,6 +878,7 @@ static struct platform_driver wcd9xxx_irq_driver = { .name = "wcd9xxx_intc", .owner = THIS_MODULE, .of_match_table = of_match_ptr(of_match), + .suppress_bind_attrs = true, }, }; diff --git a/asoc/kona.c b/asoc/kona.c index 50a25b17ff..84d79fe592 100644 --- a/asoc/kona.c +++ b/asoc/kona.c @@ -6712,6 +6712,7 @@ static struct platform_driver kona_asoc_machine_driver = { .owner = THIS_MODULE, .pm = &snd_soc_pm_ops, .of_match_table = kona_asoc_machine_of_match, + .suppress_bind_attrs = true, }, .probe = msm_asoc_machine_probe, .remove = msm_asoc_machine_remove, diff --git a/asoc/msm-compress-q6-v2.c b/asoc/msm-compress-q6-v2.c index f358e45781..d9e0927bc0 100644 --- a/asoc/msm-compress-q6-v2.c +++ b/asoc/msm-compress-q6-v2.c @@ -5387,6 +5387,7 @@ static struct platform_driver msm_compr_driver = { .name = "msm-compress-dsp", .owner = THIS_MODULE, .of_match_table = msm_compr_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_compr_dev_probe, .remove = msm_compr_remove, diff --git a/asoc/msm-cpe-lsm.c b/asoc/msm-cpe-lsm.c index b1a6fe30c1..7765554cb3 100644 --- a/asoc/msm-cpe-lsm.c +++ b/asoc/msm-cpe-lsm.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2019, The Linux Foundation. All rights reserved. */ #include @@ -3331,6 +3331,7 @@ static struct platform_driver msm_cpe_lsm_driver = { .name = "msm-cpe-lsm", .owner = THIS_MODULE, .of_match_table = of_match_ptr(msm_cpe_lsm_dt_match), + .suppress_bind_attrs = true, }, .probe = msm_cpe_lsm_probe, .remove = msm_cpe_lsm_remove, diff --git a/asoc/msm-dai-fe.c b/asoc/msm-dai-fe.c index 6256e8a646..f53b3a6a5b 100644 --- a/asoc/msm-dai-fe.c +++ b/asoc/msm-dai-fe.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. */ @@ -2765,6 +2765,7 @@ static struct platform_driver msm_fe_dai_driver = { .name = "msm-dai-fe", .owner = THIS_MODULE, .of_match_table = msm_dai_fe_dt_match, + .suppress_bind_attrs = true, }, }; diff --git a/asoc/msm-dai-q6-hdmi-v2.c b/asoc/msm-dai-q6-hdmi-v2.c index 32add91326..fb50eba636 100644 --- a/asoc/msm-dai-q6-hdmi-v2.c +++ b/asoc/msm-dai-q6-hdmi-v2.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. */ #include @@ -586,6 +586,7 @@ static struct platform_driver msm_dai_q6_hdmi_driver = { .name = "msm-dai-q6-hdmi", .owner = THIS_MODULE, .of_match_table = msm_dai_q6_hdmi_dt_match, + .suppress_bind_attrs = true, }, }; diff --git a/asoc/msm-dai-q6-v2.c b/asoc/msm-dai-q6-v2.c index 1a82d65a26..009df8c5e6 100644 --- a/asoc/msm-dai-q6-v2.c +++ b/asoc/msm-dai-q6-v2.c @@ -4300,6 +4300,7 @@ static struct platform_driver msm_auxpcm_dev_driver = { .name = "msm-auxpcm-dev", .owner = THIS_MODULE, .of_match_table = msm_auxpcm_dev_dt_match, + .suppress_bind_attrs = true, }, }; @@ -6317,6 +6318,7 @@ static struct platform_driver msm_dai_q6_dev = { .name = "msm-dai-q6-dev", .owner = THIS_MODULE, .of_match_table = msm_dai_q6_dev_dt_match, + .suppress_bind_attrs = true, }, }; @@ -6354,6 +6356,7 @@ static struct platform_driver msm_dai_q6 = { .name = "msm-dai-q6", .owner = THIS_MODULE, .of_match_table = msm_dai_q6_dt_match, + .suppress_bind_attrs = true, }, }; @@ -6389,6 +6392,7 @@ static struct platform_driver msm_dai_mi2s_q6 = { .name = "msm-dai-mi2s", .owner = THIS_MODULE, .of_match_table = msm_dai_mi2s_dt_match, + .suppress_bind_attrs = true, }, }; @@ -6406,6 +6410,7 @@ static struct platform_driver msm_dai_q6_mi2s_driver = { .name = "msm-dai-q6-mi2s", .owner = THIS_MODULE, .of_match_table = msm_dai_q6_mi2s_dev_dt_match, + .suppress_bind_attrs = true, }, }; @@ -6475,6 +6480,7 @@ static struct platform_driver msm_dai_q6_spdif_driver = { .name = "msm-dai-q6-spdif", .owner = THIS_MODULE, .of_match_table = msm_dai_q6_spdif_dt_match, + .suppress_bind_attrs = true, }, }; @@ -6699,6 +6705,7 @@ static struct platform_driver msm_dai_tdm_q6 = { .name = "msm-dai-tdm", .owner = THIS_MODULE, .of_match_table = msm_dai_tdm_dt_match, + .suppress_bind_attrs = true, }, }; @@ -10331,6 +10338,7 @@ static struct platform_driver msm_dai_q6_tdm_driver = { .name = "msm-dai-q6-tdm", .owner = THIS_MODULE, .of_match_table = msm_dai_q6_tdm_dev_dt_match, + .suppress_bind_attrs = true, }, }; @@ -11234,6 +11242,7 @@ static struct platform_driver msm_dai_q6_cdc_dma_driver = { .name = "msm-dai-cdc-dma-dev", .owner = THIS_MODULE, .of_match_table = msm_dai_q6_cdc_dma_dev_dt_match, + .suppress_bind_attrs = true, }, }; @@ -11271,6 +11280,7 @@ static struct platform_driver msm_dai_cdc_dma_q6 = { .name = "msm-dai-cdc-dma", .owner = THIS_MODULE, .of_match_table = msm_dai_cdc_dma_dt_match, + .suppress_bind_attrs = true, }, }; diff --git a/asoc/msm-dai-stub-v2.c b/asoc/msm-dai-stub-v2.c index 7e7d4e4a13..55701566be 100644 --- a/asoc/msm-dai-stub-v2.c +++ b/asoc/msm-dai-stub-v2.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2013-2014, 2017 The Linux Foundation. All rights reserved. +/* Copyright (c) 2013-2014, 2017, 2019 The Linux Foundation. All rights reserved. */ #include #include @@ -302,6 +302,7 @@ static struct platform_driver msm_dai_stub_dev = { .name = "msm-dai-stub-dev", .owner = THIS_MODULE, .of_match_table = msm_dai_stub_dev_dt_match, + .suppress_bind_attrs = true, }, }; @@ -343,6 +344,7 @@ static struct platform_driver msm_dai_stub_driver = { .name = "msm-dai-stub", .owner = THIS_MODULE, .of_match_table = msm_dai_stub_dt_match, + .suppress_bind_attrs = true, }, }; diff --git a/asoc/msm-lsm-client.c b/asoc/msm-lsm-client.c index 3a5707e0de..a87f7f8820 100644 --- a/asoc/msm-lsm-client.c +++ b/asoc/msm-lsm-client.c @@ -3033,6 +3033,7 @@ static struct platform_driver msm_lsm_driver = { .name = "msm-lsm-client", .owner = THIS_MODULE, .of_match_table = of_match_ptr(msm_lsm_client_dt_match), + .suppress_bind_attrs = true, }, .probe = msm_lsm_probe, .remove = msm_lsm_remove, diff --git a/asoc/msm-pcm-afe-v2.c b/asoc/msm-pcm-afe-v2.c index 3db81db113..8494fcb201 100644 --- a/asoc/msm-pcm-afe-v2.c +++ b/asoc/msm-pcm-afe-v2.c @@ -896,6 +896,7 @@ static struct platform_driver msm_afe_driver = { .name = "msm-pcm-afe", .owner = THIS_MODULE, .of_match_table = msm_pcm_afe_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_afe_probe, .remove = msm_afe_remove, diff --git a/asoc/msm-pcm-dtmf-v2.c b/asoc/msm-pcm-dtmf-v2.c index 58ae5fa692..7f79471bf0 100644 --- a/asoc/msm-pcm-dtmf-v2.c +++ b/asoc/msm-pcm-dtmf-v2.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2013-2014, 2017-2018 The Linux Foundation. All rights reserved. +/* Copyright (c) 2013-2014, 2017-2019 The Linux Foundation. All rights reserved. */ #include @@ -567,6 +567,7 @@ static struct platform_driver msm_pcm_driver = { .name = "msm-pcm-dtmf", .owner = THIS_MODULE, .of_match_table = msm_pcm_dtmf_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_probe, .remove = msm_pcm_remove, diff --git a/asoc/msm-pcm-host-voice-v2.c b/asoc/msm-pcm-host-voice-v2.c index 49e9591120..41c3982dd3 100644 --- a/asoc/msm-pcm-host-voice-v2.c +++ b/asoc/msm-pcm-host-voice-v2.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved. */ #include @@ -1477,6 +1477,7 @@ static struct platform_driver msm_pcm_driver = { .name = "msm-voice-host-pcm", .owner = THIS_MODULE, .of_match_table = msm_voice_host_pcm_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_probe, .remove = msm_pcm_remove, diff --git a/asoc/msm-pcm-hostless.c b/asoc/msm-pcm-hostless.c index 3109b72d95..63c5db85fe 100644 --- a/asoc/msm-pcm-hostless.c +++ b/asoc/msm-pcm-hostless.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2011-2014, 2017-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2014, 2017-2019 The Linux Foundation. All rights reserved. */ #include @@ -56,6 +56,7 @@ static struct platform_driver msm_pcm_hostless_driver = { .name = "msm-pcm-hostless", .owner = THIS_MODULE, .of_match_table = msm_pcm_hostless_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_hostless_probe, .remove = msm_pcm_hostless_remove, diff --git a/asoc/msm-pcm-loopback-v2.c b/asoc/msm-pcm-loopback-v2.c index 4834e81b69..07cf20b6ed 100644 --- a/asoc/msm-pcm-loopback-v2.c +++ b/asoc/msm-pcm-loopback-v2.c @@ -1504,6 +1504,7 @@ static struct platform_driver msm_pcm_driver = { .name = "msm-pcm-loopback", .owner = THIS_MODULE, .of_match_table = msm_pcm_loopback_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_probe, .remove = msm_pcm_remove, diff --git a/asoc/msm-pcm-q6-noirq.c b/asoc/msm-pcm-q6-noirq.c index 34526145de..b33eba3fc7 100644 --- a/asoc/msm-pcm-q6-noirq.c +++ b/asoc/msm-pcm-q6-noirq.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include @@ -1340,6 +1340,7 @@ static struct platform_driver msm_pcm_driver_noirq = { .name = "msm-pcm-dsp-noirq", .owner = THIS_MODULE, .of_match_table = msm_pcm_noirq_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_probe, .remove = msm_pcm_remove, diff --git a/asoc/msm-pcm-q6-v2.c b/asoc/msm-pcm-q6-v2.c index 322bf661e1..fc9b33209e 100644 --- a/asoc/msm-pcm-q6-v2.c +++ b/asoc/msm-pcm-q6-v2.c @@ -2695,6 +2695,7 @@ static struct platform_driver msm_pcm_driver = { .name = "msm-pcm-dsp", .owner = THIS_MODULE, .of_match_table = msm_pcm_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_probe, .remove = msm_pcm_remove, diff --git a/asoc/msm-pcm-routing-v2.c b/asoc/msm-pcm-routing-v2.c index d5bad0fd66..a69391f54f 100644 --- a/asoc/msm-pcm-routing-v2.c +++ b/asoc/msm-pcm-routing-v2.c @@ -24817,6 +24817,7 @@ static struct platform_driver msm_routing_pcm_driver = { .name = "msm-pcm-routing", .owner = THIS_MODULE, .of_match_table = msm_pcm_routing_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_routing_pcm_probe, .remove = msm_routing_pcm_remove, diff --git a/asoc/msm-pcm-voice-v2.c b/asoc/msm-pcm-voice-v2.c index ea476c153d..f8acc30ab8 100644 --- a/asoc/msm-pcm-voice-v2.c +++ b/asoc/msm-pcm-voice-v2.c @@ -812,6 +812,7 @@ static struct platform_driver msm_pcm_driver = { .name = "msm-pcm-voice", .owner = THIS_MODULE, .of_match_table = msm_voice_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_probe, .remove = msm_pcm_remove, diff --git a/asoc/msm-pcm-voip-v2.c b/asoc/msm-pcm-voip-v2.c index 3bfa4d6cb0..e2ad13b4cc 100644 --- a/asoc/msm-pcm-voip-v2.c +++ b/asoc/msm-pcm-voip-v2.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. */ #include @@ -1670,6 +1670,7 @@ static struct platform_driver msm_pcm_driver = { .name = "msm-voip-dsp", .owner = THIS_MODULE, .of_match_table = msm_voip_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_pcm_probe, .remove = msm_pcm_remove, diff --git a/asoc/msm-transcode-loopback-q6-v2.c b/asoc/msm-transcode-loopback-q6-v2.c index dc4103799c..5d572f1158 100644 --- a/asoc/msm-transcode-loopback-q6-v2.c +++ b/asoc/msm-transcode-loopback-q6-v2.c @@ -1695,6 +1695,7 @@ static struct platform_driver msm_transcode_loopback_driver = { .name = "msm-transcode-loopback", .owner = THIS_MODULE, .of_match_table = msm_transcode_loopback_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_transcode_dev_probe, .remove = msm_transcode_remove, diff --git a/asoc/qcs405.c b/asoc/qcs405.c index 04557483aa..aae7302ec0 100644 --- a/asoc/qcs405.c +++ b/asoc/qcs405.c @@ -8843,6 +8843,7 @@ static struct platform_driver qcs405_asoc_machine_driver = { .owner = THIS_MODULE, .pm = &snd_soc_pm_ops, .of_match_table = qcs405_asoc_machine_of_match, + .suppress_bind_attrs = true, }, .probe = msm_asoc_machine_probe, .remove = msm_asoc_machine_remove, diff --git a/asoc/sa8155.c b/asoc/sa8155.c index 6dba20609c..e01b2315d5 100644 --- a/asoc/sa8155.c +++ b/asoc/sa8155.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2014-2019, The Linux Foundation. All rights reserved. */ /* * Copyright 2011, The Android Open Source Project @@ -7220,6 +7220,7 @@ static struct platform_driver sa8155_asoc_machine_driver = { .owner = THIS_MODULE, .pm = &snd_soc_pm_ops, .of_match_table = sa8155_asoc_machine_of_match, + .suppress_bind_attrs = true, }, .probe = msm_asoc_machine_probe, .remove = msm_asoc_machine_remove, diff --git a/asoc/sm6150.c b/asoc/sm6150.c index 6a6597ab87..49902c875b 100644 --- a/asoc/sm6150.c +++ b/asoc/sm6150.c @@ -9297,6 +9297,7 @@ static struct platform_driver sm6150_asoc_machine_driver = { .owner = THIS_MODULE, .pm = &snd_soc_pm_ops, .of_match_table = sm6150_asoc_machine_of_match, + .suppress_bind_attrs = true, }, .probe = msm_asoc_machine_probe, .remove = msm_asoc_machine_remove, diff --git a/asoc/sm8150.c b/asoc/sm8150.c index aad4765759..3b95ce5532 100644 --- a/asoc/sm8150.c +++ b/asoc/sm8150.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include @@ -7245,6 +7245,7 @@ static struct platform_driver sm8150_asoc_machine_driver = { .owner = THIS_MODULE, .pm = &snd_soc_pm_ops, .of_match_table = sm8150_asoc_machine_of_match, + .suppress_bind_attrs = true, }, .probe = msm_asoc_machine_probe, .remove = msm_asoc_machine_remove, diff --git a/dsp/adsp-loader.c b/dsp/adsp-loader.c index 387850bd36..881e3604e7 100644 --- a/dsp/adsp-loader.c +++ b/dsp/adsp-loader.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2012-2014, 2017-2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2014, 2017-2019, The Linux Foundation. All rights reserved. */ #include @@ -333,6 +333,7 @@ static struct platform_driver adsp_loader_driver = { .name = "adsp-loader", .owner = THIS_MODULE, .of_match_table = adsp_loader_dt_match, + .suppress_bind_attrs = true, }, .probe = adsp_loader_probe, .remove = adsp_loader_remove, diff --git a/dsp/avtimer.c b/dsp/avtimer.c index 29bfd24adc..554f030409 100644 --- a/dsp/avtimer.c +++ b/dsp/avtimer.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2012-2015, 2017-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2015, 2017-2019 The Linux Foundation. All rights reserved. */ #include @@ -536,6 +536,7 @@ static struct platform_driver dev_avtimer_driver = { .driver = { .name = "dev_avtimer", .of_match_table = avtimer_machine_of_match, + .suppress_bind_attrs = true, }, }; diff --git a/dsp/msm_audio_ion.c b/dsp/msm_audio_ion.c index 089376cb28..a2f5127be1 100644 --- a/dsp/msm_audio_ion.c +++ b/dsp/msm_audio_ion.c @@ -806,6 +806,7 @@ static struct platform_driver msm_audio_ion_driver = { .name = "msm-audio-ion", .owner = THIS_MODULE, .of_match_table = msm_audio_ion_dt_match, + .suppress_bind_attrs = true, }, .probe = msm_audio_ion_probe, .remove = msm_audio_ion_remove, diff --git a/dsp/msm_mdf.c b/dsp/msm_mdf.c index e3d87e32f3..19232d5ae4 100644 --- a/dsp/msm_mdf.c +++ b/dsp/msm_mdf.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. */ #include #include @@ -694,6 +694,7 @@ static struct platform_driver msm_mdf_driver = { .name = "msm-mdf", .owner = THIS_MODULE, .of_match_table = msm_mdf_match_table, + .suppress_bind_attrs = true, }, }; diff --git a/dsp/q6core.c b/dsp/q6core.c index 3f15f10ecf..43f6e25d4c 100644 --- a/dsp/q6core.c +++ b/dsp/q6core.c @@ -1907,6 +1907,7 @@ static struct platform_driver q6core_driver = { .name = "q6core_audio", .owner = THIS_MODULE, .of_match_table = q6core_of_match, + .suppress_bind_attrs = true, } }; diff --git a/dsp/voice_mhi.c b/dsp/voice_mhi.c index 69942b2480..34f5eb924d 100644 --- a/dsp/voice_mhi.c +++ b/dsp/voice_mhi.c @@ -591,6 +591,7 @@ static struct platform_driver voice_mhi_platform_driver = { .name = "voice_mhi_audio", .owner = THIS_MODULE, .of_match_table = voice_mhi_of_match, + .suppress_bind_attrs = true, } }; diff --git a/ipc/apr.c b/ipc/apr.c index f1dbc36d9d..0ea2694540 100644 --- a/ipc/apr.c +++ b/ipc/apr.c @@ -1235,6 +1235,7 @@ static struct platform_driver apr_driver = { .name = "audio_apr", .owner = THIS_MODULE, .of_match_table = apr_machine_of_match, + .suppress_bind_attrs = true, } }; diff --git a/ipc/wcd-dsp-glink.c b/ipc/wcd-dsp-glink.c index 8cfcba93f9..a6eb044ff2 100644 --- a/ipc/wcd-dsp-glink.c +++ b/ipc/wcd-dsp-glink.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include @@ -755,6 +755,7 @@ static struct platform_driver wdsp_glink_driver = { .name = WDSP_GLINK_DRIVER_NAME, .owner = THIS_MODULE, .of_match_table = wdsp_glink_of_match, + .suppress_bind_attrs = true, }, }; diff --git a/soc/pinctrl-lpi.c b/soc/pinctrl-lpi.c index 4eee08623d..c2342617af 100644 --- a/soc/pinctrl-lpi.c +++ b/soc/pinctrl-lpi.c @@ -801,6 +801,7 @@ static struct platform_driver lpi_pinctrl_driver = { .name = "qcom-lpi-pinctrl", .pm = &lpi_pinctrl_dev_pm_ops, .of_match_table = lpi_pinctrl_of_match, + .suppress_bind_attrs = true, }, .probe = lpi_pinctrl_probe, .remove = lpi_pinctrl_remove, diff --git a/soc/pinctrl-wcd.c b/soc/pinctrl-wcd.c index d02fdc0839..437563f0a8 100644 --- a/soc/pinctrl-wcd.c +++ b/soc/pinctrl-wcd.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2017, 2019, The Linux Foundation. All rights reserved. */ #include @@ -416,6 +416,7 @@ static struct platform_driver wcd_pinctrl_driver = { .driver = { .name = "qcom-wcd-pinctrl", .of_match_table = wcd_pinctrl_of_match, + .suppress_bind_attrs = true, }, .probe = wcd_pinctrl_probe, .remove = wcd_pinctrl_remove, diff --git a/soc/swr-mstr-ctrl.c b/soc/swr-mstr-ctrl.c index c9cccf6d48..8a9c065df7 100644 --- a/soc/swr-mstr-ctrl.c +++ b/soc/swr-mstr-ctrl.c @@ -2921,6 +2921,7 @@ static struct platform_driver swr_mstr_driver = { .owner = THIS_MODULE, .pm = &swrm_dev_pm_ops, .of_match_table = swrm_dt_match, + .suppress_bind_attrs = true, }, }; diff --git a/soc/swr-wcd-ctrl.c b/soc/swr-wcd-ctrl.c index 13e5fa81c5..f38085f24b 100644 --- a/soc/swr-wcd-ctrl.c +++ b/soc/swr-wcd-ctrl.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. */ #include @@ -1929,6 +1929,7 @@ static struct platform_driver swr_mstr_driver = { .owner = THIS_MODULE, .pm = &swrm_dev_pm_ops, .of_match_table = swrm_dt_match, + .suppress_bind_attrs = true, }, }; diff --git a/soc/wcd-spi-ac.c b/soc/wcd-spi-ac.c index ee7a7a9ba5..bfba40142e 100644 --- a/soc/wcd-spi-ac.c +++ b/soc/wcd-spi-ac.c @@ -987,6 +987,7 @@ static struct platform_driver wcd_spi_ac_driver = { .driver = { .name = "qcom,wcd-spi-ac", .of_match_table = wcd_spi_ac_of_match, + .suppress_bind_attrs = true, }, .probe = wcd_spi_ac_probe, .remove = wcd_spi_ac_remove,