This patch allows us to track consumed extended resources (clocks,
resets, regulator) per device basis. Also, we can automatically release
all extended resources in device_detach().
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
It will be used in upcoming clk/regulator/reset framework.
Example of usage can be found in https://github.com/strejda/tegra/blob/master/sys/dev/clk/clk.c