04 Jul, 2013

2 commits


30 Apr, 2013

2 commits


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: Alessandro Zummo
    Cc: Srinidhi Kasagar
    Cc: Linus Walleij
    Cc: Mike Frysinger
    Cc: Wan ZongShun
    Cc: Guan Xuetao
    Cc: Mark Brown
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

12 Feb, 2009

1 commit

  • With a postfix decrement t will reach -1 rather than 0, so neither the
    warning nor the `goto error_out' will occur.

    Signed-off-by: Roel Kluin
    Acked-by: Manuel Lauss
    Acked-by: Alessandro Zummo
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roel Kluin
     

07 Jan, 2009

1 commit

  • Simple driver which uses the Au1xxx Time-Of-Year counter (counter0)
    as a 1Hz RTC.

    [akpm@linux-foundation.org: repair Kconfig]
    Signed-off-by: Manuel Lauss
    Acked-by: Alessandro Zummo
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Manuel Lauss