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


Groups > linux.kernel > #1531271 > unrolled thread

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

Started byAmitesh Singh <singh.amitesh@gmail.com>
First post2016-11-28 13:30 +0100
Last post2016-12-01 08:30 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1531271 — [PATCH] staging: fbtft: remove duplicate entries of ili9225

FromAmitesh Singh <singh.amitesh@gmail.com>
Date2016-11-28 13:30 +0100
Subject[PATCH] staging: fbtft: remove duplicate entries of ili9225
Message-ID<sIteh-22H-29@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1532768

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-11-29 22:00 +0100
Message-ID<sIXFo-4YE-41@gated-at.bofh.it>
In reply to#1531271
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 :(

[toc] | [prev] | [next] | [standalone]


#1533471

FromAmitesh Singh <singh.amitesh@gmail.com>
Date2016-11-30 18:50 +0100
Message-ID<sJhb3-F2-5@gated-at.bofh.it>
In reply to#1532768
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?

[toc] | [prev] | [next] | [standalone]


#1533861

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-12-01 08:30 +0100
Message-ID<sJtYC-Ja-3@gated-at.bofh.it>
In reply to#1533471
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.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web