28 Apr, 2008

1 commit

  • Since

    commit 43cc71eed1250755986da4c0f9898f9a635cb3bf
    Author: Kay Sievers
    Date: Sat Aug 18 04:40:39 2007 +0200

    platform: prefix MODALIAS with "platform:"

    the platform modalias is prefixed with "platform:". Add MODULE_ALIAS()
    to the hotpluggable SCSI platform drivers, to re-enable auto loading.

    [dbrownell@users.sourceforge.net: more drivers, registration fixes]
    [akpm@linux-foundation.org: fix sgiwd93.c]
    Signed-off-by: Kay Sievers
    Signed-off-by: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: James Bottomley

    Kay Sievers
     

01 Jun, 2007

1 commit


23 May, 2007

1 commit


10 Feb, 2007

1 commit

  • This is a set of changes that converts the PMAZ-A support to the driver model.

    The use of the driver model required switching to the hotplug SCSI
    initialization model, which in turn required a change to the core NCR53C9x
    driver. I decided not to break all the frontend drivers and introduced an
    additional parameter for esp_allocate() to select between the old and the new
    model. I hope this is OK, but I would be fine with converting NCR53C9x to the
    new model unconditionally as long as I do not have to fix all the other
    frontends (OK, perhaps I could do some of them ;-) ).

    Signed-off-by: Maciej W. Rozycki
    Cc: James Bottomley
    Signed-off-by: Andrew Morton
    Signed-off-by: Ralf Baechle

    Maciej W. Rozycki
     

14 Jul, 2006

1 commit


03 Jul, 2006

1 commit


15 Mar, 2006

1 commit


28 Feb, 2006

3 commits


10 Nov, 2005

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds