Displaying 3 results from an estimated 3 matches for "rst_client".
2015 Jan 06
2
[PATCH 2/11] memory: tegra: add mc flush support
...<&tegra_car 184>,
<&mc TEGRA_SWGROUP_GPU>;
reset-names = "module", "client";
};
...
};
};
The PMC driver could then grab the "module" and "client" resets and do
something like this:
reset_control_assert(powergate->rst_client);
reset_control_assert(powergate->rst_module);
reset_control_deassert(powergate->rst_module);
reset_control_deassert(powergate->rst_client);
Optionally the above could be extended with a reset_control_status()-
loop. Alternatively reset_control_assert() would block until the
FLUSH_DONE...
2015 Jan 07
0
[PATCH 2/11] memory: tegra: add mc flush support
...ROUP_GPU>;
> reset-names = "module", "client";
> };
>
> ...
> };
> };
>
> The PMC driver could then grab the "module" and "client" resets and do
> something like this:
>
> reset_control_assert(powergate->rst_client);
> reset_control_assert(powergate->rst_module);
> reset_control_deassert(powergate->rst_module);
> reset_control_deassert(powergate->rst_client);
>
> Optionally the above could be extended with a reset_control_status()-
> loop. Alternatively reset_control_assert() wo...
2014 Dec 23
18
[PATCH 0/11] Add suspend/resume support for GK20A
Hi,
This series includes some pieces of fixes to complete the GK20A power
on/off sequences and add the suspend/resume support.
The patches 1/11 - 4/11 are based on the linux-next-20141219.
The patches 5/11 - 11/11 are based on the branch "linux-3.19" of Ben Skeggs's
tree (http://cgit.freedesktop.org/~darktama/nouveau).
Thanks,
Vince
Vince Hsu (4): (linux-next-20141219)
ARM: