Re: [PATCH] spi: TI power management: add missing of table registration

2019-05-11 Thread Daniel G
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

Re: [PATCH] spi: TI power management: add missing of table registration

2019-05-08 Thread Lee Jones
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

[PATCH] spi: TI power management: add missing of table registration

2019-04-22 Thread Daniel Gomez
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*