aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner3-7/+12
2022-09-18soc: sunxi: sram: Return void from the release functionSamuel Holland2-6/+4
2022-09-19xfs: remove xfs_setattr_time() declarationGaosheng Cui1-1/+0
2022-09-19xfs: Remove the unneeded result variableye xingchen1-3/+1
2022-09-19xfs: missing space in xfs trace logZeng Heng1-2/+2
2022-09-19xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng1-10/+12
2022-09-19xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng1-18/+20
2022-09-19xfs: replace unnecessary seq_printf with seq_putsZeng Heng1-1/+1
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng5-10/+10
2022-09-19xfs: remove redundant else for clean codeZeng Heng1-5/+5
2022-09-19xfs: remove the redundant word in commentZeng Heng1-1/+1
2022-09-18Linux 6.0-rc6Linus Torvalds1-1/+1
2022-09-18Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-14/+16
2022-09-18drm/gma500: Call acpi_video_register_backlight()Hans de Goede1-0/+2
2022-09-18drm/gma500: Don't register backlight when another backlight should be usedHans de Goede1-0/+8
2022-09-18drm/gma500: Use backlight_get_brightness() to get the brightnessHans de Goede1-1/+1
2022-09-18drm/gma500: Change registered backlight device type to raw/nativeHans de Goede1-1/+1
2022-09-18drm/gma500: Refactor backlight support (v2)Hans de Goede7-225/+85
2022-09-18EDAC/ppc_4xx: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König1-14/+9
2022-09-18drm/msm/hdmi: make hdmi_phy_8996 OF clk providerDmitry Baryshkov1-11/+14
2022-09-18dt-bindings: phy: qcom, hdmi-phy-qmp: add clock-cells and XO clockDmitry Baryshkov1-3/+12
2022-09-18drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()Nathan Chancellor1-3/+1
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov4-323/+36
2022-09-18drm/panel: drop DSC pps pointerDmitry Baryshkov1-7/+0
2022-09-18drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov1-5/+2
2022-09-18drm/mipi-dsi: pass DSC data through the struct mipi_dsi_deviceDmitry Baryshkov1-0/+2
2022-09-18drm/msm/dsi: Remove the unneeded result variableye xingchen1-4/+1
2022-09-18drm/msm/dsi: drop the hpd workerDmitry Baryshkov1-14/+0
2022-09-18drm/msm/dsi: Improve dsi_phy_driver_probe() probe error handlingDouglas Anderson1-47/+27
2022-09-18drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson12-242/+167
2022-09-18drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson2-20/+6
2022-09-18drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson10-144/+60
2022-09-18drm/msm/dsi_phy_7nm: Replace parent names with clk_hw pointersMarijn Suijten1-36/+34
2022-09-18drm/msm/dsi_phy_10nm: Replace parent names with clk_hw pointersMarijn Suijten1-42/+35
2022-09-18drm/msm/dsi_phy_14nm: Replace parent names with clk_hw pointersMarijn Suijten1-21/+19
2022-09-18drm/msm/dsi_phy_28nm: Replace parent names with clk_hw pointersMarijn Suijten1-27/+23
2022-09-18drm/msm/dsi_phy_28nm_8960: Replace parent names with clk_hw pointersMarijn Suijten1-7/+8
2022-09-18drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten5-60/+60
2022-09-18drm/msm/dsi_phy_28nm_8960: Use stack memory for temporary clock namesMarijn Suijten1-13/+1
2022-09-18drm/msm/dsi/phy: Reindent and reflow multiline function callsMarijn Suijten5-164/+161
2022-09-18drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh1-1/+1
2022-09-18drm/msm/dp: Silence inconsistent indent warningStephen Boyd1-3/+2
2022-09-18dt-bindings: msm/dp: handle DP vs eDP differenceDmitry Baryshkov1-1/+25
2022-09-18dt-bindings: msm/dp: add missing propertiesDmitry Baryshkov1-0/+12
2022-09-18dt-bindings: msm/dp: mark vdda supplies as deprecatedDmitry Baryshkov1-5/+4
2022-09-18drm/msm/dp: Get rid of dp_ctrl_on_stream_phy_test_report()Stephen Boyd1-27/+17
2022-09-18drm/msm/dp: Remove pixel_rate from struct dp_ctrlStephen Boyd2-39/+22
2022-09-18drm/msm/dp: Reorganize code to avoid forward declarationStephen Boyd1-54/+50
2022-09-18drm/msm/dpu: get rid of cached flush_maskDmitry Baryshkov5-77/+69
2022-09-18drm/msm/dpu: inline dpu_plane_get_ctl_flushDmitry Baryshkov3-28/+8