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-atmel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: atmel: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
*
pwm: atmel: Implement .get_state()
Uwe Kleine-König
2020-01-08
1
-0
/
+40
*
pwm: atmel: Use register accessors for channels
Uwe Kleine-König
2020-01-08
1
-2
/
+2
*
pwm: atmel: Document known weaknesses of both hardware and software
Uwe Kleine-König
2020-01-08
1
-0
/
+10
*
pwm: atmel: Replace loop in prescale calculation by ad-hoc calculation
Uwe Kleine-König
2020-01-08
1
-7
/
+17
*
pwm: atmel: Use a constant for maximum prescale value
Uwe Kleine-König
2020-01-08
1
-5
/
+3
*
pwm: atmel: Add a hint where to find hardware documentation
Uwe Kleine-König
2020-01-08
1
-0
/
+3
*
pwm: atmel: Consolidate driver data initialization
Thierry Reding
2019-09-21
1
-4
/
+2
*
pwm: atmel: Remove unneeded check for match data
Thierry Reding
2019-09-21
1
-6
/
+2
*
pwm: atmel: Remove platform_device_id and use only dt bindings
Kamel Bouhara
2019-09-21
1
-32
/
+3
*
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
2019-05-30
1
-2
/
+1
*
pwm: atmel: Remove useless symbolic definitions
Thierry Reding
2019-03-04
1
-14
/
+6
*
pwm: atmel: Add support for SAM9X60's PWM controller
Claudiu Beznea
2019-03-04
1
-0
/
+19
*
pwm: atmel: Rename objects of type atmel_pwm_data
Claudiu Beznea
2019-03-04
1
-7
/
+7
*
pwm: atmel: Add support for controllers with 32 bit counters
Claudiu Beznea
2019-03-04
1
-11
/
+23
*
pwm: atmel: Add struct atmel_pwm_data
Claudiu Beznea
2019-03-04
1
-28
/
+36
*
pwm: atmel: Enable PWM on sama5d2
Claudiu Beznea
2017-04-06
1
-0
/
+3
*
pwm: atmel: Switch to atomic PWM
Claudiu Beznea
2017-04-06
1
-144
/
+129
*
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
2017-01-04
1
-1
/
+0
*
pwm: atmel: Use of_device_get_match_data()
Thierry Reding
2016-07-11
1
-9
/
+2
*
pwm: atmel: Fix checkpatch warnings
Thierry Reding
2016-07-11
1
-6
/
+7
*
pwm: atmel: Fix disabling of PWM channels
Guillermo Rodriguez
2016-07-11
1
-0
/
+10
*
pwm: Make use of pwm_get_xxx() helpers where appropriate
Boris Brezillon
2015-07-20
1
-1
/
+1
*
pwm: Add the pwm_is_enabled() helper
Boris Brezillon
2015-07-20
1
-3
/
+3
*
pwm: atmel: Fix incorrect CDTY value after disabling
Alexandre Belloni
2015-06-12
1
-0
/
+28
*
pwm: atmel: Fix incorrect CDTY value after enabling
Alexandre Belloni
2015-06-12
1
-17
/
+18
*
pwm: atmel: Fix calculation of prescale value
Nikolaus Voss
2014-09-25
1
-13
/
+11
*
pwm: atmel: set pwm_chip can_sleep flag
Alexandre Belloni
2014-05-21
1
-0
/
+1
*
pwm: atmel: correct CDTY calculation
Alexandre Belloni
2014-03-18
1
-1
/
+1
*
pwm: atmel: Fix polarity handling
Alexandre Belloni
2014-03-18
1
-1
/
+6
*
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
1
-0
/
+393