On Thu, Mar 12, 2020 at 06:58:31AM -0500, Adam Ford wrote: > On Thu, Mar 12, 2020 at 6:32 AM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > > > The platform_get_resource_byname() function returns NULL on error, it > > doesn't return error pointers. > > > > Fixes: d166a73503ef ("spi: fspi: dynamically alloc AHB memory") > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > --- > > The commit message for commit d166a73503ef ("spi: fspi: dynamically > > alloc AHB memory") is not very good. Why is it necessary to allocate > > the AHB memory dynamically instead of during probe? Also I suspect that > > Adam should have recieved authorship credit for that patch. > > It wasn't my patch, I just pulled it in from NXP's repo. The true > author is Han Xu. When I pulled in the series from NXP, I found the > flexSPI on the i.MX8MM to become functional, and my company has a > board with a qspi flash on it. You should have put your Signed-off-by after Han Xu's. They should be in chronological order so whoever handles a patch adds their S-o-b to the end. regards, dan carpenter