summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-176-28/+789
|\
| * Revert "driver-core: platform: probe of-devices only using list of compatibles"Greg Kroah-Hartman2016-02-151-2/+2
| * Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman2016-02-14124-865/+1532
| |\
| * | firmware: qemu config needs I/O portsArnd Bergmann2016-02-111-0/+1
| * | firmware: qemu_fw_cfg.c: fix typo FW_CFG_DATA_OFFValentin Rothberg2016-02-111-1/+1
| * | driver-core: platform: probe of-devices only using list of compatiblesUwe Kleine-König2016-02-091-2/+2
| * | component: remove impossible conditionSudip Mukherjee2016-02-091-1/+1
| * | drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz2016-02-091-17/+11
| * | firmware: create directory hierarchy for sysfs fw_cfg entriesGabriel Somlo2016-02-091-3/+106
| * | firmware: introduce sysfs driver for QEMU's fw_cfg deviceGabriel Somlo2016-02-093-0/+668
| * | driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang2016-02-091-3/+2
| * | driver core: bus: use list_for_each_entry*Geliang Tang2016-02-091-7/+3
* | | Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-03-179-35/+605
|\ \ \
| * | | vfio/pci: return -EFAULT if copy_to_user failsDan Carpenter2016-02-251-5/+4
| * | | vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson2016-02-223-8/+22
| * | | vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson2016-02-223-7/+183
| * | | vfio/pci: Intel IGD OpRegion supportAlex Williamson2016-02-225-0/+131
| * | | vfio/pci: Enable virtual register in PCI config spaceAlex Williamson2016-02-222-4/+34
| * | | vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson2016-02-222-5/+103
| * | | vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson2016-02-221-1/+72
| * | | vfio: Add capability chain helpersAlex Williamson2016-02-221-0/+54
| * | | vfio: If an IOMMU backend fails, keep lookingAlex Williamson2016-02-221-10/+6
| * | | vfio/pci: Fix unsigned comparison overflowAlex Williamson2016-02-221-8/+9
* | | | Merge tag 'hsi-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2016-03-172-11/+7
|\ \ \ \
| * | | | HSI: ssi-protocol: Use handshake logic from n950Sebastian Reichel2016-01-281-11/+5
| * | | | HSI: nokia-modem: add n950 and n9 supportSebastian Reichel2016-01-281-0/+2
* | | | | Merge tag 'for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2016-03-1718-62/+624
|\ \ \ \ \
| * | | | | power: pm2301-charger: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-16/+6
| * | | | | power: ipaq-micro-battery: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-2/+2
| * | | | | power_supply: 88pm860x_charger: do not pass NULL to power_supply_putColin Ian King2016-03-031-1/+1
| * | | | | jz4740-battery: Correct voltage change checkMaarten ter Huurne2016-03-031-1/+1
| * | | | | power_supply: lp8788-charger: initialize boolean 'found'Colin Ian King2016-03-031-1/+1
| * | | | | goldfish: Enable ACPI-based enumeration for goldfish batteryYu Ning2016-03-031-0/+8
| * | | | | power: goldfish_battery: add devicetree bindingsGreg Hackmann2016-03-031-1/+8
| * | | | | power: act8945a: add charger driver for ACT8945AWenyou Yang2016-02-243-0/+367
| * | | | | power_supply: bq27xxx_battery: Add of modalias and match table when CONFIG_OF...Pali Rohár2016-02-212-0/+36
| * | | | | power_supply: bq2415x_charger: Add of modalias and match table when CONFIG_OF...Pali Rohár2016-02-211-0/+20
| * | | | | power_supply: bq2415x_charger: Do not add acpi modalias when CONFIG_ACPI is n...Pali Rohár2016-02-211-0/+2
| * | | | | power_supply: isp1704_charger: Add compatible of match for nxp,isp1707Pali Rohár2016-02-211-0/+1
| * | | | | power_supply: isp1704_charger: Error messages when probe failPali Rohár2016-02-211-4/+14
| * | | | | power_supply: Add types for USB Type C and PD chargersBenson Leung2016-02-151-1/+2
| * | | | | power: bq24735-charger: add 'ti,external-control' optionJonathan Tinkham2016-02-151-0/+11
| * | | | | power: bq24735-charger: fix failed i2c with ac-detectJonathan Tinkham2016-02-151-21/+24
| * | | | | power: reset: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-02-151-0/+2
| * | | | | power: collie_battery: hide unused variableArnd Bergmann2016-02-151-1/+2
| * | | | | power/reset: versatile: support the actual versatileLinus Walleij2016-02-151-12/+27
| * | | | | bq24735_charger: add status property to view/enable/disable chargingPeter Rosin2016-02-151-1/+89
| |/ / / /
* | | | | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-03-1733-462/+1953
|\ \ \ \ \
| * \ \ \ \ Merge branch 'topic/xilinx' into for-linusVinod Koul2016-03-141-95/+109
| |\ \ \ \ \
| | * | | | | dmaengine: xilinx_vdma: Remove unnecessary variable initializationsKedareswara rao Appana2016-03-041-3/+3