Wolfram Sang
f05fae14a1
pwm: drop owner assignment from platform_drivers
...
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de >
2014-10-20 16:21:28 +02:00
Lars-Peter Clausen
0dc1135fdf
pwm: jz4740: Use devm_clk_get()
...
Using the managed version of clk_get() makes the code a bit shorter and the
error paths less complicated.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de >
Signed-off-by: Thierry Reding <thierry.reding@gmail.com >
2013-12-12 13:23:23 +01:00
Lars-Peter Clausen
078c6ac1bd
pwm: jz4740: Pass device to clk_get()
...
In preparation to switching the jz4740 clk driver to the common clk framework
make sure to pass the device to clk_get().
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de >
Signed-off-by: Thierry Reding <thierry.reding@gmail.com >
2013-12-12 13:23:23 +01:00
Bill Pemberton
77f37917a6
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 >
2012-11-28 12:23:41 -08:00
Bill Pemberton
3e9fe83d27
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 >
2012-11-28 12:23:41 -08:00
Bill Pemberton
fd1091125a
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 >
2012-11-28 12:23:41 -08:00
Thierry Reding
f6b8a57000
pwm: Add Ingenic JZ4740 support
...
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 >
Acked-by: Lars-Peter Clausen <lars@metafoo.de >
Tested-by: Lars-Peter Clausen <lars@metafoo.de >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
2012-10-05 20:56:42 +02:00