20 Aug, 2011

1 commit

  • Add linux/module.h to fix this compilation error:

    drivers/power/s3c_adc_battery.c:435:15: error: expected declaration specifiers or ‘...’ before string constant
    drivers/power/s3c_adc_battery.c:435:1: warning: data definition has no type or storage class
    drivers/power/s3c_adc_battery.c:435:1: warning: type defaults to ‘int’ in declaration of ‘MODULE_AUTHOR’
    drivers/power/s3c_adc_battery.c:435:15: warning: function declaration isn’t a prototype
    drivers/power/s3c_adc_battery.c:436:20: error: expected declaration specifiers or ‘...’ before string constant
    drivers/power/s3c_adc_battery.c:436:1: warning: data definition has no type or storage class
    drivers/power/s3c_adc_battery.c:436:1: warning: type defaults to ‘int’ in declaration of ‘MODULE_DESCRIPTION’
    drivers/power/s3c_adc_battery.c:436:20: warning: function declaration isn’t a prototype
    drivers/power/s3c_adc_battery.c:437:16: error: expected declaration specifiers or ‘...’ before string constant
    drivers/power/s3c_adc_battery.c:437:1: warning: data definition has no type or storage class
    drivers/power/s3c_adc_battery.c:437:1: warning: type defaults to ‘int’ in declaration of ‘MODULE_LICENSE’
    drivers/power/s3c_adc_battery.c:437:16: warning: function declaration isn’t a prototype
    make[2]: *** [drivers/power/s3c_adc_battery.o] Error 1

    Signed-off-by: Vasily Khoruzhick
    Signed-off-by: Ian Lartey
    Signed-off-by: Anton Vorontsov

    Vasily Khoruzhick
     

08 Jul, 2011

1 commit


16 Mar, 2011

1 commit


15 Jan, 2011

1 commit

  • * git://git.infradead.org/battery-2.6: (21 commits)
    power_supply: Add MAX17042 Fuel Gauge Driver
    olpc_battery: Fix up XO-1.5 properties list
    olpc_battery: Add support for CURRENT_NOW and VOLTAGE_NOW
    olpc_battery: Add support for CHARGE_NOW
    olpc_battery: Add support for CHARGE_FULL_DESIGN
    olpc_battery: Ambient temperature is not available on XO-1.5
    jz4740-battery: Should include linux/io.h
    s3c_adc_battery: Add gpio_inverted field to pdata
    power_supply: Don't use flush_scheduled_work()
    power_supply: Fix use after free and memory leak
    gpio-charger: Fix potential race between irq handler and probe/remove
    gpio-charger: Provide default name for the power_supply
    gpio-charger: Check result of kzalloc
    jz4740-battery: Check if platform_data is supplied
    isp1704_charger: Detect charger after probe
    isp1704_charger: Set isp->dev before anything needs it
    isp1704_charger: Detect HUB/Host chargers
    isp1704_charger: Correct length for storing model
    power_supply: Add gpio charger driver
    jz4740-battery: Protect against concurrent battery readings
    ...

    Linus Torvalds
     

22 Dec, 2010

1 commit


02 Nov, 2010

1 commit

  • "gadget", "through", "command", "maintain", "maintain", "controller", "address",
    "between", "initiali[zs]e", "instead", "function", "select", "already",
    "equal", "access", "management", "hierarchy", "registration", "interest",
    "relative", "memory", "offset", "already",

    Signed-off-by: Uwe Kleine-König
    Signed-off-by: Jiri Kosina

    Uwe Kleine-König
     

23 Jul, 2010

1 commit

  • s3c-adc-battery is driver for monitoring and charging battery on
    iPAQ H1930/H1940/RX1950.

    It depends on s3c-adc driver to get battery voltage and current.

    Signed-off-by: Vasily Khoruzhick
    Signed-off-by: Anton Vorontsov

    Vasily Khoruzhick