From: Felipe Balbi <balbi@ti.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-wireless@vger.kernel.org, Baruch Siach <baruch@tkos.co.il>,
patches@opensource.wolfsonmicro.com, linux-doc@vger.kernel.org,
Seungwon Jeon <tgih.jun@samsung.com>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
Chris Ball <chris@printf.net>,
dri-devel@lists.freedesktop.org, Marcin Wojtas <mw@semihalf.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Shinya Kuribayashi <skuribay@pobox.com>,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
Vinod Koul <vinod.koul@intel.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Jani Nikula <jani.nikula@intel.com>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
Alan Stern <stern@rowland.harvard.edu>,
Ben Skeggs <bskeggs@redhat.com>,
Bjorn Andersson <bjorn.andersson@sonymobile.com>,
Wolfram Sang <wsa@the-dreams.de>,
Dave Airlie <airlied@redhat.com>, Ulf Hansson <ulf.hansson@li>
Subject: Re: [PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper
Date: Wed, 24 Sep 2014 15:32:19 -0500 [thread overview]
Message-ID: <20140924203219.GZ17997@saruman> (raw)
In-Reply-To: <2322320.9rETJijE2n@vostro.rjw.lan>
[-- Attachment #1.1: Type: text/plain, Size: 6265 bytes --]
On Wed, Sep 24, 2014 at 10:46:17PM +0200, Rafael J. Wysocki wrote:
> On Wednesday, September 24, 2014 03:15:58 PM Felipe Balbi wrote:
> > On Wed, Sep 24, 2014 at 10:28:07PM +0200, Rafael J. Wysocki wrote:
> > > On Wednesday, September 24, 2014 09:44:50 PM Vinod Koul wrote:
> > > > This patch series adds a simple macro pm_runtime_last_busy_and_autosuspend()
> > > > which invokes pm_runtime_mark_last_busy() and pm_runtime_put_autosuspend()
> > > > sequentially. Then we do a tree wide update of current patterns which are
> > > > present. As evident from log below this pattern is frequent in the
> > > > kernel.
> > > >
> > > > This series can be found at
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git
> > > > topic/pm_runtime_last_busy_and_autosuspend
> > > >
> > > > Fengguang's kbuild has tested it so it shouldn't break things for anyone.
> > > > Barring one patch (explictyly mentioned in its changelog) rest are simple
> > > > replacements.
> > > >
> > > > If all are okay, this should be merged thru PM tree as it depends on macro
> > > > addition.
> > > >
> > > > Subhransu S. Prusty (1):
> > > > PM: Add helper pm_runtime_last_busy_and_autosuspend()
> > > >
> > > > Vinod Koul (26):
> > > > dmaengine: ste_dma: use pm_runtime_last_busy_and_autosuspend helper
> > > > extcon: arizona: use pm_runtime_last_busy_and_autosuspend helper
> > > > drm/i915: use pm_runtime_last_busy_and_autosuspend helper
> > > > drm/nouveau: use pm_runtime_last_busy_and_autosuspend helper
> > > > drm/radeon: use pm_runtime_last_busy_and_autosuspend helper
> > > > vga_switcheroo: use pm_runtime_last_busy_and_autosuspend helper
> > > > i2c: designware: use pm_runtime_last_busy_and_autosuspend helper
> > > > i2c: omap: use pm_runtime_last_busy_and_autosuspend helper
> > > > i2c: qup: use pm_runtime_last_busy_and_autosuspend helper
> > > > mfd: ab8500-gpadc: use pm_runtime_last_busy_and_autosuspend helper
> > > > mfd: arizona: use pm_runtime_last_busy_and_autosuspend helper
> > > > mei: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: mmci: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: omap_hsmmc: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: sdhci-pxav3: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: sdhci: use pm_runtime_last_busy_and_autosuspend helper
> > > > NFC: trf7970a: use pm_runtime_last_busy_and_autosuspend helper
> > > > pm2301-charger: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: omap2-mcspi: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: orion: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: ti-qspi: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: core: use pm_runtime_last_busy_and_autosuspend helper
> > > > tty: serial: omap: use pm_runtime_last_busy_and_autosuspend helper
> > > > usb: musb: omap2430: use pm_runtime_last_busy_and_autosuspend helper
> > > > video: fbdev: use pm_runtime_last_busy_and_autosuspend helper
> > > >
> > > > Documentation/power/runtime_pm.txt | 4 ++
> > > > drivers/dma/ste_dma40.c | 30 ++++---------
> > > > drivers/extcon/extcon-arizona.c | 6 +--
> > > > drivers/gpu/drm/i915/intel_pm.c | 3 +-
> > > > drivers/gpu/drm/nouveau/nouveau_connector.c | 3 +-
> > > > drivers/gpu/drm/nouveau/nouveau_drm.c | 9 +---
> > > > drivers/gpu/drm/radeon/radeon_connectors.c | 15 ++----
> > > > drivers/gpu/drm/radeon/radeon_drv.c | 5 +-
> > > > drivers/gpu/drm/radeon/radeon_kms.c | 6 +--
> > > > drivers/gpu/vga/vga_switcheroo.c | 7 +--
> > > > drivers/i2c/busses/i2c-designware-core.c | 3 +-
> > > > drivers/i2c/busses/i2c-omap.c | 6 +--
> > > > drivers/i2c/busses/i2c-qup.c | 3 +-
> > > > drivers/mfd/ab8500-gpadc.c | 6 +--
> > > > drivers/mfd/arizona-irq.c | 3 +-
> > > > drivers/misc/mei/client.c | 12 ++----
> > > > drivers/mmc/core/core.c | 3 +-
> > > > drivers/mmc/host/mmci.c | 12 ++----
> > > > drivers/mmc/host/omap_hsmmc.c | 19 ++-------
> > > > drivers/mmc/host/sdhci-pxav3.c | 6 +--
> > > > drivers/mmc/host/sdhci.c | 3 +-
> > > > drivers/nfc/trf7970a.c | 3 +-
> > > > drivers/power/pm2301_charger.c | 3 +-
> > > > drivers/spi/spi-omap2-mcspi.c | 9 +---
> > > > drivers/spi/spi-orion.c | 3 +-
> > > > drivers/spi/spi-ti-qspi.c | 5 +-
> > > > drivers/spi/spi.c | 6 +--
> > > > drivers/tty/serial/omap-serial.c | 60 +++++++++------------------
> > > > drivers/usb/musb/omap2430.c | 6 +--
> > > > drivers/video/fbdev/auo_k190x.c | 9 +---
> > > > include/linux/pm_runtime.h | 6 +++
> > > > 31 files changed, 97 insertions(+), 177 deletions(-)
> > >
> > > OK, I guess this is as good as it gets.
> > >
> > > What tree would you like it go through?
> >
> > Do we really need this new helper ? I mean, the very moment when we
> > decide to implement ->runtime_idle() we will need to get rid of this
> > change. I wonder if it's really valid...
>
> I'm not sure I'm following? This seems to simply implement what drivers
> have been doing already as one function. Why would it be invalid to reduce
> code duplication?
For two reasons:
1) the helper has no inteligence whatsoever. It just calls the same
functions.
2) the duplication will vanish whenever someone implements
->runtime_idle() and have that call pm_runtime_autosuspend() (like PCI
and USB buses are doing today). This will just be yet another line that
needs to change.
Frankly though, no strong feelings, I just think it's a commit that
doesn't bring that any benefits other than looking like one line was
removed.
--
balbi
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <balbi@ti.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-wireless@vger.kernel.org, Baruch Siach <baruch@tkos.co.il>,
patches@opensource.wolfsonmicro.com, linux-doc@vger.kernel.org,
Seungwon Jeon <tgih.jun@samsung.com>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
Chris Ball <chris@printf.net>,
dri-devel@lists.freedesktop.org, Marcin Wojtas <mw@semihalf.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Shinya Kuribayashi <skuribay@pobox.com>,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
Vinod Koul <vinod.koul@intel.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Jani Nikula <jani.nikula@intel.com>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
Alan Stern <stern@rowland.harvard.edu>,
Ben Skeggs <bskeggs@redhat.com>,
Bjorn Andersson <bjorn.andersson@sonymobile.com>,
Wolfram Sang <wsa@the-dreams.de>,
Dave Airlie <airlied@redhat.com>,
Ulf Hansson <ulf.hansson@li
Subject: Re: [PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper
Date: Wed, 24 Sep 2014 15:32:19 -0500 [thread overview]
Message-ID: <20140924203219.GZ17997@saruman> (raw)
In-Reply-To: <2322320.9rETJijE2n@vostro.rjw.lan>
[-- Attachment #1.1: Type: text/plain, Size: 6265 bytes --]
On Wed, Sep 24, 2014 at 10:46:17PM +0200, Rafael J. Wysocki wrote:
> On Wednesday, September 24, 2014 03:15:58 PM Felipe Balbi wrote:
> > On Wed, Sep 24, 2014 at 10:28:07PM +0200, Rafael J. Wysocki wrote:
> > > On Wednesday, September 24, 2014 09:44:50 PM Vinod Koul wrote:
> > > > This patch series adds a simple macro pm_runtime_last_busy_and_autosuspend()
> > > > which invokes pm_runtime_mark_last_busy() and pm_runtime_put_autosuspend()
> > > > sequentially. Then we do a tree wide update of current patterns which are
> > > > present. As evident from log below this pattern is frequent in the
> > > > kernel.
> > > >
> > > > This series can be found at
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git
> > > > topic/pm_runtime_last_busy_and_autosuspend
> > > >
> > > > Fengguang's kbuild has tested it so it shouldn't break things for anyone.
> > > > Barring one patch (explictyly mentioned in its changelog) rest are simple
> > > > replacements.
> > > >
> > > > If all are okay, this should be merged thru PM tree as it depends on macro
> > > > addition.
> > > >
> > > > Subhransu S. Prusty (1):
> > > > PM: Add helper pm_runtime_last_busy_and_autosuspend()
> > > >
> > > > Vinod Koul (26):
> > > > dmaengine: ste_dma: use pm_runtime_last_busy_and_autosuspend helper
> > > > extcon: arizona: use pm_runtime_last_busy_and_autosuspend helper
> > > > drm/i915: use pm_runtime_last_busy_and_autosuspend helper
> > > > drm/nouveau: use pm_runtime_last_busy_and_autosuspend helper
> > > > drm/radeon: use pm_runtime_last_busy_and_autosuspend helper
> > > > vga_switcheroo: use pm_runtime_last_busy_and_autosuspend helper
> > > > i2c: designware: use pm_runtime_last_busy_and_autosuspend helper
> > > > i2c: omap: use pm_runtime_last_busy_and_autosuspend helper
> > > > i2c: qup: use pm_runtime_last_busy_and_autosuspend helper
> > > > mfd: ab8500-gpadc: use pm_runtime_last_busy_and_autosuspend helper
> > > > mfd: arizona: use pm_runtime_last_busy_and_autosuspend helper
> > > > mei: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: mmci: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: omap_hsmmc: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: sdhci-pxav3: use pm_runtime_last_busy_and_autosuspend helper
> > > > mmc: sdhci: use pm_runtime_last_busy_and_autosuspend helper
> > > > NFC: trf7970a: use pm_runtime_last_busy_and_autosuspend helper
> > > > pm2301-charger: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: omap2-mcspi: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: orion: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: ti-qspi: use pm_runtime_last_busy_and_autosuspend helper
> > > > spi: core: use pm_runtime_last_busy_and_autosuspend helper
> > > > tty: serial: omap: use pm_runtime_last_busy_and_autosuspend helper
> > > > usb: musb: omap2430: use pm_runtime_last_busy_and_autosuspend helper
> > > > video: fbdev: use pm_runtime_last_busy_and_autosuspend helper
> > > >
> > > > Documentation/power/runtime_pm.txt | 4 ++
> > > > drivers/dma/ste_dma40.c | 30 ++++---------
> > > > drivers/extcon/extcon-arizona.c | 6 +--
> > > > drivers/gpu/drm/i915/intel_pm.c | 3 +-
> > > > drivers/gpu/drm/nouveau/nouveau_connector.c | 3 +-
> > > > drivers/gpu/drm/nouveau/nouveau_drm.c | 9 +---
> > > > drivers/gpu/drm/radeon/radeon_connectors.c | 15 ++----
> > > > drivers/gpu/drm/radeon/radeon_drv.c | 5 +-
> > > > drivers/gpu/drm/radeon/radeon_kms.c | 6 +--
> > > > drivers/gpu/vga/vga_switcheroo.c | 7 +--
> > > > drivers/i2c/busses/i2c-designware-core.c | 3 +-
> > > > drivers/i2c/busses/i2c-omap.c | 6 +--
> > > > drivers/i2c/busses/i2c-qup.c | 3 +-
> > > > drivers/mfd/ab8500-gpadc.c | 6 +--
> > > > drivers/mfd/arizona-irq.c | 3 +-
> > > > drivers/misc/mei/client.c | 12 ++----
> > > > drivers/mmc/core/core.c | 3 +-
> > > > drivers/mmc/host/mmci.c | 12 ++----
> > > > drivers/mmc/host/omap_hsmmc.c | 19 ++-------
> > > > drivers/mmc/host/sdhci-pxav3.c | 6 +--
> > > > drivers/mmc/host/sdhci.c | 3 +-
> > > > drivers/nfc/trf7970a.c | 3 +-
> > > > drivers/power/pm2301_charger.c | 3 +-
> > > > drivers/spi/spi-omap2-mcspi.c | 9 +---
> > > > drivers/spi/spi-orion.c | 3 +-
> > > > drivers/spi/spi-ti-qspi.c | 5 +-
> > > > drivers/spi/spi.c | 6 +--
> > > > drivers/tty/serial/omap-serial.c | 60 +++++++++------------------
> > > > drivers/usb/musb/omap2430.c | 6 +--
> > > > drivers/video/fbdev/auo_k190x.c | 9 +---
> > > > include/linux/pm_runtime.h | 6 +++
> > > > 31 files changed, 97 insertions(+), 177 deletions(-)
> > >
> > > OK, I guess this is as good as it gets.
> > >
> > > What tree would you like it go through?
> >
> > Do we really need this new helper ? I mean, the very moment when we
> > decide to implement ->runtime_idle() we will need to get rid of this
> > change. I wonder if it's really valid...
>
> I'm not sure I'm following? This seems to simply implement what drivers
> have been doing already as one function. Why would it be invalid to reduce
> code duplication?
For two reasons:
1) the helper has no inteligence whatsoever. It just calls the same
functions.
2) the duplication will vanish whenever someone implements
->runtime_idle() and have that call pm_runtime_autosuspend() (like PCI
and USB buses are doing today). This will just be yet another line that
needs to change.
Frankly though, no strong feelings, I just think it's a commit that
doesn't bring that any benefits other than looking like one line was
removed.
--
balbi
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2014-09-24 20:32 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-24 16:14 [PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper Vinod Koul
2014-09-24 16:26 ` Vinod Koul
2014-09-24 16:14 ` Vinod Koul
2014-09-24 16:14 ` Vinod Koul
2014-09-24 16:14 ` Vinod Koul
2014-09-24 16:14 ` [PATCH 01/27] PM: Add helper pm_runtime_last_busy_and_autosuspend() Vinod Koul
2014-09-24 17:54 ` Pavel Machek
2014-09-25 8:00 ` Vinod Koul
2014-09-25 8:13 ` Ulf Hansson
2014-09-24 16:14 ` [PATCH 02/27] dmaengine: ste_dma: use pm_runtime_last_busy_and_autosuspend helper Vinod Koul
2014-09-24 16:14 ` Vinod Koul
2014-09-25 13:19 ` Linus Walleij
2014-09-25 13:19 ` Linus Walleij
2014-09-24 16:14 ` [PATCH 03/27] extcon: arizona: " Vinod Koul
2014-09-25 1:05 ` Chanwoo Choi
2014-09-25 8:10 ` Charles Keepax
2014-09-24 16:14 ` [PATCH 04/27] drm/i915: " Vinod Koul
2014-09-24 16:14 ` Vinod Koul
2014-09-24 18:35 ` Daniel Vetter
2014-09-24 18:35 ` Daniel Vetter
2014-09-24 16:14 ` [PATCH 05/27] drm/nouveau: " Vinod Koul
2014-09-24 16:14 ` [PATCH 06/27] drm/radeon: " Vinod Koul
2014-09-24 20:37 ` Alex Deucher
2014-09-24 20:37 ` Alex Deucher
2014-09-24 16:14 ` [PATCH 07/27] vga_switcheroo: " Vinod Koul
2014-09-24 20:37 ` Alex Deucher
2014-09-24 20:37 ` Alex Deucher
2014-09-24 16:14 ` [PATCH 09/27] i2c: omap: " Vinod Koul
2014-09-24 16:15 ` [PATCH 10/27] i2c: qup: " Vinod Koul
2014-09-24 16:15 ` [PATCH 11/27] mfd: ab8500-gpadc: " Vinod Koul
2014-09-24 16:15 ` Vinod Koul
2014-09-26 8:38 ` Linus Walleij
2014-09-26 8:38 ` Linus Walleij
2014-10-06 21:40 ` Lee Jones
2014-10-06 21:40 ` Lee Jones
2014-10-07 7:21 ` Lee Jones
2014-10-07 7:21 ` Lee Jones
2014-10-07 7:38 ` Vinod Koul
2014-10-07 7:38 ` Vinod Koul
2014-09-24 16:15 ` [PATCH 12/27] mfd: arizona: " Vinod Koul
2014-09-25 8:10 ` Charles Keepax
2014-10-06 21:41 ` Lee Jones
2014-10-07 7:21 ` Lee Jones
2014-09-24 16:15 ` [PATCH 13/27] mei: " Vinod Koul
2014-09-24 16:15 ` [PATCH 14/27] mmc: " Vinod Koul
2014-09-24 16:15 ` [PATCH 15/27] mmc: mmci: " Vinod Koul
2014-09-24 16:15 ` [PATCH 16/27] mmc: omap_hsmmc: " Vinod Koul
2014-09-24 16:15 ` [PATCH 17/27] mmc: sdhci-pxav3: " Vinod Koul
2014-09-24 16:15 ` [PATCH 18/27] mmc: sdhci: " Vinod Koul
2014-09-24 16:15 ` [PATCH 19/27] NFC: trf7970a: " Vinod Koul
2014-09-24 16:15 ` Vinod Koul
2014-09-24 16:15 ` [PATCH 20/27] pm2301-charger: " Vinod Koul
[not found] ` <1411575342-31048-1-git-send-email-vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-09-24 16:14 ` [PATCH 08/27] i2c: designware: " Vinod Koul
2014-09-24 16:14 ` Vinod Koul
2014-09-24 16:15 ` [PATCH 21/27] spi: omap2-mcspi: " Vinod Koul
2014-09-24 16:15 ` Vinod Koul
[not found] ` <1411575342-31048-22-git-send-email-vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-09-24 16:58 ` Mark Brown
2014-09-24 16:58 ` Mark Brown
[not found] ` <20140924165855.GK16977-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-09-24 16:39 ` Vinod Koul
2014-09-24 16:39 ` Vinod Koul
2014-09-25 13:03 ` Mark Brown
2014-09-24 16:15 ` [PATCH 22/27] spi: orion: " Vinod Koul
2014-09-25 13:03 ` Mark Brown
2014-09-24 16:15 ` [PATCH 23/27] spi: ti-qspi: " Vinod Koul
2014-09-25 13:04 ` Mark Brown
2014-09-24 16:15 ` [PATCH 24/27] spi: core: " Vinod Koul
[not found] ` <1411575342-31048-25-git-send-email-vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-09-25 13:04 ` Mark Brown
2014-09-25 13:04 ` Mark Brown
2014-09-24 16:15 ` [PATCH 25/27] tty: serial: omap: " Vinod Koul
2014-09-24 16:15 ` [PATCH 26/27] usb: musb: omap2430: " Vinod Koul
2014-09-24 16:15 ` [PATCH 27/27] video: fbdev: " Vinod Koul
2014-09-24 16:27 ` Vinod Koul
2014-09-24 20:28 ` [PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper Rafael J. Wysocki
2014-09-24 20:28 ` Rafael J. Wysocki
2014-09-24 20:28 ` Rafael J. Wysocki
2014-09-24 20:28 ` Rafael J. Wysocki
2014-09-24 20:28 ` Rafael J. Wysocki
2014-09-24 20:15 ` Felipe Balbi
2014-09-24 20:15 ` Felipe Balbi
2014-09-24 20:46 ` Rafael J. Wysocki
2014-09-24 20:46 ` Rafael J. Wysocki
2014-09-24 20:32 ` Felipe Balbi [this message]
2014-09-24 20:32 ` Felipe Balbi
2014-09-25 7:57 ` Vinod Koul
2014-09-25 7:57 ` Vinod Koul
2014-09-25 14:22 ` Felipe Balbi
2014-09-25 14:22 ` Felipe Balbi
2014-09-25 14:27 ` Wolfram Sang
2014-09-25 14:27 ` Wolfram Sang
2014-09-25 19:54 ` Rafael J. Wysocki
2014-09-25 19:54 ` Rafael J. Wysocki
2014-09-25 19:54 ` Rafael J. Wysocki
2014-09-25 19:54 ` Rafael J. Wysocki
2014-09-28 15:37 ` Vinod Koul
2014-09-28 15:37 ` Vinod Koul
2014-09-25 7:46 ` Vinod Koul
2014-09-25 7:58 ` Vinod Koul
2014-09-25 7:46 ` Vinod Koul
2014-09-25 7:46 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140924203219.GZ17997@saruman \
--to=balbi@ti.com \
--cc=airlied@redhat.com \
--cc=baruch@tkos.co.il \
--cc=bjorn.andersson@sonymobile.com \
--cc=bskeggs@redhat.com \
--cc=chris@printf.net \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=jh80.chung@samsung.com \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=mw@semihalf.com \
--cc=patches@opensource.wolfsonmicro.com \
--cc=rafael.j.wysocki@intel.com \
--cc=rjw@rjwysocki.net \
--cc=skuribay@pobox.com \
--cc=stern@rowland.harvard.edu \
--cc=tgih.jun@samsung.com \
--cc=tomi.valkeinen@ti.com \
--cc=ulf.hansson@li \
--cc=vinod.koul@intel.com \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.