RE: [PATCH] ARM: OMAP: Add support for dmtimer v2 ip (Re: [PATCH v15 06/12] OMAP: dmtimer: switch-over to platform device driver)

2011-09-19 Thread Pedanekar, Hemant
Tony Lindgren wrote on Monday, September 19, 2011 11:11 PM: > device driver) > > * Pedanekar, Hemant [110918 20:32]: >> >> Tony, >> Kernel boots fine on TI816X (should also boot on TI814X) with your patch >> and patches (including OSC clock fix) from series >> http://www.spinics.net/lists/linux

Re: [PATCH] ARM: OMAP: Add support for dmtimer v2 ip (Re: [PATCH v15 06/12] OMAP: dmtimer: switch-over to platform device driver)

2011-09-19 Thread Tony Lindgren
* Mohammed, Afzal [110918 21:48]: > Hi Tony, > > On Sat, Sep 17, 2011 at 07:05:31, Tony Lindgren wrote: > > > > Afzal, care to check if that works for AM335X/TI816X/TI814X? > > With following patch over yours, AM335X (the only board with me) boots up > fine. Thanks for catching that, will fol

Re: [PATCH] ARM: OMAP: Add support for dmtimer v2 ip (Re: [PATCH v15 06/12] OMAP: dmtimer: switch-over to platform device driver)

2011-09-19 Thread Tony Lindgren
* DebBarma, Tarun Kanti [110918 04:53]: > > > > But we can map the interrupt registers separately and then have > > the rest start from func_base that is different based on the timer > > version. Rebasing the rest of the dmtimer hwmod patches on this > > should be fairly easy, mostly just need to

Re: [PATCH] ARM: OMAP: Add support for dmtimer v2 ip (Re: [PATCH v15 06/12] OMAP: dmtimer: switch-over to platform device driver)

2011-09-19 Thread Tony Lindgren
* Pedanekar, Hemant [110918 20:32]: > > Tony, > Kernel boots fine on TI816X (should also boot on TI814X) with your patch > and patches (including OSC clock fix) from series > http://www.spinics.net/lists/linux-omap/msg57011.html OK good to hear, I assume I can add your Tested-by then? Regards

RE: [PATCH] ARM: OMAP: Add support for dmtimer v2 ip (Re: [PATCH v15 06/12] OMAP: dmtimer: switch-over to platform device driver)

2011-09-18 Thread Mohammed, Afzal
Hi Tony, On Sat, Sep 17, 2011 at 07:05:31, Tony Lindgren wrote: > > Afzal, care to check if that works for AM335X/TI816X/TI814X? With following patch over yours, AM335X (the only board with me) boots up fine. Regards Afzal From ff64a239e60f9b517860eb2fe9c4f88a188ca51d Mon Sep 17 00:00:00 2001

RE: [PATCH] ARM: OMAP: Add support for dmtimer v2 ip (Re: [PATCH v15 06/12] OMAP: dmtimer: switch-over to platform device driver)

2011-09-18 Thread Pedanekar, Hemant
Tony Lindgren wrote on Saturday, September 17, 2011 7:06 AM: > device driver) > > * DebBarma, Tarun Kanti [110916 01:56]: >> [...] > > Afzal, care to check if that works for AM335X/TI816X/TI814X? > It tried it briefly with omap4 gptimer3 as the clockevent and > CONFIG_LOCAL_TIMER disabled. >

Re: [PATCH] ARM: OMAP: Add support for dmtimer v2 ip (Re: [PATCH v15 06/12] OMAP: dmtimer: switch-over to platform device driver)

2011-09-18 Thread DebBarma, Tarun Kanti
[...] > Well here's what I came up with to deal with the different timer > registers. We can't use the context registers as those are for > the value naturally.. > > But we can map the interrupt registers separately and then have > the rest start from func_base that is different based on the timer