summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: add Shutdown Controller (SHDWC) DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-155-1/+95
* ARM: at91: add ram controller DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-157-27/+53
* ARM: at91: add RSTC (Reset Controller) dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-155-1/+45
* ARM: at91: always enable sam9 restartJean-Christophe PLAGNIOL-VILLARD2012-03-151-8/+2
* ARM: at91: add pmc DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-159-7/+101
* 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
* ARM: at91: sam9x5 add nand supportJean-Christophe PLAGNIOL-VILLARD2012-03-153-1/+50
* atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-156-58/+99
* ARM: at91: enable on flash bbt for Atmel Reference and DT boardsJean-Christophe PLAGNIOL-VILLARD2012-03-1510-0/+10
* ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD2012-03-1520-14/+20
* 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-015-20/+281
* ARM: at91: add sam9_smc.o to at91sam9x5 buildNicolas Ferre2012-03-011-1/+1
* ARM: at91/tc: add device tree support to atmel_tclibNicolas Ferre2012-03-016-0/+73
* ARM: at91/tclib: take iomem size from resourceNicolas Ferre2012-03-012-4/+4
* ARM: at91/pit: add traces in case of errorNicolas Ferre2012-03-011-2/+7
* ARM: at91: pit add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-014-4/+73
* 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-014-46/+271
* ARM: at91/gpio: change comments and one variable nameNicolas Ferre2012-03-011-11/+14
* 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-014-30/+79
* Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre2012-03-0127-133/+151
|\
| * irq_domain/c6x: constify irq_domain structuresGrant Likely2012-02-161-1/+1
| * irq_domain: Remove irq_domain_add_simple()Grant Likely2012-02-166-13/+10
| * irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely2012-02-166-64/+52
| * irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely2012-02-141-7/+7
| * Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-1310-46/+64
| |\
| | * ARM: omap: resolve nebulous 'Error setting wl12xx data'Russell King2012-02-134-15/+33
| | * ARM: omap: fix wrapped error messages in omap_hwmod.cRussell King2012-02-131-8/+8
| | * ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.cRussell King2012-02-131-7/+7
| | * ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup()Russell King2012-02-131-4/+4
| | * ARM: omap: fix section mismatch error for omap_4430sdp_display_init()Russell King2012-02-131-1/+1
| | * ARM: omap: fix section mismatch warning for omap_secondary_startup()Russell King2012-02-131-0/+1
| | * ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init()Russell King2012-02-131-1/+1
| | * ARM: omap: fix section mismatch warning in mux.cRussell King2012-02-131-4/+4
| | * ARM: omap: fix uninformative vc/i2c configuration error messageRussell King2012-02-131-2/+2
OpenPOWER on IntegriCloud