summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-022-3/+3
* misc: vop: build VOP based on CONFIG_VOPSherry Sun2020-10-021-1/+1
* w1: mxc_w1: Fix timeout resolution problem leading to bus errorMartin Fuzzey2020-10-021-7/+7
* misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driverSherry Sun2020-10-021-0/+1
* bus: fsl-mc: MC control registers are not always availableLaurentiu Tudor2020-10-021-4/+4
* bus: fsl-mc: don't assume an iommu is always presentLaurentiu Tudor2020-10-021-3/+0
* w1: w1_therm: Add support for GXCAS GX20MH01 device.Ivan Zaentsev2020-10-021-28/+78
* w1: w1_therm: Add sysfs entries to control conversion time and driver featuresIvan Zaentsev2020-10-021-26/+331
* eeprom: ee1004: use module_i2c_driver to simplify the codeLiu Shixin2020-10-021-12/+1
* virt: vbox: simplify the return expression of vbg_input_open()Qinglang Miao2020-10-021-6/+1
* ocxl: simplify the return expression of free_function_dev()Qinglang Miao2020-10-021-6/+1
* ocxl: fix kconfig dependency warning for OCXLNecip Fazil Yildiran2020-10-021-2/+1
* bus: mhi: debugfs: Print channel context read-pointerLoic Poulain2020-10-021-2/+3
* bus: mhi: core: Fix the building of MHI moduleManivannan Sadhasivam2020-10-021-1/+1
* bus: mhi: Remove unused nr_irqs_req variableLoic Poulain2020-10-021-3/+0
* bus: mhi: core: Allow shared IRQ for event ringsLoic Poulain2020-10-022-1/+8
* bus: mhi: core: Introduce sysfs entries for MHIBhaumik Bhatt2020-10-021-0/+37
* bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt2020-10-025-0/+450
* bus: mhi: Fix entries based on Kconfig coding styleBhaumik Bhatt2020-10-021-6/+6
* bus: mhi: core: Add const qualifier to MHI config informationHemant Kumar2020-10-021-6/+6
* bus: mhi: core: Introduce APIs to allocate and free the MHI controllerBhaumik Bhatt2020-10-021-0/+16
* bus: mhi: core: Read and save device hardware information from BHIBhaumik Bhatt2020-10-021-1/+16
* bus: mhi: core: Introduce counters to track MHI device state transitionsBhaumik Bhatt2020-10-021-0/+4
* bus: mhi: core: Introduce helper function to check device stateBhaumik Bhatt2020-10-021-0/+5
* bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt2020-10-022-5/+6
* bus: mhi: core: Trigger host resume if suspended during mhi_device_get()Bhaumik Bhatt2020-10-021-0/+3
* bus: mhi: core: Use helper API to trigger a non-blocking host resumeBhaumik Bhatt2020-10-023-23/+18
* bus: mhi: core: Abort suspends due to outgoing pending packetsBhaumik Bhatt2020-10-021-2/+4
* bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declarationBhaumik Bhatt2020-10-021-1/+0
* Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-10-0118-236/+1671
|\
| * soundwire: sysfs: add slave status and device number before probePierre-Louis Bossart2020-09-283-1/+63
| * soundwire: bus: add enumerated Slave device to device listSrinivas Kandagatla2020-09-284-2/+22
| * soundwire: remove an unnecessary NULL checkDan Carpenter2020-09-231-5/+1
| * soundwire: cadence: add data port test fail interruptPierre-Louis Bossart2020-09-231-3/+24
| * soundwire: intel: enable test modesPierre-Louis Bossart2020-09-231-0/+42
| * soundwire: enable Data Port test modesPierre-Louis Bossart2020-09-233-3/+12
| * soundwire: intel: use {u32|u16}p_replace_bitsVinod Koul2020-09-181-7/+7
| * soundwire: cadence: use u32p_replace_bitsVinod Koul2020-09-181-11/+10
| * soundwire: qcom: get max rows and cols info from compatibleSrinivas Kandagatla2020-09-181-15/+31
| * soundwire: qcom: add support to block packing modeSrinivas Kandagatla2020-09-181-3/+19
| * soundwire: qcom: clear BIT FIELDs before value set.Srinivas Kandagatla2020-09-181-3/+3
| * soundwire: Add generic bandwidth allocation algorithmBard Liao2020-09-187-2/+500
| * soundwire: cadence: add parity error injection through debugfsPierre-Louis Bossart2020-09-101-0/+86
| * soundwire: bus: export broadcast read/write capability for testsPierre-Louis Bossart2020-09-102-7/+53
| * soundwire: bus: use quirk to filter out invalid parity errorsPierre-Louis Bossart2020-09-101-1/+7
| * soundwire: slave: add first_interrupt_done statusPierre-Louis Bossart2020-09-102-1/+7
| * soundwire: bus: filter-out unwanted interrupt reportsPierre-Louis Bossart2020-09-101-4/+8
| * ASoC/soundwire: bus: use property to set interrupt masksPierre-Louis Bossart2020-09-101-6/+6
| * soundwire: qcom: fix SLIBMUS/SLIMBUS typoJonathan Marek2020-09-091-1/+1
| * soundwire: cadence: fix race condition between suspend and Slave device alertsPierre-Louis Bossart2020-09-092-1/+24