We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a508 commit 4bb36d1Copy full SHA for 4bb36d1
drivers/pwm/pwm-samsung.c
@@ -77,6 +77,7 @@ struct samsung_pwm_channel {
77
* @base_clk: base clock used to drive the timers
78
* @tclk0: external clock 0 (can be ERR_PTR if not present)
79
* @tclk1: external clock 1 (can be ERR_PTR if not present)
80
+ * @channel: per channel driver data
81
*/
82
struct samsung_pwm_chip {
83
struct pwm_chip chip;
0 commit comments