This series introduces support for axp20x backup battery charging, with a dedicated device-tree property. I wondered whether to include this in a power-supply driver or not. Since it does not, in fact, supply power to the whole system and because no status changes over time, I thought it would be inappropriate to craft a power supply driver only for this. I also wondered whether to stick this into an existing power-supply driver, as is done by e.g. twl4030, but we have two distinct supply drivers for the axp20x (ac and usb), that may be used together or not. Also, the backup battery isn't tied to the power supply anyway. This is why I thought it would make more sense to put this in the mfd driver directly. What do you think? -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html