History log of /drivers/pwm/pwm-puv3.c
Revision Date Author Comments
3dd0a909479c1d372341d749b4ff94cd638b57da 12-Jun-2013 Thierry Reding <thierry.reding@gmail.com> pwm: Fill in missing .owner fields

Some drivers don't set the .owner fields of the struct device_driver or
struct pwm_ops, which causes the module usage count to become wrong.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
362e9cd2f54e3c72a37ff8e3319366554e48c555 12-May-2013 Wolfram Sang <wsa@the-dreams.de> drivers/pwm: don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
a46ef4d5723aca785e6b03b7972dd83e43e73977 31-Mar-2013 Axel Lin <axel.lin@ingics.com> pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
6d4294d1634543853febc4287ecf02998fd234e1 21-Jan-2013 Thierry Reding <thierry.reding@avionic-design.de> pwm: Convert to devm_ioremap_resource()

Convert all uses of devm_request_and_ioremap() to the newly introduced
devm_ioremap_resource() which provides more consistent error handling.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
77f37917a6f2bd8635b553178bb34bdd80f08e40 19-Nov-2012 Bill Pemberton <wfp5p@virginia.edu> pwm: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3e9fe83d278cce6974f0a4d1870c0ff4a0b74ba5 19-Nov-2012 Bill Pemberton <wfp5p@virginia.edu> pwm: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fd1091125a1d11fcc635749d0d3dec36904a7a48 19-Nov-2012 Bill Pemberton <wfp5p@virginia.edu> pwm: remove use of __devexit_p

CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
79c11b6fa0b225ac165e79e821d50e70f563645f 31-Aug-2012 Thierry Reding <thierry.reding@avionic-design.de> pwm: Move PUV3 PWM driver to PWM framework

This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Qin Rui <qinrui@mprc.pku.edu.cn>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>