Re: [Patch v2 08/11] Touch: DA9052 touchscreen driver

2011-09-04 Thread ashishj3
On Mon, 2011-08-22 at 13:42 +0530, ashishj3 wrote: > On Fri, 2011-08-12 at 19:20 +0530, ashishj3 wrote: > > This driver add support for DA9052 4-wire resistive ADC interfaced > > touchscreen > > controller. > > > > DA9052 is a MFD therefore this driver depends on DA9052 core driver for core > >

Re: 11.07 oprofile on panda busted?

2011-09-04 Thread Avik Sil
On Saturday 03 September 2011 12:16 AM, Christian Robottom Reis wrote: > On Fri, Sep 02, 2011 at 05:22:35PM +0530, Avik Sil wrote: >>> See whether this works: >>> >>> apt-get install linux-linaro-tools-`uname -r` >>> perf stat apt-get update # or something >>> >>> >>> I think there was an issue wi

Re: [PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-04 Thread Rob Clark
On Sun, Sep 4, 2011 at 2:49 PM, Daniel Vetter wrote: > On Sun, Sep 04, 2011 at 11:29:43AM -0500, Rob Clark wrote: >> > Above set of get/put functions seem to do very little. Drop them for the >> > first round? >> >> The intention is to do attach/detach_pages here.. and in case of >> get/put_paddr

Re: 11.07 oprofile on panda busted?

2011-09-04 Thread Michael Hope
On Fri, Sep 2, 2011 at 11:52 PM, Avik Sil wrote: > On Wednesday 31 August 2011 08:26 PM, Dave Martin wrote: >> On Thu, Aug 25, 2011 at 04:48:57PM -0500, Tom Gall wrote: > The perf patch was dropped from linux-linaro-2.6.39 onwards as it > apparently caused Panda boot hang > (https://bugs.launchpad

Re: [PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-04 Thread Rob Clark
On Sat, Sep 3, 2011 at 1:53 PM, Daniel Vetter wrote: > Hi Rob, > > I've taken a look at your driver, some comments inline. Can't really > comment much on the kms side because of lack of expertise in that area. > > I think most can be trivially addressed by dropping the plugin layer ;-) > > Cheers,