linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the drm-panel tree
@ 2015-11-24  0:38 Stephen Rothwell
  2015-11-24  6:03 ` Bjorn Andersson
  2015-11-24 17:07 ` Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Rothwell @ 2015-11-24  0:38 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-next, linux-kernel, Werner Johansson, Bjorn Andersson

Hi Thierry,

After merging the drm-panel tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_on':
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:65:8: error: implicit declaration of function 'mipi_dsi_turn_on_peripheral' [-Werror=implicit-function-declaration]
  ret = mipi_dsi_turn_on_peripheral(dsi);
        ^
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_disable':
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:79:2: error: implicit declaration of function 'mipi_dsi_shutdown_peripheral' [-Werror=implicit-function-declaration]
  mipi_dsi_shutdown_peripheral(wuxga_nt->dsi);
  ^

Caused by commit

  086ceb6b42ca ("drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel")

I have used the version of the drm-panel tree from next-20151123 for today.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: build failure after merge of the drm-panel tree
  2015-11-24  0:38 linux-next: build failure after merge of the drm-panel tree Stephen Rothwell
@ 2015-11-24  6:03 ` Bjorn Andersson
  2015-11-24 17:07 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2015-11-24  6:03 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Thierry Reding, linux-next, linux-kernel@vger.kernel.org,
	Werner Johansson, Bjorn Andersson

On Mon, Nov 23, 2015 at 4:38 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Thierry,
>
> After merging the drm-panel tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_on':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:65:8: error: implicit declaration of function 'mipi_dsi_turn_on_peripheral' [-Werror=implicit-function-declaration]
>   ret = mipi_dsi_turn_on_peripheral(dsi);
>         ^
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_disable':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:79:2: error: implicit declaration of function 'mipi_dsi_shutdown_peripheral' [-Werror=implicit-function-declaration]
>   mipi_dsi_shutdown_peripheral(wuxga_nt->dsi);
>   ^
>
> Caused by commit
>
>   086ceb6b42ca ("drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel")
>
> I have used the version of the drm-panel tree from next-20151123 for today.
>

Thierry,

This means that patch 1 of the series was not picked up. It can be
found here: https://patchwork.kernel.org/patch/7530121/

Regards,
Bjorn

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: build failure after merge of the drm-panel tree
  2015-11-24  0:38 linux-next: build failure after merge of the drm-panel tree Stephen Rothwell
  2015-11-24  6:03 ` Bjorn Andersson
@ 2015-11-24 17:07 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2015-11-24 17:07 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-kernel, Werner Johansson, Bjorn Andersson

[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]

On Tue, Nov 24, 2015 at 11:38:16AM +1100, Stephen Rothwell wrote:
> Hi Thierry,
> 
> After merging the drm-panel tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
> 
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_on':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:65:8: error: implicit declaration of function 'mipi_dsi_turn_on_peripheral' [-Werror=implicit-function-declaration]
>   ret = mipi_dsi_turn_on_peripheral(dsi);
>         ^
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_disable':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:79:2: error: implicit declaration of function 'mipi_dsi_shutdown_peripheral' [-Werror=implicit-function-declaration]
>   mipi_dsi_shutdown_peripheral(wuxga_nt->dsi);
>   ^
> 
> Caused by commit
> 
>   086ceb6b42ca ("drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel")
> 
> I have used the version of the drm-panel tree from next-20151123 for today.

Okay, this should be fixed now in the drm/panel tree.

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-24 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24  0:38 linux-next: build failure after merge of the drm-panel tree Stephen Rothwell
2015-11-24  6:03 ` Bjorn Andersson
2015-11-24 17:07 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).