All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] omap4: hwmod: Enable the keypad
       [not found] <1298526157-2856-1-git-send-email-shubhrajyoti@ti.com>
@ 2011-02-24 10:58 ` Cousson, Benoit
  2011-05-19 10:47   ` Shubhrajyoti
  0 siblings, 1 reply; 3+ messages in thread
From: Cousson, Benoit @ 2011-02-24 10:58 UTC (permalink / raw)
  To: Datta, Shubhrajyoti; +Cc: linux-omap

On 2/24/2011 6:42 AM, Datta, Shubhrajyoti wrote:
> From: Shubhrajyoti D<shubhrajyoti@ti.com>
>
> Enable the keypad in the hwmod database.
>
> Signed-off-by: Shubhrajyoti D<shubhrajyoti@ti.com>
> Cc: Benoit Cousson<b-cousson@ti.com>

Acked-by: Benoit Cousson<b-cousson@ti.com>

> ---
>   arch/arm/mach-omap2/omap_hwmod_44xx_data.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> index 79a8601..5af80d6 100644
> --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> @@ -5056,7 +5056,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
>   	&omap44xx_iva_seq1_hwmod,
>
>   	/* kbd class */
> -/*	&omap44xx_kbd_hwmod, */
> +	&omap44xx_kbd_hwmod,
>
>   	/* mailbox class */
>   	&omap44xx_mailbox_hwmod,


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

* Re: [PATCH] omap4: hwmod: Enable the keypad
  2011-02-24 10:58 ` [PATCH] omap4: hwmod: Enable the keypad Cousson, Benoit
@ 2011-05-19 10:47   ` Shubhrajyoti
  2011-05-31 12:38     ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Shubhrajyoti @ 2011-05-19 10:47 UTC (permalink / raw)
  To: Cousson, Benoit; +Cc: linux-omap

On Thursday 24 February 2011 04:28 PM, Cousson, Benoit wrote:
> On 2/24/2011 6:42 AM, Datta, Shubhrajyoti wrote:
>> From: Shubhrajyoti D<shubhrajyoti@ti.com>
>>
>> Enable the keypad in the hwmod database.
>>
>> Signed-off-by: Shubhrajyoti D<shubhrajyoti@ti.com>
>> Cc: Benoit Cousson<b-cousson@ti.com>
>
> Acked-by: Benoit Cousson<b-cousson@ti.com>
Could this patch be queued for the next merge window. If there are no 
further comments.
Thanks and regards,

>
>> ---
>>   arch/arm/mach-omap2/omap_hwmod_44xx_data.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c 
>> b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>> index 79a8601..5af80d6 100644
>> --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>> +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>> @@ -5056,7 +5056,7 @@ static __initdata struct omap_hwmod 
>> *omap44xx_hwmods[] = {
>> &omap44xx_iva_seq1_hwmod,
>>
>>       /* kbd class */
>> -/* &omap44xx_kbd_hwmod, */
>> + &omap44xx_kbd_hwmod,
>>
>>       /* mailbox class */
>> &omap44xx_mailbox_hwmod,
>


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

* Re: [PATCH] omap4: hwmod: Enable the keypad
  2011-05-19 10:47   ` Shubhrajyoti
@ 2011-05-31 12:38     ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2011-05-31 12:38 UTC (permalink / raw)
  To: Shubhrajyoti; +Cc: Cousson, Benoit, linux-omap

* Shubhrajyoti <shubhrajyoti@ti.com> [110519 03:43]:
> On Thursday 24 February 2011 04:28 PM, Cousson, Benoit wrote:
> >On 2/24/2011 6:42 AM, Datta, Shubhrajyoti wrote:
> >>From: Shubhrajyoti D<shubhrajyoti@ti.com>
> >>
> >>Enable the keypad in the hwmod database.
> >>
> >>Signed-off-by: Shubhrajyoti D<shubhrajyoti@ti.com>
> >>Cc: Benoit Cousson<b-cousson@ti.com>
> >
> >Acked-by: Benoit Cousson<b-cousson@ti.com>
> Could this patch be queued for the next merge window. If there are
> no further comments.

Adding to fixes with the following description:

    Commit 407a6888f7362cb3dabe69ea6d9dcf3c750dc56a (OMAP4: hwmod data:
    Add AESS, McPDM, bandgap, counter_32k, MMC, KBD, ISS & IPU) added the
    entry for keypad, but did not enable it.
    
    Enable the keypad in the hwmod database so it works.

Regards,

Tony

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

end of thread, other threads:[~2011-05-31 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1298526157-2856-1-git-send-email-shubhrajyoti@ti.com>
2011-02-24 10:58 ` [PATCH] omap4: hwmod: Enable the keypad Cousson, Benoit
2011-05-19 10:47   ` Shubhrajyoti
2011-05-31 12:38     ` Tony Lindgren

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.