aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-27MIPS: Alchemy: Turn on -Werror for devboards and xss1500Florian Fainelli2-0/+4
2010-02-27MIPS: Alchemy: Fix warnings in DB1x00 / PB1000 / PB1550 board setup codeFlorian Fainelli3-5/+10
2010-02-27MIPS: Alchemy: get rid of superfluous UART definitionsManuel Lauss1-23/+21
2010-02-27MIPS: Alchemy: prom_putchar is board dependentManuel Lauss6-69/+32
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 Lauss17-284/+376
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: Alchemy: XXS1500 PCMCIA driver rewriteManuel Lauss3-17/+64
2010-02-27MIPS: Alchemy: devboards: wire up new PCMCIA driver.Manuel Lauss16-9/+412
2010-02-27MIPS: PCMCIA: new socket driver for Au1000 demoboards.Manuel Lauss2-7/+2
2010-02-27MIPS: Alchemy: remove board_init_irq() function.Manuel Lauss17-333/+190
2010-02-27MIPS: Alchemy: devboards: factor out PB1200 IRQ cascade code.Manuel Lauss2-70/+73
2010-02-27MIPS: Alchemy: devboard register abstractionManuel Lauss9-91/+190
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-11-02MIPS: MTX-1: Fix build if CONFIG_PCI is disabled.Ralf Baechle1-2/+1
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-08-03MIPS: MTX-1: Request button GPIO before setting its directionFlorian Fainelli1-2/+12
2009-06-17MIPS: Alchemy: devboards: Convert to gpio calls.Manuel Lauss6-17/+26
2009-06-17MIPS: Alchemy: xxs1500: use linux gpio api.Manuel Lauss1-9/+12
2009-06-17MIPS: Alchemy: MTX-1: Use linux gpio api.Manuel Lauss1-11/+13
2009-06-17MIPS: Alchemy: Rewrite GPIO support.Manuel Lauss4-203/+156
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 Hongyang2-17/+17
2009-03-30MIPS: Alchemy: PB1200: use SMC91X platform data.Manuel Lauss1-0/+10
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle1-1/+0
2009-03-30MIPS: Au1000: convert to using gpiolibFlorian Fainelli2-75/+129
2009-02-27MIPS: Alchemy: In plat_time_init() t reaches -1, tested: 0Roel Kluin1-3/+3
2009-01-30MIPS: Alchemy: time.c build fixManuel Lauss1-1/+1
2009-01-11MIPS: Alchemy: new userspace suspend interface for development boards.Manuel Lauss4-353/+230
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
2009-01-11MIPS: Alchemy: move calc_clock function.Manuel Lauss3-54/+63
2009-01-11MIPS: Alchemy: RTC counter clocksource / clockevent support.Manuel Lauss4-179/+139
2009-01-11MIPS: Alchemy: remove cpu_table.Manuel Lauss4-80/+4
2009-01-11MIPS: Alchemy: remove get/set_au1x00_lcd_clock().Manuel Lauss2-32/+0
2009-01-11MIPS: Alchemy: pb1200: update CPLD cascade irq handler.Manuel Lauss1-57/+30
2009-01-11MIPS: Alchemy: update core interrupt code.Manuel Lauss14-631/+509
2009-01-11MIPS: Alchemy: move commandline mangling out of common codeManuel Lauss9-41/+136
2009-01-11MIPS: Alchemy: devboards: consolidate filesManuel Lauss23-481/+107
2009-01-11MIPS: Alchemy: Move development board code to common subdirectoryManuel Lauss26-0/+16
2009-01-11MIPS: Alchemy: Change strict_strtol to strict_strtoulJulia Lawall8-8/+8
2008-10-27MIPS: Alchemy: Wire up SD controller on DB/PB1200 boards.Manuel Lauss2-24/+155