| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | pwm: stm32: Remove unused struct device | Fabrice Gasnier | 2018-03-27 | 1 | -1/+0 | |
| | | | | | | | | | | dev is never assigned or used. Remove it. Fixes: 7edf7369205b ("pwm: Add driver for STM32 plaftorm") Signed-off-by: Fabrice Gasnier <[email protected]> Reviewed-by: Benjamin Gaignard <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
| * | pwm: stm32: Adopt SPDX identifier | Benjamin Gaignard | 2018-03-27 | 1 | -2/+1 | |
| | | | | | | | | | | Add SPDX identifier to make it easier to determine the license of the file. Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Philippe Ombredanne <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
| * | pwm: Add driver for STM32 plaftorm | Benjamin Gaignard | 2017-01-25 | 1 | -0/+397 | |
| This driver adds support for PWM driver on STM32 platform. The SoC have multiple instances of the hardware IP and each of them could have small differences: number of channels, complementary output, auto reload register size... version 9: - fix commit message header - remove one space MODULE_ALIAS version 8: - fix comments done by Thierry on version 7 version 6: - change st,breakinput parameter to make it usuable for stm32f7 too. version 4: - detect at probe time hardware capabilities - fix comments done on v2 and v3 - use PWM atomic ops version 2: - only keep one comptatible - use DT parameters to discover hardware block configuration Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Lee Jones <[email protected]> | ||||||
