aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-09dt-bindings: fsi: Document the IBM SBEFIFO engineEddie James1-0/+46
2024-07-09dt-bindings: fsi: p9-occ: Convert to json-schemaEddie James2-16/+40
2024-07-09dt-bindings: fsi: Document the IBM SCOM engineEddie James1-0/+37
2024-07-09dt-bindings: fsi: fsi2spi: Document SPI controller child nodesEddie James1-4/+32
2024-07-09dt-bindings: interrupt-controller: convert fsl,ls-scfg-msi to yamlFrank Li2-30/+79
2024-07-09dt-bindings: soc: fsl: Convert q(b)man-* to yaml formatFrank Li9-514/+407
2024-07-09dt-bindings: misc: fsl,qoriq-mc: convert to yaml formatFrank Li3-197/+188
2024-07-09dt-bindings: drop stale Anson Huang from maintainersKrzysztof Kozlowski24-24/+52
2024-07-09kbuild: verify dtoverlay files against schemaDmitry Baryshkov1-1/+8
2024-07-09dt-bindings: clock: drop obsolete stericsson,abx500.txtStanislav Jakubek1-20/+0
2024-07-09soundwire: intel_auxdevice: add cs42l43 codec to wake_capable_listBard Liao1-0/+1
2024-07-09tools/power turbostat: Fix typo in turbostat.8Patryk Wlazlyn1-1/+1
2024-07-09tools/power turbostat: Add perf added counter example to turbostat.8Patryk Wlazlyn1-0/+18
2024-07-09tools/power turbostat: Fix formatting in turbostat.8Patryk Wlazlyn1-4/+4
2024-07-09Merge tag 'zynqmp-soc2-for-6.11' of https://github.com/Xilinx/linux-xlnx into...Arnd Bergmann6-37/+152
2024-07-09ti: omap: MAINTAINERS: move Benoît Cousson to CREDITSKrzysztof Kozlowski2-2/+5
2024-07-09amazon: MAINTAINERS: change to odd fixes and Tsahee Zidenberg to CREDITSKrzysztof Kozlowski2-2/+5
2024-07-09MAINTAINERS: thead: add git treeDrew Fustini1-0/+2
2024-07-09Merge tag 'imx-soc-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-1/+0
2024-07-09ARM: spitz: Use software nodes for the ADS7846 touchscreenLinus Walleij1-25/+15
2024-07-09ARM: spitz: Use software nodes to describe LED GPIOsDmitry Torokhov1-21/+50
2024-07-09ARM: spitz: Use software nodes to describe MMC GPIOsDmitry Torokhov5-30/+31
2024-07-09ARM: spitz: Use software nodes to describe LCD GPIOsDmitry Torokhov1-19/+19
2024-07-09ARM: spitz: Use software nodes to describe audio GPIOsDmitry Torokhov1-22/+44
2024-07-09ARM: spitz: Use software nodes to describe SPI CS linesLinus Walleij2-11/+11
2024-07-09ARM: spitz: Simplify instantiating SPI controllerDmitry Torokhov1-15/+9
2024-07-09ARM: pxa/gumstix: convert vbus gpio to use software nodesDmitry Torokhov4-15/+16
2024-07-09ARM: pxa: consolidate GPIO chip platform dataDmitry Torokhov3-13/+15
2024-07-09ARM: spitz: fix GPIO assignment for backlightDmitry Torokhov1-20/+10
2024-07-09Merge tag 'tegra-for-6.11-arm-core' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-18/+32
2024-07-09tools/power turbostat: Extend --add option with perf countersPatryk Wlazlyn3-11/+557
2024-07-09tools/power turbostat: Group SMI counter with APERF and MPERFPatryk Wlazlyn1-355/+280
2024-07-09platform: cznic: turris-omnia-mcu: Depend on WATCHDOGMarek Behún1-0/+1
2024-07-09platform: cznic: turris-omnia-mcu: Depend on OFMarek Behún1-0/+1
2024-07-09net: phy: microchip: lan937x: add support for 100BaseTX PHYOleksij Rempel1-1/+125
2024-07-09drm/panel: jd9365da: Break some CMDS into helper functionsCong Yang1-36/+53
2024-07-09drm/panel: jd9365da: Support for Melfas lmfbx101117480 MIPI-DSI panelCong Yang1-0/+246
2024-07-09dt-bindings: display: panel: Add compatible for melfas lmfbx101117480Cong Yang1-0/+1
2024-07-09drm/panel: himax-hx8394: Add Support for Microchip AC40T08A MIPI Display PanelManikandan Muralidharan1-0/+151
2024-07-09drm/panel: himax-hx8394: switch to devm_gpiod_get_optional() for reset_gpioManikandan Muralidharan1-1/+1
2024-07-09dt-bindings: display: himax-hx8394: Add Microchip AC40T08A MIPI Display panelManikandan Muralidharan1-4/+13
2024-07-09vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()Dragos Tatulea1-0/+3
2024-07-09vdpa/mlx5: Don't reset VQs more than necessaryDragos Tatulea1-3/+27
2024-07-09vdpa/mlx5: Re-create HW VQs under certain conditionsDragos Tatulea2-0/+16
2024-07-09vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add timeDragos Tatulea1-5/+32
2024-07-09vdpa/mlx5: Use suspend/resume during VQP changeDragos Tatulea1-3/+11
2024-07-09vdpa/mlx5: Forward error in suspend/resume deviceDragos Tatulea1-4/+8
2024-07-09vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()Dragos Tatulea1-12/+6
2024-07-09vdpa/mlx5: Add error code for suspend/resume VQDragos Tatulea1-23/+54
2024-07-09vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()Dragos Tatulea1-2/+22