Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-03-18 Thread Tomasz Figa
Hi Kukjin, On 18.03.2014 01:58, Kukjin Kim wrote: Tomasz Figa wrote: On 21.02.2014 14:15, Tomasz Figa wrote: Hi Kukjin, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global

RE: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-03-17 Thread Kukjin Kim
Tomasz Figa wrote: On 21.02.2014 14:15, Tomasz Figa wrote: Hi Kukjin, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory

RE: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-03-10 Thread Kukjin Kim
Tomasz Figa wrote: On 21.02.2014 14:15, Tomasz Figa wrote: Hi Kukjin, Hi Tomasz, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach-

Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-03-09 Thread Tomasz Figa
On 21.02.2014 14:15, Tomasz Figa wrote: Hi Kukjin, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory from common code in plat-,

Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-21 Thread Tomasz Figa
Hi Kukjin, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory from common code in plat-, which is not allowed when building

Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-11 Thread Tomasz Figa
On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory from common code in plat-, which is not allowed when building ARCH_MULTIPLATFORM.

Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-07 Thread Olof Johansson
On Thu, Feb 06, 2014 at 08:12:45PM +0100, Tomasz Figa wrote: On Exynos4210-based Trats, Exynos4412-based Trats2 and Exynos5250-based Arndale boards (except suspend/resume, which is broken because of unrelated reasons): Has this been reported, and is it being worked on by anyone? -Olof -- To

Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-07 Thread Tomasz Figa
On 07.02.2014 23:15, Olof Johansson wrote: On Thu, Feb 06, 2014 at 08:12:45PM +0100, Tomasz Figa wrote: On Exynos4210-based Trats, Exynos4412-based Trats2 and Exynos5250-based Arndale boards (except suspend/resume, which is broken because of unrelated reasons): Has this been reported, and

Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-07 Thread Doug Anderson
Tomasz, On Fri, Feb 7, 2014 at 3:59 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On 07.02.2014 23:15, Olof Johansson wrote: On Thu, Feb 06, 2014 at 08:12:45PM +0100, Tomasz Figa wrote: On Exynos4210-based Trats, Exynos4412-based Trats2 and Exynos5250-based Arndale boards (except

Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-07 Thread Tomasz Figa
Hi Doug, On 08.02.2014 01:51, Doug Anderson wrote: Tomasz, On Fri, Feb 7, 2014 at 3:59 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On 07.02.2014 23:15, Olof Johansson wrote: On Thu, Feb 06, 2014 at 08:12:45PM +0100, Tomasz Figa wrote: On Exynos4210-based Trats, Exynos4412-based Trats2

[PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-06 Thread Tomasz Figa
Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory from common code in plat-, which is not allowed when building ARCH_MULTIPLATFORM. In addition there is a lot of forced code