lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 01 Apr 2011 18:37:38 +0100
From:	Alan Cox <alan@...ux.jf.intel.com>
To:	greg@...ah.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/9] psb: further clean up and some more fixes

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

-- 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ