summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-023-5/+5
* 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-023-33/+92
* w1: w1_therm: Add sysfs entries to control conversion time and driver featuresIvan Zaentsev2020-10-023-31/+410
* samples: mpssd: fix the build errors when enable DEBUG in mpssd.cSherry Sun2020-10-021-10/+10
* 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-022-5/+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-023-0/+59
* bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt2020-10-026-0/+452
* bus: mhi: Fix entries based on Kconfig coding styleBhaumik Bhatt2020-10-021-6/+6
* bus: mhi: Remove include of rwlock_types.hClark Williams2020-10-021-2/+1
* bus: mhi: core: Add const qualifier to MHI config informationHemant Kumar2020-10-022-9/+9
* bus: mhi: core: Introduce APIs to allocate and free the MHI controllerBhaumik Bhatt2020-10-022-0/+28
* bus: mhi: core: Read and save device hardware information from BHIBhaumik Bhatt2020-10-022-1/+22
* bus: mhi: core: Introduce counters to track MHI device state transitionsBhaumik Bhatt2020-10-022-0/+6
* 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-023-9/+10
* 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
* bus: mhi: fix doubled words and struct image_info kernel-docRandy Dunlap2020-10-021-4/+6
* Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-10-0129-352/+1763
|\
| * soundwire: sysfs: add slave status and device number before probePierre-Louis Bossart2020-09-284-1/+81
| * 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-234-3/+18
| * 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-188-2/+503
| * 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
| * ASoC: codecs: realtek-soundwire: ignore initial PARITY errorsPierre-Louis Bossart2020-09-105-0/+5
| * soundwire: bus: use quirk to filter out invalid parity errorsPierre-Louis Bossart2020-09-102-1/+11
| * soundwire: slave: add first_interrupt_done statusPierre-Louis Bossart2020-09-103-1/+10