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
/
pwm-pxa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-10
1
-0
/
+1
*
pwm: pxa: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
2024-02-19
1
-10
/
+11
*
pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
Uwe Kleine-König
2024-02-15
1
-3
/
+1
*
pwm: pxa: Explicitly include correct DT includes
Rob Herring
2023-10-13
1
-1
/
+1
*
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
2023-10-13
1
-1
/
+0
*
pwm: pxa: Don't reimplement of_device_get_match_data()
Uwe Kleine-König
2023-07-28
1
-8
/
+1
*
pwm: Explicitly include correct DT includes
Rob Herring
2023-07-24
1
-0
/
+1
*
docs: update some straggling Documentation/arm references
Jonathan Corbet
2023-06-16
1
-1
/
+1
*
pwm: pxa: Add reference manual link and limitations
Doug Brown
2022-12-06
1
-0
/
+7
*
pwm: pxa: Use abrupt shutdown mode
Doug Brown
2022-12-06
1
-1
/
+1
*
pwm: pxa: Remove clk enable/disable from pxa_pwm_config
Doug Brown
2022-12-06
1
-9
/
+0
*
pwm: pxa: Set duty cycle to 0 when disabling PWM
Doug Brown
2022-12-06
1
-9
/
+16
*
pwm: pxa: Remove pxa_pwm_enable/disable
Doug Brown
2022-12-06
1
-16
/
+3
*
pwm: pxa: Implement .apply() callback
Uwe Kleine-König
2022-02-02
1
-5
/
+28
*
pwm: Introduce single-PWM of_xlate function
Bjorn Andersson
2021-10-27
1
-15
/
+1
*
pwm: pxa: Simplify using devm_pwmchip_add()
Uwe Kleine-König
2021-09-02
1
-12
/
+1
*
pwm: pxa: Always use the same variable name for driver data
Uwe Kleine-König
2021-06-30
1
-19
/
+19
*
pwm: pxa: Drop if with an always false condition
Uwe Kleine-König
2021-06-30
1
-2
/
+0
*
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2021-03-22
1
-1
/
+0
*
pwm: pxa: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
pwm: constify pwm_ops structures
Bhumika Goyal
2017-01-19
1
-1
/
+1
*
pwm: Introduce the pwm_args concept
Boris Brezillon
2016-05-03
1
-1
/
+1
*
pwm: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
pwm: pxa: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: pxa: Constify OF match table
Thierry Reding
2014-04-01
1
-1
/
+1
*
pwm: pxa: Fix typo "pwm" -> "PWM"
Thierry Reding
2014-04-01
1
-1
/
+1
*
Revert "pwm: pxa: Use of_match_ptr()"
Thierry Reding
2014-04-01
1
-1
/
+3
*
pwm: pxa: Use of_match_ptr()
Jingoo Han
2014-02-26
1
-3
/
+1
*
pwm: pxa: remove unnecessary space before tabs
Jingoo Han
2013-12-20
1
-1
/
+1
*
pwm: pxa: Add device tree support
Mike Dunn
2013-12-04
1
-0
/
+53
*
pwm: pxa: Use module_platform_driver
Mike Dunn
2013-09-03
1
-11
/
+1
*
drivers/pwm: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
*
pwm: pxa: Remove PWM_ID_BASE macro
Axel Lin
2013-04-02
1
-4
/
+3
*
pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chip
Axel Lin
2013-04-02
1
-14
/
+2
*
pwm: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-22
1
-3
/
+3
*
pwm: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
pwm: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
pwm: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
pwm: Check for negative duty-cycle and period
Thierry Reding
2012-10-05
1
-3
/
+0
*
pwm: pxa: Propagate pwmchip_remove() error
Thierry Reding
2012-07-23
1
-2
/
+1
*
pwm: Convert pwm-pxa to use devm_* APIs
Axel Lin
2012-07-23
1
-39
/
+10
*
pwm: Move PXA PWM driver to PWM framework
Thierry Reding
2012-07-02
1
-0
/
+248