Linux Samsung SOC development
 help / color / mirror / Atom feed
  • * [PATCH 16/19] ARM: dts: s5pv210: replace legacy *,wakeup property with wakeup-source
           [not found] <1445422216-29375-1-git-send-email-sudeep.holla@arm.com>
           [not found] ` <1445422216-29375-1-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org>
    @ 2015-10-21 10:10 ` Sudeep Holla
      2015-12-15 16:37   ` Sudeep Holla
      2015-12-16 23:52   ` Krzysztof Kozlowski
      1 sibling, 2 replies; 12+ messages in thread
    From: Sudeep Holla @ 2015-10-21 10:10 UTC (permalink / raw)
      To: linux-kernel, linux-arm-kernel, devicetree
      Cc: Sudeep Holla, Marek Szyprowski, Kukjin Kim, linux-samsung-soc
    
    Though the keyboard and other driver will continue to support the legacy
    "gpio-key,wakeup", "linux,input-wakeup" boolean property to enable the
    wakeup source, "wakeup-source" is the new standard binding.
    
    This patch replaces all the legacy wakeup properties with the unified
    "wakeup-source" property in order to avoid any futher copy-paste
    duplication.
    
    Cc: Marek Szyprowski <m.szyprowski@samsung.com>
    Cc: Kukjin Kim <kgene@kernel.org>
    Cc: linux-samsung-soc@vger.kernel.org
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    ---
     arch/arm/boot/dts/s5pv210-aquila.dts   | 4 ++--
     arch/arm/boot/dts/s5pv210-goni.dts     | 4 ++--
     arch/arm/boot/dts/s5pv210-smdkv210.dts | 2 +-
     3 files changed, 5 insertions(+), 5 deletions(-)
    
    diff --git a/arch/arm/boot/dts/s5pv210-aquila.dts b/arch/arm/boot/dts/s5pv210-aquila.dts
    index f00cea7aca2f..72f162e7040b 100644
    --- a/arch/arm/boot/dts/s5pv210-aquila.dts
    +++ b/arch/arm/boot/dts/s5pv210-aquila.dts
    @@ -257,7 +257,7 @@
     			linux,code = <KEY_POWER>;
     			label = "power";
     			debounce-interval = <1>;
    -			gpio-key,wakeup;
    +			wakeup-source;
     		};
     	};
     };
    @@ -268,7 +268,7 @@
     
     &keypad {
     	linux,input-no-autorepeat;
    -	linux,input-wakeup;
    +	wakeup-source;
     	samsung,keypad-num-rows = <3>;
     	samsung,keypad-num-columns = <3>;
     	pinctrl-names = "default";
    diff --git a/arch/arm/boot/dts/s5pv210-goni.dts b/arch/arm/boot/dts/s5pv210-goni.dts
    index a3d4643b202e..f4d0a023c31c 100644
    --- a/arch/arm/boot/dts/s5pv210-goni.dts
    +++ b/arch/arm/boot/dts/s5pv210-goni.dts
    @@ -239,7 +239,7 @@
     			linux,code = <KEY_POWER>;
     			label = "power";
     			debounce-interval = <1>;
    -			gpio-key,wakeup;
    +			wakeup-source;
     		};
     	};
     };
    @@ -250,7 +250,7 @@
     
     &keypad {
     	linux,input-no-autorepeat;
    -	linux,input-wakeup;
    +	wakeup-source;
     	samsung,keypad-num-rows = <3>;
     	samsung,keypad-num-columns = <3>;
     	pinctrl-names = "default";
    diff --git a/arch/arm/boot/dts/s5pv210-smdkv210.dts b/arch/arm/boot/dts/s5pv210-smdkv210.dts
    index da7d210df670..54fcc3fc82e2 100644
    --- a/arch/arm/boot/dts/s5pv210-smdkv210.dts
    +++ b/arch/arm/boot/dts/s5pv210-smdkv210.dts
    @@ -59,7 +59,7 @@
     
     &keypad {
     	linux,input-no-autorepeat;
    -	linux,input-wakeup;
    +	wakeup-source;
     	samsung,keypad-num-rows = <8>;
     	samsung,keypad-num-columns = <8>;
     	pinctrl-names = "default";
    -- 
    1.9.1
    
    ^ permalink raw reply related	[flat|nested] 12+ messages in thread

  • end of thread, other threads:[~2016-01-29  0:11 UTC | newest]
    
    Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1445422216-29375-1-git-send-email-sudeep.holla@arm.com>
         [not found] ` <1445422216-29375-1-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org>
    2015-10-21 10:10   ` [PATCH 12/19] ARM: dts: exynos: replace legacy *,wakeup property with wakeup-source Sudeep Holla
    2015-12-15 16:35     ` Sudeep Holla
         [not found]       ` <56704141.8070308-5wv7dgnIgG8@public.gmane.org>
    2015-12-15 23:32         ` Krzysztof Kozlowski
         [not found]           ` <5670A2F2.5060009-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
    2015-12-16 10:32             ` Sudeep Holla
    2015-12-16 23:38               ` Krzysztof Kozlowski
    2015-12-16 23:49     ` Krzysztof Kozlowski
    2016-01-28  8:11       ` Krzysztof Kozlowski
         [not found]         ` <56A9CD1A.8010800-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
    2016-01-28 15:59           ` [UPDATE] " Sudeep Holla
    2016-01-29  0:11             ` Krzysztof Kozlowski
    2015-10-21 10:10 ` [PATCH 16/19] ARM: dts: s5pv210: " Sudeep Holla
    2015-12-15 16:37   ` Sudeep Holla
    2015-12-16 23:52   ` Krzysztof Kozlowski
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox