Hi, Linus Torvalds writes: > On Mon, Nov 9, 2015 at 7:33 PM, Olof Johansson wrote: >> >> Conflicts: >> >> OMAP timer code has a treewide fix vs code deletion conflict. Delete >> the code in HEAD, go with contents from branch. > > That doesn't look right. It also needs the clocksource_of_init -> > clocksource_probe changes. The code was moved around rather than > deleted. correct. Moved from arch/arm/mach-omap2/ to drivers/clocksource/. We're trying to get all our timer code to drivers/clocksource and make it DT-only (when all other platforms switch away from legacy boot). -- balbi