28 Nov, 2011

4 commits


27 Oct, 2011

2 commits


21 Sep, 2011

1 commit


06 Sep, 2011

7 commits

  • The patch fixes the build failure:

    drivers/mfd/omap-usb-host.c:1034:1: warning: data definition has no type
    or storage class
    drivers/mfd/omap-usb-host.c:1034:1: warning: type defaults to 'int' in
    declaration of 'EXPORT_SYMBOL_GPL'
    drivers/mfd/omap-usb-host.c:1034:1: warning: parameter names (without
    types) in function declaration
    drivers/mfd/omap-usb-host.c:1040:1: warning: data definition has no type
    or storage class
    drivers/mfd/omap-usb-host.c:1040:1: warning: type defaults to 'int' in
    declaration of 'EXPORT_SYMBOL_GPL'
    drivers/mfd/omap-usb-host.c:1040:1: warning: parameter names (without
    types) in function declaration
    drivers/mfd/omap-usb-host.c:1045:13: error: 'THIS_MODULE' undeclared
    here (not in a function)
    drivers/mfd/omap-usb-host.c:1050:15: error: expected declaration
    specifiers or '...' before string constant
    drivers/mfd/omap-usb-host.c:1050:1: warning: data definition has no type
    or storage class
    drivers/mfd/omap-usb-host.c:1050:1: warning: type defaults to 'int' in
    declaration of 'MODULE_AUTHOR'
    drivers/mfd/omap-usb-host.c:1050:15: warning: function declaration isn't
    a prototype
    drivers/mfd/omap-usb-host.c:1051:14: error: expected declaration
    specifiers or '...' before string constant
    drivers/mfd/omap-usb-host.c:1051:1: warning: data definition has no type
    or storage class
    drivers/mfd/omap-usb-host.c:1051:1: warning: type defaults to 'int' in
    declaration of 'MODULE_ALIAS'
    drivers/mfd/omap-usb-host.c:1051:14: warning: function declaration isn't
    a prototype
    drivers/mfd/omap-usb-host.c:1052:16: error: expected declaration
    specifiers or '...' before string constant
    drivers/mfd/omap-usb-host.c:1052:1: warning: data definition has no type
    or storage class
    drivers/mfd/omap-usb-host.c:1052:1: warning: type defaults to 'int' in
    declaration of 'MODULE_LICENSE'
    drivers/mfd/omap-usb-host.c:1052:16: warning: function declaration isn't
    a prototype
    drivers/mfd/omap-usb-host.c:1053:20: error: expected declaration
    specifiers or '...' before string constant
    drivers/mfd/omap-usb-host.c:1053:1: warning: data definition has no type
    or storage class
    drivers/mfd/omap-usb-host.c:1053:1: warning: type defaults to 'int' in
    declaration of 'MODULE_DESCRIPTION'
    drivers/mfd/omap-usb-host.c:1053:20: warning: function declaration isn't
    a prototype
    make[2]: *** [drivers/mfd/omap-usb-host.o] Error 1
    CC fs/proc/namespaces.o
    make[1]: *** [drivers/mfd] Error 2
    make: *** [drivers] Error 2
    make: *** Waiting for unfinished jobs....

    Signed-off-by: Ming Lei
    Signed-off-by: Samuel Ortiz

    Ming Lei
     
  • This code section seems to have been accidentally copy pasted.
    It causes incorrect bits to be set up in the TLL_CHANNEL_CONF
    register and prevents the TLL mode from working correctly.

    Cc: stable@kernel.org
    Signed-off-by: Anand Gadiyar
    Cc: Keshava Munegowda
    Acked-by: Felipe Balbi
    Signed-off-by: Samuel Ortiz

    Anand Gadiyar
     
  • Required platform information is not handed to max8997-irq.c properly.
    This patch enables to hand over such information to max8997-irq.c so
    that max8997-irq functions properly.

    Signed-off-by: MyungJoo Ham
    Signed-off-by: Kyungmin Park
    Signed-off-by: Samuel Ortiz

    MyungJoo Ham
     
  • Fix regression introduced by commit
    a2974732ca7614aaf0baf9d6dd3ad893d50ce1c5 (TPS65911: Add new irq
    definitions) which caused irq_num to be incorrectly set for tps65910.

    Cc: stable@kernel.org
    Signed-off-by: Johan Hovold
    Acked-by: Graeme Gregory
    Signed-off-by: Samuel Ortiz

    Johan Hovold
     
  • If the twl4030-madc device wasn't registered, and another device, such
    as twl4030-madc-hwmon, calls twl4030_madc_conversion() a NULL pointer is
    dereferenced.

    Signed-off-by: Kyle Manna
    Signed-off-by: Samuel Ortiz

    Kyle Manna
     
  • Worst case this fixes the following error:
    [ 72.086212] (NULL device *): conversion timeout!

    Best case it prevents a crash

    Signed-off-by: Kyle Manna
    Signed-off-by: Samuel Ortiz

    Kyle Manna
     
  • The kernel already has a function with this name declared
    in asm-generic/gpio.h. So if this header leaks into wm8350/gpio.c
    we get

    drivers/mfd/wm8350-gpio.c:40:12: error: conflicting types for 'gpio_set_debounce'
    include/asm-generic/gpio.h:156:12: note: previous declaration of 'gpio_set_debounce' was here

    Fix this by adding a wm8350_ prefix to the function.

    Signed-off-by: Sascha Hauer
    Acked-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Sascha Hauer
     

01 Aug, 2011

26 commits