26 Nov, 2011

1 commit

  • Since commit [e58aa3d2: genirq: Run irq handlers with interrupts
    disabled], We run all interrupt handlers with interrupts disabled
    and we even check and yell when an interrupt handler returns with
    interrupts enabled (see commit [b738a50a: genirq: Warn when handler
    enables interrupts]).

    So now this flag is a NOOP and can be removed.

    Signed-off-by: Yong Zhang
    Signed-off-by: Anton Vorontsov

    Yong Zhang
     

20 Aug, 2011

1 commit


20 May, 2011

1 commit


29 Mar, 2011

1 commit


16 Mar, 2011

1 commit


02 Mar, 2011

1 commit

  • The device table is required to load modules based on modaliases.
    After adding the MODULE_DEVICE_TABLE, below entry will be added to
    modules.alias:
    alias i2c:aer915 z2_battery

    Signed-off-by: Axel Lin
    Signed-off-by: Anton Vorontsov

    Axel Lin
     

22 Dec, 2010

1 commit

  • flush_scheduled_work() is deprecated and scheduled to be removed.

    In battery drivers, the work can be canceled on probe failure and
    removal and should be flushed on suspend. Replace
    flush_scheduled_work() usages with direct cancels and flushes.

    Signed-off-by: Tejun Heo
    Signed-off-by: Anton Vorontsov

    Tejun Heo
     

13 Jun, 2010

1 commit


07 Apr, 2010

1 commit

  • This patch adds driver for Zipit Z2 battery chip called AER915. No
    details are known about the chip. The chip is available through I2C bus
    at address 0x55 and it's register 0x02 contains battery voltage.

    Signed-off-by: Marek Vasut
    Signed-off-by: Anton Vorontsov

    Marek Vasut