20 Oct, 2014

1 commit


14 Feb, 2014

1 commit


23 May, 2013

2 commits


07 Dec, 2012

1 commit

  • CONFIG_HOTPLUG is going away as an option. As result the __dev*
    markings will be going away.

    Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
    and __devexit.

    Signed-off-by: Bill Pemberton
    Signed-off-by: Takashi Iwai

    Bill Pemberton
     

02 Jul, 2012

1 commit


21 May, 2012

1 commit

  • The module_platform_driver() conversion ended up tripping over the driver
    name, leading to confusion in the macro with regards to 'driver' being
    redefined. rename it to something slightly more suitable to avoid
    namespace collisions.

    sound/sh/sh_dac_audio.c:444:122: error: conflicting types for 'driver_init'
    include/linux/device.h:773:6: note: previous declaration of 'driver_init' was here
    make[3]: *** [sound/sh/sh_dac_audio.o] Error 1

    Signed-off-by: Paul Mundt
    Signed-off-by: Takashi Iwai

    Paul Mundt
     

19 Dec, 2011

1 commit

  • module_param(bool) used to counter-intuitively take an int. In
    fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
    trick.

    It's time to remove the int/unsigned int option. For this version
    it'll simply give a warning, but it'll break next kernel version.

    Signed-off-by: Rusty Russell
    Signed-off-by: Takashi Iwai

    Rusty Russell
     

28 Nov, 2011

1 commit


01 Nov, 2011

2 commits