Re: [linux-pm] [RFC PATCH] thermal: Add support to report cooling statistics achieved by cooling devices

2012-02-06 Thread Greg KH
On Mon, Feb 06, 2012 at 03:16:17PM -0800, Amit Kachhap wrote: > On 6 February 2012 09:03, Greg KH wrote: > > On Mon, Feb 06, 2012 at 05:56:58PM +0100, Pavel Machek wrote: > >> Hi! > >> > >> > Add a sysfs node code to report effective cooling of all cooli

Re: [linux-pm] [RFC PATCH] thermal: Add support to report cooling statistics achieved by cooling devices

2012-02-06 Thread Greg KH
On Mon, Feb 06, 2012 at 05:56:58PM +0100, Pavel Machek wrote: > Hi! > > > Add a sysfs node code to report effective cooling of all cooling devices > > attached to each trip points of a thermal zone. The cooling data reported > > will be absolute if the higher temperature trip points are arranged f

Re: [PATCH] ohci-hcd: ohci-hcd: use usleep_range() instead of mdelay()

2011-12-21 Thread Greg KH
On Wed, Dec 21, 2011 at 11:07:22AM +0400, Dmitry Antipov wrote: > From ac60fe289eef3d81009f2b14a12acbac3e71878b Mon Sep 17 00:00:00 2001 > From: Dmitry Antipov > Date: Wed, 21 Dec 2011 11:05:27 +0400 > Subject: [PATCH] ohci-hcd: use usleep_range() instead of mdelay() > You didn't sign off on thi

Re: [PATCH v3 0/4] OMAP serial device tree support

2011-12-14 Thread Greg KH
On Wed, Dec 14, 2011 at 05:18:43PM +, Alan Cox wrote: > On Wed, 14 Dec 2011 07:20:13 -0800 > Kevin Hilman wrote: > > > Greg, Alan, > > > > Rajendra Nayak writes: > > > > > v3 is rebased on top of the latest serial runtime > > > patches[1] and boot tested with/without DT on OMAP4 > > > SDP

Re: [PATCH v2 0/4] OMAP serial device tree support

2011-11-28 Thread Greg KH
On Mon, Nov 28, 2011 at 11:36:56AM +0530, Rajendra Nayak wrote: > On Sunday 27 November 2011 09:06 AM, Greg KH wrote: > >On Tue, Nov 22, 2011 at 07:14:12PM +0530, Rajendra Nayak wrote: > >>v2 is based on the latest omap-serial runtime patches, which > >>can be found

Re: [PATCH v2 0/4] OMAP serial device tree support

2011-11-27 Thread Greg KH
On Tue, Nov 22, 2011 at 07:14:12PM +0530, Rajendra Nayak wrote: > v2 is based on the latest omap-serial runtime patches, which > can be found here[1] > > The series passes minimal data that allows serial console > boot, with UART's initialised from device tree. > However some of low power support

Re: [PATCH v3 5/5] clk: export tree topology and clk data via sysfs

2011-11-22 Thread Greg KH
On Tue, Nov 22, 2011 at 09:57:41AM -0800, Mike Turquette wrote: > > Ah, comments like this warm my heart. > > > > Come on, no abusing the kobject code please, if have problems with how > > the kernel core works, and it doesn't do things you want it to, then why > > not change it to work properly fo

Re: [PATCH v3 0/5] common clk framework

2011-11-22 Thread Greg KH
On Tue, Nov 22, 2011 at 10:09:29AM -0800, Mike Turquette wrote: > On Tue, Nov 22, 2011 at 9:45 AM, Russell King - ARM Linux > wrote: > > On Tue, Nov 22, 2011 at 07:42:59AM -0800, Greg KH wrote: > >> On Mon, Nov 21, 2011 at 05:40:42PM -0800, Mike Turquette wrote: &g

Re: [PATCH v3 5/5] clk: export tree topology and clk data via sysfs

2011-11-22 Thread Greg KH
On Mon, Nov 21, 2011 at 05:40:47PM -0800, Mike Turquette wrote: > Introduces kobject support for the common struct clk, exports per-clk > data via read-only callbacks and models the clk tree topology in sysfs. > > Also adds support for generating the clk tree in clk_init and migrating > nodes when

Re: [PATCH v3 0/5] common clk framework

2011-11-22 Thread Greg KH
On Mon, Nov 21, 2011 at 05:40:42PM -0800, Mike Turquette wrote: > .sysfs support. Visualize your clk tree at /sys/clk! Where would be > a better place to put the clk tree besides the root of /sys/? Um, in the "proper" place for it under /sys/devices like the rest of the device tree is? > When

Re: [PATCH 1/4 v4] drivers: create a pin control subsystem

2011-08-19 Thread Greg KH
On Fri, Aug 19, 2011 at 04:36:28PM +0200, Arnd Bergmann wrote: > On Friday 19 August 2011, Linus Walleij wrote: > > On Fri, Aug 19, 2011 at 12:48 PM, Jamie Iles wrote: > > > > >> +static struct class pinctrl_class = { > > >> + .name = "pinctrl", > > >> + .dev_release = pinctrl_dev_release