summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-231-3/+19
|\
| * Merge tag 'irqchip-mvebu-fixes-3.14' of git://git.infradead.org/linux-mvebu i...Thomas Gleixner2014-02-211-3/+19
| |\
| | * irqchip: orion: Fix getting generic chip pointer.Andrew Lunn2014-02-211-1/+2
| | * irqchip: orion: clear stale interrupts in irq_startupSebastian Hesselbarth2014-02-061-0/+14
| | * irqchip: orion: use handle_edge_irq on bridge irqsSebastian Hesselbarth2014-02-061-1/+1
| | * irqchip: orion: clear bridge cause register on initSebastian Hesselbarth2014-02-061-1/+2
* | | Merge tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-02-2319-111/+159
|\ \ \
| * | | usb: chipidea: need to mask when writting endptflush and endptprimeMatthieu CASTET2014-02-211-2/+2
| * | | Merge tag 'fixes-for-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-02-208-63/+78
| |\ \ \
| | * | | usb: musb: correct use of schedule_delayed_work()Daniel Mack2014-02-202-6/+9
| | * | | usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEPJosh Cartwright2014-02-201-31/+26
| | * | | usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz2014-02-201-1/+6
| | * | | usb: gadget: printer: using gadget_is_otg to check otg support at runtimePeter Chen2014-02-201-1/+1
| | * | | usb: gadget: bcm63xx_udc: fix build failure on DMA channel codeFlorian Fainelli2014-02-181-26/+32
| | * | | usb: musb: do not sleep in atomic contextDaniel Mack2014-02-182-5/+17
| | * | | usb: gadget: s3c2410_udc: Fix build errorSachin Kamat2014-02-181-1/+1
| | * | | usb: musb: core: Fix remote-wakeup resumeRoger Quadros2014-02-181-1/+9
| | * | | usb: musb: host: Fix SuperSpeed hub enumerationAjay Kumar Gupta2014-02-181-0/+3
| | * | | usb: musb: fix obex in g_nokia.ko causing kernel panicFelipe Balbi2014-02-181-2/+0
| * | | | phy: let phy_provider_register be the last step in registering PHYKishon Vijay Abraham I2014-02-185-24/+24
| * | | | phy-core: Don't allow building phy-core as a moduleHans de Goede2014-02-181-1/+1
| * | | | phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to callerHans de Goede2014-02-181-0/+4
| * | | | phy-core: phy_get: Leave error logging to the callerHans de Goede2014-02-181-8/+2
| * | | | phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEMRichard Weinberger2014-02-181-0/+1
| * | | | usb: musb: correct use of schedule_delayed_work()Daniel Mack2014-02-182-6/+9
| * | | | usb: musb: do not sleep in atomic contextDaniel Mack2014-02-182-5/+17
| * | | | USB: serial: option: blacklist interface 4 for Cinterion PHS8 and PXS8Aleksander Morgado2014-02-181-1/+2
| * | | | USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern2014-02-181-4/+22
* | | | | Merge tag 'tty-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-02-231-18/+7
|\ \ \ \ \
| * | | | | Revert "tty: Set correct tty name in 'active' sysfs attribute"Greg Kroah-Hartman2014-02-221-18/+7
| |/ / / /
* | | | | Merge tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-02-231-2/+1
|\ \ \ \ \
| * | | | | staging: binder: Fix death notificationsArve Hjønnevåg2014-02-211-2/+1
| |/ / / /
* | | | | Merge tag 'char-misc-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-231-1/+3
|\ \ \ \ \
| * | | | | mei: set client's read_cb to NULL when flow control failsChao Bi2014-02-181-1/+3
| |/ / / /
* | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-02-221-1/+1
|\ \ \ \ \
| * | | | | hwmon: (max1668) Fix writing the minimum temperatureGuenter Roeck2014-02-181-1/+1
| |/ / / /
* | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-02-216-76/+260
|\ \ \ \ \
| * | | | | of: Add self test for of_match_node()Grant Likely2014-02-203-0/+87
| * | | | | of: Move testcase FDT data into drivers/ofGrant Likely2014-02-203-0/+99
| * | | | | of: reimplement the matching method for __of_match_node()Kevin Hao2014-02-201-36/+75
| * | | | | Revert "of: search the best compatible match first in __of_match_node()"Kevin Hao2014-02-181-42/+1
* | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2014-02-211-1/+1
|\ \ \ \ \ \
| * | | | | | watchdog: w83697hf_wdt: return ENODEV if no device was foundStanislav Kholmanskikh2014-02-211-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-02-211-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]David Howells2014-02-201-1/+0
* | | | | | | | Merge tag 'pm+acpi-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-02-2115-97/+204
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-02-213-9/+21
| |\ \ \ \ \ \ \ \
| | * | | | | | | | intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie2014-02-211-3/+12
| | * | | | | | | | intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie2014-02-211-1/+1
| | * | | | | | | | cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat2014-02-191-3/+7