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