2016-11-28 12:25:45

by Amitesh Singh

[permalink] [raw]
Subject: [PATCH] staging: fbtft: remove duplicate entries of ili9225

Signed-off-by: Amitesh Singh <[email protected]>
---
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


2016-11-29 20:56:30

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225

On Mon, Nov 28, 2016 at 05:55:29PM +0530, Amitesh Singh wrote:
> Signed-off-by: Amitesh Singh <[email protected]>
> ---

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

2016-11-30 17:41:27

by Amitesh Singh

[permalink] [raw]
Subject: Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225

On Nov 30, 2016 02:26, "Greg KH" <[email protected]> wrote:
>
> On Mon, Nov 28, 2016 at 05:55:29PM +0530, Amitesh Singh wrote:
> > Signed-off-by: Amitesh Singh <[email protected]>
> > ---
>
> I can't take patches without a changelog text :(

did you mean the text after the commit heading?

2016-12-01 07:28:43

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] staging: fbtft: remove duplicate entries of ili9225

On Wed, Nov 30, 2016 at 11:10:41PM +0530, Amitesh Singh wrote:
> On Nov 30, 2016 02:26, "Greg KH" <[email protected]> wrote:
> >
> > On Mon, Nov 28, 2016 at 05:55:29PM +0530, Amitesh Singh wrote:
> > > Signed-off-by: Amitesh Singh <[email protected]>
> > > ---
> >
> > 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.