index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pwm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-10
pwm: Rearrange structures to group members by purpose
Uwe Kleine-König
1
-15
/
+18
2019-01-10
pwm: Drop per-chip dbg_show callback
Uwe Kleine-König
1
-4
/
+0
2018-12-12
pwm: Drop legacy wrapper for changing polarity
Uwe Kleine-König
1
-42
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-01-30
pwm: Try to load modules during pwm_get()
Hans de Goede
1
-8
/
+15
2017-01-04
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
1
-3
/
+0
2017-01-04
pwm: Remove pwm_can_sleep()
Thierry Reding
1
-7
/
+0
2016-09-05
pwm: Unexport children before chip removal
David Hsu
1
-0
/
+5
2016-07-25
Merge branch 'for-4.8/capture' into for-next
Thierry Reding
1
-0
/
+24
2016-07-25
Merge branch 'for-4.8/core' into for-next
Thierry Reding
1
-1
/
+88
2016-07-08
pwm: Remove gratuitous blank line
Thierry Reding
1
-1
/
+0
2016-07-08
pwm: Add relative duty cycle manipulation helpers
Boris Brezillon
1
-0
/
+55
2016-07-08
pwm: Add a helper to prepare a new PWM state
Boris Brezillon
1
-0
/
+33
2016-06-23
pwm: Fix pwm_apply_args()
Boris Brezillon
1
-6
/
+10
2016-06-10
pwm: Add PWM capture support
Lee Jones
1
-0
/
+24
2016-06-10
pwm: Improve args checking in pwm_apply_state()
Brian Norris
1
-0
/
+3
2016-05-17
pwm: Add core infrastructure to allow atomic updates
Boris Brezillon
1
-85
/
+184
2016-05-17
pwm: Add hardware readout infrastructure
Boris Brezillon
1
-0
/
+28
2016-05-17
pwm: Move the enabled/disabled info into pwm_state
Boris Brezillon
1
-3
/
+8
2016-05-17
pwm: Introduce the pwm_state concept
Boris Brezillon
1
-12
/
+42
2016-05-17
pwm: Keep PWM state in sync with hardware state
Boris Brezillon
1
-1
/
+0
2016-05-17
pwm: Get rid of pwm->lock
Boris BREZILLON
1
-2
/
+0
2016-05-03
pwm: Introduce the pwm_args concept
Boris Brezillon
1
-0
/
+33
2015-11-10
pwm: Set enable state properly on failed call to enable
Jonathan Richardson
1
-0
/
+3
2015-08-17
pwm: Clean up kerneldoc
Thierry Reding
1
-0
/
+14
2015-08-17
pwm: Remove useless whitespace
Thierry Reding
1
-39
/
+32
2015-07-20
pwm: Add pwm_get_polarity() helper function
Boris Brezillon
1
-0
/
+5
2015-07-20
pwm: Constify PWM device where possible
Boris Brezillon
1
-2
/
+2
2015-07-20
pwm: Add the pwm_is_enabled() helper
Boris Brezillon
1
-0
/
+5
2015-06-12
pwm: Add pwmchip_add_with_polarity() API
Tim Kryger
1
-0
/
+7
2015-05-06
pwm: Add support to remove registered consumer lookup tables
Shobhit Kumar
1
-0
/
+5
2014-05-21
pwm: modify PWM_LOOKUP to initialize all struct pwm_lookup members
Alexandre Belloni
1
-1
/
+3
2014-05-21
pwm: add period and polarity to struct pwm_lookup
Alexandre Belloni
1
-0
/
+2
2014-02-10
pwm: Remove obsolete HAVE_PWM Kconfig symbol
Sascha Hauer
1
-1
/
+1
2013-06-21
pwm: Add sysfs interface
H Hartley Sweeten
1
-1
/
+28
2013-02-26
Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
1
-0
/
+10
2013-02-02
pwm: Add devm_of_pwm_get() as exported API for users
Peter Ujfalusi
1
-0
/
+9
2013-02-02
pwm: core: Rename of_pwm_request() to of_pwm_get() and export it
Peter Ujfalusi
1
-0
/
+7
2013-02-02
pwm: Correct parameter name in header for *pwm_get() functions
Peter Ujfalusi
1
-2
/
+2
2013-01-30
pwm: Add pwm_can_sleep() as exported API to users
Florian Vaussard
1
-0
/
+10
2012-11-23
pwm: Device tree support for PWM polarity
Philip, Avinash
1
-0
/
+3
2012-09-20
pwm: Fix compilation error when CONFIG_PWM is not defined
Tushar Behera
1
-2
/
+80
2012-09-10
pwm: add devm_pwm_get() and devm_pwm_put()
Alexandre Courbot
1
-0
/
+3
2012-09-10
pwm: Add support for configuring the PWM polarity
Philip, Avinash
1
-0
/
+23
2012-06-15
pwm: Add device tree support
Thierry Reding
1
-0
/
+6
2012-06-15
pwm: Add table-based lookup for static mappings
Thierry Reding
1
-0
/
+22
2012-06-15
pwm: Add debugfs interface
Thierry Reding
1
-0
/
+6
2012-06-15
pwm: Allow chips to support multiple PWMs
Thierry Reding
1
-13
/
+58
2012-06-15
pwm: Add PWM framework support
Sascha Hauer
1
-0
/
+38
2009-03-30
trivial: PWM: fix of #endif comment
Mark Vels
1
-1
/
+1
[next]