summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pxa_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: pxa: Move mach header files to include/mach/pxaSascha Hauer2023-03-061-4/+4
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* pwm: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-05-251-4/+2
* PWM: core: remove old PWM API in favor of Linux ->applyAhmad Fatoum2020-03-311-43/+50
* PWM: pxa: make MMIO writes always little endianAhmad Fatoum2020-02-101-3/+3
* PWM: pxa: remove unused struct membersAhmad Fatoum2020-02-101-5/+0
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* PWM: pxa: use pwmx as devnameSascha Hauer2014-02-141-1/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* drivers/pwm: add PXA pulse width modulator controllerRobert Jarzmik2012-02-171-0/+157