On Mon, Feb 06, 2012 at 04:22:41PM +1100, Michael Neuling wrote:
> > static const struct irq_domain_ops pmac_pic_host_ops = {
> > .match = pmac_pic_host_match,
> > .map = pmac_pic_host_map,
> > - .xlate = pmac_pic_host_xlate,
> > + .xlate = irq_domain_xlate_onecell;
> > };
> >
>
>
On Sat, Feb 04, 2012 at 10:17:48PM +, Russell King - ARM Linux wrote:
> On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote:
> > Hey everyone,
> >
> > This patch series is ready for much wider consumption now. I'd like
> > to get it into linux-next ASAP because there will be ARM boar
This patch includes:
Configure EMAC PHY clock source (clock from PHY or internal clock).
Do not advertise PHY half duplex capability as APM821XX EMAC does not
support half duplex mode.
Add changes to support configuring jumbo frame for APM821XX EMAC.
Signed-off-by: Duc Dang
---
drivers/
This compatible value will be used to distinguish some special
features of APM821XX EMAC: no half duplex mode support, configuring
jumbo frame.
Signed-off-by: Duc Dang
---
arch/powerpc/boot/dts/bluestone.dts |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/
> static const struct irq_domain_ops pmac_pic_host_ops = {
> .match = pmac_pic_host_match,
> .map = pmac_pic_host_map,
> - .xlate = pmac_pic_host_xlate,
> + .xlate = irq_domain_xlate_onecell;
> };
>
This causes a compile fail (in next-20120206):
arch/powerpc/platforms/pow
Russell,
On 02/04/2012 04:17 PM, Russell King - ARM Linux wrote:
> On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote:
>> Hey everyone,
>>
>> This patch series is ready for much wider consumption now. I'd like
>> to get it into linux-next ASAP because there will be ARM board support
>>
Hi Ben,
Just a small grammar correction:
On Mon, 06 Feb 2012 10:50:04 +1100 Benjamin Herrenschmidt
wrote:
>
> - /* WSP DD1 has a bogus class code by default in the PCI-E
> - * root complex's built-in P2P bridge */
> + /*
> + * Some WSP variants has a bogus class code by defau
It appears that on the Chroma card, the class code of the root
complex is still wrong even on DD2 or later chips. This could
be a firmware issue, but that breaks resource allocation so let's
unconditionally fix it up.
Signed-off-by: Benjamin Herrenschmidt
---
arch/powerpc/platforms/wsp/wsp_pci.c
2.6.27-longterm review patch. If anyone has any objections, please let us know.
--
commit 5db1256a5131d3b133946fa02ac9770a784e6eb2 upstream.
Move the smp_rmb after cpu_relax loop in read_seqlock and add
ACCESS_ONCE to make sure the test and return are consistent.
A multi-thread
In message <4f26274b.2040...@gmx.de> you wrote:
> On 01/16/2012 03:08 AM, Michael Neuling wrote:
> [...]
> > From: Michael Neuling
> >
> > [PATCH] drivers/video: compile fixes for fsl-diu-fb.c
> >
> > Fix a compiler errors introduced in:
> > commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0
> >
On Sat, Feb 04, 2012 at 05:38:53PM -0800, Tony Lindgren wrote:
> * Russell King - ARM Linux [120204 14:00]:
> >
> > Actually, it turns out to be not that hard, because twl doesn't actually
> > make use of the IRQ domain stuff:
> >
> > commit aeb5032b3f8b9ab69daa545777433fa94b3494c4
> > Author:
On Fri, Feb 3, 2012 at 8:02 PM, acrux wrote:
> as i said [1] it seems to be fixed only in 3.x instead the last working one
> is the obsolete 2.6.36.x .
> Anyway, alog the sound/soc/fsl/mpc5200_dma.c now builds the sound is still
> broken.
Ok, I missed that part in your email.
The Efika sound
12 matches
Mail list logo