On 07/02/2014 03:09 AM, Alexandre Courbot wrote: > On Thu, Jun 26, 2014 at 2:33 PM, Alexandre Courbot <acourbot at nvidia.com> > wrote: >> This series adds support for probing platform devices on Nouveau, as well as >> the DT bindings for GK20A. It doesn't enable the GPU yet on Tegra boards >> since >> a few extra things need to be supported before that. >> >> This version is mostly identical to v2 but fixes an important issue: the >> drvdata >> must be set to the drm_device for sysfs to work, so the platform device >> structure now includes the nouveau_device flattened into it to let us compute >> the address of one from the other. Since the platform device resources >> (clocks, >> regulators, ...) need to live longer than the nouveau_device, they are stored >> into their own structure which is allocated separately. ... > Stephen, Thierry, > > Ben has merged the first patch of this series into the Nouveau tree. > Could you get patches 2 and 3 through the Tegra tree? Thanks!
I've applied patches 2 and 3 to Tegra's for-3.17/dt branch.