Hi, I have a TPS65920 (twl4030) power chip on an omap3530 board I would like to use to charge a small backup battery to keep the RTC happy. I've run across patches adding drivers/power/twl4030_bci_battery.c which seems to do what I want (sets the twl4030 BB_CFG register's BBCHEN bit), but the driver probe() complains after platform_get_irq() returns -6 (ENXIO). I assume that platform interrupt resources need to be added in my board code. I know this file has been removed, but is there an example of setting up interrupts for this driver or a description of how twl4030 interrupts should be set up in board code? It seems that newer code like board-omap3pandora.c just sets ".bci = &pandora_bci_data" instead of explicit charger interrupts. Thanks, John -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html