1. 04 8月, 2008 1 次提交
  2. 16 6月, 2008 1 次提交
  3. 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
  4. 06 2月, 2008 1 次提交
    • B
      ppc: fix #ifdef-s in mediabay driver (take 2) · 34394e45
      Bartlomiej Zolnierkiewicz 提交于
      * Replace incorrect CONFIG_BLK_DEV_IDE #ifdef in
        check_media_bay() by CONFIG_MAC_FLOPPY one.
      
      * Replace incorrect CONFIG_BLK_DEV_IDE #ifdef-s by
        CONFIG_BLK_DEV_IDE_PMAC ones.
      
      * check_media_bay() is used only by drivers/block/swim3.c
        so make this function available only if CONFIG_MAC_FLOPPY
        is defined.
      
      * check_media_bay_by_base() and media_bay_set_ide_infos()
        are used only by drivers/ide/ppc/pmac.c so so make these
        functions available only if CONFIG_MAC_FLOPPY is defined.
      
      v2:
      * Remove ifdefs from function prototypes. (Andrew Morton)
      
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      34394e45
  5. 20 10月, 2005 1 次提交
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4