Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1476151 > unrolled thread
| Started by | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| First post | 2016-09-05 09:00 +0200 |
| Last post | 2016-09-05 15:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] pwm: pwm-tipwmss: Remove all pm_runtime gets and puts from the driver Thierry Reding <thierry.reding@gmail.com> - 2016-09-05 09:00 +0200
Re: [PATCH] pwm: pwm-tipwmss: Remove all pm_runtime gets and puts from the driver "R, Vignesh" <vigneshr@ti.com> - 2016-09-05 15:50 +0200
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Date | 2016-09-05 09:00 +0200 |
| Subject | Re: [PATCH] pwm: pwm-tipwmss: Remove all pm_runtime gets and puts from the driver |
| Message-ID | <sdW2R-aj-1@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On Mon, Aug 08, 2016 at 03:39:15PM +0530, Vignesh R wrote: > From: Jyri Sarha <jsarha@ti.com> > > Remove all pm_runtime gets and puts, and dummy pm_ops, from the > pwm-tipwmss driver as there is no direct hardware access. The runtime PM > needs to be enabled, so that the runtime PM framework takes care of > enabling/disabling of PWMSS clock when submodules of PWMSS (ECAP or > EHRPWM) call pm_runtime APIs. With this change PWMSS clock goes to > idle when none of the submodules are in use. > > Signed-off-by: Jyri Sarha <jsarha@ti.com> > Signed-off-by: Vignesh R <vigneshr@ti.com> > --- > drivers/pwm/pwm-tipwmss.c | 19 ------------------- > 1 file changed, 19 deletions(-) Applied, with a slightly modified commit message. Thanks, Thierry
[toc] | [next] | [standalone]
| From | "R, Vignesh" <vigneshr@ti.com> |
|---|---|
| Date | 2016-09-05 15:50 +0200 |
| Message-ID | <se2rE-4pk-13@gated-at.bofh.it> |
| In reply to | #1476151 |
On 9/5/2016 12:21 PM, Thierry Reding wrote: > On Mon, Aug 08, 2016 at 03:39:15PM +0530, Vignesh R wrote: >> From: Jyri Sarha <jsarha@ti.com> >> >> Remove all pm_runtime gets and puts, and dummy pm_ops, from the >> pwm-tipwmss driver as there is no direct hardware access. The runtime PM >> needs to be enabled, so that the runtime PM framework takes care of >> enabling/disabling of PWMSS clock when submodules of PWMSS (ECAP or >> EHRPWM) call pm_runtime APIs. With this change PWMSS clock goes to >> idle when none of the submodules are in use. >> >> Signed-off-by: Jyri Sarha <jsarha@ti.com> >> Signed-off-by: Vignesh R <vigneshr@ti.com> >> --- >> drivers/pwm/pwm-tipwmss.c | 19 ------------------- >> 1 file changed, 19 deletions(-) > > Applied, with a slightly modified commit message. > Thanks!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web