04 Apr, 2014

1 commit


12 Sep, 2013

1 commit

  • Convert the composition of devm_request_mem_region and devm_ioremap to a
    single call to devm_ioremap_resource. The associated call to
    platform_get_resource is also simplified and moved next to the new call
    to devm_ioremap_resource.

    This was done using a combination of the semantic patches
    devm_ioremap_resource.cocci and devm_request_and_ioremap.cocci, found in
    the scripts/coccinelle/api directory.

    In rtc-lpc32xx.c and rtc-mv.c, the local variable size is no longer needed.

    In rtc-ds1511.c the size field of the local structure is not useful any
    more, and is deleted.

    Signed-off-by: Julia Lawall
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Julia Lawall
     

30 Apr, 2013

3 commits


22 Feb, 2013

1 commit


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
     

21 Dec, 2012

1 commit


18 Dec, 2012

1 commit


26 Oct, 2012

1 commit


25 Apr, 2012

1 commit


15 Sep, 2011

1 commit

  • Include linux/sched.h to fix below build error.

    CC drivers/rtc/rtc-imxdi.o
    drivers/rtc/rtc-imxdi.c: In function 'di_write_wait':
    drivers/rtc/rtc-imxdi.c:168: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
    drivers/rtc/rtc-imxdi.c:168: error: (Each undeclared identifier is reported only once
    drivers/rtc/rtc-imxdi.c:168: error: for each function it appears in.)
    drivers/rtc/rtc-imxdi.c:168: error: implicit declaration of function 'signal_pending'
    drivers/rtc/rtc-imxdi.c:168: error: implicit declaration of function 'schedule_timeout'
    drivers/rtc/rtc-imxdi.c: In function 'dryice_norm_irq':
    drivers/rtc/rtc-imxdi.c:329: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)

    Signed-off-by: Axel Lin
    Cc: Baruch Siach
    Cc: Wan ZongShun
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Axel Lin
     

11 Aug, 2010

1 commit