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