1. 22 4月, 2009 1 次提交
  2. 11 2月, 2009 1 次提交
  3. 07 1月, 2009 2 次提交
  4. 06 1月, 2009 1 次提交
  5. 29 12月, 2008 1 次提交
  6. 21 12月, 2008 1 次提交
  7. 03 12月, 2008 1 次提交
  8. 01 12月, 2008 1 次提交
  9. 17 10月, 2008 1 次提交
  10. 06 8月, 2008 1 次提交
  11. 22 7月, 2008 1 次提交
  12. 03 7月, 2008 1 次提交
  13. 01 7月, 2008 2 次提交
  14. 30 6月, 2008 3 次提交
  15. 21 6月, 2008 3 次提交
  16. 16 6月, 2008 4 次提交
  17. 17 5月, 2008 2 次提交
  18. 15 5月, 2008 1 次提交
  19. 14 5月, 2008 1 次提交
  20. 05 5月, 2008 3 次提交
  21. 29 4月, 2008 1 次提交
  22. 26 4月, 2008 1 次提交
  23. 25 4月, 2008 1 次提交
  24. 24 4月, 2008 1 次提交
  25. 19 4月, 2008 1 次提交
  26. 18 4月, 2008 1 次提交
    • B
      ide: rework PowerMac media-bay support (take 2) · 2dde7861
      Bartlomiej Zolnierkiewicz 提交于
      Rework PowerMac media-bay support in such way that instead of
      un/registering the IDE interface we un/register IDE devices:
      
      * Add ide_port_scan() helper for probing+registerering devices on a port.
      
      * Rename ide_port_unregister_devices() to __ide_port_unregister_devices().
      
      * Add ide_port_unregister_devices() helper for unregistering devices on a port.
      
      * Add 'ide_hwif_t *cd_port' to 'struct media_bay_info', pass 'hwif' instead
        of hwif->index to media_bay_set_ide_infos() and use it to setup 'cd_port'.
      
      * Use ide_port_unregister_devices() instead of ide_unregister()
        and ide_port_scan() instead of ide_register_hw() in media_bay_step().
      
      * Unexport ide_register_hw() and make it static.
      
      v2:
      * Fix build by adding <linux/ide.h> include to <asm-powerpc/mediabay.h>.
        (Reported by Michael/Kamalesh/Andrew).
      
      Cc: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
      Cc: Michael Ellerman <michael@ellerman.id.au>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      2dde7861
  27. 13 3月, 2008 2 次提交