From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 8 Jul 2018 21:03:56 -0600 Subject: [U-Boot] [PATCH] mmc: dw_mmc: Handle pin voltage configuration In-Reply-To: <20180607110046.25770-1-carlo@caione.org> References: <20180607110046.25770-1-carlo@caione.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7 June 2018 at 05:00, Carlo Caione wrote: > From: Carlo Caione > > Add support for pin voltage configuration. Besides to support UHS mode > this is useful when the IO lines are connected to a configurable > regulator not enabled at boot or always on. > > Signed-off-by: Carlo Caione > --- > drivers/mmc/dw_mmc.c | 34 ++++++++++++++++++++++++++++++++++ > include/dwmmc.h | 26 ++++++++++++++------------ > 2 files changed, 48 insertions(+), 12 deletions(-) Reviewed-by: Simon Glass Great to see the docs, thank you. My only suggestion would be to put them in a separate patch. - Simon