Age | Commit message (Expand) | Author |
2015-06-23 | Merge tag 'pwm/for-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-06-12 | pwm: lpss: pci: Add support for Broxton platform | Qipeng Zha |
2015-06-12 | pwm: bcm-kona: Don't set polarity in probe | Arun Ramamurthy |
2015-06-12 | pwm: Add pwmchip_add_with_polarity() API | Tim Kryger |
2015-06-12 | pwm: atmel: Fix incorrect CDTY value after disabling | Alexandre Belloni |
2015-06-12 | pwm: atmel: Fix incorrect CDTY value after enabling | Alexandre Belloni |
2015-05-21 | pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modalias | Javier Martinez Canillas |
2015-05-19 | pwm: img: Impose upper and lower timebase steps value | Naidu Tellapati |
2015-05-06 | pwm: Add support to remove registered consumer lookup tables | Shobhit Kumar |
2015-04-23 | pwm: Remove __init initializer for pwm_add_table() | Shobhit Kumar |
2015-03-27 | pwm: samsung: Fix output race on disabling | Sjoerd Simons |
2015-03-11 | pwm: mxs: Fix period divider computation | Gaetan Hug |
2015-03-11 | pwm: atmel-hlcdc: Add errata handling for sama5d4 | Nicolas Ferre |
2015-03-11 | pwm: pca9685: Constify struct regmap_config | Krzysztof Kozlowski |
2015-02-18 | pwm: tegra: Use NSEC_PER_SEC | Thierry Reding |
2015-02-03 | pwm: Remove unnecessary check before of_node_put() | Markus Elfring |
2015-01-30 | pwm: Imagination Technologies PWM DAC driver | Naidu Tellapati |
2015-01-30 | pwm: sti: Maintain a bitmap of configured devices | Ajit Pal Singh |
2015-01-30 | pwm: Add Allwinner SoC support | Alexandre Belloni |
2015-01-30 | pwm: atmel-hlcdc: Prevent division by zero | Boris BREZILLON |
2015-01-30 | pwm: atmel-hlcdc: Depend on HAVE_CLK | Thierry Reding |
2014-12-17 | Merge tag 'pwm/for-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-12-04 | pwm: atmel-hlcdc: add at91sam9x5 and sama5d3 errata handling | Boris BREZILLON |
2014-12-01 | pwm: ftm: Add Power Management support for FTM PWM | Xiubo Li |
2014-12-01 | pwm: ftm: Add regmap rbtree type cache support | Xiubo Li |
2014-12-01 | pwm: ftm: Correctly track usage count | Xiubo Li |
2014-11-17 | pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7 | Abhilash Kesavan |
2014-11-17 | pwm: add support for atmel-hlcdc-pwm device | Boris Brezillon |
2014-11-17 | pwm: Add BCM2835 PWM driver | Bart Tanghe |
2014-11-03 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman |
2014-10-21 | Merge tag 'pwm/for-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-10-20 | pwm: drop owner assignment from platform_drivers | Wolfram Sang |
2014-10-20 | pwm: Let PWM_CLPS711X depend on HAS_IOMEM | Chen Gang |
2014-09-25 | pwm: atmel: Fix calculation of prescale value | Nikolaus Voss |
2014-09-09 | Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/... | Arnd Bergmann |
2014-09-08 | ARM: at91/tclib: move initialization from alloc to probe | Gaël PORTAY |
2014-08-29 | pwm: Fix uninitialized warnings in pwm_get() | Geert Uytterhoeven |
2014-08-26 | pwm: rockchip: Allow polarity invert on rk3288 | Doug Anderson |
2014-08-25 | pwm: imx: Avoid sample FIFO overflow for i.MX PWM version2 | Liu Ying |
2014-08-25 | pwm: imx: Cleanup indentation for register definitions | Liu Ying |
2014-08-25 | pwm: imx: Fix the macro MX3_PWMCR_PRESCALER(x) definition | Liu Ying |
2014-08-25 | pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error. | Xiubo Li |
2014-08-25 | pwm: lpss: make it buildable only on X86 | Andy Shevchenko |
2014-08-25 | pwm: lpss: use c99 initializers in structures | Julia Lawall |
2014-08-23 | pwm: lpss: Fix build failure on PowerPC | Thierry Reding |
2014-08-23 | pwm: lpss: pci: Move to use pcim_enable_device() | Andy Shevchenko |
2014-08-23 | pwm: lpss: Properly split driver to parts | Andy Shevchenko |
2014-08-22 | pwm: lpss: Add ACPI and PCI IDs for Intel Braswell | Alan Cox |
2014-08-22 | pwm: fsl-ftm: Select REGMAP_MMIO | Fabio Estevam |
2014-08-20 | pwm: fsl-ftm: Convert to direct regmap API usage | Xiubo Li |