Age | Commit message (Expand) | Author |
2016-08-06 | Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-08-01 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-07-25 | Merge branch 'for-4.8/drivers' into for-next | Thierry Reding |
2016-07-25 | Merge branch 'for-4.8/capture' into for-next | Thierry Reding |
2016-07-25 | pwm: Add ChromeOS EC PWM driver | Brian Norris |
2016-07-11 | pwm: atmel: Use of_device_get_match_data() | Thierry Reding |
2016-07-11 | pwm: atmel: Fix checkpatch warnings | Thierry Reding |
2016-07-11 | pwm: atmel: Fix disabling of PWM channels | Guillermo Rodriguez |
2016-07-11 | pwm: rcar: Use ARCH_RENESAS | Ryo Kodama |
2016-07-11 | pwm: tegra: Add support for Tegra186 | Laxman Dewangan |
2016-07-11 | pwm: tegra: Avoid overflow when calculating duty cycle | Hyong Bin Kim |
2016-07-11 | pwm: tegra: Allow 100 % duty cycle | Victor(Weiguo) Pan |
2016-07-11 | pwm: tegra: Add support for reset control | Rohith Seelaboyina |
2016-07-11 | pwm: tegra: Rename mmio_base to regs | Thierry Reding |
2016-07-11 | pwm: tegra: Remove useless padding | Thierry Reding |
2016-07-11 | pwm: tegra: Drop NUM_PWM macro | Thierry Reding |
2016-07-11 | pwm: lpc32xx: Set PWM_PIN_LEVEL bit to default value | Sylvain Lemieux |
2016-07-11 | pwm: Add a driver for the STMPE PWM | Linus Walleij |
2016-07-11 | pwm: rockchip: Add support for atomic update | Boris Brezillon |
2016-07-11 | pwm: rockchip: Avoid glitches on already running PWMs | Boris Brezillon |
2016-07-11 | pwm: rockchip: Add support for hardware readout | Boris Brezillon |
2016-07-11 | pwm: rockchip: Fix period and duty cycle approximation | Boris Brezillon |
2016-07-11 | pwm: Add support for Broadcom iProc PWM controller | Yendapally Reddy Dhananjaya Reddy |
2016-07-11 | pwm: lpss: Move clk_rate check to ->probe() | Andy Shevchenko |
2016-07-11 | pwm: lpss: pci: Enable PWM module on Intel Edison | Andy Shevchenko |
2016-07-11 | pwm: lpss: Prevent on_time_div overflow on lower frequencies | Mika Westerberg |
2016-07-11 | pwm: lpss: Fix base_unit calculation for PWM frequency | Dan O'Donovan |
2016-07-11 | pwm: pwm-ti*: Remove support for local clock gating | Cooper Jr., Franklin |
2016-07-08 | pwm: pwm-ti*: Get the clock from the PWMSS parent when using old bindings | Cooper Jr., Franklin |
2016-07-07 | Merge tag 'omap-for-v4.8/ir-rx51-signed' of git://git.kernel.org/pub/scm/linu... | Arnd Bergmann |
2016-07-06 | pwm: clps711x: Changing the compatibility string to match with the smallest s... | Alexander Shiyan |
2016-06-29 | pwm: omap-dmtimer: Allow for setting dmtimer clock source | Ivaylo Dimitrov |
2016-06-14 | pwm: atmel-hlcdc: Fix default PWM polarity | Boris Brezillon |
2016-06-10 | pwm: sysfs: Add PWM capture support | Lee Jones |
2016-06-10 | pwm: Add PWM capture support | Lee Jones |
2016-06-10 | pwm: sysfs: Get return value from pwm_apply_state() | Ryo Kodama |
2016-06-10 | pwm: Improve args checking in pwm_apply_state() | Brian Norris |
2016-05-25 | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-05-17 | Merge branch 'for-4.7/pwm-atomic' into for-next | Thierry Reding |
2016-05-17 | Merge branch 'for-4.7/pwm-args' into for-next | Thierry Reding |
2016-05-17 | pwm: Add information about polarity, duty cycle and period to debugfs | Heiko Stübner |
2016-05-17 | pwm: Switch to the atomic API | Boris Brezillon |
2016-05-17 | pwm: Add core infrastructure to allow atomic updates | Boris Brezillon |
2016-05-17 | pwm: Add hardware readout infrastructure | Boris Brezillon |
2016-05-17 | pwm: Move the enabled/disabled info into pwm_state | Boris Brezillon |
2016-05-17 | pwm: Introduce the pwm_state concept | Boris Brezillon |
2016-05-17 | pwm: Keep PWM state in sync with hardware state | Boris Brezillon |
2016-05-17 | pwm: Use pwm_get/set_xxx() helpers where appropriate | Boris Brezillon |
2016-05-17 | pwm: Get rid of pwm->lock | Boris BREZILLON |
2016-05-17 | pwm: rcar: Make use of pwm_is_enabled() | Boris BREZILLON |