Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1554163 > unrolled thread

[PATCH v2 0/3] STM32F4 Clock binding fix & update

Started by<gabriel.fernandez@st.com>
First post2017-01-09 10:10 +0100
Last post2017-01-09 10:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] STM32F4 Clock binding fix & update <gabriel.fernandez@st.com> - 2017-01-09 10:10 +0100

#1554163 — [PATCH v2 0/3] STM32F4 Clock binding fix & update

From<gabriel.fernandez@st.com>
Date2017-01-09 10:10 +0100
Subject[PATCH v2 0/3] STM32F4 Clock binding fix & update
Message-ID<sXE7L-2dw-3@gated-at.bofh.it>
From: Gabriel Fernandez <gabriel.fernandez@st.com>

v2:
- Only rename commit subject of first patch to avoid the error:
 Remote Server returned '<vger.kernel.org #5.7.1 SMTP;
 550 5.7.1 Content-Policy reject msg: The capital Triple-X in subject
 is way too often associated with junk email,

This patch-set includes:
 - a fix to STM32F4_X_CLOCK() macro
 - an update of missing binding definition
 - a patch to use STM32F4_X_CLOCK() macro

Gabriel Fernandez (3):
  dt-bindings: mfd: stm32f4: Fix STM32F4_X_CLOCK() macro
  dt-bindings: mfd: stm32f4: Add missing binding definition
  ARM: dts: stm32: Use clock DT binding definition on stm32f429 family

 arch/arm/boot/dts/stm32429i-eval.dts  |  2 +-
 arch/arm/boot/dts/stm32f429.dtsi      | 66 +++++++++++++++++++----------------
 include/dt-bindings/mfd/stm32f4-rcc.h | 24 +++++++++----
 3 files changed, 53 insertions(+), 39 deletions(-)

-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web