Hi, On Fri, Dec 09, 2016 at 04:48:58PM +0900, Milo Kim wrote: > TPS65217 device supports two charger inputs - AC and USB. > Currently, only AC charger is supported. This patch-set adds USB charger > feature. Tested on Beaglebone black. > > Patch 1: Main patch > Patch 2, 3: Clean up for charger driver data > Patch 4 ~ 8: Naming changes for generic power supply class structure > > v2: > Regenerate the patchset for better code review > > Milo Kim (8): > power: supply: tps65217: Support USB charger interrupt > power: supply: tps65217: Use 'poll_task' on unloading the module patches look fine, but these two patches must be reordered to fix bisectability. Otherwise after patch 1 the thread is not properly killed during driver removal. -- Sebastian