Re: [PATCH] fbtft: add tearing signal detect

2021-01-25 Thread Dan Carpenter
On Sun, Jan 24, 2021 at 11:35:37PM +0800, Carlis wrote: > +static irqreturn_t spi_panel_te_handler(int irq, void *data) > +{ > + complete(&spi_panel_te); > + return IRQ_HANDLED; > +} > + > +static void enable_spi_panel_te_irq(struct fbtft_par *par, bool enable) It quite confused me that en

[driver-core:readfile] BUILD SUCCESS 79053a7818bb1c1bdf529d5961094421fa2f2ff0

2021-01-25 Thread kernel test robot
powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a003-20210125 x86_64 randconfig-a002-20210125 x86_64 randconfig-a001-20210125 x86_64 randconfig-a005-20210125 x86_64

[driver-core:driver-core-testing] BUILD SUCCESS 072a51be8ecfb84e15b27b7f80a601560f386788

2021-01-25 Thread kernel test robot
allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a003-20210125 x86_64 randconfig-a002-20210125 x86_64 randconfig-a001-20210125 x86_64 randconfig-a005-20210125 x86_64

[staging:staging-next] BUILD SUCCESS ec52736c35f29ed96a45e641dd6aad61bc9cb6f7

2021-01-25 Thread kernel test robot
allmodconfig powerpc allnoconfig x86_64 randconfig-a003-20210125 x86_64 randconfig-a002-20210125 x86_64 randconfig-a001-20210125 x86_64 randconfig-a005-20210125 x86_64 randconfig-a006

Re: [GIT PULL] Staging/IIO driver fixes for 5.11-rc5

2021-01-25 Thread Greg KH
On Sun, Jan 24, 2021 at 11:31:59AM -0800, Linus Torvalds wrote: > On Sun, Jan 24, 2021 at 4:58 AM Greg KH wrote: > > > > David Lechner (1): > > counter:ti-eqep: remove floor > > I'm not sure why that ti-eqep counter driver seems to be in your > "iio/staging" pile rather than "char/misc", bu

[PATCH v3 2/3] drm/bridge: anx7625: fix not correct return value

2021-01-25 Thread Xin Ji
At some time, the original code may return non zero value, force return 0 if operation finished Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/anx7625.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm

[PATCH v3 3/3] drm/bridge: anx7625: add MIPI DPI input feature support

2021-01-25 Thread Xin Ji
Add MIPI rx DPI input support Reported-by: kernel test robot Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/anx7625.c | 326 -- drivers/gpu/drm/bridge/analogix/anx7625.h | 20 +- 2 files changed, 285 insertions(+), 61 deletions(-) diff --git a/drivers/gp

[PATCH v3 0/3] Add MIPI rx DPI support

2021-01-25 Thread Xin Ji
Hi all, this patch series implement MIPI rx DPI feature. Please help to review. This is the v3 version, any mistakes, please let me know, I'll fix it in the next series. Change history: v3: Fix Rob Herring, Dan Carpenter, Nicolas comments - Split the patch, fix not correct return data - Fix sev

[PATCH v3] fbtft: add tearing signal detect

2021-01-25 Thread Carlis
From: zhangxuezhi For st7789v ic,add tearing signal detect to avoid screen tearing Signed-off-by: zhangxuezhi --- v3:modify author name --- drivers/staging/fbtft/fb_st7789v.c | 134 - drivers/staging/fbtft/fbtft.h | 1 + 2 files changed, 134 insertion

Re: [PATCH v2] fbtft: add tearing signal detect

2021-01-25 Thread Greg KH
On Mon, Jan 25, 2021 at 04:44:12PM +0800, Carlis wrote: > From: "carlis.zhang_cp" I need a "real" name here, and in the signed-off-by: area as I do not think you sign documents with a "." and "_", right? thanks, greg k-h ___ devel mailing list de...@l

[PATCH v2] fbtft: add tearing signal detect

2021-01-25 Thread Carlis
From: "carlis.zhang_cp" For st7789v ic,add tearing signal detect to avoid screen tearing Signed-off-by: carlis.zhang_cp --- v2:add release te gpio after irq request fail --- drivers/staging/fbtft/fb_st7789v.c | 134 - drivers/staging/fbtft/fbtft.h | 1