On 21/05/19 15:30, Li Qiang wrote:
> Ping
>
> Paolo, could you merge these to your misc tree?
Queued now, thanks.
Paolo
> Thanks,
> Li Qiang
>
> Li Qiang mailto:liq...@163.com>> 于2019年5月11日周六 上
> 午12:44写道:
>
> Recently I am considering write a driver for edu device.
> After readin
Ping
Paolo, could you merge these to your misc tree?
Thanks,
Li Qiang
Li Qiang 于2019年5月11日周六 上午12:44写道:
> Recently I am considering write a driver for edu device.
> After reading the spec, I found these three small issue.
> Two first two related the MMIO access and the third is
> related t
Peter Xu 于2019年5月11日周六 上午7:53写道:
> On Fri, May 10, 2019 at 09:43:46AM -0700, Li Qiang wrote:
> > Recently I am considering write a driver for edu device.
>
> I don't know why you wanted to write it, but there's one (though I
> don't even remember whether it's working or not)...
>
>
This is a simp
On Fri, May 10, 2019 at 09:43:46AM -0700, Li Qiang wrote:
> Recently I am considering write a driver for edu device.
I don't know why you wanted to write it, but there's one (though I
don't even remember whether it's working or not)...
https://github.com/xzpeter/clibs/blob/master/gpl/linux_kernel
Recently I am considering write a driver for edu device.
After reading the spec, I found these three small issue.
Two first two related the MMIO access and the third is
related the DMA operation.
Change since v2:
Fix an error in patch 2
Fix some commit message and title.
Change since v1:
Fix form