summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sram.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-20pwm: lpc18xx-sct: Don't modify the cached period of other PWM outputsUwe Kleine-König1-3/+1
2023-12-20pwm: meson: Simplify using dev_err_probe()Uwe Kleine-König1-21/+14
2023-12-20pwm: stmpe: Silence duplicate error messagesUwe Kleine-König1-6/+6
2023-12-20pwm: Reduce number of pointer dereferences in pwm_device_request()Uwe Kleine-König1-6/+8
2023-12-20pwm: crc: Use consistent variable naming for driver dataUwe Kleine-König1-8/+8
2023-12-20pwm: omap-dmtimer: Drop lockingUwe Kleine-König1-16/+4
2023-12-20dt-bindings: pwm: ti,pwm-omap-dmtimer: Update binding for yamlTony Lindgren2-22/+59
2023-12-20media: pwm-ir-tx: Trigger edges from hrtimer interrupt contextSean Young1-5/+78
2023-12-20pwm: bcm2835: Allow PWM driver to be used in atomic contextSean Young1-9/+29
2023-12-20pwm: Make it possible to apply PWM changes in atomic contextSean Young4-12/+86
2023-12-20pwm: renesas: Remove unused includeSean Young1-1/+0
2023-12-20pwm: Replace ENOTSUPP with EOPNOTSUPPSean Young1-2/+2
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young22-68/+68
2023-12-20pwm: Stop referencing pwm->chipThierry Reding13-15/+15
2023-12-20pwm: Update kernel doc for struct pwm_chipUwe Kleine-König1-2/+1
2023-12-20dt-bindings: pwm: remove Xinlei's mailMichael Walle1-1/+0
2023-12-20pwm: stm32: Fix enable count for clk in .probe()Philipp Zabel1-4/+14
2023-12-20pwm: stm32: Implement .get_state()Philipp Zabel1-0/+42
2023-12-20pwm: stm32: Use hweight32 in stm32_pwm_detect_channelsPhilipp Zabel1-15/+2
2023-12-20pwm: stm32: Make ch parameter unsignedPhilipp Zabel1-4/+4
2023-12-20pwm: stm32: Replace write_ccrx with regmap_writePhilipp Zabel1-16/+1
2023-12-20pwm: Use device_get_match_data()Rob Herring2-13/+4
2023-12-20pwm: Narrow scope of struct pwm_device pointerUwe Kleine-König1-3/+2
2023-12-20pwm: jz4740: Add trailing \n to error messagesUwe Kleine-König1-2/+2
2023-12-20pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+2
2023-12-20pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+4
2023-12-20pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+5
2023-12-20pwm: samsung: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+2
2023-12-20pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+5
2023-12-20pwm: dwc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+2
2023-12-20pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: berlin: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: cros-ec: Drop unused member from driver private dataUwe Kleine-König1-1/+0
2023-12-20pwm: Mention PWM chip ID in /sys/kernel/debug/pwmUwe Kleine-König1-1/+2
2023-12-20pwm: Replace PWM chip unique base by unique IDUwe Kleine-König3-45/+27
2023-12-20pwm: Drop unused member "pwm" from struct pwm_deviceUwe Kleine-König2-2/+0
2023-11-21pwm: bcm2835: Fix NPD in suspend/resumeFlorian Fainelli1-0/+2
2023-11-13Linux 6.7-rc1v6.7-rc1Linus Torvalds1-2/+2
2023-11-12wifi: iwlwifi: fix system commands group orderingMiri Korenblit1-1/+1
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-10drm/amdgpu: fix error handling in amdgpu_vm_initChristian König1-15/+16
2023-11-10drm/amdgpu: Fix possible null pointer dereferenceFelix Kuehling1-2/+2
2023-11-10drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher13-46/+37
2023-11-10drm/amdgpu: move kfd_resume before the ip late initTim Huang1-7/+6
2023-11-10drm/amd: Explicitly check for GFXOFF to be enabled for s0ixMario Limonciello1-0/+3
2023-11-10cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N6-10/+145