linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/20] ARM: DTS: am335x/am43xx: Audio support and fixes for audio
@ 2015-07-02 14:06 Peter Ujfalusi
  2015-07-02 14:06 ` [PATCH v2 01/20] ARM: omap2plus_defconfig: Enable audio related config options Peter Ujfalusi
                   ` (20 more replies)
  0 siblings, 21 replies; 23+ messages in thread
From: Peter Ujfalusi @ 2015-07-02 14:06 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, devicetree, linux-arm-kernel, linux-kernel, balbi

Hi,

Changes since v1:
- Add patch for omap2plus_defconfig to enable needed audio drivers
- Included other board patches since they all need the change in
  omap2plus_defconfig

Enable the simple card in omap2plus_defconfig as more boards are using that for
audio support.

am437x-sk-evm, am335x-evmsk and am335x-evm:
There is no reason to use the davinci-evm machine driver's compatible for audio
support since the setup is simple and the common simple-audio-card can handle it
just fine.

am43xx-epos-evm, am437x-gp-evm:
Add audio support via simple-card

Regards,
Peter
---
Peter Ujfalusi (20):
  ARM: omap2plus_defconfig: Enable audio related config options
  ARM: DTS: am437x-sk-evm: Add sleep pin settings for mcasp1
  ARM: DTS: am437x-sk-evm: Switch using simple-audio-card for audio
    support
  ARM: DTS: am43xx-epos-evm: Add gpio-hog for configuring the
    display/audio mux
  ARM: DTS: am43xx-epos-evm: Add regulator for VBAT and DCDC4 of
    tps65218
  ARM: DTS: am43xx-epos-evm: McASP1 node for audio support
  ARM: DTS: am43xx-epos-evm: Add node for tlv320aic3111 audio codec
  ARM: DTS: am43xx-epos-evm: Enable analog audio via simple-card
  ARM: DTS: am437x-gp-evm: Add gpio-hog for configuring the
    display/audio mux
  ARM: DTS: am437x-gp-evm: Rename fixed regulator vmmcsd_fixed to
    evm_v3_3d
  ARM: DTS: am437x-gp-evm: Add node for tlv320aic3106 audio codec
  ARM: DTS: am437x-gp-evm: McASP1 node for audio support
  ARM: DTS: am437x-gp-evm: Enable analog audio via simple-card
  ARM: DTS: am335x-evmsk: Fix mcasp1 node's indentation
  ARM: DTS: am335x-evmsk: Add sleep pin settings for mcasp1
  ARM: DTS: am335x-evmsk: Switch using simple-audio-card for audio
    support
  ARM: DTS: am335x-evm: Fix mcasp1 node's indentation
  ARM: DTS: am335x-evm: Rename pinctrl section for McASP1
  ARM: DTS: am335x-evm: Add sleep pin settings for mcasp1
  ARM: DTS: am335x-evm: Switch using simple-audio-card for audio support

 arch/arm/boot/dts/am335x-evm.dts     |  69 +++++++++++++------
 arch/arm/boot/dts/am335x-evmsk.dts   |  62 ++++++++++++-----
 arch/arm/boot/dts/am437x-gp-evm.dts  | 108 +++++++++++++++++++++++++----
 arch/arm/boot/dts/am437x-sk-evm.dts  |  45 +++++++++---
 arch/arm/boot/dts/am43x-epos-evm.dts | 130 +++++++++++++++++++++++++++++++----
 arch/arm/configs/omap2plus_defconfig |   3 +
 6 files changed, 340 insertions(+), 77 deletions(-)

-- 
2.4.5


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

end of thread, other threads:[~2015-07-14 11:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-02 14:06 [PATCH v2 00/20] ARM: DTS: am335x/am43xx: Audio support and fixes for audio Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 01/20] ARM: omap2plus_defconfig: Enable audio related config options Peter Ujfalusi
2015-07-02 14:20   ` Felipe Balbi
2015-07-02 14:06 ` [PATCH v2 02/20] ARM: DTS: am437x-sk-evm: Add sleep pin settings for mcasp1 Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 03/20] ARM: DTS: am437x-sk-evm: Switch using simple-audio-card for audio support Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 04/20] ARM: DTS: am43xx-epos-evm: Add gpio-hog for configuring the display/audio mux Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 05/20] ARM: DTS: am43xx-epos-evm: Add regulator for VBAT and DCDC4 of tps65218 Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 06/20] ARM: DTS: am43xx-epos-evm: McASP1 node for audio support Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 07/20] ARM: DTS: am43xx-epos-evm: Add node for tlv320aic3111 audio codec Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 08/20] ARM: DTS: am43xx-epos-evm: Enable analog audio via simple-card Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 09/20] ARM: DTS: am437x-gp-evm: Add gpio-hog for configuring the display/audio mux Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 10/20] ARM: DTS: am437x-gp-evm: Rename fixed regulator vmmcsd_fixed to evm_v3_3d Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 11/20] ARM: DTS: am437x-gp-evm: Add node for tlv320aic3106 audio codec Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 12/20] ARM: DTS: am437x-gp-evm: McASP1 node for audio support Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 13/20] ARM: DTS: am437x-gp-evm: Enable analog audio via simple-card Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 14/20] ARM: DTS: am335x-evmsk: Fix mcasp1 node's indentation Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 15/20] ARM: DTS: am335x-evmsk: Add sleep pin settings for mcasp1 Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 16/20] ARM: DTS: am335x-evmsk: Switch using simple-audio-card for audio support Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 17/20] ARM: DTS: am335x-evm: Fix mcasp1 node's indentation Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 18/20] ARM: DTS: am335x-evm: Rename pinctrl section for McASP1 Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 19/20] ARM: DTS: am335x-evm: Add sleep pin settings for mcasp1 Peter Ujfalusi
2015-07-02 14:06 ` [PATCH v2 20/20] ARM: DTS: am335x-evm: Switch using simple-audio-card for audio support Peter Ujfalusi
2015-07-14 11:29 ` [PATCH v2 00/20] ARM: DTS: am335x/am43xx: Audio support and fixes for audio 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).