summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-03-01ARM: at91: pit add DT supportJean-Christophe PLAGNIOL-VILLARD-4/+81
2012-03-01ARM: at91: AIC and GPIO IRQ device tree initializationNicolas Ferre-61/+168
2012-03-01ARM: at91/board-dt: remove AIC irq domain from board fileNicolas Ferre-8/+0
2012-03-01ARM: at91/gpio: remove the static specification of gpio_chip.baseNicolas Ferre-7/+6
2012-03-01ARM: at91/gpio: add .to_irq gpio_chip handlerNicolas Ferre-12/+13
2012-03-01ARM: at91/gpio: non-DT builds do not have gpio_chip.of_node fieldNicolas Ferre-1/+6
2012-03-01ARM: at91/gpio: add irqdomain and DT supportNicolas Ferre-46/+291
2012-03-01ARM: at91/gpio: change comments and one variable nameNicolas Ferre-11/+14
2012-03-01ARM/USB: at91/ohci-at91: remove the use of irq_to_gpioNicolas Ferre-2/+3
2012-03-01ARM: at91/snapper9260: move gpio_to_irq out of structure initializationNicolas Ferre-3/+7
2012-03-01ARM: at91/aic: add irq domain and device tree supportNicolas Ferre-30/+117
2012-03-01Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre-44304/+3720
2012-02-29Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at9...Arnd Bergmann-5606/+2873
2012-02-26mfd: twl-core: Add IRQ_DOMAIN dependencyGrant Likely-0/+1
2012-02-26devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely-7/+14
2012-02-26irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely-22/+7
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely-18/+14
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely-95/+34
2012-02-23ARM: at91: properly sort dtb files in Makefile.bootJean-Christophe PLAGNIOL-VILLARD-1/+6
2012-02-23ARM: at91: add at91sam9g25ek.dts in Makefile.bootNicolas Ferre-0/+1
2012-02-23ARM: at91/board-dt: drop default consoleJean-Christophe PLAGNIOL-VILLARD-9/+0
2012-02-23Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD-9/+2
2012-02-23ARM: at91: merge SRAM Memory banks thanks to mirroringJean-Christophe PLAGNIOL-VILLARD-8/+9
2012-02-23ARM: at91: finally drop at91_sys_read/writeJean-Christophe PLAGNIOL-VILLARD-18/+0
2012-02-23ARM: at91/rtc-at91sam9: pass the GPBR to use via resourcesJean-Christophe PLAGNIOL-VILLARD-32/+114
2012-02-23ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD-3/+10
2012-02-23ARM: at91/rtc-at91sam9: each SoC can select the RTT device to useJean-Christophe PLAGNIOL-VILLARD-52/+75
2012-02-23ARM: at91/PMC: make register base soc independentJean-Christophe PLAGNIOL-VILLARD-95/+104
2012-02-23ARM: at91/PMC: move assignment out of printfNicolas Ferre-5/+10
2012-02-23ARM: at91/pm_slowclock: add runtime detection of memory contollerJean-Christophe PLAGNIOL-VILLARD-22/+68
2012-02-23ARM: at91: make sdram/ddr register base soc independentJean-Christophe PLAGNIOL-VILLARD-89/+114
2012-02-23ARM: at91: move at91rm9200 sdramc defines to at91rm9200_sdramc.hJean-Christophe PLAGNIOL-VILLARD-49/+70
2012-02-23ARM: at91/pm_slowclock: function slow_clock() accepts parametersJean-Christophe PLAGNIOL-VILLARD-35/+26
2012-02-23ARM: at91/pm_slowclock: rename register to named defineJean-Christophe PLAGNIOL-VILLARD-86/+91
2012-02-23ARM: at91/ST: remove not needed castsNicolas Ferre-3/+3
2012-02-23ARM: at91: make ST (System Timer) soc independentJean-Christophe PLAGNIOL-VILLARD-31/+54
2012-02-23ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD-154/+199
2012-02-22ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.cPaul Gortmaker-6/+6
2012-02-17ARM: at91/at91x40: remove use of at91_sys_read/writeJean-Christophe PLAGNIOL-VILLARD-21/+27
2012-02-17ARM: at91: factorise duplicated at91sam9 idleJean-Christophe PLAGNIOL-VILLARD-35/+16
2012-02-16irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely-99/+45
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely-97/+7
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely-22/+22
2012-02-16irq_domain/c6x: Use library of xlate functionsGrant Likely-13/+2
2012-02-16irq_domain/c6x: constify irq_domain structuresGrant Likely-3/+3
2012-02-16irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter-849/+21
2012-02-16irq_domain: constify irq_domain_opsGrant Likely-24/+23
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely-10/+67
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely-22/+12
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely-263/+71