On Wed, Oct 21, 2015 at 3:57 AM, Eric Anholt wrote:
> Rob Herring writes:
>
>> On Tue, Oct 13, 2015 at 1:17 PM, Eric Anholt wrote:
>>> Rob Herring writes:
>>>
On Fri, Oct 9, 2015 at 4:27 PM, Eric Anholt wrote:
[...]
> +Required properties for Pixel Valve:
> +- compatible: Shoul
Rob Herring writes:
> On Tue, Oct 13, 2015 at 1:17 PM, Eric Anholt wrote:
>> Rob Herring writes:
>>
>>> On Fri, Oct 9, 2015 at 4:27 PM, Eric Anholt wrote:
---
v2: Extend the commit message, fix several nits from Stephen Warren.
v3: Rename the compatibility strings, clean up
On Tue, Oct 13, 2015 at 1:17 PM, Eric Anholt wrote:
> Rob Herring writes:
>
>> On Fri, Oct 9, 2015 at 4:27 PM, Eric Anholt wrote:
>>> ---
>>>
>>> v2: Extend the commit message, fix several nits from Stephen Warren.
>>> v3: Rename the compatibility strings, clean up node names, drop the
>>> u
Rob Herring writes:
> On Fri, Oct 9, 2015 at 4:27 PM, Eric Anholt wrote:
>> ---
>>
>> v2: Extend the commit message, fix several nits from Stephen Warren.
>> v3: Rename the compatibility strings, clean up node names, drop the
>> unnecessary lists of components. Use compatibility strings for
Sebastian Reichel writes:
> Hi,
>
> On Fri, Oct 09, 2015 at 02:27:42PM -0700, Eric Anholt wrote:
>> VC4 is the GPU (display and 3D) subsystem present on the 2835 and some
>> other Broadcom SoCs.
>>
>> This binding follows the model of msm, imx, sti, and others, where
>> there is a subsystem node
On Fri, Oct 9, 2015 at 4:27 PM, Eric Anholt wrote:
> VC4 is the GPU (display and 3D) subsystem present on the 2835 and some
> other Broadcom SoCs.
>
> This binding follows the model of msm, imx, sti, and others, where
> there is a subsystem node for the whole GPU, with nodes for the
The subsystem
Hi,
On Fri, Oct 09, 2015 at 02:27:42PM -0700, Eric Anholt wrote:
> VC4 is the GPU (display and 3D) subsystem present on the 2835 and some
> other Broadcom SoCs.
>
> This binding follows the model of msm, imx, sti, and others, where
> there is a subsystem node for the whole GPU, with nodes for the
VC4 is the GPU (display and 3D) subsystem present on the 2835 and some
other Broadcom SoCs.
This binding follows the model of msm, imx, sti, and others, where
there is a subsystem node for the whole GPU, with nodes for the
individual HW components within it.
Signed-off-by: Eric Anholt
---
v2: E