Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e08ab74bd4c7a5fe311bc05f32dbb4f1e7fa3428
/
drivers
/
pwm
3e0a4e8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
by Thomas Gleixner
· 6 years ago
74ba920
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
by Thomas Gleixner
· 6 years ago
c82ee6d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
by Thomas Gleixner
· 6 years ago
1ccea77
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
by Thomas Gleixner
· 6 years ago
1621633
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
a13f950
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
22c58fd
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
cece646
Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 6 years ago
ea5aee6
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
f41efce
pwm: meson: Add clock source configuration for Meson G12A
by Neil Armstrong
· 6 years ago
b05232d
pwm: samsung: Don't uses devm_*() functions in ->request()
by Uwe Kleine-König
· 6 years ago
e926b12
pwm: Clear chip_data in pwm_put()
by Uwe Kleine-König
· 6 years ago
738a1cf
pwm: Add i.MX TPM PWM driver support
by Anson Huang
· 6 years ago
1347c94
pwm: imx27: Use devm_platform_ioremap_resource() to simplify code
by Anson Huang
· 6 years ago
f173747
pwm: meson: Use the spin-lock only to protect register modifications
by Martin Blumenstingl
· 6 years ago
a279345
pwm: meson: Don't disable PWM when setting duty repeatedly
by Bichao Zheng
· 6 years ago
51496e4
pwm: meson: Consider 128 a valid pre-divider
by Martin Blumenstingl
· 6 years ago
c2c9136
ARM: at91: move SoC specific definitions to SoC folder
by Alexandre Belloni
· 6 years ago
67e38f5
ARM: ep93xx: move pinctrl interfaces into include/linux/soc
by Arnd Bergmann
· 6 years ago
90b6c5c
clk: Remove CLK_IS_BASIC clk flag
by Stephen Boyd
· 6 years ago
e590eb40
drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #defines
by Patrick Havelange
· 6 years ago
9ff0667
pwm: sysfs: fix typo "its" -> "it's"
by Uwe Kleine-König
· 6 years ago
efc80fb3
pwm: tiehrpwm: Enable compilation for ARCH_K3
by Vignesh Raghavendra
· 6 years ago
b00ef53
pwm: tiehrpwm: Update shadow register for disabling PWMs
by Christoph Vogtländer
· 6 years ago
4448195
pwm: img: Turn final 'else if' into 'else' in img_pwm_config
by Nathan Chancellor
· 6 years ago
347ab94
pwm: Fix deadlock warning when removing PWM device
by Phong Hoang
· 6 years ago
d7d9631
pwm: atmel: Remove useless symbolic definitions
by Thierry Reding
· 6 years ago
6571d13
pwm: bcm-kona: Update macros to remove braces around numbers
by Sheetal Tigadoli
· 6 years ago
519ef9b
pwm: imx27: Only enable the clocks once in .get_state()
by Uwe Kleine-König
· 6 years ago
b4f9a72
pwm: rcar: Improve calculation of divider
by Yoshihiro Shimoda
· 6 years ago
8cc2b97
pwm: rcar: Remove legacy APIs
by Yoshihiro Shimoda
· 6 years ago
87f50ce
pwm: rcar: Use "atomic" API on rcar_pwm_resume()
by Yoshihiro Shimoda
· 6 years ago
7f68ce8
pwm: rcar: Add support "atomic" API
by Yoshihiro Shimoda
· 6 years ago
74d0c3b
pwm: atmel: Add support for SAM9X60's PWM controller
by Claudiu Beznea
· 6 years ago
abcbe37
pwm: atmel: Rename objects of type atmel_pwm_data
by Claudiu Beznea
· 6 years ago
0285827d
pwm: atmel: Add support for controllers with 32 bit counters
by Claudiu Beznea
· 6 years ago
5378415
pwm: atmel: Add struct atmel_pwm_data
by Claudiu Beznea
· 6 years ago
a87b406
pwm: Add MediaTek MT8183 display PWM driver support
by Jitao Shi
· 6 years ago
7a58fc5
pwm: hibvt: Add hi3559v100 support
by Mathieu Othacehe
· 6 years ago
77c3edd
pwm: hibvt: Use individual struct per of-data
by Mathieu Othacehe
· 6 years ago
7ca17b2
pwm: imx: Signedness bug in imx_pwm_get_state()
by Dan Carpenter
· 6 years ago
d80f820
pwm: imx: Split into two drivers
by Uwe Kleine-König
· 6 years ago
b9a5c60
pwm: imx: Don't print an error on -EPROBE_DEFER
by Uwe Kleine-König
· 6 years ago
f20b187
pwm: imx: Set driver data earlier simplifying the end of ->probe()
by Uwe Kleine-König
· 6 years ago
01482d24
pwm: imx: Remove if block where the condition is always wrong
by Uwe Kleine-König
· 6 years ago
cc2d224
pwm: Drop per-chip dbg_show callback
by Uwe Kleine-König
· 6 years ago
309b32f
pwm: Don't use memcmp() to compare state variables
by Uwe Kleine-König
· 6 years ago
9f4c8f9
pwm: imx: Add ipg clock operation
by Anson Huang
· 6 years ago
f236d18
pwm: clps711x: Switch to SPDX identifier
by Alexander Shiyan
· 6 years ago
b0f1757
pwm: clps711x: Fix period calculation
by Alexander Shiyan
· 6 years ago
e747cbe25
pwm: bcm2835: Switch to SPDX identifier
by Stefan Wahren
· 6 years ago
88a053d
pwm: Enable Kona PWM to be built for the Cygnus architecture
by Clément Péron
· 6 years ago
bf9b0b1
pwm: imx: Implement get_state() function for hardware readout
by Michal Vokáč
· 6 years ago
9f617ad
pwm: imx: Use bitops and bitfield macros to define register values
by Michal Vokáč
· 6 years ago
e3adc7e
pwm: imx: Sort include files
by Michal Vokáč
· 6 years ago
f82d15e
pwm: lpc18xx-sct: Don't reconfigure PWM in .request and .free
by Uwe Kleine-König
· 6 years ago
2153bbc
pwm: lpss: Only set update bit if we are actually changing the settings
by Hans de Goede
· 6 years ago
4743765
pwm: lpss: Force runtime-resume on suspend on Cherry Trail
by Hans de Goede
· 6 years ago
6f37709
pwm: Enable TI ECAP driver for ARCH_K3
by Vignesh R
· 6 years ago
552c02e
pwm: Send a uevent on the pwmchip device upon channel sysfs (un)export
by Fabrice Gasnier
· 6 years ago
c289d66
Revert "pwm: Set class for exported channels in sysfs"
by Fabrice Gasnier
· 6 years ago
e4ab517
pwm: Use SPDX identifier for Renesas drivers
by Wolfram Sang
· 6 years ago
280fec4
pwm: lpss: Add get_state callback
by Hans de Goede
· 6 years ago
4288555
pwm: lpss: Release runtime-pm reference from the driver's remove callback
by Hans de Goede
· 6 years ago
6a425ec
pwm: lpss: Check PWM powerstate after resume on Cherry Trail devices
by Hans de Goede
· 6 years ago
9dc419b
pwm: lpss: Move struct pwm_lpss_chip definition to the header file
by Hans de Goede
· 6 years ago
1688c87
pwm: lpss: Add ACPI HID for second PWM controller on Cherry Trail devices
by Hans de Goede
· 6 years ago
f31fb2f
pwm: tegra: Remove gratuituous blank line
by Thierry Reding
· 6 years ago
8cdc43a
pwm: mediatek: Add MT7628 support
by John Crispin
· 6 years ago
b96e9eb
pwm: meson: Fix mux clock names
by Jerome Brunet
· 6 years ago
2c2059c
pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove()
by Fabrice Gasnier
· 6 years ago
43725fe
pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
by David Rivshin
· 6 years ago
19ad2b7
pwm: mxs: Switch to SPDX identifier
by Fabio Estevam
· 6 years ago
2c4f2e3
pwm: fsl-ftm: Enable support for the new SoC i.MX8QM
by shenwei.wang@nxp.com
· 7 years ago
db6c51a
pwm: fsl-ftm: Added the support of per-compatible data
by shenwei.wang@nxp.com
· 7 years ago
82a9c55
pwm: fsl-ftm: Added a dedicated IP interface clock
by shenwei.wang@nxp.com
· 7 years ago
4964cb5
pwm: cros-ec: Switch to SPDX identifier
by Enric Balletbo i Serra
· 7 years ago
a99290c
pwm: imx: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
38dabd9
pwm: tiehrpwm: Fix disabling of output of PWMs
by Vignesh R
· 7 years ago
aa49d62
pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
by Vignesh R
· 7 years ago
4de445c
pwm: berlin: Don't use broken prescaler values
by Thomas Hebb
· 7 years ago
4b4bb99
Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
414c52b
pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabled
by Arnd Bergmann
· 7 years ago
91348b1
Merge tag 'ib-mfd-pwm-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into for-next
by Thierry Reding
· 7 years ago
d968e50
pwm: stm32: Enforce dependency on CONFIG_MFD_STM32_TIMERS
by Arnd Bergmann
· 7 years ago
1d375b5
pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
by Hans de Goede
· 7 years ago
a3b51be
pwm: stm32: Initialize raw local variables
by Fabrice Gasnier
· 7 years ago
ab3a897
pwm: stm32: Use input prescaler to improve period capture
by Fabrice Gasnier
· 7 years ago
d66ffb9
pwm: stm32: Improve capture by tuning counter prescaler
by Fabrice Gasnier
· 7 years ago
53e38fe
pwm: stm32: Add capture support
by Fabrice Gasnier
· 7 years ago
692099c
pwm: simplify getting .drvdata
by Wolfram Sang
· 7 years ago
735596c
pwm: meson: Fix allocation of PWM channel array
by Martin Blumenstingl
· 7 years ago
daf3ef6
Merge tag 'pwm/for-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 7 years ago
1675693
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
6873842
pwm: rcar: Add suspend/resume support
by Yoshihiro Shimoda
· 7 years ago
f2e6142
pwm: rcar: Use PM Runtime to control module clock
by Hien Dang
· 7 years ago
6225f9c
pwm: rcar: Fix a condition to prevent mismatch value setting to duty
by Ryo Kodama
· 7 years ago
8bbf5b4
pwm: sysfs: Use put_device() instead of kfree()
by Arvind Yadav
· 7 years ago
Next »