Re: [PATCH v2] add fbtft ssd1325 controller support

2016-01-27 Thread Greg KH
On Wed, Jan 27, 2016 at 11:22:38AM +0300, Alexey Mednyy wrote: > On 01/27/2016 02:36 AM, Greg KH wrote: > > On Tue, Jan 26, 2016 at 07:31:16PM +0300, Alexey Mednyy wrote: > >> Signed-off-by: Alexey Mednyy > > Why? > Sorry, that was required by some other project I sent patches to. No, the signed-

Re: [PATCH v2] add fbtft ssd1325 controller support

2016-01-27 Thread Alexey Mednyy
On 01/27/2016 02:36 AM, Greg KH wrote: > On Tue, Jan 26, 2016 at 07:31:16PM +0300, Alexey Mednyy wrote: >> Signed-off-by: Alexey Mednyy > Why? Sorry, that was required by some other project I sent patches to. > > I can't take patches without any changelog entries, sorry, we need some > more inform

Re: [PATCH v2] add fbtft ssd1325 controller support

2016-01-26 Thread Greg KH
On Tue, Jan 26, 2016 at 07:31:16PM +0300, Alexey Mednyy wrote: > Signed-off-by: Alexey Mednyy Why? I can't take patches without any changelog entries, sorry, we need some more information here about what this is, why it's being submitted, etc. thanks, greg k-h _

[PATCH v2] add fbtft ssd1325 controller support

2016-01-26 Thread Alexey Mednyy
Signed-off-by: Alexey Mednyy --- drivers/staging/fbtft/Kconfig | 6 ++ drivers/staging/fbtft/Makefile | 1 + drivers/staging/fbtft/fb_ssd1325.c | 205 + 3 files changed, 212 insertions(+) create mode 100644 drivers/staging/fbtft/fb_ssd1325.c diff