[U-Boot] [PATCH] mxs: timrot: Rename local macros

2013-02-28 Thread Fadil Berisha
From: Fadil Berisha Local macros apply to both iMX23 and iMX28. This patch renames local macros with attribute MX28 to MXS. Signed-off-by: Fadil Berisha Cc: Marek Vasut Cc: Otavio Salvador Cc: Fabio Estevam Cc: Stefano Babic --- arch/arm/cpu/arm926ejs/mxs/timer.c | 16

[U-Boot] [PATCH v4] mxs: timrot: Add support to i.MX23

2013-02-27 Thread Fadil Berisha
From: Fadil Berisha This patch add timer support to i.MX23 and complete bit fields and values on regs-timrot.h. Testet on imx23-olinuxino board. Signed-off-by: Fadil Berisha Acked-by: Marek Vasut Cc: Marek Vasut Cc: Otavio Salvador Cc: Fabio Estevam Cc: Stefano Babic --- v2 - Updated the

[U-Boot] [PATCH v3] mxs: timrot: Add support to i.MX23

2013-02-24 Thread Fadil Berisha
From: Fadil Berisha This patch add timer support to i.MX23 and complete bit fields and values on regs-timrot.h. Testet on imx23-olinuxino board. Signed-off-by: Fadil Berisha --- v2 - Updated the struct mxs_timrot_regs so the mapping works for all registers v3 - Revert macro MX28_INCREMENTER_HZ

Re: [U-Boot] [PATCH v2] mxs: timrot: Add support to i.MX23

2013-02-24 Thread Fadil Berisha
o submit those changes on separate patch. Best Regards Fadil Berisha ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] mxs: timrot: Add support to i.MX23

2013-02-24 Thread Fadil Berisha
or all registers" Since macro names corespondent to registers names, no need for extra documentation. > ERROR: trailing whitespace Will fix in next version Fadil Berisha ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2] mxs: timrot: Add support to i.MX23

2013-02-23 Thread Fadil Berisha
This patch add timer support to i.MX23 and complete bit fields and values on regs-timrot.h. Testet on imx23-olinuxino board. Signed-off-by: Fadil Berisha --- v2 - Updated the struct mxs_timrot_regs so the mapping works for all registers arch/arm/cpu/arm926ejs/mxs/timer.c | 39

[U-Boot] [PATCH] mxs: timrot: Add support to i.MX23

2013-02-13 Thread Fadil Berisha
From: Fadil Berisha This patch add timer support to i.MX23 and complete bit fields and values on regs-timrot.h. Testet on imx23-olinuxino board. Signed-off-by: Fadil Berisha --- arch/arm/cpu/arm926ejs/mxs/timer.c | 19 +- arch/arm/include/asm/arch-mxs/regs-timrot.h | 91