index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: lp3943: Fix potential memory leak during request
Christian Engelmayer
2014-02-26
1
-1
/
+3
*
Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-01-27
10
-38
/
+474
|
\
|
*
pwm: tiecap: Remove duplicate put_sync call
Sourav Poddar
2014-01-23
1
-1
/
+0
|
*
pwm: tiehrpwm: use dev_err() instead of pr_err()
Jingoo Han
2013-12-20
1
-2
/
+2
|
*
pwm: pxa: remove unnecessary space before tabs
Jingoo Han
2013-12-20
1
-1
/
+1
|
*
pwm: ep93xx: split module author names
Jingoo Han
2013-12-20
1
-2
/
+2
|
*
pwm: use seq_puts() instead of seq_printf()
Jingoo Han
2013-12-20
1
-3
/
+3
|
*
pwm: atmel-pwm: Do not unprepare clock after successful registration
Bo Shen
2013-12-20
1
-0
/
+2
|
*
pwm: atmel-pwm: Add Atmel PWM controller driver
Bo Shen
2013-12-17
3
-0
/
+403
|
*
pwm: pca9685: depends on I2C rather than REGMAP_I2C
Axel Lin
2013-12-17
1
-1
/
+2
|
*
pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST
Laurent Pinchart
2013-12-12
1
-1
/
+1
|
*
pwm: jz4740: Use devm_clk_get()
Lars-Peter Clausen
2013-12-12
1
-17
/
+3
|
*
pwm: jz4740: Pass device to clk_get()
Lars-Peter Clausen
2013-12-12
1
-1
/
+1
|
*
pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macro
Axel Lin
2013-12-04
1
-10
/
+2
|
*
pwm: pxa: Add device tree support
Mike Dunn
2013-12-04
1
-0
/
+53
*
|
pwm: Add LP3943 PWM driver
Milo Kim
2014-01-21
3
-0
/
+325
|
/
*
pwm: samsung: Fix kernel warning while unexporting a channel
Sachin Kamat
2013-11-01
1
-1
/
+1
*
pwm: add ep93xx PWM support
H Hartley Sweeten
2013-10-17
3
-0
/
+240
*
pwm: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
2013-10-15
2
-12
/
+0
*
pwm: imx: Remove redundant of_match_ptr
Sachin Kamat
2013-10-08
1
-1
/
+1
*
pwm: lpc32xx: Remove redundant of_match_ptr
Sachin Kamat
2013-10-08
1
-1
/
+1
*
pwm: mxs: Remove redundant of_match_ptr
Sachin Kamat
2013-10-08
1
-1
/
+1
*
pwm: twl: Include linux/of.h header
Sachin Kamat
2013-10-08
1
-0
/
+1
*
pwm: twl-led: Include linux/of.h header
Sachin Kamat
2013-10-08
1
-0
/
+1
*
pwm: samsung: Include linux/of.h header
Sachin Kamat
2013-10-08
1
-0
/
+1
*
pwm: imx: Include linux/of.h header
Sachin Kamat
2013-10-08
1
-0
/
+1
*
pwm: atmel-tcb: fix max time computation for slow clk source
Boris BREZILLON
2013-09-19
1
-1
/
+1
*
pwm: atmel-tcb: add missing clk source config
Boris BREZILLON
2013-09-19
1
-0
/
+2
*
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-09-06
1
-222
/
+487
|
\
|
*
pwm: Remove superseded pwm-samsung-legacy driver
Tomasz Figa
2013-08-12
2
-354
/
+0
|
*
pwm: Add new pwm-samsung driver
Tomasz Figa
2013-08-12
2
-0
/
+619
|
*
pwm: samsung: Rename to pwm-samsung-legacy
Tomasz Figa
2013-08-06
2
-1
/
+1
*
|
pwm: pxa: Use module_platform_driver
Mike Dunn
2013-09-03
1
-11
/
+1
*
|
pwm: tiehrpwm: add missing __iomem annotation
Jingoo Han
2013-09-03
1
-3
/
+3
*
|
pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context()
Jingoo Han
2013-09-03
1
-1
/
+1
*
|
pwm: simplify use of devm_ioremap_resource
Julia Lawall
2013-09-03
3
-14
/
+1
*
|
pwm: renesas-tpu: Add DT support
Laurent Pinchart
2013-09-03
1
-7
/
+34
*
|
pwm: Use the DT macro directly when parsing PWM DT flags
Laurent Pinchart
2013-09-03
1
-4
/
+3
*
|
pwm: mxs: Check the return value from stmp_reset_block()
Fabio Estevam
2013-09-03
1
-1
/
+7
*
|
pwm: convert class code to use dev_groups
Greg Kroah-Hartman
2013-07-29
1
-9
/
+12
|
/
*
pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare.
Marek Belisko
2013-06-26
1
-2
/
+11
*
pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bit
Axel Lin
2013-06-26
1
-2
/
+3
*
pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
Axel Lin
2013-06-26
1
-0
/
+1
*
pwm: renesas-tpu: fix return value check in tpu_probe()
Wei Yongjun
2013-06-25
1
-4
/
+2
*
pwm: Add Renesas TPU PWM driver
Laurent Pinchart
2013-06-21
3
-0
/
+486
*
pwm: Add sysfs interface
H Hartley Sweeten
2013-06-21
4
-2
/
+380
*
pwm: Fill in missing .owner fields
Thierry Reding
2013-06-12
9
-0
/
+9
*
pwm: add pca9685 driver
Steffen Trumtrar
2013-06-12
3
-0
/
+308
*
pwm: atmel-tcb: prepare clk before calling enable
Boris BREZILLON
2013-06-12
1
-2
/
+2
*
pwm: devm: alloc correct pointer size
Wolfram Sang
2013-06-10
1
-2
/
+2
[next]