All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC Fixes for v3.14
@ 2014-01-10  2:45 ` Simon Horman
  0 siblings, 0 replies; 63+ messages in thread
From: Simon Horman @ 2014-01-10  2:45 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

please consider these renesas ARM Based SoC Fixes for v3.14.

This pull-request is based on the Third Round of Renesas ARM Based SoC
Updates for v3.14, tagged as renesas-soc3-for-v3.14, which you have
previously pulled.

It resolves a problem introduced by a patch included in the second round of such
changes, tagged as renesas-soc2-for-v3.14, which you have also previously
pulled.

renesas-soc3-for-v3.14 is based on renesas-soc2-for-v3.14.



The following changes since commit d85bcfa916ffdf078f188aeab60f738b290f4309:

  arm: shmobile: r7s72100: add i2c clocks (2013-12-24 21:09:19 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-fixes-for-v3.14

for you to fetch changes up to db455c786886465c4d7fcd012fe2684b4c887776:

  ARM: shmobile: r8a7790: Fix I2C controller names (2014-01-06 14:25:39 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Fixes for v3.14

* r8a7790 (R-Car H2) SoC

  - Correct I2C controller names

    This fixes the issue introduced by
    b448c904f5058b6c "ARM: shmobile: r8a7790: add I2C support"
    which is queued-up for v3.14.

----------------------------------------------------------------
Valentine Barshak (1):
      ARM: shmobile: r8a7790: Fix I2C controller names

 arch/arm/mach-shmobile/clock-r8a7790.c | 8 ++++----
 arch/arm/mach-shmobile/setup-r8a7790.c | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 63+ messages in thread
* [PATCH] ARM: shmobile: koelsch: Fix adv7511 IRQ sensing
@ 2015-04-29 13:55 Laurent Pinchart
  2015-04-30  4:56 ` Simon Horman
                   ` (4 more replies)
  0 siblings, 5 replies; 63+ messages in thread
From: Laurent Pinchart @ 2015-04-29 13:55 UTC (permalink / raw)
  To: linux-sh

The adv7511 IRQ is low level triggered, not falling edge triggered. The
wrong sense configuration results in no interrupt being triggered at
all, breaking hotplug detection. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 74c3212f1f11..824ddab9c3ad 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -545,7 +545,7 @@
 		compatible = "adi,adv7511w";
 		reg = <0x39>;
 		interrupt-parent = <&gpio3>;
-		interrupts = <29 IRQ_TYPE_EDGE_FALLING>;
+		interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
 
 		adi,input-depth = <8>;
 		adi,input-colorspace = "rgb";
-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2015-11-27 16:30 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-10  2:45 [GIT PULL] Renesas ARM Based SoC Fixes for v3.14 Simon Horman
2014-01-10  2:45 ` Simon Horman
2014-01-10  2:46 ` [PATCH] ARM: shmobile: r8a7790: Fix I2C controller names Simon Horman
2014-01-10  2:46   ` Simon Horman
2014-01-14 18:44 ` [GIT PULL] Renesas ARM Based SoC Fixes for v3.14 Kevin Hilman
2014-01-14 18:44   ` Kevin Hilman
2014-01-15  0:04   ` Simon Horman
2014-01-15  0:04     ` Simon Horman
2014-05-29 23:31 ` [GIT PULL] Renesas ARM Based SoC Fixes for v3.16 Simon Horman
2014-05-29 23:31   ` Simon Horman
2014-05-29 23:31   ` [PATCH] ARM: shmobile: armadillo800eva: fixup HDMI sound flags setting Simon Horman
2014-05-29 23:31     ` Simon Horman
2014-05-30 16:23   ` [GIT PULL] Renesas ARM Based SoC Fixes for v3.16 Olof Johansson
2014-05-30 16:23     ` Olof Johansson
2014-11-17  2:45 ` [GIT PULL] Renesas ARM Based SoC Fixes for v3.18 Simon Horman
2014-11-17  2:45   ` Simon Horman
2014-11-17  2:45   ` [PATCH] ARM: shmobile: kzm9g legacy: Set i2c clks_per_count to 2 Simon Horman
2014-11-17  2:45     ` Simon Horman
2015-01-13  2:13 ` [GIT PULL] Renesas ARM Based SoC Fixes for v3.19 Simon Horman
2015-01-13  2:13   ` Simon Horman
2015-01-13  2:13   ` [PATCH 1/2] ARM: shmobile: r8a7740: Instantiate GIC from C board code in legacy builds Simon Horman
2015-01-13  2:13     ` Simon Horman
2015-01-13  2:13   ` [PATCH 2/2] ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin instances Simon Horman
2015-01-13  2:13     ` Simon Horman
2015-01-13  8:10   ` [GIT PULL] Renesas ARM Based SoC Fixes for v3.19 Geert Uytterhoeven
2015-01-13  8:10     ` Geert Uytterhoeven
2015-01-13 23:32     ` Olof Johansson
2015-01-13 23:32       ` Olof Johansson
2015-01-14  0:20     ` Simon Horman
2015-01-14  0:20       ` Simon Horman
2015-05-07  5:46 ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.1 Simon Horman
2015-05-07  5:46   ` Simon Horman
2015-05-07  5:46   ` [PATCH] ARM: shmobile: koelsch: Fix adv7511 IRQ sensing Simon Horman
2015-05-07  5:46     ` Simon Horman
2015-05-07 16:27   ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.1 Arnd Bergmann
2015-05-07 16:27     ` Arnd Bergmann
2015-10-02  2:29 ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.3 Simon Horman
2015-10-02  2:29   ` Simon Horman
2015-10-02  2:29   ` [PATCH 1/2] ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound Simon Horman
2015-10-02  2:29     ` Simon Horman
2015-10-02 11:29     ` Sergei Shtylyov
2015-10-02 11:29       ` Sergei Shtylyov
2015-10-02 11:32       ` Sergei Shtylyov
2015-10-02 11:32         ` Sergei Shtylyov
2015-10-06 12:37         ` Arnd Bergmann
2015-10-06 12:37           ` Arnd Bergmann
2015-10-02  2:29   ` [PATCH 2/2] ARM: shmobile: r8a7791 " Simon Horman
2015-10-02  2:29     ` Simon Horman
2015-10-16 14:05     ` [PATCH 2/2] ARM: shmobile: r8a7791 dtsi: Remove bogus imp_clk node Geert Uytterhoeven
2015-10-06 12:32   ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.3 Arnd Bergmann
2015-10-06 12:32     ` Arnd Bergmann
2015-11-27  1:56 ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.4 Simon Horman
2015-11-27  1:56   ` Simon Horman
2015-11-27  1:56   ` [PATCH] ARM: shmobile: r8a7793: proper constness with __initconst Simon Horman
2015-11-27  1:56     ` Simon Horman
2015-11-27 16:30   ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.4 Arnd Bergmann
2015-11-27 16:30     ` Arnd Bergmann
2015-04-29 13:55 [PATCH] ARM: shmobile: koelsch: Fix adv7511 IRQ sensing Laurent Pinchart
2015-04-30  4:56 ` Simon Horman
2015-04-30  7:30 ` Laurent Pinchart
2015-05-01  0:15 ` Simon Horman
2015-05-05 21:17 ` Ben Hutchings
2015-05-06  4:06 ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.