Re: [PATCH v2] mmc: meson-gx: remove mmc host on device removal

2017-03-14 Thread Ulf Hansson
On 18 February 2017 at 18:06, Michał Zegan wrote: > The mmc host was added in meson_mmc_probe, but never removed in > meson_mmc_remove. > Fix that by removing the host before deallocating other resources. > > Signed-off-by: Michał Zegan > Tested-by: Michał Zegan Thanks, applied for next! Kind

Re: [PATCH v2] mmc: meson-gx: remove mmc host on device removal

2017-02-28 Thread Kevin Hilman
Michał Zegan writes: > The mmc host was added in meson_mmc_probe, but never removed in > meson_mmc_remove. > Fix that by removing the host before deallocating other resources. > > Signed-off-by: Michał Zegan > Tested-by: Michał Zegan Acked-by: Kevin Hilman > --- > changes since v1: > rebased

[PATCH v2] mmc: meson-gx: remove mmc host on device removal

2017-02-18 Thread Michał Zegan
The mmc host was added in meson_mmc_probe, but never removed in meson_mmc_remove. Fix that by removing the host before deallocating other resources. Signed-off-by: Michał Zegan Tested-by: Michał Zegan --- changes since v1: rebased on top of patchset at https://patchwork.kernel.org/patch/9581057/