Re: [PATCHv12 06/49] clk: add support for low level register ops

2014-01-03 Thread Stephen Boyd
On 01/03/14 01:13, Tero Kristo wrote: > On 12/22/2013 07:39 PM, Gerhard Sittig wrote: >> >> >> Further I'd suggest to split this register access aspect out of >> the TI clock series, and to prepare it already for regmap style >> access to the hardware registers. See the next comment below. > > Thi

Re: [RFT/RFC/PATCH 00/31] arm: omap: irq: cleanup INTC driver

2014-01-03 Thread Felipe Balbi
On Fri, Jan 03, 2014 at 05:42:41PM +0530, Rajendra Nayak wrote: > [].. > > >>> so a bit more work is needed. Maybe also rebase these against > >>> omap-for-v3.14/dt too? > >> > >> Will do. > > > > Rebased on top of omap-for-v3.14/omap3-board-removal. Patches are on my > > k.org tree: > > > > git

Re: [PATCH v2 1/3] power_supply: Add power_supply notifier

2014-01-03 Thread Anton Vorontsov
On Fri, Jan 03, 2014 at 11:09:49AM +, Tc, Jenny wrote: > Anton, > > I don't see this patch in Linux tree. Any update on this would be helpful http://git.infradead.org/battery-2.6.git/commit/d36240d26025bec95f3499e2401a56db98d9f01c ?.. -- To unsubscribe from this list: send the line "unsubscr

Re: [PATCH v5 0/2] DMM DT adaptation

2014-01-03 Thread Archit Taneja
Hullo, On Tuesday 17 December 2013 03:32 PM, Archit Taneja wrote: The DMM/Tiler block can used by omapdrm to allocate frame buffers. With the removal of address and irq data from the omap4 hwmods, the probe of DMM driver fails and omapdrm isn't able to utilize the DMM hardware. Add DMM bindings

Re: [RFT/RFC/PATCH 00/31] arm: omap: irq: cleanup INTC driver

2014-01-03 Thread Rajendra Nayak
[].. >>> so a bit more work is needed. Maybe also rebase these against >>> omap-for-v3.14/dt too? >> >> Will do. > > Rebased on top of omap-for-v3.14/omap3-board-removal. Patches are on my > k.org tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git wip/omap-fix-intc It needs a

RE: [PATCH v2 1/3] power_supply: Add power_supply notifier

2014-01-03 Thread Tc, Jenny
Anton, I don't see this patch in Linux tree. Any update on this would be helpful Thanks Jenny > -Original Message- > From: Anton Vorontsov [mailto:an...@scarybugs.org] On Behalf Of Anton > Vorontsov > Sent: Monday, December 02, 2013 3:54 AM > To: Pali Rohár > Cc: David Woodhouse; Tony Li

Re: [PATCHv12 07/49] clk: divider: add support for low level ops

2014-01-03 Thread Tero Kristo
On 12/22/2013 07:52 PM, Gerhard Sittig wrote: [ dropped devicetree, we're clock specific here ] On Fri, Dec 20, 2013 at 18:34 +0200, Tero Kristo wrote: Divider clock can now be registered to use low level register access ops. Preferred initialization method is via clock description. Signed-of

Re: [PATCHv12 06/49] clk: add support for low level register ops

2014-01-03 Thread Tero Kristo
On 12/22/2013 07:39 PM, Gerhard Sittig wrote: [ added agust@ for mpc5xxx, dropped devicetree ] On Fri, Dec 20, 2013 at 18:34 +0200, Tero Kristo wrote: Low level register ops are needed for providing SoC or IP block specific access routines to clock registers. Subsequent patches add support for