summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scmi-updates-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2019-08-1414-193/+926
|\
| * reset: Add support for resets provided by SCMISudeep Holla2019-08-123-0/+136
| * firmware: arm_scmi: Add RESET protocol in SCMI v2.0Sudeep Holla2019-08-122-1/+232
| * firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocolSudeep Holla2019-08-121-4/+99
| * firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannelsSudeep Holla2019-08-121-4/+149
| * firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla2019-08-126-27/+20
| * firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possibleSudeep Holla2019-08-121-3/+16
| * firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla2019-08-122-3/+3
| * firmware: arm_scmi: Add asynchronous sensor read if it supportsSudeep Holla2019-08-121-8/+22
| * firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla2019-08-122-3/+3
| * firmware: arm_scmi: Add support for asynchronous commands and delayed responseSudeep Holla2019-08-122-3/+46
| * firmware: arm_scmi: Add mechanism to unpack message headersSudeep Holla2019-08-121-0/+18
| * firmware: arm_scmi: Separate out tx buffer handling and prepare to add rxSudeep Holla2019-08-121-13/+27
| * firmware: arm_scmi: Add receive channel support for notificationsSudeep Holla2019-08-121-4/+26
| * firmware: arm_scmi: Segregate tx channel handling and prepare to add rxSudeep Holla2019-08-121-18/+23
| * firmware: arm_scmi: Reorder some functions to avoid forward declarationsSudeep Holla2019-08-121-90/+90
| * firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla2019-08-121-0/+8
| * firmware: arm_scmi: Use the term 'message' instead of 'command'Sudeep Holla2019-08-122-8/+8
| * firmware: arm_scmi: Fix few trivial typos in commentsSudeep Holla2019-08-121-2/+2
| * firmware: arm_scmi: Remove extra check for invalid length message responsesSudeep Holla2019-08-121-6/+0
| * firmware: arm_scmi: Align few names in sensors protocol with SCMI specificationSudeep Holla2019-08-121-13/+15
* | drivers: gpio: Add support for GPIOs over Moxtet busMarek Behún2019-08-143-0/+189
* | bus: Add support for Moxtet busMarek Behún2019-08-143-0/+897
* | Merge tag 'renesas-drivers-for-v5.4-tag1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2019-08-141-1/+1
|\ \
| * | soc: renesas: rcar-sysc: Use [] to denote a flexible array memberGeert Uytterhoeven2019-07-291-1/+1
| |/
* | Merge tag 'reset-for-v5.4' of git://git.pengutronix.de/git/pza/linux into arm...Arnd Bergmann2019-08-134-57/+11
|\ \
| * | reset: Add DesignWare IP support to simple resetGustavo Pimentel2019-08-062-1/+4
| * | reset: reset-meson: update with SPDX Licence identifierNeil Armstrong2019-08-011-50/+1
| * | dt-bindings: reset: Fix typo in imx8mq resetsGuido Günther2019-08-011-6/+6
| |/
* | Merge tag 'soc-fsl-next-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2019-07-212-99/+66
|\ \ | |/ |/|
| * soc: fsl: qe: fold qe_get_num_of_snums into qe_snums_initRasmus Villemoes2019-06-051-30/+16
| * soc: fsl: qe: support fsl,qe-snums propertyRasmus Villemoes2019-06-051-2/+14
| * soc: fsl: qe: introduce qe_get_device_node helperRasmus Villemoes2019-06-051-42/+29
| * soc: fsl: qe: reduce static memory footprint by 1.7KRasmus Villemoes2019-06-051-30/+12
| * soc: fsl: qe: drop useless static qualifierRasmus Villemoes2019-06-051-1/+1
| * soc: fsl: fix spelling mistake "Firmaware" -> "Firmware"Colin Ian King2019-05-291-1/+1
* | iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai2019-07-211-1/+1
* | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-2114-55/+1165
|\ \
| * | NTB: Add MSI interrupt support to ntb_transportLogan Gunthorpe2019-06-131-1/+168
| * | NTB: Introduce NTB MSI Test ClientLogan Gunthorpe2019-06-133-0/+443
| * | NTB: Introduce MSI libraryLogan Gunthorpe2019-06-133-1/+428
| * | NTB: Rename ntb.c to support multiple source files in the moduleLogan Gunthorpe2019-06-132-0/+2
| * | PCI/switchtec: Add module parameter to request more interruptsLogan Gunthorpe2019-06-131-2/+10
| * | PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe2019-06-131-9/+45
| * | ntb_hw_switchtec: Fix setup MW with failure bugJoey Zhang2019-06-131-27/+39
| * | ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for cross...Wesley Sheng2019-06-131-0/+3
| * | ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() functionJoey Zhang2019-06-131-4/+7
| * | NTB: amd: Silence shift wrapping warning in amd_ntb_db_vector_mask()Dan Carpenter2019-06-131-1/+1
| * | ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()Dan Carpenter2019-06-131-1/+1
| * | NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazedLogan Gunthorpe2019-06-131-0/+1