summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds2011-07-299-155/+598
|\
| * dmaengine: imx-sdma: add device tree probe supportShawn Guo2011-07-271-3/+39
| * 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-271-10/+30
| * mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo2011-07-271-9/+69
| * 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-271-4/+53
| * 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-271-51/+87
| * net/fec: add device tree probe supportShawn Guo2011-07-271-5/+98
| * net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo2011-07-274-40/+21
| * dt/net: add helper function of_get_phy_modeShawn Guo2011-07-271-0/+43
| * net/fec: gasket needs to be enabled for some i.mxShawn Guo2011-07-271-4/+18
| * serial/imx: add device tree probe supportShawn Guo2011-07-271-11/+72
| * serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo2011-07-271-16/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdogLinus Torvalds2011-07-2920-471/+1875
|\ \
| * | watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck2011-07-282-0/+13
| * | watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck2011-07-281-0/+6
| * | watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck2011-07-281-5/+13
| * | watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck2011-07-281-3/+24
| * | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...Wim Van Sebroeck2011-07-281-0/+20
| * | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck2011-07-281-7/+72
| * | watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctlWim Van Sebroeck2011-07-281-0/+5
| * | watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck2011-07-281-0/+32
| * | watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck2011-07-285-0/+384
| * | 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-1/+38
| * | watchdog: Add Xilinx watchdog timer driverAlejandro Cabrera2011-07-263-0/+450
| * | watchdog: remove empty pm-functionsWolfram Sang2011-07-263-29/+0
| * | watchdog: sp805: Flush posted writes in enable/disable.Nick Bowler2011-07-261-0/+4
| * | watchdog: sp805: Don't write 0 to the load value register.Nick Bowler2011-07-261-1/+0
| * | watchdog: imx2_wdt: add device tree probe supportShawn Guo2011-07-261-0/+6
| * | watchdog: s3c2410: Add support for device tree based probeThomas Abraham2011-07-221-0/+10
| * | watchdog: mpcore_wdt: Add suspend/resume support.Peter Fordham2011-07-221-0/+23
| * | watchdog: mtx1-wdt: use dev_{err,info} instead of printk()Florian Fainelli2011-07-221-2/+2
| * | watchdog: i.MX: use IMX_HAVE_PLATFORM_IMX2_WDT to depend onSascha Hauer2011-07-221-1/+1
| * | watchdog: add support for the Synopsys DesignWare WDTJamie Iles2011-07-223-0/+386
| * | watchdog: pc87413_wdt: Cleanup pc87413 watchdog driver to useJonathan McDowell2011-07-221-46/+50
| * | watchdog: iTCO_wdt: clean-up PCI device ID'sWim Van Sebroeck2011-07-221-268/+139
| * | watchdog: Use "request_muxed_region" in it87 watchdog driversNat Gurumoorthy2011-07-222-95/+134
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-07-283-28/+36
|\ \ \
| * | | n2_crypto: Attach on Niagara-T3.David S. Miller2011-07-281-15/+18
| * | | n2rng: Attach on Niagara-T3.David S. Miller2011-07-282-13/+18
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-2823-224/+323
|\ \ \ \
| * | | | tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson2011-07-271-3/+3
| * | | | tg3: Break larger frags into 4k chunks for 5719Matt Carlson2011-07-272-6/+47
| * | | | tg3: Add tx BD budgeting codeMatt Carlson2011-07-271-20/+29
| * | | | tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson2011-07-271-37/+42
| * | | | tg3: Add partial fragment unmapping codeMatt Carlson2011-07-272-0/+27