Re: [PATCH v4 1/2] mmc: core: turn hw_reset into a bus_ops

2015-01-09 Thread Johan Rudholm
Hi Ulf, 2014-12-01 11:50 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 28 November 2014 at 16:54, Johan Rudholm johan.rudh...@axis.com wrote: 2014-11-27 10:50 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 27 November 2014 at 10:05, Johan Rudholm johan.rudh...@axis.com wrote: Hi Ulf,

Re: [PATCH v4 1/2] mmc: core: turn hw_reset into a bus_ops

2014-12-01 Thread Ulf Hansson
On 28 November 2014 at 16:54, Johan Rudholm johan.rudh...@axis.com wrote: 2014-11-27 10:50 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 27 November 2014 at 10:05, Johan Rudholm johan.rudh...@axis.com wrote: Hi Ulf, 2014-11-25 14:48 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 24

Re: [PATCH v4 1/2] mmc: core: turn hw_reset into a bus_ops

2014-11-28 Thread Johan Rudholm
2014-11-27 10:50 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 27 November 2014 at 10:05, Johan Rudholm johan.rudh...@axis.com wrote: Hi Ulf, 2014-11-25 14:48 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 24 November 2014 at 12:06, Johan Rudholm johan.rudh...@axis.com wrote: Move the

Re: [PATCH v4 1/2] mmc: core: turn hw_reset into a bus_ops

2014-11-27 Thread Johan Rudholm
Hi Ulf, 2014-11-25 14:48 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 24 November 2014 at 12:06, Johan Rudholm johan.rudh...@axis.com wrote: Move the (e)MMC specific hw_reset code from core.c into mmc.c and call it from the new bus_ops member hw_reset. This also lets us add code for

Re: [PATCH v4 1/2] mmc: core: turn hw_reset into a bus_ops

2014-11-27 Thread Ulf Hansson
On 27 November 2014 at 10:05, Johan Rudholm johan.rudh...@axis.com wrote: Hi Ulf, 2014-11-25 14:48 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 24 November 2014 at 12:06, Johan Rudholm johan.rudh...@axis.com wrote: Move the (e)MMC specific hw_reset code from core.c into mmc.c and call it

Re: [PATCH v4 1/2] mmc: core: turn hw_reset into a bus_ops

2014-11-25 Thread Ulf Hansson
On 24 November 2014 at 12:06, Johan Rudholm johan.rudh...@axis.com wrote: Move the (e)MMC specific hw_reset code from core.c into mmc.c and call it from the new bus_ops member hw_reset. This also lets us add code for resetting SD cards as well. Signed-off-by: Johan Rudholm joha...@axis.com

[PATCH v4 1/2] mmc: core: turn hw_reset into a bus_ops

2014-11-24 Thread Johan Rudholm
Move the (e)MMC specific hw_reset code from core.c into mmc.c and call it from the new bus_ops member hw_reset. This also lets us add code for resetting SD cards as well. Signed-off-by: Johan Rudholm joha...@axis.com --- drivers/mmc/core/core.c | 56