Re: [PATCH v5 4/7] arm: omap4: hwmod: introduce emu hwmod

2011-11-11 Thread Jamie Iles
On Fri, Nov 11, 2011 at 11:41:47AM +, Will Deacon wrote: > [Adding Benoit to CC]. > > On Thu, Nov 10, 2011 at 09:02:14AM +, Paul Walmsley wrote: > > On Wed, 9 Nov 2011, Ming Lei wrote: > > > Also, current arm perf code don't handle three IRQs(one pl310 irq and > > > two CTI irq) inside on

Re: [RFC/PATCH v2 07/13] dt: omap: create platform bus for omap devices

2011-08-23 Thread Jamie Iles
Hi, This creates a build failure for non-omap platforms as they don't know about struct omap_device_pm_latency, struct omap_hwmod etc. An empty of_omap_device_create() as inline should do the trick. Jamie On Tue, Aug 23, 2011 at 10:03:35AM +0500, G, Manjunath Kondaiah wrote: > > The omap devi

Re: [PATCH 00/13] Clean up mach/gpio.h headers

2011-08-09 Thread Jamie Iles
th the exception of mach/ includes which are > converted to asm/gpio.h), drivers were only converted to asm/gpio.h. > These should be reviewed and changed to linux/gpio.h. > > As a result of this patch series, several mach/gpio.h end up being > empty. Nice series! This gives m

Re: [RFC+CFT] Use word operations in bitops

2011-01-17 Thread Jamie Iles
ita ("arm: introduce little-endian > bitops", v4). Oops, I hit reply to the wrong patch before. Sorry! Tested-by: Jamie Iles Jamie -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordom

Re: [RFC+CFT] Use word operations in bitops

2011-01-17 Thread Jamie Iles
rw and haven't seen any problems. Our platforms aren't particulary FS intensive so I'll keep these patches applied to give them a bit more time. Tested-by: Jamie Iles Jamie -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the bo

Re: [PATCH 8/8] arm: omap: add minimal support for RM-680

2010-12-09 Thread Jamie Iles
On Thu, Dec 09, 2010 at 07:11:28PM +0200, Aaro Koskinen wrote: > Hi, > > On Thu, 9 Dec 2010, Jamie Iles wrote: > >>+static void __init rm680_peripherals_init(void) > >>+{ > >>+ platform_add_devices(rm680_peripherals_devices, > >>+

Re: [PATCH 8/8] arm: omap: add minimal support for RM-680

2010-12-09 Thread Jamie Iles
Hi Aaro, A couple of small comments below, otherwise looks nice to me. Jamie On Thu, Dec 09, 2010 at 06:39:24PM +0200, Aaro Koskinen wrote: > Add minimal support for Nokia RM-680 board. > > Tested with omap2plus_defconfig. > > Signed-off-by: Aaro Koskinen > --- [...] > +#if defined(CONFIG_MTD