1. 04 12月, 2010 3 次提交
  2. 25 10月, 2010 5 次提交
  3. 18 10月, 2010 1 次提交
  4. 29 9月, 2010 10 次提交
  5. 18 8月, 2010 1 次提交
  6. 08 8月, 2010 1 次提交
  7. 07 8月, 2010 1 次提交
  8. 06 8月, 2010 1 次提交
  9. 04 8月, 2010 1 次提交
  10. 03 8月, 2010 2 次提交
  11. 02 8月, 2010 1 次提交
  12. 31 7月, 2010 1 次提交
    • D
      pcmcia: remove cs_types.h · ac8b4228
      Dominik Brodowski 提交于
      Remove cs_types.h which is no longer needed: Most definitions aren't
      used at all, a few can be made away with, and two remaining definitions
      (typedefs, unfortunatley) may be moved to more specific places.
      
      CC: linux-ide@vger.kernel.org
      CC: linux-usb@vger.kernel.org
      CC: laforge@gnumonks.org
      CC: linux-mtd@lists.infradead.org
      CC: alsa-devel@alsa-project.org
      CC: linux-serial@vger.kernel.org
      Acked-by: Marcel Holtmann <marcel@holtmann.org> (for drivers/bluetooth/)
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      ac8b4228
  13. 26 7月, 2010 1 次提交
  14. 24 7月, 2010 1 次提交
  15. 03 6月, 2010 2 次提交
  16. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  17. 19 5月, 2010 1 次提交
  18. 17 5月, 2010 1 次提交
  19. 14 5月, 2010 5 次提交