index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-atmel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
pwm: atmel: Simplify using devm functions
Uwe Kleine-König
1
-26
/
+7
2023-07-24
pwm: atmel: Enable clk when pwm already enabled in bootloader
Guiting Shen
1
-2
/
+45
2023-07-24
pwm: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-06-16
docs: update some straggling Documentation/arm references
Jonathan Corbet
1
-1
/
+1
2023-03-30
pwm: atmel: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-12-06
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
1
-2
/
+4
2022-02-24
pwm: atmel: Remove redundant initialization of variable timeout
Colin Ian King
1
-1
/
+1
2021-11-05
pwm: atmel: Drop unused header
Uwe Kleine-König
1
-1
/
+0
2021-09-02
pwm: atmel: Rework tracking updates pending in hardware
Uwe Kleine-König
1
-23
/
+79
2021-05-25
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
1
-2
/
+0
2021-04-23
pwm: atmel: Improve duty cycle calculation in .apply()
Uwe Kleine-König
1
-7
/
+16
2021-04-23
pwm: atmel: Fix duty cycle calculation in .get_state()
Uwe Kleine-König
1
-1
/
+1
2021-04-09
pwm: atmel: Free resources only after pwmchip_remove()
Uwe Kleine-König
1
-1
/
+3
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
1
-1
/
+0
2020-12-17
pwm: atmel: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2020-01-08
pwm: atmel: Implement .get_state()
Uwe Kleine-König
1
-0
/
+40
2020-01-08
pwm: atmel: Use register accessors for channels
Uwe Kleine-König
1
-2
/
+2
2020-01-08
pwm: atmel: Document known weaknesses of both hardware and software
Uwe Kleine-König
1
-0
/
+10
2020-01-08
pwm: atmel: Replace loop in prescale calculation by ad-hoc calculation
Uwe Kleine-König
1
-7
/
+17
2020-01-08
pwm: atmel: Use a constant for maximum prescale value
Uwe Kleine-König
1
-5
/
+3
2020-01-08
pwm: atmel: Add a hint where to find hardware documentation
Uwe Kleine-König
1
-0
/
+3
2019-09-21
pwm: atmel: Consolidate driver data initialization
Thierry Reding
1
-4
/
+2
2019-09-21
pwm: atmel: Remove unneeded check for match data
Thierry Reding
1
-6
/
+2
2019-09-21
pwm: atmel: Remove platform_device_id and use only dt bindings
Kamel Bouhara
1
-32
/
+3
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
1
-2
/
+1
2019-03-04
pwm: atmel: Remove useless symbolic definitions
Thierry Reding
1
-14
/
+6
2019-03-04
pwm: atmel: Add support for SAM9X60's PWM controller
Claudiu Beznea
1
-0
/
+19
2019-03-04
pwm: atmel: Rename objects of type atmel_pwm_data
Claudiu Beznea
1
-7
/
+7
2019-03-04
pwm: atmel: Add support for controllers with 32 bit counters
Claudiu Beznea
1
-11
/
+23
2019-03-04
pwm: atmel: Add struct atmel_pwm_data
Claudiu Beznea
1
-28
/
+36
2017-04-06
pwm: atmel: Enable PWM on sama5d2
Claudiu Beznea
1
-0
/
+3
2017-04-06
pwm: atmel: Switch to atomic PWM
Claudiu Beznea
1
-144
/
+129
2017-01-04
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
1
-1
/
+0
2016-07-11
pwm: atmel: Use of_device_get_match_data()
Thierry Reding
1
-9
/
+2
2016-07-11
pwm: atmel: Fix checkpatch warnings
Thierry Reding
1
-6
/
+7
2016-07-11
pwm: atmel: Fix disabling of PWM channels
Guillermo Rodriguez
1
-0
/
+10
2015-07-20
pwm: Make use of pwm_get_xxx() helpers where appropriate
Boris Brezillon
1
-1
/
+1
2015-07-20
pwm: Add the pwm_is_enabled() helper
Boris Brezillon
1
-3
/
+3
2015-06-12
pwm: atmel: Fix incorrect CDTY value after disabling
Alexandre Belloni
1
-0
/
+28
2015-06-12
pwm: atmel: Fix incorrect CDTY value after enabling
Alexandre Belloni
1
-17
/
+18
2014-09-25
pwm: atmel: Fix calculation of prescale value
Nikolaus Voss
1
-13
/
+11
2014-05-21
pwm: atmel: set pwm_chip can_sleep flag
Alexandre Belloni
1
-0
/
+1
2014-03-18
pwm: atmel: correct CDTY calculation
Alexandre Belloni
1
-1
/
+1
2014-03-18
pwm: atmel: Fix polarity handling
Alexandre Belloni
1
-1
/
+6
2013-12-20
pwm: atmel-pwm: Do not unprepare clock after successful registration
Bo Shen
1
-0
/
+2
2013-12-17
pwm: atmel-pwm: Add Atmel PWM controller driver
Bo Shen
1
-0
/
+393