From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Wed, 19 Oct 2016 09:12:37 -0700 Subject: [PATCH v4] MMC: meson: initial support for GX platforms In-Reply-To: (Ulf Hansson's message of "Wed, 19 Oct 2016 09:19:43 +0200") References: <20161018195605.21145-1-khilman@baylibre.com> Message-ID: <7hvawo8gi2.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Ulf Hansson writes: > On 18 October 2016 at 21:56, Kevin Hilman wrote: >> Initial support for the SD/eMMC controller in the Amlogic S905/GX* >> family of SoCs. >> >> Signed-off-by: Kevin Hilman >> --- >> Changes from v3: >> - better handling of clock error paths >> - rename to meson-gx to reflect support for newer SoCs >> - has now been tested with SDIO >> >> .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt | 33 + > > Just realize this. You should split the DT doc into a separate patch, > such the DT maintainers can ack it. OK, I separated out the binding and sent a v5. > Otherwise this looks good to me! Thanks for the review! Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v4] MMC: meson: initial support for GX platforms Date: Wed, 19 Oct 2016 09:12:37 -0700 Message-ID: <7hvawo8gi2.fsf@baylibre.com> References: <20161018195605.21145-1-khilman@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pf0-f174.google.com ([209.85.192.174]:36677 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941272AbcJSQMj (ORCPT ); Wed, 19 Oct 2016 12:12:39 -0400 Received: by mail-pf0-f174.google.com with SMTP id e6so18526071pfk.3 for ; Wed, 19 Oct 2016 09:12:38 -0700 (PDT) In-Reply-To: (Ulf Hansson's message of "Wed, 19 Oct 2016 09:19:43 +0200") Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ulf Hansson Cc: linux-mmc , linux-amlogic@lists.infradead.org, "linux-arm-kernel@lists.infradead.org" Ulf Hansson writes: > On 18 October 2016 at 21:56, Kevin Hilman wrote: >> Initial support for the SD/eMMC controller in the Amlogic S905/GX* >> family of SoCs. >> >> Signed-off-by: Kevin Hilman >> --- >> Changes from v3: >> - better handling of clock error paths >> - rename to meson-gx to reflect support for newer SoCs >> - has now been tested with SDIO >> >> .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt | 33 + > > Just realize this. You should split the DT doc into a separate patch, > such the DT maintainers can ack it. OK, I separated out the binding and sent a v5. > Otherwise this looks good to me! Thanks for the review! Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Wed, 19 Oct 2016 09:12:37 -0700 Subject: [PATCH v4] MMC: meson: initial support for GX platforms In-Reply-To: (Ulf Hansson's message of "Wed, 19 Oct 2016 09:19:43 +0200") References: <20161018195605.21145-1-khilman@baylibre.com> Message-ID: <7hvawo8gi2.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ulf Hansson writes: > On 18 October 2016 at 21:56, Kevin Hilman wrote: >> Initial support for the SD/eMMC controller in the Amlogic S905/GX* >> family of SoCs. >> >> Signed-off-by: Kevin Hilman >> --- >> Changes from v3: >> - better handling of clock error paths >> - rename to meson-gx to reflect support for newer SoCs >> - has now been tested with SDIO >> >> .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt | 33 + > > Just realize this. You should split the DT doc into a separate patch, > such the DT maintainers can ack it. OK, I separated out the binding and sent a v5. > Otherwise this looks good to me! Thanks for the review! Kevin