All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@linux.jf.intel.com>
To: greg@kroah.com, linux-kernel@vger.kernel.org
Subject: [PATCH 0/9] psb: further clean up and some more fixes
Date: Fri, 01 Apr 2011 18:37:38 +0100	[thread overview]
Message-ID: <20110401173554.18112.67483.stgit@localhost.localdomain> (raw)

More nuking 
---

Alan Cox (9):
      gma500: psb_reset actually holds lid functions
      gma500: Set the TWOD base
      gma500: cleanup the SDVO messages
      gma500: begin tidying up the power management
      gma500: prune more unused fields
      gma500: Add a test ioctl for issuing 2D accel ops via user space
      gma500: Fix some set up bugs found by comparing driver versions
      gma500: kill some more #if 0 bits
      gma500: Another file we don't need


 drivers/staging/gma500/Makefile                 |    2 
 drivers/staging/gma500/mrst_crtc.c              |   15 
 drivers/staging/gma500/mrst_lvds.c              |   10 
 drivers/staging/gma500/psb_2d.c                 |    2 
 drivers/staging/gma500/psb_bl.c                 |    9 
 drivers/staging/gma500/psb_drv.c                |   85 +--
 drivers/staging/gma500/psb_drv.h                |  149 -----
 drivers/staging/gma500/psb_fb.c                 |   26 +
 drivers/staging/gma500/psb_gtt.c                |    6 
 drivers/staging/gma500/psb_intel_display.c      |   35 -
 drivers/staging/gma500/psb_intel_lvds.c         |   20 -
 drivers/staging/gma500/psb_intel_sdvo.c         |    4 
 drivers/staging/gma500/psb_irq.c                |  178 ++---
 drivers/staging/gma500/psb_lid.c                |   90 +++
 drivers/staging/gma500/psb_mmu.c                |   61 --
 drivers/staging/gma500/psb_powermgmt.c          |  750 +++++++----------------
 drivers/staging/gma500/psb_powermgmt.h          |   55 --
 drivers/staging/gma500/psb_reset.c              |   90 ---
 drivers/staging/gma500/psb_ttm_placement_user.h |  252 --------
 19 files changed, 497 insertions(+), 1342 deletions(-)
 create mode 100644 drivers/staging/gma500/psb_lid.c
 delete mode 100644 drivers/staging/gma500/psb_reset.c
 delete mode 100644 drivers/staging/gma500/psb_ttm_placement_user.h

-- 


             reply	other threads:[~2011-04-01 18:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-01 17:37 Alan Cox [this message]
2011-04-01 17:41 ` [PATCH 1/9] gma500: Another file we don't need Alan Cox
2011-04-01 17:41 ` [PATCH 2/9] gma500: kill some more #if 0 bits Alan Cox
2011-04-01 17:41 ` [PATCH 3/9] gma500: Fix some set up bugs found by comparing driver versions Alan Cox
2011-04-01 17:41 ` [PATCH 4/9] gma500: Add a test ioctl for issuing 2D accel ops via user space Alan Cox
2011-04-05 18:35   ` [PATCH 4/9] staging: " Greg KH
2011-04-01 17:41 ` [PATCH 5/9] gma500: prune more unused fields Alan Cox
2011-04-01 17:42 ` [PATCH 6/9] gma500: begin tidying up the power management Alan Cox
2011-04-01 17:42 ` [PATCH 7/9] gma500: cleanup the SDVO messages Alan Cox
2011-04-01 17:42 ` [PATCH 8/9] gma500: Set the TWOD base Alan Cox
2011-04-01 17:44 ` [PATCH 9/9] gma500: psb_reset actually holds lid functions Alan Cox

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=20110401173554.18112.67483.stgit@localhost.localdomain \
    --to=alan@linux.jf.intel.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.