summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
Commit message (Expand)AuthorAgeFilesLines
* fmc: Delete the FMC subsystemLinus Walleij2019-06-121-1/+0
* counter: Introduce the Generic Counter interfaceWilliam Breathitt Gray2019-04-251-0/+1
* Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-1/+1
|\
| * iommu/iova: Allow compiling the library without IOMMU supportSakari Ailus2019-01-111-1/+1
* | interconnect: Add generic on-chip interconnect APIGeorgi Djakov2019-01-221-0/+1
|/
* i3c: Add core I3C infrastructureBoris Brezillon2018-11-121-1/+1
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * gnss: add GNSS receiver subsystemJohan Hovold2018-06-281-0/+1
* | scsi: build scsi_common.o for all scsi passthrough request usersChristoph Hellwig2018-08-021-1/+1
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-4/+1
|\
| * PCI: Regroup all PCI related entries into drivers/pci/MakefileCyrille Pitchen2018-01-311-4/+1
* | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-0/+3
|\ \
| * | soundwire: Add SoundWire bus typeVinod Koul2017-12-191-0/+1
| * | slimbus: Add SLIMbus bus typeSagar Dharia2017-12-191-0/+1
| * | siox: new driver framework for eckelmann SIOXUwe Kleine-König2017-12-191-0/+1
| |/
* / drivers: visorbus: move driver out of stagingDavid Kershner2017-12-081-0/+1
|/
* usb: build drivers/usb/common/ when USB_SUPPORT is setRandy Dunlap2017-11-281-0/+1
*-. Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki2017-11-131-0/+1
|\ \
| | * PM / OPP: Move the OPP directory out of power/Viresh Kumar2017-10-031-0/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/lguest: Remove lguest supportJuergen Gross2017-08-241-1/+0
* mux: minimal mux subsystemPeter Rosin2017-06-031-0/+1
* Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-05-101-0/+1
|\
| * tee: generic TEE subsystemJens Wiklander2017-03-091-0/+1
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-0/+2
|\ \
| * | PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I2017-04-111-0/+2
| |/
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-1/+1
|\ \
| * | dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams2017-04-121-1/+1
| |/
* / usb: Make sure usb/phy/of gets built-inAlexey Brodkin2017-04-251-0/+1
|/
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-0/+3
|\
| * PCI: dwc: Remove dependency of designware on CONFIG_PCIKishon Vijay Abraham I2017-02-211-0/+3
* | drivers/fsi: Add empty fsi bus definitionsJeremy Kerr2017-02-101-0/+1
|/
* ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
* Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-10-231-1/+1
|\
| * ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple2016-09-291-1/+1
* | clk: probe common clock drivers earlierMasahiro Yamada2016-09-231-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-061-0/+1
|\
| * vhost: drop vringh dependencyMichael S. Tsirkin2016-08-021-0/+1
* | Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2016-07-271-1/+1
|\ \
| * | hsi: Only descend into hsi directory when CONFIG_HSI is setAndrew F. Davis2016-06-151-1/+1
| |/
* | Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds2016-07-271-1/+1
|\ \
| * | leds: Only descend into leds directory when CONFIG_NEW_LEDS is setAndrew F. Davis2016-06-271-1/+1
| |/
* | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-1/+1
|\ \
| * | gpio: Only descend into gpio directory when CONFIG_GPIOLIB is setAndrew F. Davis2016-06-141-1/+1
| |/
* / drivers: sh: Stop using the legacy clock domain on ARMGeert Uytterhoeven2016-05-301-1/+0
|/
* /dev/dax, pmem: direct access to persistent memoryDan Williams2016-05-201-0/+1
* power: Fix unmet dependency on POWER_SUPPLY by POWER_RESET by uncoupling themKrzysztof Kozlowski2015-12-081-1/+1
* null_blk: register as a LightNVM deviceMatias Bjørling2015-11-161-1/+1
* Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-0/+3
|\
| * add FPGA manager coreAlan Tull2015-10-071-0/+1