summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: dt: enable usb ohci for sam9g20, sam9g45 amd sam9x5Jean-Christophe PLAGNIOL-VILLARD2012-03-169-1/+45
* ARM: at91: usb ohci add dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-162-1/+119
* ARM: at91: add Shutdown Controller (SHDWC) DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-156-1/+124
* ARM: at91: add ram controller DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-158-27/+72
* ARM: at91: add RSTC (Reset Controller) dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-156-1/+57
* ARM: at91: always enable sam9 restartJean-Christophe PLAGNIOL-VILLARD2012-03-151-8/+2
* ARM: at91: add pmc DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-1510-7/+112
* ARM: at91/dt: add specific DT soc initJean-Christophe PLAGNIOL-VILLARD2012-03-153-7/+20
* ARM: at91/dt: add Calao DAB-MMX daugther board support for USB-A9G20Jean-Christophe PLAGNIOL-VILLARD2012-03-151-0/+96
* ARM: at91: sam9x5 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-0/+39
* ARM: at91: sam9g45 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-0/+13
* ARM: at91: usb_a9g20 add DT i2c supportJean-Christophe PLAGNIOL-VILLARD2012-03-152-0/+12
* ARM: at91: sam9g20 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-0/+13
* i2c/gpio: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-152-22/+108
* ARM: at91: sam9x5 add nand supportJean-Christophe PLAGNIOL-VILLARD2012-03-153-1/+50
* atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-158-78/+233
* of/mtd/nand: add generic bindings and helpersJean-Christophe PLAGNIOL-VILLARD2012-03-155-0/+116
* of: introduce helper to manage booleanJean-Christophe PLAGNIOL-VILLARD2012-03-151-0/+16
* ARM: at91: enable on flash bbt for Atmel Reference and DT boardsJean-Christophe PLAGNIOL-VILLARD2012-03-1510-0/+10
* mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBTJean-Christophe PLAGNIOL-VILLARD2012-03-152-1/+2
* ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD2012-03-1525-45/+55
* ARM: at91: at91sam9x5cm/dt: add leds supportJean-Christophe PLAGNIOL-VILLARD2012-03-011-0/+15
* ARM: at91: usb_a9g20/dt: add gpio-keys supportJean-Christophe PLAGNIOL-VILLARD2012-03-011-0/+13
* ARM: at91: at91sam9m10g45ek/dt: add gpio-keys supportJean-Christophe PLAGNIOL-VILLARD2012-03-011-0/+50
* ARM: at91: at91sam9m10g45ek/dt: add leds supportJean-Christophe PLAGNIOL-VILLARD2012-03-011-0/+22
* ARM: at91: usb_a9g20/dt: add leds supportJean-Christophe PLAGNIOL-VILLARD2012-03-011-0/+10
* ARM: at91/pio: add new PIO3 featuresNicolas Ferre2012-03-016-21/+282
* ARM: at91: add sam9_smc.o to at91sam9x5 buildNicolas Ferre2012-03-011-1/+1
* ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre2012-03-013-28/+92
* ARM: at91/tc: add device tree support to atmel_tclibNicolas Ferre2012-03-018-2/+122
* ARM: at91/tclib: take iomem size from resourceNicolas Ferre2012-03-013-12/+13
* ARM: at91/pit: add traces in case of errorNicolas Ferre2012-03-011-2/+7
* ARM: at91: pit add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-015-4/+81
* ARM: at91: AIC and GPIO IRQ device tree initializationNicolas Ferre2012-03-014-61/+168
* ARM: at91/board-dt: remove AIC irq domain from board fileNicolas Ferre2012-03-011-8/+0
* ARM: at91/gpio: remove the static specification of gpio_chip.baseNicolas Ferre2012-03-011-7/+6
* ARM: at91/gpio: add .to_irq gpio_chip handlerNicolas Ferre2012-03-012-12/+13
* ARM: at91/gpio: non-DT builds do not have gpio_chip.of_node fieldNicolas Ferre2012-03-011-1/+6
* ARM: at91/gpio: add irqdomain and DT supportNicolas Ferre2012-03-015-46/+291
* ARM: at91/gpio: change comments and one variable nameNicolas Ferre2012-03-011-11/+14
* ARM/USB: at91/ohci-at91: remove the use of irq_to_gpioNicolas Ferre2012-03-011-2/+3
* ARM: at91/snapper9260: move gpio_to_irq out of structure initializationNicolas Ferre2012-03-011-3/+7
* ARM: at91/aic: add irq domain and device tree supportNicolas Ferre2012-03-015-30/+117
* Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre2012-03-01424-44304/+3720
|\
| * mfd: twl-core: Add IRQ_DOMAIN dependencyGrant Likely2012-02-261-0/+1
| * devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely2012-02-263-7/+14
| * irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely2012-02-264-22/+7
| * irq_domain/mips: Allow irq_domain on MIPSGrant Likely2012-02-244-18/+14
| * irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-235-95/+34
| * ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.cPaul Gortmaker2012-02-222-6/+6
OpenPOWER on IntegriCloud