aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-04-24pwm: Fix various formatting issues in kernel-docUwe Kleine-König1-15/+27
2025-04-17pwm: Add support for RZ/G2L GPTBiju Das3-0/+455
2025-04-17pwm: Better document return value of pwm_round_waveform_might_sleep()Uwe Kleine-König1-2/+6
2025-04-17pwm: loongson: Fix an error code in probe()Dan Carpenter1-1/+1
2025-04-16pwm: loongson: Fix u32 overflow in waveform calculationUwe Kleine-König1-1/+1
2025-04-14pwm: pca9685: Use new GPIO line value setter callbacksBartosz Golaszewski1-3/+5
2025-04-14pwm: Do stricter return value checking for .round_waveform_tohw()Uwe Kleine-König1-6/+6
2025-04-14pwm: stm32: Emit debug output also for corner cases of the rounding callbacksUwe Kleine-König1-7/+6
2025-04-14pwm: stm32: Don't open-code TIM_CCER_CCxE()Uwe Kleine-König1-1/+1
2025-04-14pwm: Add actual hardware state to pwm debugfs fileUwe Kleine-König1-8/+11
2025-04-14pwm: pxa: Improve using dev_err_probe()Uwe Kleine-König1-10/+8
2025-04-14pwm: Add Loongson PWM controller supportBinbin Zhou3-0/+303
2025-04-14pwm: meson: Simplify meson_pwm_cnt_to_ns()George Stark1-16/+6
2025-04-14pwm: meson: Enable constant and polarity features for g12, axg, s4George Stark1-0/+14
2025-04-14pwm: meson: Use separate device id data for axg and g12George Stark1-1/+18
2025-04-14pwm: meson: Support constant and polarity bitsGeorge Stark1-7/+54
2025-04-14pwm: meson: Simplify get_state() callbackGeorge Stark1-6/+5
2025-04-12Merge tag 'pwm/for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linuxLinus Torvalds6-31/+42
2025-04-11Merge tag 'pci-v6.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-6/+6
2025-04-11PCI: Run quirk_huawei_pcie_sva() before arm_smmu_probe_device()Zhangfei Gao1-6/+6
2025-04-11Merge tag 'spi-fix-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-6/+2
2025-04-11Merge tag 'ata-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds2-3/+16
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds6-76/+73
2025-04-11Merge tag 'iommu-fixes-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds8-77/+52
2025-04-11Merge tag 'acpi-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-3/+31
2025-04-11Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+12
2025-04-11Merge branches 'acpi-ec' and 'acpi-button'Rafael J. Wysocki2-1/+29
2025-04-11null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()Thorsten Blum1-1/+1
2025-04-11iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()Nicolin Chen1-27/+5
2025-04-11iommu: remove unneeded semicolonPei Xiao1-2/+2
2025-04-11iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_groupLouis-Alexis Eyraud1-13/+13
2025-04-11iommu/exynos: Fix suspend/resume with IDENTITY domainMarek Szyprowski1-2/+2
2025-04-11iommu/ipmmu-vmsa: Register in a sensible orderRobin Murphy1-17/+10
2025-04-11iommu: Clear iommu-dma ops on cleanupRobin Murphy1-0/+3
2025-04-11iommu/vt-d: Remove an unnecessary call set_dma_ops()Petr Tesarik1-1/+0
2025-04-11iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIsSean Christopherson1-14/+15
2025-04-11iommu: Fix crash in report_iommu_fault()Fedor Pchelkin1-1/+2
2025-04-10Merge tag 'drm-fixes-2025-04-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds62-196/+538
2025-04-11Merge tag 'drm-xe-fixes-2025-04-10' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie9-73/+89
2025-04-11Merge tag 'drm-misc-fixes-2025-04-10' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie20-53/+162
2025-04-10Merge tag 'irq-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+2
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-19/+57
2025-04-10Merge tag 'nvme-6.15-2025-04-10' of git://git.infradead.org/nvme into block-6.15Jens Axboe5-75/+72
2025-04-10Merge tag 'for-linus-6.15a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-11/+26
2025-04-10Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linuxLinus Torvalds1-35/+50
2025-04-10Merge tag 'gpio-fixes-for-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds6-17/+61
2025-04-10Merge tag 'mtd/fixes-for-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds3-7/+8
2025-04-10spi: fsl-spi: Remove redundant probe error messageKevin Hao1-1/+0
2025-04-10spi: fsl-qspi: Fix double cleanup in probe error pathKevin Hao1-5/+2
2025-04-10net: ppp: Add bound checking for skb data on ppp_sync_txmungArnaud Lecomte1-0/+5