aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-15ARM: mmp: MMP2 drive strength FAST using wrong valuePhilip Rakity1-1/+1
Drive strength for MMP2 is a 2 bit value but because of the mapping in plat-pxa/mfp.h needs to be shifted up one bit to handle real location in mfp registers. (MMP2 and PXA910 drive strength start at bit 11 while PXA168 starts at bit 10). Values 0, 1, 2, and 3 effectively need to be 0, 2, 4, and 6 to fit into register. 8 does not work. Signed-off-by: Philip Rakity <[email protected]> Tested-by: John Watlington <[email protected]> Signed-off-by: Eric Miao <[email protected]>
2011-01-15ARM: pxa: fix recursive calls in pxa_low_gpio_chipEric Miao1-27/+14
Signed-off-by: Eric Miao <[email protected]> Tested-by: Marek Vasut <[email protected]>
2011-01-14ARM: pxa: fix suspend/resume array index miscalculationMarek Vasut1-4/+4
Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Eric Miao <[email protected]>
2011-01-14ARM: pxa: use cpu_has_ipr() consistently in irq.cMarek Vasut1-1/+1
Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Eric Miao <[email protected]>
2011-01-14ARM: pxa: remove unused variable in clock-pxa3xx.cMarek Vasut1-1/+0
Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Eric Miao <[email protected]>
2011-01-14ARM: pxa: fix warning in zeus.cMarek Vasut1-2/+2
Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Eric Miao <[email protected]>
2011-01-14ARM: sa1111: fix typo in sa1111_retrigger_lowirq()Pavel Machek1-1/+1
Signed-off-by: Pavel Machek <[email protected]> Signed-off-by: Eric Miao <[email protected]>
2011-01-13ARM: plat-stmp3xxx: irq_data conversion.Lennert Buytenhek2-17/+17
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: plat-spear: irq_data conversion.Lennert Buytenhek1-11/+11
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Viresh Kumar <[email protected]>
2011-01-13ARM: plat-orion: irq_data conversion.Lennert Buytenhek2-28/+27
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Nicolas Pitre <[email protected]>
2011-01-13ARM: plat-omap: irq_data conversion.Lennert Buytenhek1-47/+46
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: plat-nomadik: irq_data conversion.Lennert Buytenhek1-28/+28
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Rabin Vincent <[email protected]>
2011-01-13ARM: plat-mxc: irq_data conversion.Lennert Buytenhek4-55/+55
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: w90x900: irq_data conversion.Lennert Buytenhek1-10/+10
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Wan ZongShun <[email protected]>
2011-01-13ARM: versatile: irq_data conversion.Lennert Buytenhek1-8/+10
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Russell King <[email protected]>
2011-01-13ARM: tegra: irq_data conversion.Lennert Buytenhek2-37/+37
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: tcc8k: irq_data conversion.Lennert Buytenhek1-28/+28
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: stmp37xx: irq_data conversion.Lennert Buytenhek1-12/+12
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: stmp378x: irq_data conversion.Lennert Buytenhek1-8/+8
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: shark: irq_data conversion.Lennert Buytenhek1-13/+13
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: sa1100: irq_data conversion.Lennert Buytenhek2-46/+46
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: rpc: irq_data conversion.Lennert Buytenhek1-30/+30
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Russell King <[email protected]>
2011-01-13ARM: PXA SoCs: irq_data conversion.Lennert Buytenhek15-129/+144
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: pnx4008: irq_data conversion.Lennert Buytenhek1-29/+33
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: omap2: irq_data conversion.Lennert Buytenhek1-10/+12
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: omap1: irq_data conversion.Lennert Buytenhek3-39/+41
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: nuc93x: irq_data conversion.Lennert Buytenhek1-8/+8
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Wan ZongShun <[email protected]>
2011-01-13ARM: ns9xxx: irq_data conversion.Lennert Buytenhek2-28/+28
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Uwe Kleine-König <[email protected]>
2011-01-13ARM: netx: irq_data conversion.Lennert Buytenhek1-15/+15
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: mx3: irq_data conversion.Lennert Buytenhek1-9/+9
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: msm: irq_data conversion.Lennert Buytenhek5-121/+118
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Gregory Bean <[email protected]> Acked-by: Daniel Walker <[email protected]>
2011-01-13ARM: mmp: irq_data conversion.Lennert Buytenhek2-31/+33
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: lpc32xx: irq_data conversion.Lennert Buytenhek1-28/+28
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: lh7a40x: irq_data conversion.Lennert Buytenhek5-78/+79
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: ks8695: irq_data conversion.Lennert Buytenhek1-21/+22
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: ixp4xx: irq_data conversion.Lennert Buytenhek1-21/+21
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: ixp23xx: irq_data conversion.Lennert Buytenhek2-42/+49
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: ixp2000: irq_data conversion.Lennert Buytenhek3-50/+56
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: iop33x: irq_data conversion.Lennert Buytenhek1-16/+16
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Dan Williams <[email protected]>
2011-01-13ARM: iop32x: irq_data conversion.Lennert Buytenhek1-8/+8
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Dan Williams <[email protected]>
2011-01-13ARM: iop13xx: irq_data conversion.Lennert Buytenhek2-34/+34
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Dan Williams <[email protected]>
2011-01-13ARM: integrator: irq_data conversion.Lennert Buytenhek2-32/+32
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Russell King <[email protected]>
2011-01-13ARM: h720x: irq_data conversion.Lennert Buytenhek2-26/+26
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: gemini: irq_data conversion.Lennert Buytenhek2-23/+23
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Hans Ulli Kroll <[email protected]>
2011-01-13ARM: footbridge: irq_data conversion.Lennert Buytenhek2-25/+25
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Russell King <[email protected]>
2011-01-13ARM: ep93xx: irq_data conversion.Lennert Buytenhek1-18/+18
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Ryan Mallon <[email protected]>
2011-01-13ARM: ebsa110: irq_data conversion.Lennert Buytenhek1-7/+7
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Russell King <[email protected]>
2011-01-13ARM: dove: irq_data conversion.Lennert Buytenhek1-9/+9
Signed-off-by: Lennert Buytenhek <[email protected]> Acked-by: Nicolas Pitre <[email protected]>
2011-01-13ARM: davinci: irq_data conversion.Lennert Buytenhek3-51/+51
Signed-off-by: Lennert Buytenhek <[email protected]>
2011-01-13ARM: clps711x: irq_data conversion.Lennert Buytenhek1-20/+20
Signed-off-by: Lennert Buytenhek <[email protected]>