Re: [PATCH 03/27] powerpc/swiotlb: give init call a less misleading name

2015-03-30 Thread Michael Ellerman
On Wed, 2015-25-03 at 05:35:37 UTC, Daniel Axtens wrote: > swiotlb_late_init sets up platform specific hooks. It's not actually > a late initcall, but a subsys initcall, called much earlier. > > Ideally we'd call it swiotlb_init, but that's taken. > Call it swiotlb_subsys_init for now. > (It will

[PATCH 03/27] powerpc/swiotlb: give init call a less misleading name

2015-03-24 Thread Daniel Axtens
swiotlb_late_init sets up platform specific hooks. It's not actually a late initcall, but a subsys initcall, called much earlier. Ideally we'd call it swiotlb_init, but that's taken. Call it swiotlb_subsys_init for now. (It will be refactored and renamed later.) Signed-off-by: Daniel Axtens ---