lkml.org 
[lkml]   [2019]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v5 03/12] clk: mediatek: mt8173: switch mmsys to platform device probing
On Fri, Nov 16, 2018 at 12:54 PM <matthias.bgg@kernel.org> wrote:
>
> From: Matthias Brugger <mbrugger@suse.com>
>
> Switch probing for the MMSYS to support invocation to a
> plain paltform device. The driver will be probed by the DRM subsystem.
>
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
> ---

> +
> +static struct platform_driver clk_mt8173_mm_drv = {
> + .probe = mtk_mmsys_probe,
> + .probe = mtk_mmsys_remove,
Should be .remove?

> + .driver = {
> + .name = "clk-mt8173-mm",
> + },
> +};
> +module_platform_driver(clk_mt8173_mm_drv);
>
> static void __init mtk_vdecsys_init(struct device_node *node)
> {

\
 
 \ /
  Last update: 2019-10-31 05:18    [W:0.229 / U:0.260 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site