Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-31 Thread Mark Brown
On Fri, Dec 27, 2013 at 10:44:24AM -0800, Greg KH wrote: > Please get approval for this patch from others within Linaro before > sending it out again. Linaro has a process in place for this type of > thing, please use it, otherwise it makes people like me really grumpy > and upset and causes me t

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-27 Thread Greg KH
On Fri, Dec 27, 2013 at 03:47:31PM +0530, Tushar Behera wrote: > On 27 December 2013 12:08, Greg KH wrote: > > On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: > >> On 27 December 2013 10:48, Greg KH wrote: > >> > On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: > > [

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-27 Thread Tushar Behera
On 27 December 2013 12:08, Greg KH wrote: > On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: >> On 27 December 2013 10:48, Greg KH wrote: >> > On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: [ ... ] >> >> @@ -951,8 +949,6 @@ static struct uart_driver s3c24xx_uart_dr

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Greg KH
On Fri, Dec 27, 2013 at 10:43:23AM +0400, Alexander Shiyan wrote: > Hello. > > On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: > > > On 27 December 2013 10:48, Greg KH wrote: > > > > On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: > > > >> The hard-coded values clash

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Alexander Shiyan
Hello. > On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: > > On 27 December 2013 10:48, Greg KH wrote: > > > On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: > > >> The hard-coded values clash with the values set for amba-pl011 serial > > >> driver. Because of this the

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Greg KH
On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: > On 27 December 2013 10:48, Greg KH wrote: > > On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: > >> The hard-coded values clash with the values set for amba-pl011 serial > >> driver. Because of this there is no serial o

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Tushar Behera
On 27 December 2013 10:48, Greg KH wrote: > On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: >> The hard-coded values clash with the values set for amba-pl011 serial >> driver. Because of this there is no serial output on Samsung boards >> if amba-pl011 is enabled alongwith samsung-s

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Greg KH
On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: > The hard-coded values clash with the values set for amba-pl011 serial > driver. Because of this there is no serial output on Samsung boards > if amba-pl011 is enabled alongwith samsung-serial driver. > > Remove the hardcoded values a

[PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Tushar Behera
The hard-coded values clash with the values set for amba-pl011 serial driver. Because of this there is no serial output on Samsung boards if amba-pl011 is enabled alongwith samsung-serial driver. Remove the hardcoded values and let the framework decide on appropriate major/minor number. This is re