aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28firmware: arm_scmi: add per-protocol channels support using idr objectsSudeep Holla1-12/+42
2018-02-28firmware: arm_scmi: refactor in preparation to support per-protocol channelsSudeep Holla1-34/+56
2018-02-28firmware: arm_scmi: add option for polling based performance domain operationsSudeep Holla1-8/+11
2018-02-28firmware: arm_scmi: add support for polling based SCMI transfersSudeep Holla1-8/+47
2018-02-28firmware: arm_scmi: probe and initialise all the supported protocolsSudeep Holla1-1/+50
2018-02-28firmware: arm_scmi: add initial support for sensor protocolSudeep Holla2-1/+292
2018-02-28firmware: arm_scmi: add initial support for power protocolSudeep Holla2-1/+222
2018-02-28firmware: arm_scmi: add initial support for clock protocolSudeep Holla2-1/+343
2018-02-28firmware: arm_scmi: add initial support for performance protocolSudeep Holla3-1/+480
2018-02-28firmware: arm_scmi: add scmi protocol bus to enumerate protocol devicesSudeep Holla3-1/+224
2018-02-28firmware: arm_scmi: add common infrastructure and support for base protocolSudeep Holla4-1/+345
2018-02-28firmware: arm_scmi: add basic driver infrastructure for SCMISudeep Holla5-0/+768
2018-02-23firmware: arm_scpi: improve info message for pre-1.0 firmwareHeiner Kallweit1-6/+15
2018-02-23firmware: arm_scpi: use FIELD_GET/_PREP to simplify macro definitionsHeiner Kallweit1-23/+15
2018-02-23firmware: arm_scpi: remove struct sensor_capabilitiesHeiner Kallweit1-8/+4
2018-02-23firmware: arm_scpi: fix incorrect __iomem accesses using correct accessorsHeiner Kallweit1-8/+9
2018-02-23firmware: arm_scpi: remove all single element structuresSudeep Holla1-15/+7
2018-02-23firmware: arm_scpi: drop unnecessary type cast to scpi_shared_memSudeep Holla1-1/+1
2018-02-23firmware: arm_scpi: improve struct sensor_valueHeiner Kallweit1-7/+5
2018-02-23firmware: arm_scpi: improve handling of protocol and firmware version subfieldsHeiner Kallweit1-24/+19
2018-02-23firmware: arm_scpi: improve struct dvfs_info to make code better readableHeiner Kallweit1-8/+5
2018-02-23firmware: arm_scpi: make scpi_probe completely device-managedHeiner Kallweit1-8/+2
2018-02-23firmware: arm_scpi: make freeing mbox channels device-managedHeiner Kallweit1-21/+16
2018-02-23firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_removeHeiner Kallweit1-2/+0
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+50
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2018-02-06firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier1-0/+27
2018-02-06firmware/psci: Expose PSCI conduitMarc Zyngier1-5/+23
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-6/+7
2018-02-03Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-37/+29
2018-02-03firmware: dmi: handle missing DMI data gracefullyArd Biesheuvel2-5/+3
2018-02-03firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare1-13/+9
2018-02-03firmware: dmi_scan: Drop dmi_initializedJean Delvare1-13/+8
2018-02-03firmware: dmi: Optimize dmi_matchesJean Delvare1-8/+11
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-28/+4
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-3/+127
2018-01-31firmware: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-0/+1103
2018-01-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-122/+371
2018-01-22kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada1-1/+1
2018-01-19psci: add CPU_IDLE dependencyArnd Bergmann1-1/+1
2018-01-19x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett1-1/+4
2018-01-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-24/+22
2018-01-17drivers: psci: remove cluster terminology and dependency on physical_package_idSudeep Holla1-24/+22
2018-01-15firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun1-1/+1
2018-01-14firmware: arm_sdei: Discover SDEI support via ACPIJames Morse1-1/+40
2018-01-14firmware: arm_sdei: add support for CPU private eventsJames Morse1-13/+193
2018-01-13firmware: arm_sdei: Add support for CPU and system power statesJames Morse1-1/+255
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse3-0/+628