Re: [PATCH V4 3/4] mmc: pwrseq: Initial support for the simple MMC power sequence provider
From: Javier Martinez Canillas <javier@dowhile0.org>
Date: 2015-01-28 10:19:12
Also in:
linux-arm-kernel, linux-mmc
From: Javier Martinez Canillas <javier@dowhile0.org>
Date: 2015-01-28 10:19:12
Also in:
linux-arm-kernel, linux-mmc
Hello Ulf, On Mon, Jan 19, 2015 at 10:13 AM, Ulf Hansson [off-list ref] wrote:
To add the core part for the MMC power sequence, let's start by adding initial support for the simple MMC power sequence provider. In this initial step, the MMC power sequence node are fetched and the compatible string for the simple MMC power sequence provider are verified. At this point we don't parse the node for any properties, but instead that will be handled from following patches. Since there are no properties supported yet, let's just implement the ->alloc() and the ->free() callbacks. Signed-off-by: Ulf Hansson <redacted> ---
Reviewed-by: Javier Martinez Canillas <redacted> Tested-by: Javier Martinez Canillas <redacted> Best regards, Javier