On Wed, May 8, 2019 at 12:27 PM Lee Jones wrote:
>
> The subject line is not correct. This is an MFD driver.
>
> When submitting you should follow the convention for the subsystem you
> are patching against. The following command is helpful:
>
> `git log --oneline -- `
>
> I will fix it for yo
The subject line is not correct. This is an MFD driver.
When submitting you should follow the convention for the subsystem you
are patching against. The following command is helpful:
`git log --oneline -- `
I will fix it for you this time (and for the other patch I see).
On Mon, 22 Apr 2019
MODULE_DEVICE_TABLE(of, should be called to complete DT
OF mathing mechanism and register it.
Before this patch:
modinfo drivers/mfd/tps65912-spi.ko | grep alias
alias: spi:tps65912
After this patch:
modinfo drivers/mfd/tps65912-spi.ko | grep alias
alias: of:N*T*Cti,tps65912C*
3 matches
Mail list logo