aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-09drivers/fsi: Add device read/write/peek APIJeremy Kerr1-1/+49
2017-06-09drivers/fsi: scan slaves & register devicesJeremy Kerr1-1/+127
2017-06-09drivers/fsi: Set slave SMODE to init communicationChristopher Bostic1-0/+75
2017-06-09drivers/fsi: Implement slave initialisationJeremy Kerr2-2/+66
2017-06-09drivers/fsi: Set up links for slave communicationChristopher Bostic1-2/+35
2017-06-09drivers/fsi: Add slave & master read/write APIsJeremy Kerr1-0/+92
2017-06-09drivers/fsi: Add empty master scanJeremy Kerr1-2/+23
2017-06-09drivers/fsi: Add slave definitionJeremy Kerr1-0/+10
2017-06-09drivers/fsi: Add fsi master definitionJeremy Kerr2-0/+76
2017-06-09coresight: add support for CPU debug moduleLeo Yan3-0/+715
2017-06-09coresight: refactor with function of_coresight_get_cpuLeo Yan1-15/+28
2017-06-09coresight: of_get_coresight_platform_data: Add missing of_node_putSuzuki K Poulose1-7/+10
2017-06-09coresight: tmc: Configure DMA mask appropriatelyRobin Murphy1-0/+7
2017-06-09coresight: etb10: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-06-09coresight: etb10: Delete an error message for a failed memory allocation in etb_probe()Markus Elfring1-4/+1
2017-06-09coresight: use const for device_node structuresLeo Yan1-3/+4
2017-06-09coresight: tmc: minor fix for output logLeo Yan1-8/+17
2017-06-09coresight: etm_perf: Fix using uninitialised workSuzuki K Poulose1-2/+1
2017-06-09coresight: Fix reference count for software sourcesSuzuki K Poulose1-2/+13
2017-06-09coresight: Disable the path only when the source is disabledSuzuki K Poulose1-6/+13
2017-06-09thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King1-1/+1
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg7-23/+680
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg11-12/+1757
2017-06-09thunderbolt: Do not touch the hardware if the NHI is gone on resumeMika Westerberg2-0/+15
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg6-2/+644
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg2-17/+40
2017-06-09thunderbolt: Add support for NHI mailboxMika Westerberg3-0/+85
2017-06-09thunderbolt: Add new Thunderbolt PCI IDsMika Westerberg3-5/+42
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg3-71/+473
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg5-38/+103
2017-06-09thunderbolt: Expose make_header() to other filesMika Westerberg2-15/+15
2017-06-09thunderbolt: Expose get_route() to other filesMika Westerberg2-12/+11
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hMika Westerberg3-91/+109
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg3-0/+58
2017-06-09thunderbolt: Refactor and fix parsing of port drom entriesLukas Wunner1-16/+16
2017-06-09thunderbolt: Do not fail if DROM data CRC32 is invalidMika Westerberg1-2/+1
2017-06-09thunderbolt: Fail switch adding operation if reading DROM failsMika Westerberg1-2/+5
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg4-67/+281
2017-06-09thunderbolt: Introduce thunderbolt bus and connection managerMika Westerberg6-121/+377
2017-06-09thunderbolt: Allow passing NULL to tb_ctl_free()Mika Westerberg1-0/+4
2017-06-09thunderbolt: Rework capability handlingMika Westerberg6-102/+142
2017-06-09thunderbolt: Add MSI-X supportMika Westerberg4-36/+198
2017-06-09thunderbolt: Do not warn about newer DROM versionsMika Westerberg1-1/+1
2017-06-09thunderbolt: Do not try to read UID if DROM offset is read as 0Mika Westerberg1-0/+3
2017-06-09thunderbolt: No need to read UID of the root switch on resumeMika Westerberg1-11/+18
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg3-7/+7
2017-06-03mux: mmio-based syscon mux controllerPhilipp Zabel3-0/+155
2017-06-03mux: adg792a: add mux controller driver for ADG792A/GPeter Rosin3-0/+170
2017-06-03i2c: i2c-mux-gpmux: new driverPeter Rosin3-0/+187
2017-06-03iio: multiplexer: new iio category and iio-mux driverPeter Rosin5-0/+485