An error occurred fetching the project authors.
- 13 Jan, 2011 1 commit
-
-
Lennert Buytenhek authored
Signed-off-by:
Lennert Buytenhek <buytenh@secretlab.ca>
-
- 16 Jul, 2010 1 commit
-
-
Russell King authored
Since we no longer support discontigmem, node is always zero, so remove this argument. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 01 Mar, 2010 1 commit
-
-
Eric Miao authored
Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 09 Mar, 2009 1 commit
-
-
Eric Miao authored
pxa-regs.h and hardware.h are not intended for use directly in driver code, remove those unnecessary references. Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
- 07 Oct, 2008 3 commits
-
-
Mike Rapoport authored
Signed-off-by:
Russ Dill <russ.dill@gmail.com> Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Mike Rapoport authored
- Change CM-X255 and CM-X270 common function prefix from cmx270 to cmx2xx - Split cmx2xx_init to common and CM-X270-specific parts - Use dynamic assignement for DM9000 resources and led GPIOs. Signed-off-by:
Russ Dill <russ.dill@gmail.com> Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Acked-by:
Eric Miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Mike Rapoport authored
Signed-off-by:
Russ Dill <russ.dill@gmail.com> Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Acked-by:
Eric Miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Aug, 2008 1 commit
-
-
Russell King authored
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 27 Jul, 2008 1 commit
-
-
Dmitry Baryshkov authored
IRQT_* and __IRQT_* were obsoleted long ago by patch [3692/1]. Remove them completely. Sed script for the reference: s/__IRQT_RISEDGE/IRQ_TYPE_EDGE_RISING/g s/__IRQT_FALEDGE/IRQ_TYPE_EDGE_FALLING/g s/__IRQT_LOWLVL/IRQ_TYPE_LEVEL_LOW/g s/__IRQT_HIGHLVL/IRQ_TYPE_LEVEL_HIGH/g s/IRQT_RISING/IRQ_TYPE_EDGE_RISING/g s/IRQT_FALLING/IRQ_TYPE_EDGE_FALLING/g s/IRQT_BOTHEDGE/IRQ_TYPE_EDGE_BOTH/g s/IRQT_LOW/IRQ_TYPE_LEVEL_LOW/g s/IRQT_HIGH/IRQ_TYPE_LEVEL_HIGH/g s/IRQT_PROBE/IRQ_TYPE_PROBE/g s/IRQT_NOEDGE/IRQ_TYPE_NONE/g Signed-off-by:
Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 09 Jul, 2008 1 commit
-
-
Mike Rapoport authored
Convert CM-X270 pin configuration to use MFP tables. Make device initialization dependent on respective driver CONFIG_ value (like in zylonite). Cleanup includes Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Acked-by:
Eric Miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 02 Jun, 2008 1 commit
-
-
Mike Rapoport authored
Adjust zones for PCI DMA only if machine_is_armcore() to allow running the same kernel on different PXA machines. Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 19 Apr, 2008 1 commit
-
-
eric miao authored
two reasons: 1. GPIO namings and their mode definitions are conceptually not part of the PXA register definitions 2. this is actually a temporary move in the transition of PXA2xx to use MFP-alike APIs (as what PXA3xx is now doing), so that legacy code will still work and new code can be added in step by step Signed-off-by:
eric miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 06 Mar, 2008 1 commit
-
-
Harvey Harrison authored
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by:
Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 08 Dec, 2007 1 commit
-
-
Mike Rapoport authored
Change printk to dev_dbg in ITE 8152 driver and remove printk in ITE 8152 ISR. Move PCI intialization from ->scan to ->preinit method Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 15 Oct, 2007 1 commit
-
-
Mike Rapoport authored
This patch provides core support for CM-X270 platform. Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-