summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* mfd: stm32-timers: remove dependency of mfd/stm32-timers.h on regmap.hAhmad Fatoum2023-10-261-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2023-09-251-0/+9
|\
| * commands: pwm: add option to list registered PWMsBastian Krause2023-09-061-0/+9
* | pwm: imx: enable clocks during PWM register accessesAhmad Fatoum2023-09-061-1/+44
|/
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-134-0/+4
* ARM: pxa: Move mach header files to include/mach/pxaSascha Hauer2023-03-061-4/+4
* Rename struct driver_d to driverSascha Hauer2023-01-105-5/+5
* Rename struct device_d to deviceSascha Hauer2023-01-106-9/+9
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-105-7/+7
* Merge branch 'for-next/misc'Sascha Hauer2022-08-111-6/+2
|\
| * drivers: pwm: imx: Remove redundant assignmentAlexander Shiyan2022-06-301-6/+2
* | pwm: atmel: Fix build and updateSam Ravnborg2022-06-301-98/+285
|/
* ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-011-1/+1
* pwm: atmel: point MMIO accesses at correct addressAhmad Fatoum2022-01-051-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-225-5/+5
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-154-6/+4
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-014-6/+4
* | include: add dedicated header for printf/printkAhmad Fatoum2021-11-011-1/+1
|/
* pwm: add pwm-atmel from Linux kernel 4.14Sam Ravnborg2021-04-133-0/+296
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-193-3/+3
* treewide: make use of PTR_ERR_OR_ZEROUwe Kleine-König2020-06-261-4/+1
* pwm: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-05-253-26/+7
* drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-081-2/+2
* drivers: explicitly select dependency STMP_DEVICE for i.MX23/28 driversAhmad Fatoum2020-05-081-0/+1
* PWM: add support for STM32Ahmad Fatoum2020-03-313-0/+407
* PWM: core: add apply API support for polarityAhmad Fatoum2020-03-311-4/+17
* PWM: core: apply initial state in of_pwm_requestAhmad Fatoum2020-03-311-4/+66
* PWM: core: retire pwm_set_periodAhmad Fatoum2020-03-311-6/+1
* PWM: core: remove old PWM API in favor of Linux ->applyAhmad Fatoum2020-03-314-103/+125
* PWM: core: group PWM state into new struct pwm_stateAhmad Fatoum2020-03-311-18/+16
* PWM: core: remove ineffectual pwm_{set,get}_duty_cycleAhmad Fatoum2020-03-311-10/+0
* PWM: core: remove FLAG_ENABLEDAhmad Fatoum2020-03-311-4/+8
* PWM: pxa: make MMIO writes always little endianAhmad Fatoum2020-02-101-3/+3
* PWM: pxa: remove unused struct membersAhmad Fatoum2020-02-101-5/+0
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
* PWM: update enable status when using the internal APIJan Luebbe2017-01-101-0/+4
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-153-4/+5
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-073-7/+15
* PWM: Add MXS PWM supportSascha Hauer2015-06-123-0/+181
* PWM: Allow multiple PWMs per device nodeSascha Hauer2015-06-121-3/+4
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-3/+3
* PWM: i.MX: register successfully without aliasSascha Hauer2015-03-091-8/+6
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+3
* PWM: Implement devicetree supportSascha Hauer2014-02-281-7/+64
* PWM: Add functions for getting/setting period/duty cycleSascha Hauer2014-02-281-0/+20
* PWM: Add i.MX PWM driverSascha Hauer2014-02-143-1/+270
* PWM: pxa: use pwmx as devnameSascha Hauer2014-02-141-1/+1
* PWM: Use a separate device for PWMsSascha Hauer2014-02-131-5/+15
* pwm: sanity check values before passing them to the driversSascha Hauer2013-09-271-0/+7