summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: Add driver for STM32 plaftormBenjamin Gaignard2017-01-253-0/+407
* Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-154-1/+281
|\
| * pwm: Add PWM driver for HiSilicon BVT SOCsyuanjian2016-11-293-0/+281
| * pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-10-211-1/+0
* | pwm: Fix device reference leakJohan Hovold2016-11-291-0/+2
* | pwm: meson: Add missing spin_lock_init()Axel Lin2016-10-211-0/+1
|/
* Merge branch 'for-4.9/drivers' into for-nextThierry Reding2016-09-0812-141/+1127
|\
| * pwm: meson: Handle unknown ID valuesArnd Bergmann2016-09-081-0/+9
| * pwm: sti: Take the opportunity to conduct a little house keepingLee Jones2016-09-081-72/+81
| * pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones2016-09-081-1/+14
| * pwm: sti: Add PWM capture callbackLee Jones2016-09-081-0/+88
| * pwm: sti: Add support for PWM capture interruptsLee Jones2016-09-081-1/+91
| * pwm: sti: Initialise PWM capture device dataLee Jones2016-09-081-7/+38
| * pwm: sti: Supply PWM Capture clock handlingLee Jones2016-09-081-0/+25
| * pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones2016-09-081-0/+25
| * pwm: sti: Only request clock rate when neededLee Jones2016-09-081-8/+8
| * pwm: sti: Reorganise register names in preparation for new functionalityLee Jones2016-09-081-35/+41
| * pwm: sti: Rename channel => deviceLee Jones2016-09-081-16/+16
| * pwm: lpc-18xx: use pwm_set_chip_dataoliver@schinagl.nl2016-09-081-4/+8
| * pwm: sunxi: Add H3 supportMilo Kim2016-09-081-0/+9
| * pwm: Add support for Meson PWM ControllerNeil Armstrong2016-09-083-0/+530
| * pwm: samsung: Fix to use lowest div for large enough modulation bitsSeung-Woo Kim2016-09-061-3/+12
| * pwm: pwm-tipwmss: Remove all runtime PM gets/putsJyri Sarha2016-09-061-19/+0
| * pwm: cros-ec: Add __packed to prevent paddingBrian Norris2016-09-061-2/+2
| * pwm: Add MediaTek MT2701 display PWM driver supportWeiqing Kong2016-09-061-15/+72
| * pwm: berlin: Add suspend/resume supportJisheng Zhang2016-09-061-0/+84
| * pwm: twl: Reliably disable TWL6030 PWMsPaul Kocialkowski2016-09-051-0/+16
* | pwm: Unexport children before chip removalDavid Hsu2016-09-052-0/+20
|/
* Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-0617-234/+1169
|\
| * Merge branch 'for-4.8/drivers' into for-nextThierry Reding2016-07-2515-234/+1125
| |\
| | * pwm: Add ChromeOS EC PWM driverBrian Norris2016-07-253-0/+268
| | * pwm: atmel: Use of_device_get_match_data()Thierry Reding2016-07-111-9/+2
| | * pwm: atmel: Fix checkpatch warningsThierry Reding2016-07-111-6/+7
| | * pwm: atmel: Fix disabling of PWM channelsGuillermo Rodriguez2016-07-111-0/+10
| | * pwm: rcar: Use ARCH_RENESASRyo Kodama2016-07-111-1/+1
| | * pwm: tegra: Add support for Tegra186Laxman Dewangan2016-07-111-3/+19
| | * pwm: tegra: Avoid overflow when calculating duty cycleHyong Bin Kim2016-07-111-2/+3
| | * pwm: tegra: Allow 100 % duty cycleVictor(Weiguo) Pan2016-07-111-1/+1
| | * pwm: tegra: Add support for reset controlRohith Seelaboyina2016-07-111-0/+20
| | * pwm: tegra: Rename mmio_base to regsThierry Reding2016-07-111-6/+6
| | * pwm: tegra: Remove useless paddingThierry Reding2016-07-111-4/+4
| | * pwm: tegra: Drop NUM_PWM macroThierry Reding2016-07-111-5/+3
| | * pwm: lpc32xx: Set PWM_PIN_LEVEL bit to default valueSylvain Lemieux2016-07-111-0/+7
| | * pwm: Add a driver for the STMPE PWMLinus Walleij2016-07-113-0/+327
| | * pwm: rockchip: Add support for atomic updateBoris Brezillon2016-07-111-41/+43
| | * pwm: rockchip: Avoid glitches on already running PWMsBoris Brezillon2016-07-111-1/+19
| | * pwm: rockchip: Add support for hardware readoutBoris Brezillon2016-07-111-0/+67
| | * pwm: rockchip: Fix period and duty cycle approximationBoris Brezillon2016-07-111-4/+3
| | * pwm: Add support for Broadcom iProc PWM controllerYendapally Reddy Dhananjaya Reddy2016-07-113-0/+288
| | * pwm: lpss: Move clk_rate check to ->probe()Andy Shevchenko2016-07-111-5/+7