Re: [PATCH 1/2] ARM: Make OMAP syslib.c functions available for other ARM targets

2013-05-08 Thread Sascha Hauer
On Wed, May 08, 2013 at 11:42:50AM +0400, Alexander Shiyan wrote: > > On Sat, Apr 27, 2013 at 08:58:54PM +0400, Alexander Shiyan wrote: > > > This patch moves OMAP syslib functions into common ARM location, so > > > make these functions available to other ARM targets. > > > > > > +/** > > > + * @b

Re[2]: [PATCH 1/2] ARM: Make OMAP syslib.c functions available for other ARM targets

2013-05-08 Thread Alexander Shiyan
> On Sat, Apr 27, 2013 at 08:58:54PM +0400, Alexander Shiyan wrote: > > This patch moves OMAP syslib functions into common ARM location, so > > make these functions available to other ARM targets. > > > > +/** > > + * @brief clear & set a value in a bit range for a 32 bit address > > + * > > + * @

Re: [PATCH 1/2] ARM: Make OMAP syslib.c functions available for other ARM targets

2013-05-08 Thread Sascha Hauer
On Sat, Apr 27, 2013 at 08:58:54PM +0400, Alexander Shiyan wrote: > This patch moves OMAP syslib functions into common ARM location, so > make these functions available to other ARM targets. > > +/** > + * @brief clear & set a value in a bit range for a 32 bit address > + * > + * @param[in] addr A

[PATCH 1/2] ARM: Make OMAP syslib.c functions available for other ARM targets

2013-04-27 Thread Alexander Shiyan
This patch moves OMAP syslib functions into common ARM location, so make these functions available to other ARM targets. Signed-off-by: Alexander Shiyan --- arch/arm/boards/archosg9/lowlevel.c | 2 +- arch/arm/boards/beagle/lowlevel.c | 2 +- arch/arm/boards/beaglebone/board.c