aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2017-12-05pwm: meson: Add clock source configuration for Meson-AXGJian Hu1-0/+26
2017-12-05pwm: stmpe: Fix wrong register offset for hwpwm=2 caseAxel Lin1-1/+1
2017-12-05pwm: Set class for exported channels in sysfsGottfried Haider1-0/+1
2017-11-22Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-36/+251
2017-11-15pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable()Axel Lin1-2/+1
2017-11-15pwm: mediatek: Add MT2712/MT7622 supportZhi Mao1-9/+44
2017-11-15pwm: sunxi: Use of_device_get_match_data()Corentin Labbe1-4/+4
2017-11-15pwm: atmel-tcb: Support backup modeRomain Izard1-2/+61
2017-11-15pwm: img: Add runtime PMEd Blake1-37/+95
2017-11-15pwm: img: Add suspend / resume handlingEd Blake1-1/+65
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-11Merge tag 'pwm/for-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-301/+660
2017-09-05Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones5-2/+259
2017-09-04pwm: Add STM32 LPTimer PWM driverFabrice Gasnier3-0/+257
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang2-2/+2
2017-08-21pwm: pwm-samsung: fix suspend/resume supportBartlomiej Zolnierkiewicz1-32/+35
2017-08-21pwm: samsung: Remove redundant checks from pwm_samsung_config()Bartlomiej Zolnierkiewicz1-3/+0
2017-08-21pwm: mediatek: Disable clock on PWM configuration failureZhi Mao1-1/+6
2017-08-21pwm: mediatek: Fix clock control issueZhi Mao1-22/+47
2017-08-21pwm: mediatek: Fix PWM source clock selectionZhi Mao1-1/+1
2017-08-21pwm: mediatek: Fix Kconfig descriptionZhi Mao1-1/+1
2017-08-21pwm: tegra: Explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-21pwm: hibvt: Explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-21pwm: tiehrpwm: Set driver data before runtime PM enableThierry Reding1-1/+1
2017-08-21pwm: tiehrpwm: Miscellaneous coding style fixupsThierry Reding1-50/+62
2017-08-21pwm: tiecap: Set driver data before runtime PM enableThierry Reding1-1/+1
2017-08-21pwm: tiecap: Miscellaneous coding style fixupsThierry Reding1-41/+47
2017-08-21pwm: tiehrpwm: fix clock imbalance in probe error pathJohan Hovold1-1/+6
2017-08-21pwm: tiehrpwm: Fix runtime PM imbalance at unbindJohan Hovold1-1/+0
2017-08-21pwm: Kconfig: Enable pwm-tiecap to be built for KeystoneVignesh R1-1/+1
2017-08-21pwm: Add ZTE ZX PWM device driverShawn Guo3-0/+292
2017-08-21pwm: bcm2835: Support for polarity setting via DTStefan Wahren1-0/+2
2017-08-18pwm: rockchip: Add rk3328 supportDavid Wu1-2/+41
2017-08-18pwm: rockchip: Use same PWM ops for each IPDavid Wu1-111/+38
2017-08-18pwm: rockchip: Move the configuration of polarityDavid Wu1-24/+24
2017-08-18pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu1-63/+78
2017-08-18pwm: rockchip: Remove the judge from return value of pwm_config()David Wu1-10/+2
2017-08-18pwm: rockchip: Add APB and function both clocks supportDavid Wu1-9/+49
2017-08-18pwm: renesas-tpu: Remove support for SH7372Simon Horman1-1/+0
2017-07-25pwm: vt8500: Undo preparation of a clock source.Arvind Yadav1-0/+1
2017-07-25pwm: pca9685: clarify pca9685_set_sleep_mode() interface.Sven Van Asbroeck1-7/+7
2017-07-25pwm: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-13Merge tag 'pwm/for-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-132/+211
2017-07-06Merge branch 'for-4.13/drivers' into for-nextThierry Reding6-131/+208
2017-07-06pwm: cros-ec: Fix transposed param settingsNick Vaccaro1-2/+2
2017-07-06pwm: meson: Improve PWM calculation precisionJerome Brunet1-6/+10
2017-07-06pwm: meson: Add compatible for the gxbb ao PWMsJerome Brunet1-3/+29
2017-07-06pwm: sun4i: Drop legacy callbacksAlexandre Belloni1-160/+0
2017-07-06pwm: sun4i: Switch to atomic PWMAlexandre Belloni1-0/+166
2017-07-06pwm: sun4i: Improve hardware read outAlexandre Belloni1-19/+46
2017-07-06pwm: hibvt: Constify hibvt_pwm_opsArvind Yadav1-1/+1
2017-07-06pwm: Silently error out on EPROBE_DEFERJerome Brunet1-1/+3
2017-07-06pwm: bfin: Remove unneeded error messageMarkus Elfring1-3/+1
2017-06-13pwm: tegra: Set maximum pwm clock source per SoC tapeoutLaxman Dewangan1-1/+17
2017-05-22pwm: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil1-29/+0
2017-04-13Merge branch 'for-4.12/drivers' into for-nextThierry Reding7-309/+605
2017-04-13pwm: tegra: Read PWM clock source rate in driver initLaxman Dewangan1-1/+6
2017-04-13pwm: pca9685: Fix GPIO-only operationSven Van Asbroeck1-33/+79
2017-04-13pwm: mediatek: Don't explicitly set .ownerkbuild test robot1-1/+0
2017-04-13pwm: tegra: Avoid potential overflow for short periodsThierry Reding1-6/+4
2017-04-12pwm: tegra: Add support to configure pin state in suspends/resumeLaxman Dewangan1-0/+18
2017-04-12pwm: tegra: Increase precision in PWM rate calculationLaxman Dewangan1-2/+5
2017-04-12pwm: tegra: Use DIV_ROUND_CLOSEST_ULL() instead of local implementationLaxman Dewangan1-2/+1
2017-04-06pwm: Add MediaTek PWM supportJohn Crispin3-0/+230
2017-04-06pwm: atmel: Enable PWM on sama5d2Claudiu Beznea1-0/+3
2017-04-06pwm: atmel: Switch to atomic PWMClaudiu Beznea1-144/+129
2017-04-06pwm: atmel-hlcdc: Implement the suspend/resume hooksBoris Brezillon1-0/+35
2017-04-06pwm: atmel-hlcdc: Convert to the atomic PWM APIBoris Brezillon1-126/+101
2017-04-06pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu1-7/+33
2017-04-06pwm: lpss: Set enable-bit before waiting for update-bit to go lowHans de Goede4-6/+16
2017-04-06pwm: lpss: Split Tangier configurationAndy Shevchenko1-1/+8
2017-03-01Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-275/+445
2017-02-10Merge branch 'for-4.11/drivers' into for-nextThierry Reding10-227/+408
2017-01-30pwm: Try to load modules during pwm_get()Hans de Goede1-0/+14
2017-01-30pwm: Don't hold pwm_lookup_lock longer than necessaryHans de Goede1-10/+8
2017-01-30pwm: Make the PWM_POLARITY flag in DTB optionalLothar Wassmann1-10/+12
2017-01-30pwm: Print error messages with pr_err() instead of pr_debug()Lothar Wassmann1-2/+2
2017-01-30pwm: imx: Add polarity inversion support to i.MX's PWMv2Lukasz Majewski1-5/+19
2017-01-30pwm: imx: Remove redundant i.MX PWMv2 codeLukasz Majewski1-127/+0
2017-01-30pwm: imx: Provide atomic PWM support for i.MX PWMv2Lukasz Majewski1-0/+67
2017-01-30pwm: imx: Move PWMv2 wait for fifo slot code to a separate functionLukasz Majewski1-18/+25
2017-01-30pwm: imx: Move PWMv2 software reset code to a separate functionLukasz Majewski1-10/+21
2017-01-30pwm: imx: Rewrite v1 code to facilitate switch to atomic PWMLukasz Majewski1-10/+22
2017-01-30pwm: imx: Add separate set of PWM ops for v1 and v2Lukasz Majewski1-3/+14
2017-01-30pwm: imx: Remove ipg clock and enable per clock when requiredSascha Hauer1-10/+2
2017-01-30pwm: lpss: Add Intel Gemini Lake PCI IDMika Westerberg1-0/+1
2017-01-30pwm: lpss: Do not export board infos for different PWM typesAndy Shevchenko4-28/+42
2017-01-30pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabledIlkka Koskinen1-9/+43
2017-01-30pwm: lpss: Switch to new atomic APIAndy Shevchenko1-35/+29
2017-01-30pwm: lpss: Allow duty cycle to be 0Andy Shevchenko1-2/+0
2017-01-30pwm: lpss: Avoid potential overflow of base_unitAndy Shevchenko1-3/+3
2017-01-25pwm: Add driver for STM32 plaftormBenjamin Gaignard3-0/+407
2017-01-20pwm: pca9685: Fix period change with same duty cycleClemens Gruber1-11/+0
2017-01-19pwm: constify pwm_ops structuresBhumika Goyal4-4/+4
2017-01-19pwm: bcm-iproc: Update dependencies for compile-testScott Branden1-1/+3
2017-01-19pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIOMika Westerberg1-1/+163
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding14-14/+1
2017-01-04pwm: Remove pwm_can_sleep()Thierry Reding1-12/+0
2016-12-15Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+281
2016-11-29pwm: Add PWM driver for HiSilicon BVT SOCsyuanjian3-0/+281
2016-11-29pwm: Fix device reference leakJohan Hovold1-0/+2
2016-10-21pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas1-1/+0
2016-10-21pwm: meson: Add missing spin_lock_init()Axel Lin1-0/+1
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
2016-07-08pwm: pwm-ti*: Get the clock from the PWMSS parent when using old bindingsCooper Jr., Franklin2-0/+18
2016-07-07Merge tag 'omap-for-v4.8/ir-rx51-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-5/+7
2016-07-06pwm: clps711x: Changing the compatibility string to match with the smallest s...Alexander Shiyan1-1/+1
2016-06-29pwm: omap-dmtimer: Allow for setting dmtimer clock sourceIvaylo Dimitrov1-5/+7
2016-06-14pwm: atmel-hlcdc: Fix default PWM polarityBoris Brezillon1-1/+1
2016-06-10pwm: sysfs: Add PWM capture supportLee Jones1-0/+17
2016-06-10pwm: Add PWM capture supportLee Jones1-0/+27
2016-06-10pwm: sysfs: Get return value from pwm_apply_state()Ryo Kodama1-1/+1
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris1-1/+2
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-106/+199
2016-05-17Merge branch 'for-4.7/pwm-atomic' into for-nextThierry Reding7-109/+194
2016-05-17Merge branch 'for-4.7/pwm-args' into for-nextThierry Reding3-8/+22
2016-05-17pwm: Add information about polarity, duty cycle and period to debugfsHeiko Stübner1-0/+5
2016-05-17pwm: Switch to the atomic APIBoris Brezillon2-12/+41
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon1-68/+119
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon1-0/+3
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon1-4/+9
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon1-4/+4
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon1-14/+0
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon4-4/+5
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON2-19/+24
2016-05-17pwm: rcar: Make use of pwm_is_enabled()Boris BREZILLON1-1/+1
2016-05-17pwm: Fix pwm_apply_args() call sitesBoris Brezillon1-10/+17
2016-05-13Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-s...Mark Brown3-9/+16
2016-05-03pwm: Use kcalloc() instead of kzalloc()Thierry Reding1-1/+1
2016-05-03pwm: Add missing newlineThierry Reding1-0/+1
2016-05-03pwm: Introduce the pwm_args conceptBoris Brezillon3-9/+16
2016-04-14pwm: fsl-ftm: Use flat regmap cacheStefan Agner1-1/+1
2016-03-23pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin1-1/+8
2016-03-23pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin1-5/+1
2016-03-23pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin1-4/+30
2016-03-23pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin1-7/+20
2016-03-23pwm: brcmstb: Fix check of devm_ioremap_resource() return codeVladimir Zapolskiy1-2/+2
2016-03-23pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILESimon Horman1-1/+1
2016-03-23pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-03-23pwm: img: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-01-21pwm: Mark all devices as "might sleep"Thierry Reding1-1/+1
2016-01-04pwm: omap-dmtimer: Potential NULL dereference on errorDan Carpenter1-1/+1
2016-01-04pwm: add HAS_IOMEM dependency to PWM_FSL_FTMVegard Nossum1-0/+1
2015-12-16pwm: Add PWM driver for OMAP using dual-mode timersNeil Armstrong3-0/+337
2015-12-16pwm: rcar: Improve accuracy of frequency division settingRyo Kodama1-1/+1
2015-12-16pwm: lpc32xx: return ERANGE, if requested period is not supportedVladimir Zapolskiy1-3/+3
2015-12-16pwm: lpc32xx: fix and simplify duty cycle and period calculationsVladimir Zapolskiy1-34/+19
2015-12-16pwm: lpc32xx: make device usable with common clock frameworkVladimir Zapolskiy1-2/+2
2015-12-16pwm: lpc32xx: correct number of PWM channels from 2 to 1Vladimir Zapolskiy1-1/+1
2015-12-16pwm: fsl-ftm: Fix clock enable/disable when using PMStefan Agner1-33/+25
2015-12-16pwm: lpss: Rework the sequence of programming PWM_SW_UPDATEMika Westerberg1-2/+21