Re: [PATCH 4/7] tty: 8250: omap eliminate use of of_machine_is_compatible()

2015-07-09 Thread Sekhar Nori
Hi Peter, On Thursday 09 July 2015 05:30 AM, Peter Hurley wrote: Hi Sekhar, On 07/06/2015 05:47 AM, Sekhar Nori wrote: Use of of_machine_is_compatible() for AM335x specific DMA quirk in 8250_omap driver makes it ugly to extend the quirk for other platforms. Instead use a new compatible.

Re: [PATCH 4/7] tty: 8250: omap eliminate use of of_machine_is_compatible()

2015-07-08 Thread Peter Hurley
Hi Sekhar, On 07/06/2015 05:47 AM, Sekhar Nori wrote: Use of of_machine_is_compatible() for AM335x specific DMA quirk in 8250_omap driver makes it ugly to extend the quirk for other platforms. Instead use a new compatible. The new compatible will also make it easier to care of other quirks

[PATCH 4/7] tty: 8250: omap eliminate use of of_machine_is_compatible()

2015-07-06 Thread Sekhar Nori
Use of of_machine_is_compatible() for AM335x specific DMA quirk in 8250_omap driver makes it ugly to extend the quirk for other platforms. Instead use a new compatible. The new compatible will also make it easier to care of other quirks specific to AM335x and like SoCs. This patch does break