Add Patch~5 Jerry Han <jerry.han.hq@xxxxxxxxx> 于2019年8月3日周六 上午10:10写道: > > Hi Emil: > > thanks for you advice. > > V1: https://patchwork.freedesktop.org/patch/287425/ > V2: https://patchwork.freedesktop.org/patch/289843/ > V3: https://patchwork.freedesktop.org/patch/290393/ > V4: https://patchwork.freedesktop.org/patch/290396/ > V5: https://patchwork.freedesktop.org/patch/291131/ (only modify > commit message Added changelog, no files modified) > V6: https://patchwork.freedesktop.org/patch/291650/ > V7: https://patchwork.freedesktop.org/patch/294141/ > V8: https://patchwork.freedesktop.org/patch/301925/ > V9: https://patchwork.freedesktop.org/patch/320514/ > > Emil Velikov <emil.l.velikov@xxxxxxxxx> 于2019年7月31日周三 上午12:35写道: > > > > > Hi Jerry, > > > > On 2019/07/29, Jerry Han wrote: > > > > > > From 9c63ed65469e075430a07f89012cd116c427bd6f Mon Sep 17 00:00:00 2001 > > > From: Jerry Han <hanxu5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > > > Date: Mon, 29 Jul 2019 11:30:48 +0800 > > > Subject: [PATCH] [v9] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel > > > > > Please submit patches as outlined in the documentation [1]. > > > > As a non native English speaker to another, I would suggest carefully > > reading through the instructions. I found them very useful. > > > > HTH > > Emil > > > > [1] Documentation/process/submitting-patches.rst
From 124d8eeee02854a3b9d6fba9d6a5ceed6d6f820f Mon Sep 17 00:00:00 2001 From: Jerry Han <hanxu5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> Date: Thu, 1 Aug 2019 16:06:22 +0800 Subject: [PATCH 05/10] [v5,2/2] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI panel. v5: - Added changelog v4: - Frefix all function maes with boe_ (Sam) - Fsed "enable_gpio" replace "reset_gpio", Make it look clearer (Sam) - Sort include lines alphabetically (Sam) - Fixed entries in the makefile must be sorted alphabetically (Sam) - Add send_mipi_cmds function to avoid duplicating the code (Sam) - Add the necessary delay(reset_delay_t5) between reset and sending the initialization command (Rock wang) v3: - Remove unnecessary delays in sending initialization commands (Jitao Shi) V2: - Use SPDX identifier (Sam) - Use necessary header files replace drmP.h (Sam) - Delete unnecessary header files #include <linux/err.h> (Sam) - Specifies a GPIOs array to control the reset timing, instead of reading "dsi-reset-sequence" data from DTS (Sam) - Delete backlight_disable() function when already disabled (Sam) - Use devm_of_find_backlight() replace of_find_backlight_by_node() (Sam) - Move the necessary data in the DTS to the current file, like porch, display_mode and Init code etc. (Sam) - Add compatible device "boe,himax8279d10p" (Sam) V1: - Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI panel. Signed-off-by: Jerry Han <hanxu5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> Cc: Jitao Shi <jitao.shi@xxxxxxxxxxxx> Cc: Derek Basehore <dbasehore@xxxxxxxxxxxx> Cc: Rock wang <rock_wang@xxxxxxxxxxxx> -- 2.17.1
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel