summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-mxs.c
Commit message (Expand)AuthorAgeFilesLines
* PWM: align struct pwm_state member names with LinuxAhmad Fatoum2024-04-161-6/+6
* PWM: core: adopt Linux prototype for struct pwm_ops::applyAhmad Fatoum2024-04-161-1/+3
* PWM: core: add struct pwm_chip::devAhmad Fatoum2024-04-161-1/+2
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha 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-10/+2
* PWM: core: remove old PWM API in favor of Linux ->applyAhmad Fatoum2020-03-311-22/+15
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* PWM: Add MXS PWM supportSascha Hauer2015-06-121-0/+174