Re: [PATCH V2] goldfish: add goldfish match node for dt driver probe
From: Sebastian Reichel <sre@kernel.org>
Date: 2015-12-05 01:13:22
Also in:
linux-fbdev, linux-pm, lkml
From: Sebastian Reichel <sre@kernel.org>
Date: 2015-12-05 01:13:22
Also in:
linux-fbdev, linux-pm, lkml
Hi, On Fri, Nov 06, 2015 at 03:12:40PM +0800, yalin wang wrote:
qemu use device tree to bootup linux kernel, we need add device node match table to plaftorm driver, so that can probe the goldfish driver correctly. test by this qemu: git clone https://android.googlesource.com/platform/external/qemu
Your patch is missing the DT binding documentation part and should be splitted into multiple patches, at least one per kernel subsystem. Please read Documentation/SubmittingPatches and Documentation/devicetree/bindings/submitting-patches.txt -- Sebastian