]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct
authorBen Skeggs <bskeggs@redhat.com>
Mon, 21 Nov 2011 11:28:28 +0000 (21:28 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 21 Dec 2011 09:01:44 +0000 (19:01 +1000)
commit449be3dd6c9affb66248211e81762c58b6306021
tree69e16cb4743d72b36d54bcffa57bf06b9eb449cc
parent10d1034a246d4e07ed4129795a20a4d45517473d
drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct

We don't need more than the line id to determine the PWM controller, and
the GPIO interfaces are about to change somewhat.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_pm.c
drivers/gpu/drm/nouveau/nouveau_pm.h
drivers/gpu/drm/nouveau/nv40_pm.c
drivers/gpu/drm/nouveau/nv50_pm.c