Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1531271

[PATCH] staging: fbtft: remove duplicate entries of ili9225

From Amitesh Singh <singh.amitesh@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] staging: fbtft: remove duplicate entries of ili9225
Date 2016-11-28 13:30 +0100
Message-ID <sIteh-22H-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
---
 drivers/staging/fbtft/flexfb.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtft/flexfb.c
index ce0d254..182e3c5 100644
--- a/drivers/staging/fbtft/flexfb.c
+++ b/drivers/staging/fbtft/flexfb.c
@@ -170,22 +170,6 @@ static const struct flexfb_lcd_controller flexfb_chip_table[] = {
 		.init_seq_sz = ARRAY_SIZE(ili9225_init),
 	},
 	{
-		.name = "ili9225",
-		.width = 176,
-		.height = 220,
-		.regwidth = 16,
-		.init_seq = ili9225_init,
-		.init_seq_sz = ARRAY_SIZE(ili9225_init),
-	},
-	{
-		.name = "ili9225",
-		.width = 176,
-		.height = 220,
-		.regwidth = 16,
-		.init_seq = ili9225_init,
-		.init_seq_sz = ARRAY_SIZE(ili9225_init),
-	},
-	{
 		.name = "ili9320",
 		.width = 240,
 		.height = 320,
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] staging: fbtft: remove duplicate entries of ili9225 Amitesh Singh <singh.amitesh@gmail.com> - 2016-11-28 13:30 +0100
  Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225 Greg KH <gregkh@linuxfoundation.org> - 2016-11-29 22:00 +0100
    Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225 Amitesh Singh <singh.amitesh@gmail.com> - 2016-11-30 18:50 +0100
      Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225 Greg KH <gregkh@linuxfoundation.org> - 2016-12-01 08:30 +0100

csiph-web