Re: [PATCH v2] serial: xilinx_uartps: kill CONFIG_OF conditional

2012-11-12 Thread Michal Simek
2012/11/7 Michal Simek : > 2012/11/5 Josh Cartwright : >> The Zynq platform requires the use of CONFIG_OF. Remove the #ifdef >> conditionals in the uartps driver. Make dependency explicit in Kconfig. >> >> Signed-off-by: Josh Cartwright >> --- >> Michal- >> >> Here's a version of this patch outs

Re: [PATCH v2] serial: xilinx_uartps: kill CONFIG_OF conditional

2012-11-07 Thread Michal Simek
2012/11/5 Josh Cartwright : > The Zynq platform requires the use of CONFIG_OF. Remove the #ifdef > conditionals in the uartps driver. Make dependency explicit in Kconfig. > > Signed-off-by: Josh Cartwright > --- > Michal- > > Here's a version of this patch outside of my COMMON_CLK patchset as yo

[PATCH v2] serial: xilinx_uartps: kill CONFIG_OF conditional

2012-11-05 Thread Josh Cartwright
The Zynq platform requires the use of CONFIG_OF. Remove the #ifdef conditionals in the uartps driver. Make dependency explicit in Kconfig. Signed-off-by: Josh Cartwright --- Michal- Here's a version of this patch outside of my COMMON_CLK patchset as you requested ontop of your arm-next branch.