All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: fbtft: remove duplicate entries of ili9225
@ 2016-11-28 12:25 Amitesh Singh
  2016-11-29 20:56 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Amitesh Singh @ 2016-11-28 12:25 UTC (permalink / raw)
  To: thomas.petazzoni, noralf; +Cc: gregkh, linux-kernel

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225
  2016-11-28 12:25 [PATCH] staging: fbtft: remove duplicate entries of ili9225 Amitesh Singh
@ 2016-11-29 20:56 ` Greg KH
  2016-11-30 17:40   ` Amitesh Singh
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2016-11-29 20:56 UTC (permalink / raw)
  To: Amitesh Singh; +Cc: thomas.petazzoni, noralf, linux-kernel

On Mon, Nov 28, 2016 at 05:55:29PM +0530, Amitesh Singh wrote:
> Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
> ---

I can't take patches without a changelog text :(

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225
  2016-11-29 20:56 ` Greg KH
@ 2016-11-30 17:40   ` Amitesh Singh
  2016-12-01  7:28     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Amitesh Singh @ 2016-11-30 17:40 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, thomas.petazzoni, Noralf Trønnes

On Nov 30, 2016 02:26, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>
> On Mon, Nov 28, 2016 at 05:55:29PM +0530, Amitesh Singh wrote:
> > Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
> > ---
>
> I can't take patches without a changelog text :(

did you mean the text after the commit heading?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225
  2016-11-30 17:40   ` Amitesh Singh
@ 2016-12-01  7:28     ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2016-12-01  7:28 UTC (permalink / raw)
  To: Amitesh Singh; +Cc: linux-kernel, thomas.petazzoni, Noralf Trønnes

On Wed, Nov 30, 2016 at 11:10:41PM +0530, Amitesh Singh wrote:
> On Nov 30, 2016 02:26, "Greg KH" <gregkh@linuxfoundation.org> wrote:
> >
> > On Mon, Nov 28, 2016 at 05:55:29PM +0530, Amitesh Singh wrote:
> > > Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
> > > ---
> >
> > I can't take patches without a changelog text :(
> 
> did you mean the text after the commit heading?

Yes, please read Documentation/SubmittingPatches for what you should be
putting into a changelog text.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] staging: fbtft: remove duplicate entries of ili9225
@ 2017-01-24 17:46 Amitesh Singh
  0 siblings, 0 replies; 5+ messages in thread
From: Amitesh Singh @ 2017-01-24 17:46 UTC (permalink / raw)
  To: thomas.petazzoni, noralf, gregkh; +Cc: linux-kernel

There are multiple entries for ili9225 display defined in
flexfb_chip_table array. remove duplicate entries and
keep single entry.

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 ded1071..1b1219e 100644
--- a/drivers/staging/fbtft/flexfb.c
+++ b/drivers/staging/fbtft/flexfb.c
@@ -418,22 +418,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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-24 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-28 12:25 [PATCH] staging: fbtft: remove duplicate entries of ili9225 Amitesh Singh
2016-11-29 20:56 ` Greg KH
2016-11-30 17:40   ` Amitesh Singh
2016-12-01  7:28     ` Greg KH
2017-01-24 17:46 Amitesh Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.