]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soc/tegra: pmc: Add missing kerneldoc
authorThierry Reding <treding@nvidia.com>
Fri, 25 Jan 2019 10:22:50 +0000 (11:22 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 25 Jan 2019 13:17:37 +0000 (14:17 +0100)
Some of the fields in struct tegra_pmc had not been documented when they
were added. Add the missing kerneldoc.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
drivers/soc/tegra/pmc.c

index 0ce790176769e08e39a2cf940fe1b91d52eabb79..50ebf98e04eeeedf940244fcd548ca9b6ed514dd 100644 (file)
@@ -273,6 +273,9 @@ static const char * const tegra30_reset_sources[] = {
  * struct tegra_pmc - NVIDIA Tegra PMC
  * @dev: pointer to PMC device structure
  * @base: pointer to I/O remapped register region
+ * @wake: pointer to I/O remapped region for WAKE registers
+ * @aotag: pointer to I/O remapped region for AOTAG registers
+ * @scratch: pointer to I/O remapped region for scratch registers
  * @clk: pointer to pclk clock
  * @soc: pointer to SoC data structure
  * @debugfs: pointer to debugfs entry
@@ -291,6 +294,9 @@ static const char * const tegra30_reset_sources[] = {
  * @lp0_vec_size: size of the LP0 warm boot code
  * @powergates_available: Bitmap of available power gates
  * @powergates_lock: mutex for power gate register access
+ * @pctl_dev: pin controller exposed by the PMC
+ * @domain: IRQ domain provided by the PMC
+ * @irq: chip implementation for the IRQ domain
  */
 struct tegra_pmc {
        struct device *dev;