| Commit message (Expand) | Author | Age | Files | Lines |
* | misc: vop: add round_up(x,4) for vring_size to avoid kernel panic | Sherry Sun | 2020-10-02 | 2 | -3/+3 |
* | misc: vop: build VOP based on CONFIG_VOP | Sherry Sun | 2020-10-02 | 1 | -1/+1 |
* | w1: mxc_w1: Fix timeout resolution problem leading to bus error | Martin Fuzzey | 2020-10-02 | 1 | -7/+7 |
* | misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driver | Sherry Sun | 2020-10-02 | 1 | -0/+1 |
* | bus: fsl-mc: MC control registers are not always available | Laurentiu Tudor | 2020-10-02 | 1 | -4/+4 |
* | bus: fsl-mc: don't assume an iommu is always present | Laurentiu Tudor | 2020-10-02 | 1 | -3/+0 |
* | w1: w1_therm: Add support for GXCAS GX20MH01 device. | Ivan Zaentsev | 2020-10-02 | 1 | -28/+78 |
* | w1: w1_therm: Add sysfs entries to control conversion time and driver features | Ivan Zaentsev | 2020-10-02 | 1 | -26/+331 |
* | eeprom: ee1004: use module_i2c_driver to simplify the code | Liu Shixin | 2020-10-02 | 1 | -12/+1 |
* | virt: vbox: simplify the return expression of vbg_input_open() | Qinglang Miao | 2020-10-02 | 1 | -6/+1 |
* | ocxl: simplify the return expression of free_function_dev() | Qinglang Miao | 2020-10-02 | 1 | -6/+1 |
* | ocxl: fix kconfig dependency warning for OCXL | Necip Fazil Yildiran | 2020-10-02 | 1 | -2/+1 |
* | bus: mhi: debugfs: Print channel context read-pointer | Loic Poulain | 2020-10-02 | 1 | -2/+3 |
* | bus: mhi: core: Fix the building of MHI module | Manivannan Sadhasivam | 2020-10-02 | 1 | -1/+1 |
* | bus: mhi: Remove unused nr_irqs_req variable | Loic Poulain | 2020-10-02 | 1 | -3/+0 |
* | bus: mhi: core: Allow shared IRQ for event rings | Loic Poulain | 2020-10-02 | 2 | -1/+8 |
* | bus: mhi: core: Introduce sysfs entries for MHI | Bhaumik Bhatt | 2020-10-02 | 1 | -0/+37 |
* | bus: mhi: core: Introduce debugfs entries for MHI | Bhaumik Bhatt | 2020-10-02 | 5 | -0/+450 |
* | bus: mhi: Fix entries based on Kconfig coding style | Bhaumik Bhatt | 2020-10-02 | 1 | -6/+6 |
* | bus: mhi: core: Add const qualifier to MHI config information | Hemant Kumar | 2020-10-02 | 1 | -6/+6 |
* | bus: mhi: core: Introduce APIs to allocate and free the MHI controller | Bhaumik Bhatt | 2020-10-02 | 1 | -0/+16 |
* | bus: mhi: core: Read and save device hardware information from BHI | Bhaumik Bhatt | 2020-10-02 | 1 | -1/+16 |
* | bus: mhi: core: Introduce counters to track MHI device state transitions | Bhaumik Bhatt | 2020-10-02 | 1 | -0/+4 |
* | bus: mhi: core: Introduce helper function to check device state | Bhaumik Bhatt | 2020-10-02 | 1 | -0/+5 |
* | bus: mhi: core: Use generic name field for an MHI device | Bhaumik Bhatt | 2020-10-02 | 2 | -5/+6 |
* | bus: mhi: core: Trigger host resume if suspended during mhi_device_get() | Bhaumik Bhatt | 2020-10-02 | 1 | -0/+3 |
* | bus: mhi: core: Use helper API to trigger a non-blocking host resume | Bhaumik Bhatt | 2020-10-02 | 3 | -23/+18 |
* | bus: mhi: core: Abort suspends due to outgoing pending packets | Bhaumik Bhatt | 2020-10-02 | 1 | -2/+4 |
* | bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declaration | Bhaumik Bhatt | 2020-10-02 | 1 | -1/+0 |
* | Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2020-10-01 | 18 | -236/+1671 |
|\ |
|
| * | soundwire: sysfs: add slave status and device number before probe | Pierre-Louis Bossart | 2020-09-28 | 3 | -1/+63 |
| * | soundwire: bus: add enumerated Slave device to device list | Srinivas Kandagatla | 2020-09-28 | 4 | -2/+22 |
| * | soundwire: remove an unnecessary NULL check | Dan Carpenter | 2020-09-23 | 1 | -5/+1 |
| * | soundwire: cadence: add data port test fail interrupt | Pierre-Louis Bossart | 2020-09-23 | 1 | -3/+24 |
| * | soundwire: intel: enable test modes | Pierre-Louis Bossart | 2020-09-23 | 1 | -0/+42 |
| * | soundwire: enable Data Port test modes | Pierre-Louis Bossart | 2020-09-23 | 3 | -3/+12 |
| * | soundwire: intel: use {u32|u16}p_replace_bits | Vinod Koul | 2020-09-18 | 1 | -7/+7 |
| * | soundwire: cadence: use u32p_replace_bits | Vinod Koul | 2020-09-18 | 1 | -11/+10 |
| * | soundwire: qcom: get max rows and cols info from compatible | Srinivas Kandagatla | 2020-09-18 | 1 | -15/+31 |
| * | soundwire: qcom: add support to block packing mode | Srinivas Kandagatla | 2020-09-18 | 1 | -3/+19 |
| * | soundwire: qcom: clear BIT FIELDs before value set. | Srinivas Kandagatla | 2020-09-18 | 1 | -3/+3 |
| * | soundwire: Add generic bandwidth allocation algorithm | Bard Liao | 2020-09-18 | 7 | -2/+500 |
| * | soundwire: cadence: add parity error injection through debugfs | Pierre-Louis Bossart | 2020-09-10 | 1 | -0/+86 |
| * | soundwire: bus: export broadcast read/write capability for tests | Pierre-Louis Bossart | 2020-09-10 | 2 | -7/+53 |
| * | soundwire: bus: use quirk to filter out invalid parity errors | Pierre-Louis Bossart | 2020-09-10 | 1 | -1/+7 |
| * | soundwire: slave: add first_interrupt_done status | Pierre-Louis Bossart | 2020-09-10 | 2 | -1/+7 |
| * | soundwire: bus: filter-out unwanted interrupt reports | Pierre-Louis Bossart | 2020-09-10 | 1 | -4/+8 |
| * | ASoC/soundwire: bus: use property to set interrupt masks | Pierre-Louis Bossart | 2020-09-10 | 1 | -6/+6 |
| * | soundwire: qcom: fix SLIBMUS/SLIMBUS typo | Jonathan Marek | 2020-09-09 | 1 | -1/+1 |
| * | soundwire: cadence: fix race condition between suspend and Slave device alerts | Pierre-Louis Bossart | 2020-09-09 | 2 | -1/+24 |