aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2015-02-18pwm: tegra: Use NSEC_PER_SECThierry Reding1-1/+1
2015-02-03pwm: Remove unnecessary check before of_node_put()Markus Elfring1-1/+1
2015-01-30pwm: Imagination Technologies PWM DAC driverNaidu Tellapati3-0/+263
2015-01-30pwm: sti: Maintain a bitmap of configured devicesAjit Pal Singh1-19/+11
2015-01-30pwm: Add Allwinner SoC supportAlexandre Belloni3-0/+377
2015-01-30pwm: atmel-hlcdc: Prevent division by zeroBoris BREZILLON1-0/+6
2015-01-30pwm: atmel-hlcdc: Depend on HAVE_CLKThierry Reding1-0/+1
2014-12-17Merge tag 'pwm/for-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-5/+587
2014-12-04pwm: atmel-hlcdc: add at91sam9x5 and sama5d3 errata handlingBoris BREZILLON1-5/+45
2014-12-01pwm: ftm: Add Power Management support for FTM PWMXiubo Li1-1/+48
2014-12-01pwm: ftm: Add regmap rbtree type cache supportXiubo Li1-0/+11
2014-12-01pwm: ftm: Correctly track usage countXiubo Li1-3/+1
2014-11-17pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7Abhilash Kesavan1-1/+1
2014-11-17pwm: add support for atmel-hlcdc-pwm deviceBoris Brezillon3-0/+271
2014-11-17pwm: Add BCM2835 PWM driverBart Tanghe3-0/+215
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman19-19/+0
2014-10-21Merge tag 'pwm/for-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-219/+379
2014-10-20pwm: drop owner assignment from platform_driversWolfram Sang19-19/+0
2014-10-20pwm: Let PWM_CLPS711X depend on HAS_IOMEMChen Gang1-0/+1
2014-09-25pwm: atmel: Fix calculation of prescale valueNikolaus Voss1-13/+11
2014-09-09Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/...Arnd Bergmann1-1/+1
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY1-1/+1
2014-08-29pwm: Fix uninitialized warnings in pwm_get()Geert Uytterhoeven1-15/+14
2014-08-26pwm: rockchip: Allow polarity invert on rk3288Doug Anderson1-9/+48
2014-08-25pwm: imx: Avoid sample FIFO overflow for i.MX PWM version2Liu Ying1-2/+43
2014-08-25pwm: imx: Cleanup indentation for register definitionsLiu Ying1-13/+13
2014-08-25pwm: imx: Fix the macro MX3_PWMCR_PRESCALER(x) definitionLiu Ying1-1/+1
2014-08-25pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-1/+1
2014-08-25pwm: lpss: make it buildable only on X86Andy Shevchenko1-0/+1
2014-08-25pwm: lpss: use c99 initializers in structuresJulia Lawall1-2/+2
2014-08-23pwm: lpss: Fix build failure on PowerPCThierry Reding1-0/+1
2014-08-23pwm: lpss: pci: Move to use pcim_enable_device()Andy Shevchenko1-2/+1
2014-08-23pwm: lpss: Properly split driver to partsAndy Shevchenko6-127/+195
2014-08-22pwm: lpss: Add ACPI and PCI IDs for Intel BraswellAlan Cox1-0/+8
2014-08-22pwm: fsl-ftm: Select REGMAP_MMIOFabio Estevam1-0/+1
2014-08-20pwm: fsl-ftm: Convert to direct regmap API usageXiubo Li1-39/+44
2014-08-20pwm: fsl-ftm: Clean up the codeXiubo Li1-7/+6
2014-08-18pwm: Fix period and polarity in pwm_get() for non-perfect matchesGeert Uytterhoeven1-2/+6
2014-08-08Merge tag 'pwm/for-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-25/+713
2014-08-08pwm: rockchip: Added to support for RK3288 SoCCaesar Wang1-24/+111
2014-08-08pwm: sti: Remove PWM period tableAjit Pal Singh1-48/+16
2014-08-08pwm: sti: Sync between enable/disable callsAjit Pal Singh1-14/+30
2014-08-08pwm: sti: Ensure same period values for all channelsAjit Pal Singh1-44/+96
2014-08-08pwm: sti: Fix PWM prescaler handlingAjit Pal Singh1-11/+27
2014-08-07pwm: sti: Add new driver for ST's PWM IPLee Jones3-0/+377
2014-08-07pwm: imx: set can_sleep flag for imx_pwmShawn Guo1-0/+1
2014-08-07pwm: lpss: remove dependency on clk frameworkHeikki Krogerus1-22/+10
2014-08-07pwm: pwm-tipwmss: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-07-11pwm: add Rockchip SoC PWM supportBeniamino Galvani3-0/+185
2014-07-09PWM: atmel: allow building for AVR32Alexandre Belloni1-1/+1
2014-06-11Merge tag 'pwm/for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-97/+487
2014-05-23pwm: fsl-ftm: set pwm_chip can_sleep flagAxel Lin1-0/+1
2014-05-21pwm: ab8500: Fix wrong value shift for disable/enable PWMAxel Lin1-7/+2
2014-05-21pwm: samsung: do not set manual update bit in pwm_samsung_configAjay Kumar1-3/+0
2014-05-21pwm: lp3943: Set pwm_chip can_sleep flagAxel Lin1-0/+1
2014-05-21pwm: atmel: set pwm_chip can_sleep flagAlexandre Belloni1-0/+1
2014-05-21pwm: mxs: set pwm_chip can_sleep flagShawn Guo1-0/+1
2014-05-21pwm: tiehrpwm: inline accessor functionsWolfram Sang1-2/+2
2014-05-21pwm: tiehrpwm: don't build PM related functions when not neededWolfram Sang1-1/+1
2014-05-21pwm: renesas-tpu: remove unused struct tpu_pwm_platform_dataAlexandre Belloni1-16/+3
2014-05-21pwm: add period and polarity to struct pwm_lookupAlexandre Belloni1-1/+7
2014-05-08pwm: twl: Really disable twl6030 PWMsAxel Lin1-8/+0
2014-05-07pwm: lpss: Fix const qualifier and sparse warningsThierry Reding1-2/+2
2014-05-07pwm: spear: fix check on pwmchip_add() return valueBeniamino Galvani1-1/+1
2014-04-28pwm: lpss: Add support for PCI devicesAlan Cox1-31/+130
2014-04-28pwm: vt8500: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: tiehrpwm: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: pwm-tiecap: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: tegra: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: spear: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: renesas-tpu: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: pxa: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: i.MX: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: ab8500: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-28pwm: kona: Introduce Kona PWM controller supportTim Kryger3-0/+328
2014-04-18Shiraz has movedViresh Kumar1-2/+2
2014-04-05Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-7/+898
2014-04-01pwm: pxa: Constify OF match tableThierry Reding1-1/+1
2014-04-01pwm: pxa: Fix typo "pwm" -> "PWM"Thierry Reding1-1/+1
2014-04-01Revert "pwm: pxa: Use of_match_ptr()"Thierry Reding1-1/+3
2014-04-01pwm: add support for Intel Low Power Subsystem PWMMika Westerberg3-0/+194
2014-03-18pwm: Add CLPS711X PWM supportAlexander Shiyan3-0/+186
2014-03-18pwm: atmel: correct CDTY calculationAlexandre Belloni1-1/+1
2014-03-18pwm: atmel: Fix polarity handlingAlexandre Belloni1-1/+6
2014-03-18pwm: Add Freescale FTM PWM driver supportXiubo Li3-0/+506
2014-02-26pwm: pxa: Use of_match_ptr()Jingoo Han1-3/+1
2014-02-26pwm: samsung: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+2
2014-02-26pwm: renesas-tpu: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-02-26pwm: lp3943: Fix potential memory leak during requestChristian Engelmayer1-1/+3
2014-01-27Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-38/+474
2014-01-23pwm: tiecap: Remove duplicate put_sync callSourav Poddar1-1/+0
2014-01-21pwm: Add LP3943 PWM driverMilo Kim3-0/+325
2013-12-20pwm: tiehrpwm: use dev_err() instead of pr_err()Jingoo Han1-2/+2
2013-12-20pwm: pxa: remove unnecessary space before tabsJingoo Han1-1/+1
2013-12-20pwm: ep93xx: split module author namesJingoo Han1-2/+2
2013-12-20pwm: use seq_puts() instead of seq_printf()Jingoo Han1-3/+3
2013-12-20pwm: atmel-pwm: Do not unprepare clock after successful registrationBo Shen1-0/+2
2013-12-17pwm: atmel-pwm: Add Atmel PWM controller driverBo Shen3-0/+403
2013-12-17pwm: pca9685: depends on I2C rather than REGMAP_I2CAxel Lin1-1/+2
2013-12-12pwm: renesas-tpu: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+1
2013-12-12pwm: jz4740: Use devm_clk_get()Lars-Peter Clausen1-17/+3
2013-12-12pwm: jz4740: Pass device to clk_get()Lars-Peter Clausen1-1/+1
2013-12-04pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macroAxel Lin1-10/+2
2013-12-04pwm: pxa: Add device tree supportMike Dunn1-0/+53
2013-11-01pwm: samsung: Fix kernel warning while unexporting a channelSachin Kamat1-1/+1
2013-10-17pwm: add ep93xx PWM supportH Hartley Sweeten3-0/+240
2013-10-15pwm: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2-12/+0
2013-10-08pwm: imx: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-08pwm: lpc32xx: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-08pwm: mxs: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-08pwm: twl: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-08pwm: twl-led: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-08pwm: samsung: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-08pwm: imx: Include linux/of.h headerSachin Kamat1-0/+1
2013-09-19pwm: atmel-tcb: fix max time computation for slow clk sourceBoris BREZILLON1-1/+1
2013-09-19pwm: atmel-tcb: add missing clk source configBoris BREZILLON1-0/+2
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-222/+487
2013-09-03pwm: pxa: Use module_platform_driverMike Dunn1-11/+1
2013-09-03pwm: tiehrpwm: add missing __iomem annotationJingoo Han1-3/+3
2013-09-03pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context()Jingoo Han1-1/+1
2013-09-03pwm: simplify use of devm_ioremap_resourceJulia Lawall3-14/+1
2013-09-03pwm: renesas-tpu: Add DT supportLaurent Pinchart1-7/+34
2013-09-03pwm: Use the DT macro directly when parsing PWM DT flagsLaurent Pinchart1-4/+3
2013-09-03pwm: mxs: Check the return value from stmp_reset_block()Fabio Estevam1-1/+7
2013-08-12pwm: Remove superseded pwm-samsung-legacy driverTomasz Figa2-354/+0
2013-08-12pwm: Add new pwm-samsung driverTomasz Figa2-0/+619
2013-08-06pwm: samsung: Rename to pwm-samsung-legacyTomasz Figa2-1/+1
2013-07-29pwm: convert class code to use dev_groupsGreg Kroah-Hartman1-9/+12
2013-06-26pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare.Marek Belisko1-2/+11
2013-06-26pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bitAxel Lin1-2/+3
2013-06-26pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading workAxel Lin1-0/+1
2013-06-25pwm: renesas-tpu: fix return value check in tpu_probe()Wei Yongjun1-4/+2
2013-06-21pwm: Add Renesas TPU PWM driverLaurent Pinchart3-0/+486
2013-06-21pwm: Add sysfs interfaceH Hartley Sweeten4-2/+380
2013-06-12pwm: Fill in missing .owner fieldsThierry Reding9-0/+9
2013-06-12pwm: add pca9685 driverSteffen Trumtrar3-0/+308
2013-06-12pwm: atmel-tcb: prepare clk before calling enableBoris BREZILLON1-2/+2
2013-06-10pwm: devm: alloc correct pointer sizeWolfram Sang1-2/+2
2013-05-27pwm: mxs: Let device core handle pinctrlFabio Estevam1-6/+0
2013-05-18drivers/pwm: don't check resource with devm_ioremap_resourceWolfram Sang8-40/+0
2013-04-23pwm: lpc32xx: Don't change PWM_ENABLE bit in lpc32xx_pwm_configAxel Lin1-2/+5
2013-04-23pwm: lpc32xx: Properly set PWM_ENABLE bit in lpc32xx_pwm_[enable|disable]Axel Lin1-2/+16
2013-04-23pwm: Constify OF match tablesThierry Reding6-6/+6
2013-04-02pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chipAxel Lin1-1/+0
2013-04-02pwm: pxa: Remove PWM_ID_BASE macroAxel Lin1-4/+3
2013-04-02pwm: spear: Remove unused *dev from struct spear_pwm_chipAxel Lin1-3/+0
2013-04-02pwm: mxs: Remove unused *dev from struct mxs_pwm_chipAxel Lin1-2/+0
2013-04-02pwm: twl: Return proper error if twl6030_pwm_enable() failsAxel Lin1-1/+1
2013-04-02pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chipAxel Lin1-14/+2
2013-04-02pwm: imx: Remove enabled field from struct imx_chipAxel Lin1-5/+1
2013-04-02pwm: twl: Add .owner to struct pwm_opsAxel Lin1-0/+2
2013-04-02pwm: twl-led: Add .owner to struct pwm_opsAxel Lin1-0/+2
2013-04-02pwm: atmel-tcb: Add .owner to struct pwm_opsAxel Lin1-0/+1
2013-04-02pwm: ab8500: Add .owner to struct pwm_opsAxel Lin1-0/+1
2013-04-02pwm: spear: Fix checking return value of clk_enable() and clk_prepare()Axel Lin1-3/+3
2013-03-26pwm: tiehrpwm: Staticize non-exported symbolsAxel Lin1-2/+2
2013-03-26pwm: tiecap: Staticize non-exported symbolsAxel Lin1-2/+2
2013-03-26pwm: ab8500: Fix trivial typo in dev_err messageAxel Lin1-1/+1
2013-03-22pwm: davinci: Add Kconfig support for ECAP & EHRPWM devicesPhilip Avinash2-6/+4
2013-03-11pwm: pwm-tiehrpwm: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2013-03-11pwm: pwm-tipwmss: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2013-03-11pwm: pwm-tiecap: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2013-03-08pwm: samsung: convert s3c_pwm to dev_pm_opsJingoo Han1-11/+9
2013-03-08pwm: ab8500: use devm_kzalloc()Jingoo Han1-5/+2
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds10-29/+697
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-4/+34
2013-02-17pwm: twl: Use to_twl() instead of container_of()Johannes Thumshirn1-6/+3
2013-02-15pwm: tegra: assume CONFIG_OFStephen Warren1-3/+1
2013-02-01pwm: Add devm_of_pwm_get() as exported API for usersPeter Ujfalusi1-0/+30
2013-02-01pwm: core: Rename of_pwm_request() to of_pwm_get() and export itPeter Ujfalusi1-4/+4
2013-01-30pwm: Export pwm_{set,get}_chip_data()Thierry Reding1-0/+2
2013-01-30pwm: Make Kconfig entries more consistentThierry Reding1-4/+4
2013-01-30pwm: Add can_sleep property to driversFlorian Vaussard2-0/+2
2013-01-30pwm: Add pwm_can_sleep() as exported API to usersFlorian Vaussard1-0/+12
2013-01-22pwm: Convert to devm_ioremap_resource()Thierry Reding11-33/+33
2013-01-17pwm: pwm-tiecap: Low power sleep supportPhilip Avinash1-0/+53
2013-01-17pwm: pwm-tiehrpwm: Low power sleep supportPhilip Avinash1-0/+83
2013-01-14pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driverPhilip, Avinash1-2/+8
2013-01-09pwm: vt8500: Add polarity supportTony Prisk1-0/+23
2013-01-09pwm: vt8500: Register write busy test performed incorrectlyTony Prisk1-15/+49
2013-01-08pwm: atmel: add Timer Counter Block PWM driverBoris BREZILLON3-0/+458
2012-12-19Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds15-218/+1430
2012-12-14pwm: samsung: add missing s3c->pwm_id assignmentJoonyoung Shim1-0/+1
2012-12-06pwm: lpc32xx: Set the chip base for dynamic allocationAlban Bedel1-0/+1
2012-12-06pwm: lpc32xx: Properly disable the clock on device removalAlban Bedel1-1/+4
2012-12-06pwm: lpc32xx: Fix the PWM polarityAlban Bedel1-1/+16
2012-12-06pwm: i.MX: eliminate build warningLothar Waßmann1-1/+1
2012-12-06pwm: Export of_pwm_xlate_with_flags()Thierry Reding1-0/+1
2012-11-28pwm: remove use of __devexitBill Pemberton12-12/+12
2012-11-28pwm: remove use of __devinitBill Pemberton7-7/+7
2012-11-28pwm: remove use of __devexit_pBill Pemberton13-13/+13
2012-11-28pwm: Remove pwm-twl6030 driverPeter Ujfalusi3-194/+0
2012-11-28pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICsPeter Ujfalusi3-0/+354
2012-11-28pwm: New driver to support PWMs on TWL4030/6030 series of PMICsPeter Ujfalusi3-0/+369
2012-11-28pwm: pwm-tiehrpwm: pinctrl supportPhilip, Avinash1-0/+6
2012-11-28pwm: tiehrpwm: Add device-tree bindingPhilip, Avinash1-1/+41
2012-11-28pwm: pwm-tiehrpwm: Adding TBCLK gating support.Philip, Avinash1-0/+14
2012-11-28pwm: pwm-tiecap: pinctrl supportPhilip, Avinash1-0/+6
2012-11-28pwm: tiecap: Add device-tree bindingPhilip, Avinash1-1/+41
2012-11-28pwm: Add TI PWM subsystem driverPhilip, Avinash4-0/+190