All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] code cleanup patchset of drm/exynos
@ 2012-04-05 10:23 Joonyoung Shim
  2012-04-05 10:23 ` [PATCH 1/4] drm/exynos: remove unnecessary type conversion of hdmi and mixer Joonyoung Shim
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Joonyoung Shim @ 2012-04-05 10:23 UTC (permalink / raw)
  To: dri-devel; +Cc: inki.dae, kyungmin.park, sw0312.kim

Hi.

The most of this patchset is code cleanup. Three patches are for exynos
hdmi driver and mixer driver. And last patch is cleanup for subdrv of
drm/exynos.

The base of this patchset is 62fb376e214d3c1bfdf6fbb77dac162f6da04d7e
commit of git://people.freedesktop.org/~airlied/linux.git drm-fixes
branch.

Thanks.

Joonyoung Shim (4):
      drm/exynos: remove unnecessary type conversion of hdmi and mixer
      drm/exynos: remove unused codes in hdmi and mixer driver
      drm/exynos: fix struct for operation callback functions to driver name
      drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv

 drivers/gpu/drm/exynos/exynos_drm_core.c |   14 ++--
 drivers/gpu/drm/exynos/exynos_drm_drv.h  |   10 ++--
 drivers/gpu/drm/exynos/exynos_drm_fimd.c |   20 ++++--
 drivers/gpu/drm/exynos/exynos_drm_hdmi.c |  107 +++++++++++++----------------
 drivers/gpu/drm/exynos/exynos_drm_hdmi.h |   23 +++----
 drivers/gpu/drm/exynos/exynos_drm_vidi.c |   20 ++++--
 drivers/gpu/drm/exynos/exynos_hdmi.c     |   42 ++++++------
 drivers/gpu/drm/exynos/exynos_mixer.c    |   40 +++++------
 8 files changed, 133 insertions(+), 143 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-04-05 11:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 10:23 [PATCH 0/4] code cleanup patchset of drm/exynos Joonyoung Shim
2012-04-05 10:23 ` [PATCH 1/4] drm/exynos: remove unnecessary type conversion of hdmi and mixer Joonyoung Shim
2012-04-05 10:23 ` [PATCH 2/4] drm/exynos: remove unused codes in hdmi and mixer driver Joonyoung Shim
2012-04-05 10:38   ` Semwal, Sumit
2012-04-05 10:53     ` Joonyoung Shim
2012-04-05 11:00       ` Daniel Vetter
2012-04-05 11:02         ` Joonyoung Shim
2012-04-05 10:23 ` [PATCH 3/4] drm/exynos: fix struct for operation callback functions to driver name Joonyoung Shim
2012-04-05 10:23 ` [PATCH 4/4] drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv Joonyoung Shim

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.