On 8/15/2021 8:04 AM, Barry Song wrote:
On Sun, Aug 15, 2021 at 5:18 AM Andy Shevchenko
wrote:
On Sat, Aug 14, 2021 at 4:36 PM Greg Kroah-Hartman
wrote:
On Sat, Aug 14, 2021 at 07:03:00PM +0800, kernel test robot wrote:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/drive
Enable DSI EOTP feature for fixing some panel screen constant shift issue.
Removing MIPI flag MIPI_DSI_MODE_NO_EOT_PACKET to enable DSI EOTP.
Reviewed-by: Robert Foss
Signed-off-by: Xin Ji
---
drivers/gpu/drm/bridge/analogix/anx7625.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/g
From: Daniel Watson
Moved the opening curly brace to the end of the opening
line of the phy_stat struct for style consistency.
Signed-off-by: Daniel Watson
---
drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/stagin
On Tue, Aug 17, 2021 at 09:41:05PM -0700, daniel watson wrote:
> From: Daniel Watson
>
> Moved the opening curly brace to the end of the opening
> line of the phy_stat struct for style consistency.
>
> Signed-off-by: Daniel Watson
> ---
> drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 +
On Mon, Aug 16, 2021 at 8:06 PM Leon Krieg wrote:
>
> Sorry to bother you with this low-effort patch but I'd really like to get
> my feet in the water and this whole process is making me nervous. I'd
> really appreciate you taking the time to look over this diff and
> hopefully I did not screw up