- b577cdc pwm: samsung: Fix kernel warning while unexporting a channel by Sachin Kamat · 11 years ago
- a230869 pwm: add ep93xx PWM support by H Hartley Sweeten · 11 years ago
- faed9c3 pwm: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
- becbca1 pwm: imx: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
- 3cb3b2b pwm: lpc32xx: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
- de02cb8 pwm: mxs: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
- ea8eeb1 pwm: twl: Include linux/of.h header by Sachin Kamat · 11 years ago
- e852340 pwm: twl-led: Include linux/of.h header by Sachin Kamat · 11 years ago
- c3bdfe1 pwm: samsung: Include linux/of.h header by Sachin Kamat · 11 years ago
- 2a8876c pwm: imx: Include linux/of.h header by Sachin Kamat · 11 years ago
- ceb12f9 pwm: atmel-tcb: fix max time computation for slow clk source by Boris BREZILLON · 11 years ago
- f3a8217 pwm: atmel-tcb: add missing clk source config by Boris BREZILLON · 11 years ago
- 8e73e36 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
- 1e185c7 pwm: pxa: Use module_platform_driver by Mike Dunn · 11 years ago
- ac872bc pwm: tiehrpwm: add missing __iomem annotation by Jingoo Han · 11 years ago
- 3943a65 pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context() by Jingoo Han · 11 years ago
- 88d5a2e pwm: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
- 382457e pwm: renesas-tpu: Add DT support by Laurent Pinchart · 11 years ago
- 208be76 pwm: Use the DT macro directly when parsing PWM DT flags by Laurent Pinchart · 11 years ago
- cfb9e4c pwm: mxs: Check the return value from stmp_reset_block() by Fabio Estevam · 11 years ago
- 6059235 pwm: Remove superseded pwm-samsung-legacy driver by Tomasz Figa · 12 years ago
- 11ad39e pwm: Add new pwm-samsung driver by Tomasz Figa · 12 years ago
- 615c19e pwm: samsung: Rename to pwm-samsung-legacy by Tomasz Figa · 12 years ago
- 9da0175 pwm: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
- b388f15 pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare. by Marek Belisko · 11 years ago
- fed1bf8 pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bit by Axel Lin · 11 years ago
- 71077bc pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work by Axel Lin · 11 years ago
- 00cf99e pwm: renesas-tpu: fix return value check in tpu_probe() by Wei Yongjun · 11 years ago
- 99b82ab pwm: Add Renesas TPU PWM driver by Laurent Pinchart · 11 years ago
- 76abbdde pwm: Add sysfs interface by H Hartley Sweeten · 11 years ago
- 3dd0a90 pwm: Fill in missing .owner fields by Thierry Reding · 11 years ago
- 88b613e pwm: add pca9685 driver by Steffen Trumtrar · 11 years ago
- 8796f9c pwm: atmel-tcb: prepare clk before calling enable by Boris BREZILLON · 11 years ago
- 77f0b9d pwm: devm: alloc correct pointer size by Wolfram Sang · 11 years ago
- e792714 pwm: mxs: Let device core handle pinctrl by Fabio Estevam · 11 years ago
- 362e9cd drivers/pwm: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
- affb923 pwm: lpc32xx: Don't change PWM_ENABLE bit in lpc32xx_pwm_config by Axel Lin · 12 years ago
- 08ee77b pwm: lpc32xx: Properly set PWM_ENABLE bit in lpc32xx_pwm_[enable|disable] by Axel Lin · 12 years ago
- f1a8870 pwm: Constify OF match tables by Thierry Reding · 12 years ago
- a46ef4d pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip by Axel Lin · 12 years ago
- 22976a5 pwm: pxa: Remove PWM_ID_BASE macro by Axel Lin · 12 years ago
- b3fef7f pwm: spear: Remove unused *dev from struct spear_pwm_chip by Axel Lin · 12 years ago
- 4e61573 pwm: mxs: Remove unused *dev from struct mxs_pwm_chip by Axel Lin · 12 years ago
- c8e4df3 pwm: twl: Return proper error if twl6030_pwm_enable() fails by Axel Lin · 12 years ago
- b014a30 pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chip by Axel Lin · 12 years ago
- 72da70e pwm: imx: Remove enabled field from struct imx_chip by Axel Lin · 12 years ago
- d5714e8 pwm: twl: Add .owner to struct pwm_ops by Axel Lin · 12 years ago
- 7fa2531 pwm: twl-led: Add .owner to struct pwm_ops by Axel Lin · 12 years ago
- 83c80dc pwm: atmel-tcb: Add .owner to struct pwm_ops by Axel Lin · 12 years ago
- fa0abee pwm: ab8500: Add .owner to struct pwm_ops by Axel Lin · 12 years ago
- 563861c pwm: spear: Fix checking return value of clk_enable() and clk_prepare() by Axel Lin · 12 years ago
- b343a18 pwm: tiehrpwm: Staticize non-exported symbols by Axel Lin · 12 years ago
- a38c989 pwm: tiecap: Staticize non-exported symbols by Axel Lin · 12 years ago
- 622fc5d pwm: ab8500: Fix trivial typo in dev_err message by Axel Lin · 12 years ago
- 1bf0f20 pwm: davinci: Add Kconfig support for ECAP & EHRPWM devices by Philip Avinash · 12 years ago
- 29258b2 pwm: pwm-tiehrpwm: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
- c26e9bb pwm: pwm-tipwmss: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
- b78f5fc pwm: pwm-tiecap: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
- c509a8e pwm: samsung: convert s3c_pwm to dev_pm_ops by Jingoo Han · 12 years ago
- 482467a pwm: ab8500: use devm_kzalloc() by Jingoo Han · 12 years ago
- 3eb0522 Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
- 0512c04 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
- 30f7861 pwm: twl: Use to_twl() instead of container_of() by Johannes Thumshirn · 12 years ago
- 838bf09 pwm: tegra: assume CONFIG_OF by Stephen Warren · 12 years ago
- 261a5ed pwm: Add devm_of_pwm_get() as exported API for users by Peter Ujfalusi · 12 years ago
- 8eb9612 pwm: core: Rename of_pwm_request() to of_pwm_get() and export it by Peter Ujfalusi · 12 years ago
- 928c447 pwm: Export pwm_{set,get}_chip_data() by Thierry Reding · 12 years ago
- b133d2a pwm: Make Kconfig entries more consistent by Thierry Reding · 12 years ago
- 2e2a0f6 pwm: Add can_sleep property to drivers by Florian Vaussard · 12 years ago
- 6e69ab1 pwm: Add pwm_can_sleep() as exported API to users by Florian Vaussard · 12 years ago
- 6d4294d pwm: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
- 0d75c20 pwm: pwm-tiecap: Low power sleep support by Philip Avinash · 12 years ago
- 0e2feb1 pwm: pwm-tiehrpwm: Low power sleep support by Philip Avinash · 12 years ago
- 0074b49 pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver by Philip, Avinash · 12 years ago
- 3ccb1c1 pwm: vt8500: Add polarity support by Tony Prisk · 12 years ago
- 8ab432c pwm: vt8500: Register write busy test performed incorrectly by Tony Prisk · 12 years ago
- 9421bade pwm: atmel: add Timer Counter Block PWM driver by Boris BREZILLON · 12 years ago
- 74779e2 Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
- 20e8ac3 pwm: samsung: add missing s3c->pwm_id assignment by Joonyoung Shim · 12 years ago
- 8fc6d09 pwm: lpc32xx: Set the chip base for dynamic allocation by Alban Bedel · 12 years ago
- 54b2a99 pwm: lpc32xx: Properly disable the clock on device removal by Alban Bedel · 12 years ago
- a9a18e0 pwm: lpc32xx: Fix the PWM polarity by Alban Bedel · 12 years ago
- 983290b pwm: i.MX: eliminate build warning by Lothar Waßmann · 12 years ago
- 417328c pwm: Export of_pwm_xlate_with_flags() by Thierry Reding · 12 years ago
- 77f3791 pwm: remove use of __devexit by Bill Pemberton · 12 years ago
- 3e9fe83 pwm: remove use of __devinit by Bill Pemberton · 12 years ago
- fd10911 pwm: remove use of __devexit_p by Bill Pemberton · 12 years ago
- 6179a58 pwm: Remove pwm-twl6030 driver by Peter Ujfalusi · 12 years ago
- aa76564 pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs by Peter Ujfalusi · 12 years ago
- 3744c26 pwm: New driver to support PWMs on TWL4030/6030 series of PMICs by Peter Ujfalusi · 12 years ago
- 98ccf49 pwm: pwm-tiehrpwm: pinctrl support by Philip, Avinash · 12 years ago
- 53ad9e8 pwm: tiehrpwm: Add device-tree binding by Philip, Avinash · 12 years ago
- d91861d pwm: pwm-tiehrpwm: Adding TBCLK gating support. by Philip, Avinash · 12 years ago
- 3db9b76 pwm: pwm-tiecap: pinctrl support by Philip, Avinash · 12 years ago
- 333b08e pwm: tiecap: Add device-tree binding by Philip, Avinash · 12 years ago
- af0ba00 pwm: Add TI PWM subsystem driver by Philip, Avinash · 12 years ago
- 83af240 pwm: Device tree support for PWM polarity by Philip, Avinash · 12 years ago
- 422470a pwm: vt8500: Ensure PWM clock is enabled during pwm_config by Tony Prisk · 12 years ago
- 2f9569f pwm: vt8500: Fix build error by Tony Prisk · 12 years ago
- c937136 pwm: spear: Staticize spear_pwm_config() by Axel Lin · 12 years ago