Re: [PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-10-03 Thread Cousson, Benoit
+ Arnd Hi Tony, After rebasing by DT series on top of your dt-base, I noticed two minor issues from this timer series. First some new warnings: [0.260009] omap_timer.1: alias fck already exists [0.260345] omap_timer.2: alias fck already exists [0.260650] omap_timer.3: alias

Re: [PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-10-03 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [111003 07:00]: + Arnd Hi Tony, After rebasing by DT series on top of your dt-base, I noticed two minor issues from this timer series. First some new warnings: [0.260009] omap_timer.1: alias fck already exists [0.260345] omap_timer.2:

Re: [PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-09-26 Thread Tony Lindgren
* DebBarma, Tarun Kanti tarun.ka...@ti.com [110923 01:54]: Hi Tony, [...] I've applied these into dmtimer branch with some changes to simplify things further. I've also merged it into linux-omap master branch for further testing. I'll reply to your patches with the changes I've done.

Re: [PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-09-26 Thread DebBarma, Tarun Kanti
On Mon, Sep 26, 2011 at 10:55 PM, Tony Lindgren t...@atomide.com wrote: * DebBarma, Tarun Kanti tarun.ka...@ti.com [110923 01:54]: Hi Tony, [...] I've applied these into dmtimer branch with some changes to simplify things further. I've also merged it into linux-omap master branch for

Re: [PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-09-23 Thread DebBarma, Tarun Kanti
Hi Tony, [...] I've applied these into dmtimer branch with some changes to simplify things further. I've also merged it into linux-omap master branch for further testing. I'll reply to your patches with the changes I've done. Care give the dmtimer branch a try and see if I've missed

Re: [PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-09-22 Thread DebBarma, Tarun Kanti
On Thu, Sep 22, 2011 at 6:29 AM, Tony Lindgren t...@atomide.com wrote: Hi Tarun, * Tarun Kanti DebBarma tarun.ka...@ti.com [110920 03:57]: Adaptation of dmtimer code to platform driver using omap_device and omap_hwmod abstraction. It also include pm-runtime and off-mode support. I've

Re: [PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-09-21 Thread Tony Lindgren
Hi Tarun, * Tarun Kanti DebBarma tarun.ka...@ti.com [110920 03:57]: Adaptation of dmtimer code to platform driver using omap_device and omap_hwmod abstraction. It also include pm-runtime and off-mode support. I've applied these into dmtimer branch with some changes to simplify things further.

[PATCH v16 00/12] OMAP: dmtimer: adaptation to platform_driver

2011-09-20 Thread Tarun Kanti DebBarma
Adaptation of dmtimer code to platform driver using omap_device and omap_hwmod abstraction. It also include pm-runtime and off-mode support. Baseline: git://github.com/tmlind/linux.git Branch: cleanup Test Info: - OMAP4430SDP: Functional tests. - OMAP3430SDP: Functional. Off-mode does not work.