Skip to content
  1. Dec 19, 2019
  2. Dec 18, 2019
  3. Dec 17, 2019
    • Daniel Vetter's avatar
      Merge tag 'arcpgu-updates-2019.12.16' of github.com:abrodkin/linux into drm-next · d2e53228
      Daniel Vetter authored
      
      
      Clean-up and fixes for FourCC handling in ARC PGU.
      
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/CY4PR1201MB01204228B5788F0A6619FE45A1510@CY4PR1201MB0120.namprd12.prod.outlook.com
      d2e53228
    • Stephen Rothwell's avatar
      linux-next: build failure after merge of the drm-misc tree · ed08ddd9
      Stephen Rothwell authored
      Hi all,
      
      After merging the drm-misc tree, today's linux-next build (x86_64
      allmodconfig) failed like this:
      
      drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_i2c_probe':
      drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:738:30: error: implicit declaration of function 'i2c_new_dummy' [-Werror=implicit-function-declaration]
        738 |    anx6345->i2c_clients[i] = i2c_new_dummy(client->adapter,
            |                              ^~~~~~~~~~~~~
      drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:738:28: warning: assignment to 'struct i2c_client *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
        738 |    anx6345->i2c_clients[i] = i2c_new_dummy(client->adapter,
            |                            ^
      
      Caused by commit
      
        6aa19269 ("drm/bridge: Add Analogix anx6345 support")
      
      interacting with commit
      
        2c2f00ab
      
       ("i2c: remove i2c_new_dummy() API")
      
      From Linus' tree.
      
      I have applied the following fix up patch for today:
      
      From: Stephen Rothwell <sfr@canb.auug.org.au>
      Date: Mon, 16 Dec 2019 12:11:19 +1100
      Subject: [PATCH] drm/bridge: fix up for removal of i2c_new_dummy()
      
      Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Link: https://patchwork.freedesktop.org/patch/msgid/20191216122331.43c766f1@canb.auug.org.au
      ed08ddd9