mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"
@ 2013-03-19 23:33 Paul Bolle
       [not found] ` <CAMk6uBmNHb0t1zetK8+gkKMOj7843cRsz_f1m5zP4dPncuKwoA@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2013-03-19 23:33 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: uclinux-dist-devel, linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Obvious, isn't it? Introduced in v3.5, through commit
0fbd88ca20a68a633b565e1f5ba18ca64afb0c78 ("blackfin: bf60x: add wakeup
source select"). Untested.

 arch/blackfin/mach-bf609/pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/blackfin/mach-bf609/pm.c b/arch/blackfin/mach-bf609/pm.c
index ad505d9..0cdd695 100644
--- a/arch/blackfin/mach-bf609/pm.c
+++ b/arch/blackfin/mach-bf609/pm.c
@@ -210,7 +210,7 @@ void bf609_cpu_pm_enter(suspend_state_t state)
 
 #ifdef CONFIG_PM_BFIN_WAKE_PB15
 	wakeup |= PB15WE;
-# if CONFIG_PM_BFIN_WAKE_PA15_POL
+# if CONFIG_PM_BFIN_WAKE_PB15_POL
 	wakeup_pol |= PB15WE;
 # endif
 #endif
-- 
1.7.11.7


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

* Re: [uclinux-dist-devel] [PATCH] blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"
       [not found] ` <CAMk6uBmNHb0t1zetK8+gkKMOj7843cRsz_f1m5zP4dPncuKwoA@mail.gmail.com>
@ 2014-02-13  9:46   ` Paul Bolle
  2014-02-26 10:29     ` Steven Miao
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2014-02-13  9:46 UTC (permalink / raw)
  To: Steven Miao; +Cc: adi-buildroot-devel, linux-kernel

[Added current lists.]

On Wed, 2013-03-20 at 13:26 +0800, Steven Miao wrote:
> good catch, thanks

This typo is still present in v3.14-rc2. Was my patch perhaps lost?

> On Wed, Mar 20, 2013 at 7:33 AM, Paul Bolle <pebolle@tiscali.nl>
> wrote:
>         Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
>         ---
>         Obvious, isn't it? Introduced in v3.5, through commit
>         0fbd88ca20a68a633b565e1f5ba18ca64afb0c78 ("blackfin: bf60x:
>         add wakeup source select"). Untested.
>         
>          arch/blackfin/mach-bf609/pm.c | 2 +-
>          1 file changed, 1 insertion(+), 1 deletion(-)
>         
>         diff --git a/arch/blackfin/mach-bf609/pm.c
>         b/arch/blackfin/mach-bf609/pm.c
>         index ad505d9..0cdd695 100644
>         --- a/arch/blackfin/mach-bf609/pm.c
>         +++ b/arch/blackfin/mach-bf609/pm.c
>         @@ -210,7 +210,7 @@ void bf609_cpu_pm_enter(suspend_state_t
>         state)
>         
>          #ifdef CONFIG_PM_BFIN_WAKE_PB15
>                 wakeup |= PB15WE;
>         -# if CONFIG_PM_BFIN_WAKE_PA15_POL
>         +# if CONFIG_PM_BFIN_WAKE_PB15_POL
>                 wakeup_pol |= PB15WE;
>          # endif
>          #endif
>         --
>         1.7.11.7


Paul Bolle


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

* Re: [uclinux-dist-devel] [PATCH] blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"
  2014-02-13  9:46   ` [uclinux-dist-devel] " Paul Bolle
@ 2014-02-26 10:29     ` Steven Miao
  0 siblings, 0 replies; 3+ messages in thread
From: Steven Miao @ 2014-02-26 10:29 UTC (permalink / raw)
  To: Paul Bolle
  Cc: bfin,
	open list:CAN NETWORK DRIVERS <linux-can@vger.kernel.org>,
	open list:NETWORKING DRIVERS <netdev@vger.kernel.org>,
	open list

Hi Paul,

On Thu, Feb 13, 2014 at 5:46 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
> [Added current lists.]
>
> On Wed, 2013-03-20 at 13:26 +0800, Steven Miao wrote:
>> good catch, thanks
>
> This typo is still present in v3.14-rc2. Was my patch perhaps lost?
Sorry for the late reply. I'v applied this patch to the blackfin tree
at that time, but it seems we made some mistakes after the maintainer
changed. I will apply it to 3.14 release.

>
>> On Wed, Mar 20, 2013 at 7:33 AM, Paul Bolle <pebolle@tiscali.nl>
>> wrote:
>>         Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
>>         ---
>>         Obvious, isn't it? Introduced in v3.5, through commit
>>         0fbd88ca20a68a633b565e1f5ba18ca64afb0c78 ("blackfin: bf60x:
>>         add wakeup source select"). Untested.
>>
>>          arch/blackfin/mach-bf609/pm.c | 2 +-
>>          1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>         diff --git a/arch/blackfin/mach-bf609/pm.c
>>         b/arch/blackfin/mach-bf609/pm.c
>>         index ad505d9..0cdd695 100644
>>         --- a/arch/blackfin/mach-bf609/pm.c
>>         +++ b/arch/blackfin/mach-bf609/pm.c
>>         @@ -210,7 +210,7 @@ void bf609_cpu_pm_enter(suspend_state_t
>>         state)
>>
>>          #ifdef CONFIG_PM_BFIN_WAKE_PB15
>>                 wakeup |= PB15WE;
>>         -# if CONFIG_PM_BFIN_WAKE_PA15_POL
>>         +# if CONFIG_PM_BFIN_WAKE_PB15_POL
>>                 wakeup_pol |= PB15WE;
>>          # endif
>>          #endif
>>         --
>>         1.7.11.7
>
>
> Paul Bolle
>
-steven

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

end of thread, other threads:[~2014-02-26 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-19 23:33 [PATCH] blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL" Paul Bolle
     [not found] ` <CAMk6uBmNHb0t1zetK8+gkKMOj7843cRsz_f1m5zP4dPncuKwoA@mail.gmail.com>
2014-02-13  9:46   ` [uclinux-dist-devel] " Paul Bolle
2014-02-26 10:29     ` Steven Miao

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

all inboxes | Powered by JetHome®