From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 05/15] dt-bindings: Document the STM32 reset bindings Date: Tue, 17 Mar 2015 17:57:47 +0100 Message-ID: References: <1426197361-19290-1-git-send-email-maxime.coquelin@st.com> <1426197361-19290-6-git-send-email-maxime.coquelin@st.com> <55022AC0.7090403@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <55022AC0.7090403@samsung.com> Sender: linux-kernel-owner@vger.kernel.org To: Chanwoo Choi Cc: =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Geert Uytterhoeven , Rob Herring , Philipp Zabel , Linus Walleij , Arnd Bergmann , Stefan Agner , Peter Meerwald , Paul Bolle , Jonathan Corbet , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Daniel Lezcano , Thomas Gleixner , Greg Kroah-Hartman , Jiri Slaby , Andrew Morton , "David S. Miller" List-Id: devicetree@vger.kernel.org Hi Chanwoo, 2015-03-13 1:09 GMT+01:00 Chanwoo Choi : > Hi Maxime, > > On 03/13/2015 06:55 AM, Maxime Coquelin wrote: >> From: Maxime Coquelin >> >> This adds documentation of device tree bindings for the >> STM32 reset controller. >> >> Signed-off-by: Maxime Coquelin >> --- >> .../devicetree/bindings/reset/st,stm32-rcc.txt | 102 +++++++++++++++++++++ >> 1 file changed, 102 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/reset/st,stm32-rcc.txt >> >> diff --git a/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt b/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt >> new file mode 100644 >> index 0000000..962f961 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt >> + - can1: 281 >> + - can2: 282 >> + - pwr: 284 >> + - dac: 285 >> + - uart7: 286 >> + - uart8: 287 >> + - tim1: 288 >> + - tim8: 289 >> + - usart1: 292 >> + - usart6: 293 >> + - adc: 296 >> + - sdio: 299 >> + - spi1: 300 >> + - spi4: 301 >> + - syscfg: 302 >> + - tim9: 304 >> + - tim10: 305 >> + - tim11: 306 >> + - spi5: 308 >> + - spi6: 309 >> + - sai1: 310 >> + - ltdc: 31 >> + >> > > Last line is un-necessary. When I applied this patch for test > "new blank line at EOF" happen. Thanks, that will be fixed in v4. Kind regards, Maxime > > +++ b/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt > @@ -99,4 +99,3 @@ List of indexes for STM32F429: > - spi6: 309 > - sai1: 310 > - ltdc: 31 > - > > Thanks, > Chanwoo Choi >