devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] DT Fixes for OMAP4 and OMAP5 boards
@ 2016-04-18 18:20 H. Nikolaus Schaller
  2016-04-18 18:20 ` [PATCH v2 1/5] ARM: dts: twl6030: describe gpadc H. Nikolaus Schaller
                   ` (5 more replies)
  0 siblings, 6 replies; 30+ messages in thread
From: H. Nikolaus Schaller @ 2016-04-18 18:20 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Russell King
  Cc: ldewangan, linux-omap, devicetree, linux-kernel, marek, kernel,
	letux-kernel, H. Nikolaus Schaller

This patch series adds DT nodes for:
* twl6030 gpadc for omap4 based boards (Pandaboard ES)
* twl6037 gpadc for omap5 based board (OMAP5EVM)
* omap5-board-common: ckobuffer (needed for high quality twl6040 audio)
* fix range problem with omap5 pinmux


H. Nikolaus Schaller (5):
  ARM: dts: twl6030: describe gpadc
  ARM: dts: omap5-board-common: describe gpadc for Palmas
  ARM: dts: omap5: fix range of permitted wakeup pinmux registers
  ARM: dts: omap5: describe control for ckobuffer
  ARM: dts: omap5-board-common: set up ckobuffer for twl6040

 arch/arm/boot/dts/omap5-board-common.dtsi | 24 ++++++++++++++++++++++++
 arch/arm/boot/dts/omap5.dtsi              | 12 +++++++++++-
 arch/arm/boot/dts/twl6030.dtsi            |  6 ++++++
 3 files changed, 41 insertions(+), 1 deletion(-)

-- 
2.7.3

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

end of thread, other threads:[~2016-05-10  5:45 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-18 18:20 [PATCH v2 0/5] DT Fixes for OMAP4 and OMAP5 boards H. Nikolaus Schaller
2016-04-18 18:20 ` [PATCH v2 1/5] ARM: dts: twl6030: describe gpadc H. Nikolaus Schaller
     [not found]   ` <279e70c9badea0356944093f9493e09922c6974b.1461003660.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-04-26 17:26     ` Tony Lindgren
2016-04-18 18:20 ` [PATCH v2 2/5] ARM: dts: omap5-board-common: describe gpadc for Palmas H. Nikolaus Schaller
2016-04-18 18:20 ` [PATCH v2 3/5] ARM: dts: omap5: fix range of permitted wakeup pinmux registers H. Nikolaus Schaller
2016-04-26 17:23   ` Tony Lindgren
2016-04-18 18:21 ` [PATCH v2 4/5] ARM: dts: omap5: describe control for ckobuffer H. Nikolaus Schaller
     [not found]   ` <a5fb89737594a656318896a8e43814c21ca992eb.1461003660.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-04-26 17:27     ` Tony Lindgren
     [not found]       ` <20160426172710.GI5995-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-04-27  6:04         ` H. Nikolaus Schaller
2016-04-27 12:31           ` Tero Kristo
2016-04-27 13:10             ` H. Nikolaus Schaller
     [not found]               ` <A90F1BFC-A834-4EC0-81F9-2C8222AAA010-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-04-27 14:10                 ` Tero Kristo
2016-04-27 14:23                   ` Peter Ujfalusi
2016-04-27 14:35                     ` H. Nikolaus Schaller
2016-04-28  8:03                       ` Tero Kristo
2016-04-28  9:12                         ` H. Nikolaus Schaller
2016-04-28 13:23                           ` Tero Kristo
     [not found]                             ` <57220EDD.7080903-l0cyMroinI0@public.gmane.org>
2016-05-09 11:18                               ` H. Nikolaus Schaller
     [not found]                                 ` <F2BCD4BA-E4E4-43F4-B65C-B625ED3B2D13-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-05-09 11:52                                   ` Tero Kristo
2016-05-09 12:10                                     ` Peter Ujfalusi
2016-05-09 12:32                                       ` [Kernel] " Peter Ujfalusi
2016-05-09 12:46                                         ` Peter Ujfalusi
2016-05-09 13:52                                           ` Peter Ujfalusi
     [not found]                                             ` <3973330a-8a73-89fa-8e09-383407d0eaf9-l0cyMroinI0@public.gmane.org>
2016-05-09 14:09                                               ` Tero Kristo
     [not found]                                                 ` <57309A08.10704-l0cyMroinI0@public.gmane.org>
2016-05-09 15:28                                                   ` Peter Ujfalusi
     [not found]                                         ` <f66cd508-fe53-af58-bda5-822c8213cf7d-l0cyMroinI0@public.gmane.org>
2016-05-09 19:44                                           ` Peter Ujfalusi
     [not found]                                     ` <573079F5.7050507-l0cyMroinI0@public.gmane.org>
2016-05-10  5:45                                       ` H. Nikolaus Schaller
     [not found] ` <cover.1461003660.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-04-18 18:21   ` [PATCH v2 5/5] ARM: dts: omap5-board-common: set up ckobuffer for twl6040 H. Nikolaus Schaller
2016-04-26 15:00 ` [PATCH v2 0/5] DT Fixes for OMAP4 and OMAP5 boards H. Nikolaus Schaller
2016-04-26 17:28   ` Tony Lindgren

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).