[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YPMVyYoBojHYsMbJ@kroah.com>
Date: Sat, 17 Jul 2021 19:39:21 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Vinod Koul <vkoul@...nel.org>
Cc: Kelvin Cheung <keguang.zhang@...il.com>, dmaengine@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V5] dmaengine: Loongson1: Add Loongson1 dmaengine driver
On Sat, Jul 17, 2021 at 08:09:45PM +0530, Vinod Koul wrote:
> On 17-07-21, 18:57, Kelvin Cheung wrote:
> > Vinod Koul <vkoul@...nel.org> 于2021年7月14日周三 下午1:14写道:
> > >
> > > On 04-07-21, 23:33, Keguang Zhang wrote:
> > >
> > > > +static struct platform_driver ls1x_dma_driver = {
> > > > + .probe = ls1x_dma_probe,
> > > > + .remove = ls1x_dma_remove,
> > > > + .driver = {
> > > > + .name = "ls1x-dma",
> > > > + },
> > > > +};
> > > > +
> > > > +module_platform_driver(ls1x_dma_driver);
> > >
> > > so my comment was left unanswered, who creates this device!
> >
> > Sorry!
> > This patch will create the device: https://patchwork.kernel.org/patch/12281691
>
> Greg, looks like the above patch creates platform devices in mips, is
> that the right way..?
I do not understand, what exactly is the question?
thanks,
greg k-h
Powered by blists - more mailing lists