Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-19 Thread Mike Rapoport
Greg, On Fri, Oct 16, 2015 at 10:04:57PM -0700, Greg Kroah-Hartman wrote: > On Tue, Oct 13, 2015 at 11:27:54AM +0530, Sudip Mukherjee wrote: > > > > > > > > > > The code from ddk750_dvi and ddk750_sii164 is never called from the > > > > > rest > > > > > of the driver, the USE_DVICHIP is defined

Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-16 Thread Greg Kroah-Hartman
On Tue, Oct 13, 2015 at 11:27:54AM +0530, Sudip Mukherjee wrote: > On Mon, Oct 12, 2015 at 08:30:41PM -0700, Greg Kroah-Hartman wrote: > > On Fri, Oct 09, 2015 at 12:32:32PM +0530, Sudip Mukherjee wrote: > > > On Thu, Oct 08, 2015 at 09:11:07PM +0100, Mike Rapoport wrote: > > > > Hi Sudip, > > > >

Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-12 Thread Sudip Mukherjee
On Mon, Oct 12, 2015 at 08:30:41PM -0700, Greg Kroah-Hartman wrote: > On Fri, Oct 09, 2015 at 12:32:32PM +0530, Sudip Mukherjee wrote: > > On Thu, Oct 08, 2015 at 09:11:07PM +0100, Mike Rapoport wrote: > > > Hi Sudip, > > > > > > On Thu, Oct 08, 2015 at 11:46:28AM +0530, Sudip Mukherjee wrote: > >

Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-12 Thread Greg Kroah-Hartman
On Fri, Oct 09, 2015 at 12:32:32PM +0530, Sudip Mukherjee wrote: > On Thu, Oct 08, 2015 at 09:11:07PM +0100, Mike Rapoport wrote: > > Hi Sudip, > > > > On Thu, Oct 08, 2015 at 11:46:28AM +0530, Sudip Mukherjee wrote: > > > On Tue, Oct 06, 2015 at 04:49:13PM +0100, Mike Rapoport wrote: > > > > Curr

Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-09 Thread Sudip Mukherjee
On Thu, Oct 08, 2015 at 09:11:07PM +0100, Mike Rapoport wrote: > Hi Sudip, > > On Thu, Oct 08, 2015 at 11:46:28AM +0530, Sudip Mukherjee wrote: > > On Tue, Oct 06, 2015 at 04:49:13PM +0100, Mike Rapoport wrote: > > > Currently the sii164 DVI controller support is unused anywhere in the > > > rest

Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-08 Thread Mike Rapoport
Hi Sudip, On Thu, Oct 08, 2015 at 11:46:28AM +0530, Sudip Mukherjee wrote: > On Tue, Oct 06, 2015 at 04:49:13PM +0100, Mike Rapoport wrote: > > Currently the sii164 DVI controller support is unused anywhere in the rest > > of > > the driver, and, anyway it does not belong to framebuffer device dr

Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-07 Thread Sudip Mukherjee
On Tue, Oct 06, 2015 at 04:49:13PM +0100, Mike Rapoport wrote: > Currently the sii164 DVI controller support is unused anywhere in the rest of > the driver, and, anyway it does not belong to framebuffer device driver. > These patches remove the sii164 DVI controller support. I am not sure if we can

[PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-06 Thread Mike Rapoport
Currently the sii164 DVI controller support is unused anywhere in the rest of the driver, and, anyway it does not belong to framebuffer device driver. These patches remove the sii164 DVI controller support. Mike Rapoport (3): staging: sm750fb: don't build DVI controller related objects stagin