qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] hw/ppc/e500.c : Fix GPIO IRQ Number.


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] hw/ppc/e500.c : Fix GPIO IRQ Number.
Date: Thu, 18 Dec 2014 17:48:59 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 18.12.14 15:28, Amit Tomar wrote:
> 
> Provided appropriate subject line.

This time around the patch description is wrong :(. Please just post a
full new patch with a good subject line and a good patch description.

In the git tree, all history from email communication will be gone.
People will only see the subject line, patch description and patch body
that you provide in the latest version of the patch. So please make sure
that this is golden :).


Alex

> 
> Signed-off-by: Amit Singh Tomar <address@hidden>
> ---
>  hw/ppc/e500.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c index 2832fc0..2cd69a9 100644
> --- a/hw/ppc/e500.c
> +++ b/hw/ppc/e500.c
> @@ -65,7 +65,7 @@
>  #define MPC8544_UTIL_OFFSET        0xe0000ULL
>  #define MPC8544_SPIN_BASE          0xEF000000ULL
>  #define MPC8XXX_GPIO_OFFSET        0x000FF000ULL
> -#define MPC8XXX_GPIO_IRQ           43
> +#define MPC8XXX_GPIO_IRQ           47
> 
>  struct boot_info
>  {
> --
> 1.7.9.5
> 
> 
> -----Original Message-----
> From: Alexander Graf [mailto:address@hidden 
> Sent: Wednesday, December 17, 2014 2:52 PM
> To: Tomar Amit-B51888; address@hidden; address@hidden
> Subject: Re: [PATCH] QEMU:Change the IRQ number for GPIO Controller
> 
> 
> On 17.12.14 10:18, Amit Tomar wrote:
>> Ping :)
>>
>> -----Original Message-----
>> From: Tomar Amit-B51888
>> Sent: Monday, December 08, 2014 3:03 PM
>> To: 'address@hidden'; 'address@hidden'
>> Cc: 'address@hidden'
>> Subject: [PATCH] QEMU:Change the IRQ number for GPIO Controller
>>
>> As per RM and following links IRQ 43 is for I2C controller and IRQ 47 is for 
>> GPIO controller.
>>
>> https://lists.ozlabs.org/pipermail/linuxppc-dev/2011-January/087924.ht
>> ml
>> http://lxr.free-electrons.com/source/arch/powerpc/boot/dts/fsl/pq3-gpi
>> o-0.dtsi?v=3.4
>>
>>
>> Signed-off-by: Amit Singh Tomar <address@hidden>
> 
> Please change the subject line to something that allows people skimming 
> through the patches to know that it modifies ppc e500 code.
> 
> Otherwise looks good to me.
> 
> Alex
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]