aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2016-08-06Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-25Merge branch 'for-4.8/drivers' into for-nextThierry Reding
2016-07-25Merge branch 'for-4.8/capture' into for-nextThierry Reding
2016-07-25pwm: Add ChromeOS EC PWM driverBrian Norris
2016-07-11pwm: atmel: Use of_device_get_match_data()Thierry Reding
2016-07-11pwm: atmel: Fix checkpatch warningsThierry Reding
2016-07-11pwm: atmel: Fix disabling of PWM channelsGuillermo Rodriguez
2016-07-11pwm: rcar: Use ARCH_RENESASRyo Kodama
2016-07-11pwm: tegra: Add support for Tegra186Laxman Dewangan
2016-07-11pwm: tegra: Avoid overflow when calculating duty cycleHyong Bin Kim
2016-07-11pwm: tegra: Allow 100 % duty cycleVictor(Weiguo) Pan
2016-07-11pwm: tegra: Add support for reset controlRohith Seelaboyina
2016-07-11pwm: tegra: Rename mmio_base to regsThierry Reding
2016-07-11pwm: tegra: Remove useless paddingThierry Reding
2016-07-11pwm: tegra: Drop NUM_PWM macroThierry Reding
2016-07-11pwm: lpc32xx: Set PWM_PIN_LEVEL bit to default valueSylvain Lemieux
2016-07-11pwm: Add a driver for the STMPE PWMLinus Walleij
2016-07-11pwm: rockchip: Add support for atomic updateBoris Brezillon
2016-07-11pwm: rockchip: Avoid glitches on already running PWMsBoris Brezillon
2016-07-11pwm: rockchip: Add support for hardware readoutBoris Brezillon
2016-07-11pwm: rockchip: Fix period and duty cycle approximationBoris Brezillon
2016-07-11pwm: Add support for Broadcom iProc PWM controllerYendapally Reddy Dhananjaya Reddy
2016-07-11pwm: lpss: Move clk_rate check to ->probe()Andy Shevchenko
2016-07-11pwm: lpss: pci: Enable PWM module on Intel EdisonAndy Shevchenko
2016-07-11pwm: lpss: Prevent on_time_div overflow on lower frequenciesMika Westerberg
2016-07-11pwm: lpss: Fix base_unit calculation for PWM frequencyDan O'Donovan
2016-07-11pwm: pwm-ti*: Remove support for local clock gatingCooper Jr., Franklin
2016-07-08pwm: pwm-ti*: Get the clock from the PWMSS parent when using old bindingsCooper Jr., Franklin
2016-07-07Merge tag 'omap-for-v4.8/ir-rx51-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann
2016-07-06pwm: clps711x: Changing the compatibility string to match with the smallest s...Alexander Shiyan
2016-06-29pwm: omap-dmtimer: Allow for setting dmtimer clock sourceIvaylo Dimitrov
2016-06-14pwm: atmel-hlcdc: Fix default PWM polarityBoris Brezillon
2016-06-10pwm: sysfs: Add PWM capture supportLee Jones
2016-06-10pwm: Add PWM capture supportLee Jones
2016-06-10pwm: sysfs: Get return value from pwm_apply_state()Ryo Kodama
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for-4.7/pwm-atomic' into for-nextThierry Reding
2016-05-17Merge branch 'for-4.7/pwm-args' into for-nextThierry Reding
2016-05-17pwm: Add information about polarity, duty cycle and period to debugfsHeiko Stübner
2016-05-17pwm: Switch to the atomic APIBoris Brezillon
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON
2016-05-17pwm: rcar: Make use of pwm_is_enabled()Boris BREZILLON