mbox series

[GIT,PULL] Fix for drm/sun4i shared with arm-soc

Message ID 20201118090455.sznrgpduuytlc22k@gilmour.lan (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Fix for drm/sun4i shared with arm-soc | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/drm/sun4i-dma-fix-pull-request

Message

Maxime Ripard Nov. 18, 2020, 9:04 a.m. UTC
Hi,

Here's a fix shared with the DMA work for sun4i that will be merged
through arm-soc.

This conflicts with the subsequent work done for sun4i and
dma_direct_set_offset, so it would be better to merge that fix through a
PR in drm-misc-fixes.

Maxime

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/drm/sun4i-dma-fix-pull-request

for you to fetch changes up to 957a1ea3599210e9996777a734ea5284eaef75c7:

  drm/sun4i: backend: Fix probe failure with multiple backends (2020-11-18 09:01:30 +0100)

----------------------------------------------------------------
Fix for drm/sun4i shared with arm-soc

This patch is a preliminary fix that will conflict with subsequent work merged
through arm-soc.

----------------------------------------------------------------
Maxime Ripard (1):
      drm/sun4i: backend: Fix probe failure with multiple backends

 drivers/gpu/drm/sun4i/sun4i_backend.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

Maxime Ripard Nov. 19, 2020, 8:40 a.m. UTC | #1
Hi

On Wed, Nov 18, 2020 at 10:04:55AM +0100, Maxime Ripard wrote:
> Hi,
> 
> Here's a fix shared with the DMA work for sun4i that will be merged
> through arm-soc.
> 
> This conflicts with the subsequent work done for sun4i and
> dma_direct_set_offset, so it would be better to merge that fix through a
> PR in drm-misc-fixes.

I just merged that one into drm-misc-fixes

Maxime