linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add pin package management on STM32P157
@ 2019-04-10 11:30 Alexandre Torgue
  2019-04-10 11:30 ` [PATCH 1/5] dt-bindings: pinctrl: stm32: add new entry for package information Alexandre Torgue
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Alexandre Torgue @ 2019-04-10 11:30 UTC (permalink / raw)
  To: Maxime Coquelin, Linus Walleij, Rob Herring, Mark Rutland, arnd
  Cc: devicetree, Alexandre Torgue, linux-kernel, linux-gpio,
	linux-stm32, linux-arm-kernel

Hi,

The series adds support of chip packages for STM32MP157 SOC.
Available packages are:

STM32MP_PKG_AA: LFBGA448 (18*18), 176 IOs
STM32MP_PKG_AB: LFBGA354 (16*16), 98 IOs
STM32MP_PKG_AC: TFBGA361 (12*12), 148 IOs
STM32MP_PKG_AD: TFBGA257 (10*10), 98 IOs

As ball-out is different between each package, this series covers those
differences by creating dedicated pinctrl dtsi files. Each dtsi pinctrl
package file describes the package ball-out through gpio-ranges. A new
dt property is also added ("st,package") to provide to stm32 pinctrl driver
the package to use and so the available pins.

stm32mp157a-dk1 / dk2 boards embed a STM32MP_PKG_AC (TFBGA361 (12*12))
package.
stm32mp157c-ed1 / ev1 boards embed a STM32MP_PKG_AA (LFBGA448 (18*18))
package.

Regards

Alex

Alexandre Torgue (5):
  dt-bindings: pinctrl: stm32: add new entry for package information
  pinctrl: stm32: introduce package support
  pinctrl: stm32: add package information for stm32mp157c
  pinctrl: stm32: align stm32mp157 pin names
  ARM: dts: stm32: use dedicated files to manage stm32mp157 packages

 .../bindings/pinctrl/st,stm32-pinctrl.txt          |    2 +
 arch/arm/boot/dts/stm32mp157-pinctrl.dtsi          |   12 +
 arch/arm/boot/dts/stm32mp157a-dk1.dts              |    2 +-
 arch/arm/boot/dts/stm32mp157c-ed1.dts              |    2 +-
 arch/arm/boot/dts/stm32mp157xaa-pinctrl.dtsi       |   90 ++
 arch/arm/boot/dts/stm32mp157xab-pinctrl.dtsi       |   62 ++
 arch/arm/boot/dts/stm32mp157xac-pinctrl.dtsi       |   78 ++
 arch/arm/boot/dts/stm32mp157xad-pinctrl.dtsi       |   62 ++
 drivers/pinctrl/stm32/pinctrl-stm32.c              |   68 +-
 drivers/pinctrl/stm32/pinctrl-stm32.h              |   14 +
 drivers/pinctrl/stm32/pinctrl-stm32mp157.c         | 1089 +++++++++++---------
 include/dt-bindings/pinctrl/stm32-pinfunc.h        |    6 +
 12 files changed, 1014 insertions(+), 473 deletions(-)
 create mode 100644 arch/arm/boot/dts/stm32mp157xaa-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/stm32mp157xab-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/stm32mp157xac-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/stm32mp157xad-pinctrl.dtsi

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-05-21  7:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10 11:30 [PATCH 0/5] Add pin package management on STM32P157 Alexandre Torgue
2019-04-10 11:30 ` [PATCH 1/5] dt-bindings: pinctrl: stm32: add new entry for package information Alexandre Torgue
2019-04-10 11:30 ` [PATCH 2/5] pinctrl: stm32: introduce package support Alexandre Torgue
2019-04-10 11:30 ` [PATCH 3/5] pinctrl: stm32: add package information for stm32mp157c Alexandre Torgue
2019-04-10 11:30 ` [PATCH 4/5] pinctrl: stm32: align stm32mp157 pin names Alexandre Torgue
2019-04-10 11:30 ` [PATCH 5/5] ARM: dts: stm32: use dedicated files to manage stm32mp157 packages Alexandre Torgue
2019-04-23  8:48   ` Linus Walleij
2019-05-21  7:48   ` Alexandre Torgue
2019-04-23  8:47 ` [PATCH 0/5] Add pin package management on STM32P157 Linus Walleij
2019-04-23  9:02   ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).