linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM-based SoC fix for v3.6
@ 2012-08-23 23:18 Rafael J. Wysocki
  2012-08-27 23:33 ` Olof Johansson
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Rafael J. Wysocki @ 2012-08-23 23:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Please pull from the git repository at

  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas.git fixes

to receive one fix for the sh73a0 SoC support code as commit
6c0274cbe63ec265f842537825684a619e6cce93

  ARM: shmobile: sh73a0: fixup RELOC_BASE of intca_irq_pins_desc

on top of commit d9875690d9b89a866022ff49e3fcea892345ad92

  Linux 3.6-rc2

It fixes an IRQ configuration issue uncovered by the addition of
preliminary irqdomain support.

Thanks!


 arch/arm/mach-shmobile/intc-sh73a0.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---------------

Kuninori Morimoto (1):
      ARM: shmobile: sh73a0: fixup RELOC_BASE of intca_irq_pins_desc


^ permalink raw reply	[flat|nested] 34+ messages in thread
* [PATCH 0/3] ARM: shmobile: armadillo: fixup CPU settings
@ 2015-03-24  1:05 Kuninori Morimoto
  2015-03-24  1:07 ` [PATCH 3/3] ASoC: simple-card: Remove support for setting differing DAI formats Kuninori Morimoto
  0 siblings, 1 reply; 34+ messages in thread
From: Kuninori Morimoto @ 2015-03-24  1:05 UTC (permalink / raw)
  To: Mark Brown, Lars-Peter Clausen; +Cc: Simon, Linux-SH, Linux-ALSA, Liam Girdwood


Hi Mark, Lars
Cc Simon

These patches had been posted in ALSA/SH-ARM ML in
http://thread.gmane.org/gmane.linux.ports.sh.devel/43079
by Lars. But, he doesn't have armadillo board, and I commented
about FSI driver, and no one update these, these patches were
marooned.

Original 2/3 patch changed behavior for clock inversion on FSI driver.
FSI + wm8978 on armadillo800eva worked without any issues,
but, I don't know how much effect it has for other board (many board are using FSI).
We used this inversion flags on each board for historical reasons,
but, almost all these were not needed (except some picky board) on FSI.
Maybe Lars's 2/3 patch is correct, but, it is difficult to check/confirm for all boards.
And unfortunately, Renesas don't use FSI anymore.
So, I think keeping current FSI driver as-is is more safety for old boards.
I tested these patches on latest Mark's branch 

Lars-Peter Clausen (3):
      ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format
      ARM: shmobile: armadillo800eva: fix clock inversion
      ASoC: simple-card: Remove support for setting differing DAI formats

 arch/arm/mach-shmobile/board-armadillo800eva.c |  3 +--
 include/sound/simple_card.h                    |  1 -
 sound/soc/generic/simple-card.c                | 30 ++++++++----------------------
 3 files changed, 9 insertions(+), 25 deletions(-)


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

end of thread, other threads:[~2015-04-10  7:15 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 23:18 [GIT PULL] Renesas ARM-based SoC fix for v3.6 Rafael J. Wysocki
2012-08-27 23:33 ` Olof Johansson
2012-08-30  5:38 ` Simon Horman
2012-08-30  5:38   ` [PATCH] ARM: shmobile: marzen: fixup smsc911x id for regulator Simon Horman
2012-09-02 15:23   ` [GIT PULL] Renesas ARM-based SoC fix for v3.6 Olof Johansson
2012-09-05  1:34 ` [GIT PULL] Renesas ARM-based SoC fix for v3.6 #2 Simon Horman
2012-09-05  1:34   ` [PATCH 1/3] ARM: shmobile: armadillo800eva: fixup: sound card detection order Simon Horman
2013-02-22  4:45     ` [PATCH 1/3] ARM: shmobile: armadillo800eva: enable all errata for cache on defconfig Kuninori Morimoto
2013-02-22 22:58     ` Simon Horman
2013-03-01  6:53     ` Simon Horman
2013-03-01 10:01     ` Kuninori Morimoto
2013-03-01 13:02     ` Simon Horman
2013-03-04  0:42     ` Kuninori Morimoto
2013-03-05  5:57     ` Simon Horman
2013-03-06  4:46     ` Simon Horman
2015-01-19  9:54     ` [PATCH 1/3] ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format Lars-Peter Clausen
2015-01-19  9:54       ` [PATCH 2/3] ASoC: sh: fsi: Fix clock inversion Lars-Peter Clausen
2015-01-19 12:23         ` Sergei Shtylyov
2015-01-19  9:54       ` [PATCH 3/3] ASoC: simple-card: Remove support for setting differing DAI formats Lars-Peter Clausen
2015-01-20  0:11         ` Kuninori Morimoto
2012-09-05  1:34   ` [PATCH 2/3] ARM: shmobile: mackerel: fixup usb module order Simon Horman
2012-09-05  1:34   ` [PATCH 3/3] ARM: shmobile: armadillo800eva: enable rw rootfs mount Simon Horman
2013-02-22  4:46     ` [PATCH 3/3] ARM: shmobile: armadillo800eva: enable NEON on defconfig Kuninori Morimoto
2013-02-22 23:09     ` Simon Horman
2013-02-25  0:17     ` Kuninori Morimoto
2013-02-25  0:21     ` Kiyoshi Ishiyama
2013-03-01  9:41     ` Simon Horman
2012-09-05  4:44   ` [GIT PULL] Renesas ARM-based SoC fix for v3.6 #2 Olof Johansson
2012-09-05  4:53     ` Simon Horman
2012-09-18  4:46 ` [GIT PULL] Renesas ARM-based SoC fix for v3.6 #3 Simon Horman
2012-09-18  4:46   ` [PATCH] ARM: shmobile: kzm9g: bugfix: correct mmcif interrupt settings Simon Horman
2012-09-18 14:41   ` [GIT PULL] Renesas ARM-based SoC fix for v3.6 #3 Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2015-03-24  1:05 [PATCH 0/3] ARM: shmobile: armadillo: fixup CPU settings Kuninori Morimoto
2015-03-24  1:07 ` [PATCH 3/3] ASoC: simple-card: Remove support for setting differing DAI formats Kuninori Morimoto
2015-04-10  7:15   ` Kuninori Morimoto

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