* [PATCH 1/5] powerpc/qe: Increase MAX_QE_RISC to 4
@ 2009-08-27 17:30 Anton Vorontsov
2009-08-27 20:00 ` Timur Tabi
2009-08-28 5:32 ` Kumar Gala
0 siblings, 2 replies; 3+ messages in thread
From: Anton Vorontsov @ 2009-08-27 17:30 UTC (permalink / raw)
To: Kumar Gala; +Cc: Scott Wood, linuxppc-dev, Timur Tabi
MPC8569 CPUs have four QE RISCs, so we need to increase MAX_QE_RISC
constant, otherwise qe_upload_firmware() fails at sanity checking.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
---
arch/powerpc/sysdev/qe_lib/qe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/sysdev/qe_lib/qe.c b/arch/powerpc/sysdev/qe_lib/qe.c
index 237e365..b06564f 100644
--- a/arch/powerpc/sysdev/qe_lib/qe.c
+++ b/arch/powerpc/sysdev/qe_lib/qe.c
@@ -336,7 +336,7 @@ static int qe_sdma_init(void)
}
/* The maximum number of RISCs we support */
-#define MAX_QE_RISC 2
+#define MAX_QE_RISC 4
/* Firmware information stored here for qe_get_firmware_info() */
static struct qe_firmware_info qe_firmware_info;
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/5] powerpc/qe: Increase MAX_QE_RISC to 4
2009-08-27 17:30 [PATCH 1/5] powerpc/qe: Increase MAX_QE_RISC to 4 Anton Vorontsov
@ 2009-08-27 20:00 ` Timur Tabi
2009-08-28 5:32 ` Kumar Gala
1 sibling, 0 replies; 3+ messages in thread
From: Timur Tabi @ 2009-08-27 20:00 UTC (permalink / raw)
To: Anton Vorontsov; +Cc: Scott Wood, linuxppc-dev
Anton Vorontsov wrote:
> MPC8569 CPUs have four QE RISCs, so we need to increase MAX_QE_RISC
> constant, otherwise qe_upload_firmware() fails at sanity checking.
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
Acked-by: Timur Tabi <timur@freescale.com>
Anton, I'll review the rest of your patches next week. I'm too busy to do it now.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/5] powerpc/qe: Increase MAX_QE_RISC to 4
2009-08-27 17:30 [PATCH 1/5] powerpc/qe: Increase MAX_QE_RISC to 4 Anton Vorontsov
2009-08-27 20:00 ` Timur Tabi
@ 2009-08-28 5:32 ` Kumar Gala
1 sibling, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2009-08-28 5:32 UTC (permalink / raw)
To: Anton Vorontsov; +Cc: Scott Wood, linuxppc-dev, Timur Tabi
On Aug 27, 2009, at 12:30 PM, Anton Vorontsov wrote:
>
> MPC8569 CPUs have four QE RISCs, so we need to increase MAX_QE_RISC
> constant, otherwise qe_upload_firmware() fails at sanity checking.
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
> arch/powerpc/sysdev/qe_lib/qe.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
applied to next
- k
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-28 5:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27 17:30 [PATCH 1/5] powerpc/qe: Increase MAX_QE_RISC to 4 Anton Vorontsov
2009-08-27 20:00 ` Timur Tabi
2009-08-28 5:32 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).