From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Thu, 26 May 2016 09:30:32 +0200 Subject: [PATCH v2 2/4] dt-bindings: reset: Add bindings for the Meson SoC Reset Controller In-Reply-To: <20160525191026.GA24249@rob-hp-laptop> References: <1464169758-26975-1-git-send-email-narmstrong@baylibre.com> <1464169758-26975-3-git-send-email-narmstrong@baylibre.com> <20160525191026.GA24249@rob-hp-laptop> Message-ID: <5746A618.2020304@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/25/2016 09:10 PM, Rob Herring wrote: > On Wed, May 25, 2016 at 11:49:16AM +0200, Neil Armstrong wrote: >> Add DT bindings for the Meson SoC Reset Controller documentation and the >> associated include file. >> >> Signed-off-by: Neil Armstrong >> --- >> .../bindings/reset/amlogic,meson-reset.txt | 18 ++ >> .../dt-bindings/reset/amlogic,meson-gxbb-reset.h | 210 +++++++++++++++++++++ >> include/dt-bindings/reset/amlogic,meson8b-reset.h | 175 +++++++++++++++++ >> 3 files changed, 403 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson-reset.txt >> create mode 100644 include/dt-bindings/reset/amlogic,meson-gxbb-reset.h >> create mode 100644 include/dt-bindings/reset/amlogic,meson8b-reset.h > > Please add acks when posting new versions. > > Rob > Hi Rob, Actually I made a lot of changes here since I added support for the meson8b. I asked myself if I could carry your ack actually... If the ack is still valid, I'll won't forget it for v4. Thanks, Neil