diff options
| author | Suman Anna <s-anna@ti.com> | 2019-08-13 07:13:32 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2019-08-13 07:13:32 -0400 |
| commit | b58056da2ec28e2c1b66096cd5109997f04d3fd1 (patch) | |
| tree | 8d9bc7099925f5151f62a320e9ae7f43a1eec3e3 /include/linux/platform_data/ti-sysc.h | |
| parent | 54d662227caebaabd25823c6d955ba92dfa361a8 (diff) | |
bus: ti-sysc: Add missing kerneldoc comments
A few fields in various structures is missing the corresponding
kerneldoc comments. Add them. Also, fixed the comment for sidlemodes.
Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/platform_data/ti-sysc.h')
| -rw-r--r-- | include/linux/platform_data/ti-sysc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/platform_data/ti-sysc.h b/include/linux/platform_data/ti-sysc.h index 7d009dc08a54..1a0905435b32 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h | |||
| @@ -72,7 +72,7 @@ struct sysc_regbits { | |||
| 72 | 72 | ||
| 73 | /** | 73 | /** |
| 74 | * struct sysc_capabilities - capabilities for an interconnect target module | 74 | * struct sysc_capabilities - capabilities for an interconnect target module |
| 75 | * | 75 | * @type: sysc type identifier for the module |
| 76 | * @sysc_mask: bitmask of supported SYSCONFIG register bits | 76 | * @sysc_mask: bitmask of supported SYSCONFIG register bits |
| 77 | * @regbits: bitmask of SYSCONFIG register bits | 77 | * @regbits: bitmask of SYSCONFIG register bits |
| 78 | * @mod_quirks: bitmask of module specific quirks | 78 | * @mod_quirks: bitmask of module specific quirks |
| @@ -87,8 +87,9 @@ struct sysc_capabilities { | |||
| 87 | /** | 87 | /** |
| 88 | * struct sysc_config - configuration for an interconnect target module | 88 | * struct sysc_config - configuration for an interconnect target module |
| 89 | * @sysc_val: configured value for sysc register | 89 | * @sysc_val: configured value for sysc register |
| 90 | * @syss_mask: configured mask value for SYSSTATUS register | ||
| 90 | * @midlemodes: bitmask of supported master idle modes | 91 | * @midlemodes: bitmask of supported master idle modes |
| 91 | * @sidlemodes: bitmask of supported master idle modes | 92 | * @sidlemodes: bitmask of supported slave idle modes |
| 92 | * @srst_udelay: optional delay needed after OCP soft reset | 93 | * @srst_udelay: optional delay needed after OCP soft reset |
| 93 | * @quirks: bitmask of enabled quirks | 94 | * @quirks: bitmask of enabled quirks |
| 94 | */ | 95 | */ |
