summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dt-bindings: gpu: samsung-scaler: constrain iommus and power-domainsKrzysztof Kozlowski2023-12-081-2/+10
| * | | | dt-bindings: gpu: samsung-g2d: constrain iommus and power-domainsKrzysztof Kozlowski2023-12-081-2/+6
| * | | | dt-bindings: gpu: samsung: constrain clocks in top-level propertiesKrzysztof Kozlowski2023-12-082-4/+16
| * | | | dt-bindings: gpu: samsung: re-order entries to match coding conventionKrzysztof Kozlowski2023-12-082-56/+56
| * | | | dt-bindings: gpu: samsung-rotator: drop redundant quotesKrzysztof Kozlowski2023-12-081-4/+5
| * | | | docs: dt-bindings: add DTS Coding Style documentKrzysztof Kozlowski2023-12-072-0/+197
| * | | | of/platform: Disable sysfb if a simple-framebuffer node is foundJavier Martinez Canillas2023-12-071-2/+16
| * | | | dt-bindings: correct white-spaces in examplesKrzysztof Kozlowski2023-11-2914-27/+27
| * | | | dt-bindings: arm/calxeda: drop unneeded quotesRob Herring2023-11-281-1/+1
| * | | | dt-bindings: fsl,dpaa2-console: drop unneeded quotesRob Herring2023-11-281-1/+1
| * | | | dt-bindings: interrupt-controller: qcom,pdc: document pdc on X1E80100Sibi Sankar2023-11-281-0/+1
| * | | | dt-bindings: qcom,pdc: document the SM8650 Power Domain ControllerNeil Armstrong2023-11-281-0/+1
| * | | | dt-bindings: interrupt-controller: Add SDX75 PDC compatibleRohit Agarwal2023-11-281-0/+1
| * | | | of: fix recursion typo in kernel docJohan Hovold2023-11-221-2/+2
| * | | | dt-bindings: power: fsl,scu-pd: Document imx8dlFabio Estevam2023-11-151-0/+1
| * | | | of: overlay: enable of_overlay_fdt_apply() kerneldocLuca Ceresoli2023-11-151-1/+1
| * | | | dt-bindings: qcom,pdc: Add compatible for SM8550Abel Vesa2023-11-151-0/+1
| | |/ / | |/| |
* | | | Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-1253-365/+517
|\ \ \ \
| * | | | MAINTAINERS: pwm: Thierry steps down, Uwe takes overUwe Kleine-König2024-01-121-3/+2
| * | | | pwm: linux/pwm.h: fix Excess kernel-doc description warningRandy Dunlap2024-01-051-1/+0
| * | | | pwm: Add pwm_apply_state() compatibility stubThierry Reding2024-01-051-0/+7
| * | | | pwm: cros-ec: Drop documentation for dropped struct memberUwe Kleine-König2023-12-201-1/+0
| * | | | pwm: Drop two unused API functionsUwe Kleine-König2023-12-201-12/+0
| * | | | pwm: lpc18xx-sct: Don't modify the cached period of other PWM outputsUwe Kleine-König2023-12-201-3/+1
| * | | | pwm: meson: Simplify using dev_err_probe()Uwe Kleine-König2023-12-201-21/+14
| * | | | pwm: stmpe: Silence duplicate error messagesUwe Kleine-König2023-12-201-6/+6
| * | | | pwm: Reduce number of pointer dereferences in pwm_device_request()Uwe Kleine-König2023-12-201-6/+8
| * | | | pwm: crc: Use consistent variable naming for driver dataUwe Kleine-König2023-12-201-8/+8
| * | | | pwm: omap-dmtimer: Drop lockingUwe Kleine-König2023-12-201-16/+4
| * | | | dt-bindings: pwm: ti,pwm-omap-dmtimer: Update binding for yamlTony Lindgren2023-12-202-22/+59
| * | | | media: pwm-ir-tx: Trigger edges from hrtimer interrupt contextSean Young2023-12-201-5/+78
| * | | | pwm: bcm2835: Allow PWM driver to be used in atomic contextSean Young2023-12-201-9/+29
| * | | | pwm: Make it possible to apply PWM changes in atomic contextSean Young2023-12-204-12/+86
| * | | | pwm: renesas: Remove unused includeSean Young2023-12-201-1/+0
| * | | | pwm: Replace ENOTSUPP with EOPNOTSUPPSean Young2023-12-201-2/+2
| * | | | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-2022-68/+68
| * | | | pwm: Stop referencing pwm->chipThierry Reding2023-12-2013-15/+15
| * | | | pwm: Update kernel doc for struct pwm_chipUwe Kleine-König2023-12-201-2/+1
| * | | | dt-bindings: pwm: remove Xinlei's mailMichael Walle2023-12-201-1/+0
| * | | | pwm: stm32: Fix enable count for clk in .probe()Philipp Zabel2023-12-201-4/+14
| * | | | pwm: stm32: Implement .get_state()Philipp Zabel2023-12-201-0/+42
| * | | | pwm: stm32: Use hweight32 in stm32_pwm_detect_channelsPhilipp Zabel2023-12-201-15/+2
| * | | | pwm: stm32: Make ch parameter unsignedPhilipp Zabel2023-12-201-4/+4
| * | | | pwm: stm32: Replace write_ccrx with regmap_writePhilipp Zabel2023-12-201-16/+1
| * | | | pwm: Use device_get_match_data()Rob Herring2023-12-202-13/+4
| * | | | pwm: Narrow scope of struct pwm_device pointerUwe Kleine-König2023-12-201-3/+2
| * | | | pwm: jz4740: Add trailing \n to error messagesUwe Kleine-König2023-12-201-2/+2
| * | | | pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+3
| * | | | pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-4/+2
| * | | | pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-4/+4