index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-lpc32xx.c
Age
Commit message (
Expand
)
Author
2022-05-20
pwm: lpc32xx: Implement .apply() callback
Uwe Kleine-König
2021-09-02
pwm: lpc32xx: Simplify using devm_pwmchip_add()
Uwe Kleine-König
2021-09-02
pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...
Uwe Kleine-König
2021-04-09
pwm: lpc3200: Don't modify HW state in .remove callback
Uwe Kleine-König
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2020-12-17
pwm: lpc32xx: Convert to devm_platform_ioremap_resource()
Yangtao Li
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
2016-07-11
pwm: lpc32xx: Set PWM_PIN_LEVEL bit to default value
Sylvain Lemieux
2015-12-16
pwm: lpc32xx: return ERANGE, if requested period is not supported
Vladimir Zapolskiy
2015-12-16
pwm: lpc32xx: fix and simplify duty cycle and period calculations
Vladimir Zapolskiy
2015-12-16
pwm: lpc32xx: make device usable with common clock framework
Vladimir Zapolskiy
2015-12-16
pwm: lpc32xx: correct number of PWM channels from 2 to 1
Vladimir Zapolskiy
2014-10-20
pwm: drop owner assignment from platform_drivers
Wolfram Sang
2013-10-08
pwm: lpc32xx: Remove redundant of_match_ptr
Sachin Kamat
2013-09-03
pwm: simplify use of devm_ioremap_resource
Julia Lawall
2013-06-12
pwm: Fill in missing .owner fields
Thierry Reding
2013-04-23
pwm: lpc32xx: Don't change PWM_ENABLE bit in lpc32xx_pwm_config
Axel Lin
2013-04-23
pwm: lpc32xx: Properly set PWM_ENABLE bit in lpc32xx_pwm_[enable|disable]
Axel Lin
2013-04-23
pwm: Constify OF match tables
Thierry Reding
2013-01-22
pwm: Convert to devm_ioremap_resource()
Thierry Reding
2012-12-19
Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
2012-12-06
pwm: lpc32xx: Set the chip base for dynamic allocation
Alban Bedel
2012-12-06
pwm: lpc32xx: Properly disable the clock on device removal
Alban Bedel
2012-12-06
pwm: lpc32xx: Fix the PWM polarity
Alban Bedel
2012-11-28
pwm: remove use of __devexit
Bill Pemberton
2012-11-28
pwm: remove use of __devexit_p
Bill Pemberton
2012-07-23
pwm: add lpc32xx PWM support
Alexandre Pereira da Silva