06 Feb, 2016

1 commit

  • Drivers should include asm/pci-bridge.h only when they need the arch-
    specific things provided there. Outside of the arch/ directories, the only
    drivers that actually need things provided by asm/pci-bridge.h are the
    powerpc RPA hotplug drivers in drivers/pci/hotplug/rpa*.

    Remove the includes of asm/pci-bridge.h from the other drivers, adding an
    include of linux/pci.h if necessary.

    Signed-off-by: Bjorn Helgaas

    Bjorn Helgaas
     

04 Nov, 2015

1 commit

  • This driver uses 'struct timeval' which we are trying to remove since
    32 bit time types will break in the year 2038 by replacing it with
    ktime_t.

    This patch changes do_gettimeofday() to ktime_get() because
    ktime_get() returns a ktime_t while do_gettimeofday() returns struct
    timeval.

    This patch also uses ktime_us_delta() to get the elapsed time.

    Signed-off-by: Amitoj Kaur Chawla
    Reviewed-by: Arnd Bergmann
    Signed-off-by: David S. Miller

    Amitoj Kaur Chawla
     

04 Jan, 2013

1 commit

  • CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
    markings need to be removed.

    This change removes the use of __devinit, __devexit_p, __devinitdata,
    __devinitconst, and __devexit from these drivers.

    Based on patches originally written by Bill Pemberton, but redone by me
    in order to handle some of the coding style issues better, by hand.

    Cc: Bill Pemberton
    Cc: "David S. Miller"
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

06 Oct, 2012

1 commit


19 Jan, 2010

2 commits


07 Jun, 2009

1 commit


25 Mar, 2009

1 commit


07 Jan, 2009

1 commit


22 Oct, 2008

1 commit