RE: [PATCH 00/33] Use common macro to define resources

2012-05-09 Thread Kukjin Kim
Russell King - ARM Linux wrote: On Wed, Apr 25, 2012 at 11:21:47AM +, Arnd Bergmann wrote: Note that the point of the DEFINE_RES_*() macros is really to prevent people from coming up with new silly macros to do the same thing, as we've had in the past. One of the other reaons was

Re: [PATCH 00/33] Use common macro to define resources

2012-04-25 Thread Heiko Stübner
Hi, Am Mittwoch, 25. April 2012, 06:19:39 schrieb Jean-Christophe PLAGNIOL- VILLARD: On 09:42 Wed 25 Apr , Tushar Behera wrote: There are some helper macros (DEFINE_RES_XXX) for defining resource structures. This patchset migrates all the earlier resource definitions (within Samsung

Re: [PATCH 00/33] Use common macro to define resources

2012-04-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:38 Wed 25 Apr , Heiko Stübner wrote: Hi, Am Mittwoch, 25. April 2012, 06:19:39 schrieb Jean-Christophe PLAGNIOL- VILLARD: On 09:42 Wed 25 Apr , Tushar Behera wrote: There are some helper macros (DEFINE_RES_XXX) for defining resource structures. This patchset migrates all

Re: [PATCH 00/33] Use common macro to define resources

2012-04-25 Thread Arnd Bergmann
On Wednesday 25 April 2012, Jean-Christophe PLAGNIOL-VILLARD wrote: As far as I know legacy SoCs are allowed to keep being non-DT and I don't see the older Samsung SoCs (especially the S3C24XX ones) changing to DT anytime soon, as they don't see any new development but only bug fixes

Re: [PATCH 00/33] Use common macro to define resources

2012-04-25 Thread Russell King - ARM Linux
On Wed, Apr 25, 2012 at 11:21:47AM +, Arnd Bergmann wrote: Note that the point of the DEFINE_RES_*() macros is really to prevent people from coming up with new silly macros to do the same thing, as we've had in the past. One of the other reaons was to stop the stream of resources with

Re: [PATCH 00/33] Use common macro to define resources

2012-04-25 Thread Tushar Behera
On 04/25/2012 05:05 PM, Russell King - ARM Linux wrote: On Wed, Apr 25, 2012 at 11:21:47AM +, Arnd Bergmann wrote: Note that the point of the DEFINE_RES_*() macros is really to prevent people from coming up with new silly macros to do the same thing, as we've had in the past. One of the

Re: [PATCH 00/33] Use common macro to define resources

2012-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:42 Wed 25 Apr , Tushar Behera wrote: There are some helper macros (DEFINE_RES_XXX) for defining resource structures. This patchset migrates all the earlier resource definitions (within Samsung specific code base) to use these macros. In some cases, it was not possible to use