Message ID | 1608755245-18069-1-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/v3d: Minor improvements | expand |
On 12/23/2020 12:27 PM, Stefan Wahren wrote: > This small series of v3d patches is a preparation for the upcoming bcm2711 > support. The bcm2711 support will be send separate, because it involves > bigger changes. > > I'm not sure that the schema conversion patch is sufficient. > > Patch 2,3 are directly taken from Raspberry Pi 4 vendor tree. > > Nicolas Saenz Julienne (1): > drm/v3d: Use platform_get_irq_optional() to get optional IRQs > > Phil Elwell (2): > drm/v3d: Set dma_mask as well as coherent_dma_mask > drm/v3d: Don't clear MMU control bits on exception You need to amend your Signed-off-by to all of those 3 patches that you did not author.
On 12/23/2020 1:39 PM, Florian Fainelli wrote: > > > On 12/23/2020 12:27 PM, Stefan Wahren wrote: >> This small series of v3d patches is a preparation for the upcoming bcm2711 >> support. The bcm2711 support will be send separate, because it involves >> bigger changes. >> >> I'm not sure that the schema conversion patch is sufficient. >> >> Patch 2,3 are directly taken from Raspberry Pi 4 vendor tree. >> >> Nicolas Saenz Julienne (1): >> drm/v3d: Use platform_get_irq_optional() to get optional IRQs >> >> Phil Elwell (2): >> drm/v3d: Set dma_mask as well as coherent_dma_mask >> drm/v3d: Don't clear MMU control bits on exception > > You need to amend your Signed-off-by to all of those 3 patches that you > did not author. Looks like you fixed it in v2 about 10 minutes after, sorry for the noise.