[U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Michal Simek
Add timer driver. Signed-off-by: Michal Simek mon...@monstr.eu --- arch/arm/cpu/armv7/zynq/Makefile | 48 arch/arm/cpu/armv7/zynq/timer.c | 151 ++ 2 files changed, 199 insertions(+), 0 deletions(-) create mode 100644

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Joe Hershberger
Hi Michal, On Tue, Aug 14, 2012 at 6:42 AM, Michal Simek mon...@monstr.eu wrote: Add timer driver. Signed-off-by: Michal Simek mon...@monstr.eu --- arch/arm/cpu/armv7/zynq/Makefile | 48 arch/arm/cpu/armv7/zynq/timer.c | 151 ++ 2

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Michal Simek
On 08/14/2012 05:36 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 6:42 AM, Michal Simek mon...@monstr.eu wrote: Add timer driver. Signed-off-by: Michal Simek mon...@monstr.eu --- arch/arm/cpu/armv7/zynq/Makefile | 48 arch/arm/cpu/armv7/zynq/timer.c | 151

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Joe Hershberger
Hi Michal, On Tue, Aug 14, 2012 at 11:28 AM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 05:36 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 6:42 AM, Michal Simek mon...@monstr.eu wrote: Add timer driver. Signed-off-by: Michal Simek mon...@monstr.eu ---

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Michal Simek
On 08/14/2012 06:41 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 11:28 AM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 05:36 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 6:42 AM, Michal Simek mon...@monstr.eu wrote: Add timer driver.

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Joe Hershberger
Hi Michal, On Tue, Aug 14, 2012 at 12:11 PM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 06:41 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 11:28 AM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 05:36 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14,

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Michal Simek
On 08/14/2012 07:15 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 12:11 PM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 06:41 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 11:28 AM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 05:36 PM, Joe

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Joe Hershberger
Hi Michal, On Tue, Aug 14, 2012 at 12:39 PM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 07:15 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 12:11 PM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 06:41 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14,

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Michal Simek
On 08/14/2012 08:19 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 12:39 PM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 07:15 PM, Joe Hershberger wrote: Hi Michal, On Tue, Aug 14, 2012 at 12:11 PM, Michal Simek mon...@monstr.eu wrote: On 08/14/2012 06:41 PM, Joe

Re: [U-Boot] [PATCH 3/4] arm: Support new Xilinx Zynq platform

2012-08-14 Thread Marek Vasut
Dear Michal Simek, On 08/14/2012 08:19 PM, Joe Hershberger wrote: Hi Michal, [...] CUT! Marek: I believe you are going to change all timer drivers. Are you going to move all of them to generic location? I'm not moving timer drivers in the first wave, so hacking on them should be safe sail