summaryrefslogtreecommitdiff
path: root/arch/mips/alchemy/common
AgeCommit message (Expand)AuthorFilesLines
2010-10-04MIPS: Alchemy: Resolve prom section mismatchesManuel Lauss1-3/+2
2010-08-05MIPS: au1000_eth: Get ethernet address from platform_dataManuel Lauss1-1/+14
2010-08-05SERIAL: 8250: Remove SERIAL_8250_AU1X00Manuel Lauss1-2/+0
2010-08-05MIPS: Alchemy: Remove dead CONFIG_SOC_AU1000_FREQUENCYChristoph Egger1-4/+0
2010-08-05MIPS: Move Alchemy Makefile parts to their own Platform file.Manuel Lauss1-2/+0
2010-07-26MIPS: Alchemy: Define eth platform devices in the correct orderWolfgang Grandegger1-4/+5
2010-07-05MIPS: Alchemy: sleepcode without compile-time cputype dependenciesManuel Lauss2-31/+62
2010-05-22MIPS: Alchemy: add sysdev for DBDMA PM.Manuel Lauss2-40/+72
2010-05-22MIPS: Alchemy: add sysdev for IRQ PM.Manuel Lauss2-89/+90
2010-02-27MIPS: Alchemy: Fix Au1100 ethernet build failureManuel Lauss1-9/+10
2010-02-27MIPS: Alchemy: use 36bit addresses for PCMCIA resources.Manuel Lauss1-25/+7
2010-02-27MIPS: Alchemy: Simplify DMA channel allocation code.Ralf Baechle1-55/+56
2010-02-27MIPS: Alchemy: Remove time_lock.Ralf Baechle1-7/+0
2010-02-27MIPS: Remove trailing space in messagesFrans Pop1-1/+1
2010-02-27MIPS: Alchemy: Use strlcat() for the command line argumentsYoichi Yuasa1-14/+5
2010-02-27MIPS: Alchemy: Remove prom_getcmdline()Yoichi Yuasa1-8/+1
2010-02-27MIPS: Alchemy: get rid of common/reset.cManuel Lauss3-196/+1
2010-02-27MIPS: Alchemy: irq: use runtime CPU type detectionManuel Lauss1-43/+54
2010-02-27MIPS: Alchemy: Only build AU1000 INTC code for compatible cpusManuel Lauss1-2/+4
2010-02-27MIPS: Alchemy: use runtime cpu detection in GPIO code.Manuel Lauss1-7/+3
2010-02-27MIPS: Alchemy: Add au1000-eth platform deviceFlorian Fainelli1-0/+90
2010-02-27MIPS: Alchemy: Extended DB1200 board support.Manuel Lauss1-3/+0
2010-02-27MIPS: Alchemy: UARTs are of type 16550AManuel Lauss1-1/+3
2010-02-27MIPS: Alchemy: get rid of superfluous UART definitionsManuel Lauss1-23/+21
2010-02-27MIPS: Alchemy: prom_putchar is board dependentManuel Lauss2-69/+1
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss1-4/+4
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss1-5/+4
2010-02-27MIPS: Alchemy: reduce size of irq dispatcherManuel Lauss1-3/+5
2010-02-27MIPS: Alchemy: Stop IRQ name sharingManuel Lauss5-183/+247
2010-02-27MIPS: Alchemy: higher priority for system timer.Manuel Lauss1-5/+5
2010-02-27MIPS: Alchemy: Remove USB_DEV_REQ_INT prioritization hackManuel Lauss1-28/+22
2010-02-27MIPS: PCMCIA: new socket driver for Au1000 demoboards.Manuel Lauss2-7/+2
2010-02-27MIPS: Alchemy: remove board_init_irq() function.Manuel Lauss1-8/+7
2010-02-01MIPS: Alchemy: Fix dbdma ring destruction memory debugcheck.Manuel Lauss1-2/+5
2010-01-12MIPS: Alchemy: Correct code taking the size of a pointerJulia Lawall1-2/+2
2009-11-02MIPS: Alchemy: Fix hang with high-frequency edge interruptsManuel Lauss1-8/+26
2009-09-30MIPS: Decrease size of au1xxx_dbdma_pm_regs[][]Roel Kluin1-5/+3
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: mipsRusty Russell1-1/+1
2009-09-17MIPS: Alchemy: override loops_per_jiffy detectionManuel Lauss1-0/+4
2009-09-17MIPS: Alchemy: get rid of allow_au1k_waitManuel Lauss1-6/+9
2009-06-17MIPS: Alchemy: devboards: Convert to gpio calls.Manuel Lauss1-2/+3
2009-06-17MIPS: Alchemy: Rewrite GPIO support.Manuel Lauss3-202/+138
2009-05-14MIPS: Alchemy: Timer build fixManuel Lauss1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-15/+15
2009-03-30MIPS: Au1000: convert to using gpiolibFlorian Fainelli1-75/+128
2009-02-27MIPS: Alchemy: In plat_time_init() t reaches -1, tested: 0Roel Kluin1-3/+3
2009-01-31MIPS: Alchemy: time.c build fixManuel Lauss1-1/+1
2009-01-11MIPS: Alchemy: new userspace suspend interface for development boards.Manuel Lauss2-353/+0
2009-01-11MIPS: Alchemy: dbdma suspend/resume support.Manuel Lauss2-0/+76
2009-01-11MIPS: Alchemy: Fix up PM code on Au1550/Au1200Manuel Lauss3-167/+219