devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH 00/11] ARM: OMAP/DTS: dra7/72-evm/beagle-x15: Audio support
Date: Mon, 14 Sep 2015 09:28:51 -0700	[thread overview]
Message-ID: <20150914162851.GM4215@atomide.com> (raw)
In-Reply-To: <55F68A60.6050900-l0cyMroinI0@public.gmane.org>

* Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org> [150914 01:54]:
> Hi Tony,
> 
> On 08/24/2015 10:19 AM, Peter Ujfalusi wrote:
> > Hi,
> > 
> > this series will enable analog audio (via onboard aic310x codec) for dra7-evm,
> > dra72-evm and am57xx-beagle-x15 boards.
> > In these board McASP3 is connected to the codec and for the McASP3 we needed to
> > have the DMA crossbar in place since the request lines are not mapped by
> > default.
> 
> Did you had a chance to look at this series?

Looks OK to me, will look at it more once we have the fixes merged.

Paul may have comments on the hwmod chage, looks like you forgot
to Cc him on it. Can you please resend that one with Paul in Cc?

Regards,

Tony
 
> > Regars,
> > Peter
> > ---
> > Peter Ujfalusi (11):
> >   ARM: OMAP: DRA7: hwmod: Add data for McASP3
> >   ARM: DTS: dra7: Add McASP3 node
> >   ARM: DTS: dra7-evm: Rename mmc2_3v3 supply to evm_3v3_sw
> >   ARM: DTS: dra7-evm: Add fixed regulator to be used by aic3106's DVDD
> >   ARM: DTS: dra7-evm: Enable pcf8575 (0x26 address) on i2c2 bus
> >   ARM: DTS: dra7-evm: Audio support
> >   ARM: DTS: dra72-evm: Add fixed regulator representing DVDD supply for
> >     aic3106
> >   ARM: DTS: dra72-evm: Add gpio hog for vin6_sel_s0 to select audio
> >   ARM: DTS: dra72-evm: Audio support
> >   ARM: DTS: am57xx-beagle-x15: Add fixed regulator for aic3104's DVDD
> >   ARM: DTS: am57xx-beagle-x15: Enable analog audio support
> > 
> >  arch/arm/boot/dts/am57xx-beagle-x15.dts   |  95 ++++++++++++++++++++
> >  arch/arm/boot/dts/dra7-evm.dts            | 142 +++++++++++++++++++++++++++++-
> >  arch/arm/boot/dts/dra7.dtsi               |  15 ++++
> >  arch/arm/boot/dts/dra72-evm.dts           | 138 +++++++++++++++++++++++++++++
> >  arch/arm/mach-omap2/omap_hwmod_7xx_data.c |  41 +++++++++
> >  5 files changed, 428 insertions(+), 3 deletions(-)
> > 
> 
> 
> -- 
> Péter
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2015-09-14 16:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24  7:19 [PATCH 00/11] ARM: OMAP/DTS: dra7/72-evm/beagle-x15: Audio support Peter Ujfalusi
2015-08-24  7:19 ` [PATCH 01/11] ARM: OMAP: DRA7: hwmod: Add data for McASP3 Peter Ujfalusi
2015-08-24  7:19 ` [PATCH 02/11] ARM: DTS: dra7: Add McASP3 node Peter Ujfalusi
2015-08-24  7:19 ` [PATCH 03/11] ARM: DTS: dra7-evm: Rename mmc2_3v3 supply to evm_3v3_sw Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 04/11] ARM: DTS: dra7-evm: Add fixed regulator to be used by aic3106's DVDD Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 05/11] ARM: DTS: dra7-evm: Enable pcf8575 (0x26 address) on i2c2 bus Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 06/11] ARM: DTS: dra7-evm: Audio support Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 07/11] ARM: DTS: dra72-evm: Add fixed regulator representing DVDD supply for aic3106 Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 08/11] ARM: DTS: dra72-evm: Add gpio hog for vin6_sel_s0 to select audio Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 09/11] ARM: DTS: dra72-evm: Audio support Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 10/11] ARM: DTS: am57xx-beagle-x15: Add fixed regulator for aic3104's DVDD Peter Ujfalusi
2015-08-24  7:20 ` [PATCH 11/11] ARM: DTS: am57xx-beagle-x15: Enable analog audio support Peter Ujfalusi
2015-09-14  8:50 ` [PATCH 00/11] ARM: OMAP/DTS: dra7/72-evm/beagle-x15: Audio support Peter Ujfalusi
     [not found]   ` <55F68A60.6050900-l0cyMroinI0@public.gmane.org>
2015-09-14 16:28     ` Tony Lindgren [this message]
2015-10-12 20:57       ` Tony Lindgren
     [not found]         ` <20151012205732.GW23801-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-10-15  7:08           ` Peter Ujfalusi
2015-10-15 14:09             ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150914162851.GM4215@atomide.com \
    --to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=peter.ujfalusi-l0cyMroinI0@public.gmane.org \
    --cc=t-kristo-l0cyMroinI0@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).