summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-012-2/+2
* clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier2015-10-012-9/+2
* clocksource: Add new CLKSRC_{PROBE,ACPI} config symbolsMarc Zyngier2015-10-012-1/+9
* clocksource / ACPI: Add probing infrastructure for ACPI-based clocksourcesMarc Zyngier2015-10-011-0/+4
* irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-012-37/+35
* irqchip / ACPI: Add probing infrastructure for ACPI-based irqchipsMarc Zyngier2015-10-011-3/+5
* ACPI: Add early device probing infrastructureMarc Zyngier2015-10-011-0/+39
* Merge branch 'device-properties' into acpi-initRafael J. Wysocki2015-10-018-168/+671
|\
| * acpi-dma: Add support for "dma-names" device propertyMika Westerberg2015-09-251-8/+17
| * device property: Add fwnode_property_match_string()Mika Westerberg2015-09-251-0/+68
| * ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-156-42/+145
| * ACPI / gpio: Split acpi_get_gpiod_by_index()Rafael J. Wysocki2015-09-151-47/+64
| * ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki2015-09-153-44/+116
| * ACPI / property: Expose data-only subnodes via sysfsRafael J. Wysocki2015-09-152-15/+113
| * ACPI / property: Add support for data-only subnodesRafael J. Wysocki2015-09-151-1/+132
| * ACPI / property: Add routine for extraction of _DSD propertiesRafael J. Wysocki2015-09-151-32/+37
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-271-8/+16
|\ \
| * | irqchip/atmel-aic5: Use per chip mask caches in mask/unmask()Ludovic Desroches2015-09-221-8/+16
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-09-273-1/+73
|\ \ \
| * \ \ Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2015-09-261-6/+50
| |\ \ \
| | * \ \ Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixesTony Lindgren2015-09-241-6/+50
| | |\ \ \ | | | |_|/ | | |/| |
| * / | | firmware: qcom: scm: Add function stubs for ARM64Andy Gross2015-09-233-1/+73
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-09-265-12/+40
|\ \ \ \
| * | | | hwrng: xgene - fix handling platform_get_irqAndrzej Hajda2015-09-211-3/+4
| * | | | crypto: qat - VF should never trigger SBR on PHConor McLoughlin2015-09-211-0/+3
| * | | | crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni2015-09-213-9/+33
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-09-268-166/+298
|\ \ \ \ \
| * | | | | iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger2015-09-241-2/+3
| * | | | | target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger2015-09-241-17/+23
| * | | | | target: Fix target_sense_desc_format NULL pointer dereferenceNicholas Bellinger2015-09-241-1/+1
| * | | | | target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2015-09-242-1/+6
| * | | | | target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2015-09-242-26/+70
| * | | | | iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz2015-09-152-8/+19
| * | | | | iser-target: Change the recv buffers posting logicJenny Derzhavetz2015-09-152-48/+67
| * | | | | iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz2015-09-152-31/+40
| * | | | | iser-target: Remove np_ prefix from isert_np membersJenny Derzhavetz2015-09-152-33/+33
| * | | | | iser-target: Remove unused variablesJenny Derzhavetz2015-09-152-6/+0
| * | | | | iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz2015-09-151-1/+37
| * | | | | iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz2015-09-151-1/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'usb-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-09-2627-175/+286
|\ \ \ \ \
| * | | | | USB: whiteheat: fix potential null-deref at probeJohan Hovold2015-09-231-0/+31
| * | | | | xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman2015-09-211-6/+5
| * | | | | xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-09-212-5/+5
| * | | | | usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros2015-09-211-0/+3
| * | | | | usb: xhci: stop everything on the first call to xhci_stopRoger Quadros2015-09-211-15/+5
| * | | | | usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-09-211-1/+2
| * | | | | usb: xhci: lock mutex on xhci_stopRoger Quadros2015-09-211-0/+4
| * | | | | xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz2015-09-211-45/+45
| * | | | | xhci: give command abortion one more chance before killing xhciMathias Nyman2015-09-211-0/+9
| * | | | | usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman2015-09-211-2/+3