index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bus
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-18
bus: mhi: core: Remove unused mhi_fw_load_worker() declaration
Bhaumik Bhatt
1
-1
/
+0
2020-11-18
bus: mhi: core: Expose mhi_get_exec_env() API for controllers
Bhaumik Bhatt
2
-1
/
+1
2020-11-18
bus: mhi: core: Add missing EXPORT_SYMBOL for mhi_get_mhi_state()
Bhaumik Bhatt
1
-0
/
+1
2020-11-18
bus: mhi: core: Remove unnecessary counter from mhi_firmware_copy()
Bhaumik Bhatt
1
-2
/
+0
2020-11-18
bus: mhi: Fix channel close issue on driver remove
Loic Poulain
1
-1
/
+2
2020-11-18
bus: mhi: core: Fix null pointer access when parsing MHI configuration
Carl Yin
1
-2
/
+2
2020-11-18
bus: mhi: Add MHI PCI support for WWAN modems
Loic Poulain
3
-0
/
+358
2020-11-18
bus: mhi: core: fix potential operator-precedence with BHI macros
Jeffrey Hugo
1
-2
/
+2
2020-11-18
bus: mhi: core: Remove double locking from mhi_driver_remove()
Bhaumik Bhatt
1
-2
/
+0
2020-11-18
bus: mhi: Remove auto-start option
Loic Poulain
2
-10
/
+0
2020-11-16
bus: ti-sysc: Implement GPMC debug quirk to drop platform data
Tony Lindgren
1
-0
/
+10
2020-11-16
bus: ti-sysc: Support modules without control registers
Tony Lindgren
1
-0
/
+7
2020-11-16
bus: ti-sysc: Assert reset only after disabling clocks
Tony Lindgren
1
-11
/
+13
2020-11-05
bus: mhi: Add mhi_queue_is_full function
Loic Poulain
1
-0
/
+11
2020-10-26
bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw
Tony Lindgren
1
-0
/
+3
2020-10-26
bus: ti-sysc: Fix reset status check for modules with quirks
Tony Lindgren
1
-9
/
+15
2020-10-24
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-3
/
+97
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
14
-181
/
+903
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
1
-6
/
+6
2020-10-02
bus/fsl-mc: Add a new version for dprc_get_obj_region command
Diana Craciun
2
-14
/
+27
2020-10-02
bus/fsl-mc: Extend ICID size from 16bit to 32bit
Bharat Bhushan
3
-5
/
+4
2020-10-02
bus/fsl-mc: Export IRQ pool handling functions to be used by VFIO
Diana Craciun
3
-19
/
+11
2020-10-02
bus/fsl_mc: Do not rely on caller to provide non NULL mc_io
Diana Craciun
1
-1
/
+6
2020-10-02
bus/fsl-mc: Add a container setup function
Diana Craciun
1
-22
/
+49
2020-10-02
bus/fsl-mc: Export a cleanup function for DPRC
Diana Craciun
1
-15
/
+47
2020-10-02
bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple entities
Diana Craciun
2
-15
/
+12
2020-10-02
bus/fsl-mc: Add dprc-reset-container support
Bharat Bhushan
2
-0
/
+78
2020-10-02
bus/fsl-mc: Cache the DPRC API version
Diana Craciun
1
-9
/
+21
2020-10-02
bus/fsl-mc: Set the QMAN/BMAN region flags
Diana Craciun
2
-11
/
+2
2020-10-02
bus/fsl-mc: add support for 'driver_override' in the mc-bus
Bharat Bhushan
1
-0
/
+54
2020-10-02
bus/fsl-mc: Add a new parameter to dprc_scan_objects function
Diana Craciun
1
-4
/
+7
2020-10-02
bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_objects
Diana Craciun
1
-20
/
+10
2020-10-02
bus: fsl-mc: MC control registers are not always available
Laurentiu Tudor
1
-4
/
+4
2020-10-02
bus: fsl-mc: don't assume an iommu is always present
Laurentiu Tudor
1
-3
/
+0
2020-10-02
bus: mhi: debugfs: Print channel context read-pointer
Loic Poulain
1
-2
/
+3
2020-10-02
bus: mhi: core: Fix the building of MHI module
Manivannan Sadhasivam
1
-1
/
+1
2020-10-02
bus: mhi: Remove unused nr_irqs_req variable
Loic Poulain
1
-3
/
+0
2020-10-02
bus: mhi: core: Allow shared IRQ for event rings
Loic Poulain
2
-1
/
+8
2020-10-02
bus: mhi: core: Introduce sysfs entries for MHI
Bhaumik Bhatt
1
-0
/
+37
2020-10-02
bus: mhi: core: Introduce debugfs entries for MHI
Bhaumik Bhatt
5
-0
/
+450
2020-10-02
bus: mhi: Fix entries based on Kconfig coding style
Bhaumik Bhatt
1
-6
/
+6
2020-10-02
bus: mhi: core: Add const qualifier to MHI config information
Hemant Kumar
1
-6
/
+6
2020-10-02
bus: mhi: core: Introduce APIs to allocate and free the MHI controller
Bhaumik Bhatt
1
-0
/
+16
2020-10-02
bus: mhi: core: Read and save device hardware information from BHI
Bhaumik Bhatt
1
-1
/
+16
2020-10-02
bus: mhi: core: Introduce counters to track MHI device state transitions
Bhaumik Bhatt
1
-0
/
+4
2020-10-02
bus: mhi: core: Introduce helper function to check device state
Bhaumik Bhatt
1
-0
/
+5
2020-10-02
bus: mhi: core: Use generic name field for an MHI device
Bhaumik Bhatt
2
-5
/
+6
2020-10-02
bus: mhi: core: Trigger host resume if suspended during mhi_device_get()
Bhaumik Bhatt
1
-0
/
+3
2020-10-02
bus: mhi: core: Use helper API to trigger a non-blocking host resume
Bhaumik Bhatt
3
-23
/
+18
2020-10-02
bus: mhi: core: Abort suspends due to outgoing pending packets
Bhaumik Bhatt
1
-2
/
+4
[prev]
[next]