- 02 4月, 2013 1 次提交
-
-
由 Axel Lin 提交于
Add missing .owner of struct pwm_ops. This prevents the module from being removed from underneath its users. Signed-off-by: NAxel Lin <axel.lin@ingics.com> Acked-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
-
- 17 2月, 2013 1 次提交
-
-
由 Johannes Thumshirn 提交于
Always use to_twl() for converting into private data instead of container_of(). Signed-off-by: NJohannes Thumshirn <morbidrsa@gmail.com> Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
-
- 30 1月, 2013 1 次提交
-
-
由 Florian Vaussard 提交于
Calls to PWM drivers connected through I2C can sleep. Use the new can_sleep property. Acked-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NFlorian Vaussard <florian.vaussard@epfl.ch> Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
-
- 28 11月, 2012 1 次提交
-
-
由 Peter Ujfalusi 提交于
The driver supports the following PWM outputs: TWL4030 PWM0 and PWM1 TWL6030 PWM1 and PWM2 On TWL4030 the PWM signals are muxed. Upon requesting the PWM the driver will select the correct mux so the PWM can be used. When the PWM has been freed the original configuration is going to be restored. Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
-