summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Merge branch 'for-4.9/drivers' into for-nextThierry Reding12-141/+1127
2016-09-08pwm: meson: Handle unknown ID valuesArnd Bergmann1-0/+9
2016-09-08pwm: sti: Take the opportunity to conduct a little house keepingLee Jones1-72/+81
2016-09-08pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones1-1/+14
2016-09-08pwm: sti: Add PWM capture callbackLee Jones1-0/+88
2016-09-08pwm: sti: Add support for PWM capture interruptsLee Jones1-1/+91
2016-09-08pwm: sti: Initialise PWM capture device dataLee Jones1-7/+38
2016-09-08pwm: sti: Supply PWM Capture clock handlingLee Jones1-0/+25
2016-09-08pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones1-0/+25
2016-09-08pwm: sti: Only request clock rate when neededLee Jones1-8/+8
2016-09-08pwm: sti: Reorganise register names in preparation for new functionalityLee Jones1-35/+41
2016-09-08pwm: sti: Rename channel => deviceLee Jones1-16/+16
2016-09-08pwm: lpc-18xx: use pwm_set_chip_dataoliver@schinagl.nl1-4/+8
2016-09-08pwm: sunxi: Add H3 supportMilo Kim1-0/+9
2016-09-08pwm: Add support for Meson PWM ControllerNeil Armstrong3-0/+530
2016-09-06pwm: samsung: Fix to use lowest div for large enough modulation bitsSeung-Woo Kim1-3/+12
2016-09-06pwm: pwm-tipwmss: Remove all runtime PM gets/putsJyri Sarha1-19/+0
2016-09-06pwm: cros-ec: Add __packed to prevent paddingBrian Norris1-2/+2
2016-09-06pwm: Add MediaTek MT2701 display PWM driver supportWeiqing Kong1-15/+72
2016-09-06pwm: berlin: Add suspend/resume supportJisheng Zhang1-0/+84
2016-09-05pwm: Unexport children before chip removalDavid Hsu2-0/+20
2016-09-05pwm: twl: Reliably disable TWL6030 PWMsPaul Kocialkowski1-0/+16
2016-08-06Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-234/+1169
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-6/+8
2016-07-25Merge branch 'for-4.8/drivers' into for-nextThierry Reding15-234/+1125
2016-07-25Merge branch 'for-4.8/capture' into for-nextThierry Reding2-0/+44
2016-07-25pwm: Add ChromeOS EC PWM driverBrian Norris3-0/+268
2016-07-11pwm: atmel: Use of_device_get_match_data()Thierry Reding1-9/+2
2016-07-11pwm: atmel: Fix checkpatch warningsThierry Reding1-6/+7
2016-07-11pwm: atmel: Fix disabling of PWM channelsGuillermo Rodriguez1-0/+10
2016-07-11pwm: rcar: Use ARCH_RENESASRyo Kodama1-1/+1
2016-07-11pwm: tegra: Add support for Tegra186Laxman Dewangan1-3/+19
2016-07-11pwm: tegra: Avoid overflow when calculating duty cycleHyong Bin Kim1-2/+3
2016-07-11pwm: tegra: Allow 100 % duty cycleVictor(Weiguo) Pan1-1/+1
2016-07-11pwm: tegra: Add support for reset controlRohith Seelaboyina1-0/+20
2016-07-11pwm: tegra: Rename mmio_base to regsThierry Reding1-6/+6
2016-07-11pwm: tegra: Remove useless paddingThierry Reding1-4/+4
2016-07-11pwm: tegra: Drop NUM_PWM macroThierry Reding1-5/+3
2016-07-11pwm: lpc32xx: Set PWM_PIN_LEVEL bit to default valueSylvain Lemieux1-0/+7
2016-07-11pwm: Add a driver for the STMPE PWMLinus Walleij3-0/+327
2016-07-11pwm: rockchip: Add support for atomic updateBoris Brezillon1-41/+43
2016-07-11pwm: rockchip: Avoid glitches on already running PWMsBoris Brezillon1-1/+19
2016-07-11pwm: rockchip: Add support for hardware readoutBoris Brezillon1-0/+67
2016-07-11pwm: rockchip: Fix period and duty cycle approximationBoris Brezillon1-4/+3
2016-07-11pwm: Add support for Broadcom iProc PWM controllerYendapally Reddy Dhananjaya Reddy3-0/+288
2016-07-11pwm: lpss: Move clk_rate check to ->probe()Andy Shevchenko1-5/+7
2016-07-11pwm: lpss: pci: Enable PWM module on Intel EdisonAndy Shevchenko1-0/+1
2016-07-11pwm: lpss: Prevent on_time_div overflow on lower frequenciesMika Westerberg1-2/+4
2016-07-11pwm: lpss: Fix base_unit calculation for PWM frequencyDan O'Donovan1-5/+3
2016-07-11pwm: pwm-ti*: Remove support for local clock gatingCooper Jr., Franklin4-145/+0