summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-292-1/+5
|\
| * xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2011-07-252-1/+5
* | Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-2958-745/+696
|\ \
| * | at91: add arch specific ioremap supportJean-Christophe PLAGNIOL-VILLARD2011-07-282-1/+29
| * | at91: factorize sram initJean-Christophe PLAGNIOL-VILLARD2011-07-289-115/+39
| * | at91: move register clocks to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-289-21/+11
| * | at91: move clock subsystem init to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-2810-31/+18
| * | at91: use structure to store the current socJean-Christophe PLAGNIOL-VILLARD2011-07-2810-120/+341
| * | at91: remove AT91_DBGU offset from dbgu register macroJean-Christophe PLAGNIOL-VILLARD2011-07-285-25/+28
| * | at91: factorize at91 interrupts init to socJean-Christophe PLAGNIOL-VILLARD2011-07-2845-322/+61
| * | at91: introduce commom AT91_BASE_SYSJean-Christophe PLAGNIOL-VILLARD2011-07-2854-173/+232
* | | Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds2011-07-2972-281/+1963
|\ \ \
| * \ \ Merge branch 'imx/dt' into next/dtArnd Bergmann2011-07-283540-226301/+120807
| |\ \ \
| | * | | dmaengine: imx-sdma: add device tree probe supportShawn Guo2011-07-272-3/+56
| | * | | dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_nameShawn Guo2011-07-271-10/+2
| | * | | dmaengine: imx-sdma: use platform_device_id to identify sdma versionShawn Guo2011-07-2713-31/+51
| | * | | mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo2011-07-272-9/+103
| | * | | mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo2011-07-271-1/+2
| | * | | mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-277-27/+78
| | * | | mmc: sdhci-esdhc-imx: do not reference platform data after probeShawn Guo2011-07-271-9/+13
| | * | | mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo2011-07-279-63/+140
| | * | | net/fec: add device tree probe supportShawn Guo2011-07-272-5/+122
| | * | | net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo2011-07-275-41/+24
| | * | | dt/net: add helper function of_get_phy_modeShawn Guo2011-07-272-0/+44
| | * | | net/fec: gasket needs to be enabled for some i.mxShawn Guo2011-07-277-17/+40
| | * | | serial/imx: add device tree probe supportShawn Guo2011-07-272-11/+91
| | * | | serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo2011-07-279-53/+113
| * | | | arm/dt: tegra devicetree supportGrant Likely2011-07-287-0/+368
| * | | | arm/versatile: Add device tree supportGrant Likely2011-07-2811-0/+414
| * | | | dt/irq: add irq_domain_generate_simple() helperGrant Likely2011-07-282-0/+68
| * | | | irq: add irq_domain translation infrastructureGrant Likely2011-07-289-19/+219
| * | | | arm/dt: Add dtb make ruleRob Herring2011-07-252-0/+13
| * | | | arm/dt: Add skeleton dtsi fileGrant Likely2011-07-251-0/+13
| * | | | arm/dt: Add dt machine definitionGrant Likely2011-07-251-0/+7
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-07-293-4/+4
|\ \ \ \ \
| * | | | | ARM: zynq: remove incorrectly deleted fileArnd Bergmann2011-07-282-1/+1
| * | | | | ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOCUwe Kleine-König2011-07-271-3/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdogLinus Torvalds2011-07-2925-472/+2106
|\ \ \ \ \ \
| * | | | | | watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck2011-07-284-0/+21
| * | | | | | watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck2011-07-283-0/+13
| * | | | | | watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck2011-07-283-10/+22
| * | | | | | watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck2011-07-283-3/+32
| * | | | | | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...Wim Van Sebroeck2011-07-283-0/+34
| * | | | | | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck2011-07-283-9/+80
| * | | | | | watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctlWim Van Sebroeck2011-07-282-0/+8
| * | | | | | watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck2011-07-283-0/+42
| * | | | | | watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck2011-07-288-0/+566
| * | | | | | watchdog: hpwdt: add next gen HP serversThomas Mingarelli2011-07-281-27/+77
| * | | | | | watchdog: it8712f_wdt.c: improve includesWim Van Sebroeck2011-07-261-1/+1
| * | | | | | watchdog: at91sam9/wdt: move register header to driversJean-Christophe Plagniol-Villard2011-07-262-2/+2