Bhaumik Bhatt ([email protected])

Number of posts: 498 (0.99 per day)
First post: 2020-04-10 20:38:48
Last post: 2021-08-27 17:32:23

Date List Subject
2020-11-06 17:49:13 linux-kernel [PATCH v2 5/6] bus: mhi: core: Rename RDDM download function to use proper words
2020-11-06 17:47:03 linux-kernel [PATCH v2 1/6] bus: mhi: core: Remove unnecessary counter from mhi_firmware_copy()
2020-11-06 17:46:57 linux-kernel [PATCH v2 3/6] bus: mhi: core: Expose mhi_get_exec_env() API for controllers
2020-11-06 17:46:56 linux-kernel [PATCH v2 4/6] bus: mhi: core: Remove unused mhi_fw_load_worker() declaration
2020-11-06 17:46:50 linux-kernel [PATCH v2 0/6] Minor bug fixes and clean-up for MHI host driver
2020-11-06 00:40:40 linux-kernel [PATCH v1 4/6] bus: mhi: core: Remove unused mhi_fw_load_worker() declaration
2020-11-06 00:39:15 linux-kernel [PATCH v1 3/6] bus: mhi: core: Expose mhi_get_exec_env() API for controllers
2020-11-06 00:38:51 linux-kernel [PATCH v1 0/6] Minor bug fixes and clean-up for MHI host driver
2020-11-06 00:37:50 linux-kernel [PATCH v1 6/6] bus: mhi: core: Skip RDDM download for unknown execution environment
2020-11-06 00:37:49 linux-kernel [PATCH v1 2/6] bus: mhi: core: Add missing EXPORT_SYMBOL for mhi_get_mhi_state()
2020-11-06 00:37:30 linux-kernel [PATCH v1 1/6] bus: mhi: core: Remove unnecessary counter from mhi_firmware_copy()
2020-11-06 00:36:56 linux-kernel [PATCH v1 5/6] bus: mhi: core: Rename RDDM download function to use proper words
2020-11-03 17:35:58 linux-kernel Re: [PATCH v2] bus: mhi: core: Add support MHI EE FP for download firmware
2020-11-02 16:56:07 linux-kernel Re: [PATCH v3 10/12] bus: mhi: core: Separate system error and power down handling
2020-11-02 16:38:39 linux-kernel Re: [PATCH v2] bus: mhi: core: Add support MHI EE FP for download firmware
2020-10-30 19:37:01 linux-kernel Re: [PATCH v3 10/12] bus: mhi: core: Separate system error and power down handling
2020-10-30 19:32:37 linux-kernel Re: [PATCH v3 04/12] bus: mhi: core: Move to SYS_ERROR regardless of RDDM capability
2020-10-30 18:30:35 linux-kernel Re: [PATCH] bus: mhi: core: Add support MHI EE FP for download firmware
2020-10-30 04:16:05 linux-kernel [PATCH v3 03/12] bus: mhi: core: Skip device wake in error or shutdown states
2020-10-30 04:14:35 linux-kernel [PATCH v3 00/12] Bug fixes and improvements for MHI power operations
2020-10-30 04:14:28 linux-kernel [PATCH v3 11/12] bus: mhi: core: Mark and maintain device states early on after power down
2020-10-30 04:14:18 linux-kernel [PATCH v3 12/12] bus: mhi: core: Remove MHI event ring IRQ handlers when powering down
2020-10-30 04:13:48 linux-kernel [PATCH v3 10/12] bus: mhi: core: Separate system error and power down handling
2020-10-30 04:13:46 linux-kernel [PATCH v3 08/12] bus: mhi: core: Move to an error state on mission mode failure
2020-10-30 04:13:25 linux-kernel [PATCH v3 01/12] bus: mhi: core: Use appropriate names for firmware load functions
2020-10-30 04:13:24 linux-kernel [PATCH v3 06/12] bus: mhi: core: Move to an error state on any firmware load failure
2020-10-30 04:13:19 linux-kernel [PATCH v3 09/12] bus: mhi: core: Check for IRQ availability during registration
2020-10-30 04:13:13 linux-kernel [PATCH v3 07/12] bus: mhi: core: Use appropriate label in firmware load handler API
2020-10-30 04:13:05 linux-kernel [PATCH v3 05/12] bus: mhi: core: Prevent sending multiple RDDM entry callbacks
2020-10-30 04:12:56 linux-kernel [PATCH v3 04/12] bus: mhi: core: Move to SYS_ERROR regardless of RDDM capability
2020-10-30 04:12:51 linux-kernel [PATCH v3 02/12] bus: mhi: core: Move to using high priority workqueue
2020-10-30 01:57:33 linux-kernel [PATCH v2 04/12] bus: mhi: core: Move to SYS_ERROR regardless of RDDM capability
2020-10-30 01:55:56 linux-kernel [PATCH v2 01/12] bus: mhi: core: Use appropriate names for firmware load functions
2020-10-30 01:55:55 linux-kernel [PATCH v2 00/12] Bug fixes and improvements for MHI power operations
2020-10-30 01:55:15 linux-kernel [PATCH v2 08/12] bus: mhi: core: Move to an error state on mission mode failure
2020-10-30 01:55:15 linux-kernel [PATCH v2 05/12] bus: mhi: core: Prevent sending multiple RDDM entry callbacks
2020-10-30 01:55:02 linux-kernel [PATCH v2 06/12] bus: mhi: core: Move to an error state on any firmware load failure
2020-10-30 01:54:43 linux-kernel [PATCH v2 09/12] bus: mhi: core: Check for IRQ availability during registration
2020-10-30 01:54:36 linux-kernel [PATCH v2 11/12] bus: mhi: core: Mark and maintain device states early on after power down
2020-10-30 01:54:19 linux-kernel [PATCH v2 10/12] bus: mhi: core: Separate system error and power down handling
2020-10-30 01:54:14 linux-kernel [PATCH v2 12/12] bus: mhi: core: Remove MHI event ring IRQ handlers when powering down
2020-10-30 01:54:12 linux-kernel [PATCH v2 07/12] bus: mhi: core: Use appropriate label in firmware load handler API
2020-10-30 01:54:02 linux-kernel [PATCH v2 03/12] bus: mhi: core: Skip device wake in error or shutdown states
2020-10-30 01:54:00 linux-kernel [PATCH v2 02/12] bus: mhi: core: Move to using high priority workqueue
2020-10-29 18:19:49 linux-kernel Re: [PATCH] bus: mhi: core: Add support MHI EE FP for download firmware
2020-10-29 18:18:08 linux-kernel Re: [PATCH] bus: mhi: core: Add support MHI EE FP for download firmware
2020-10-29 00:58:51 linux-kernel Re: 答复: [PATCH] bus: mhi: core: Fix null pointer access
2020-10-28 21:43:36 linux-kernel Re: 答复: [PATCH] bus: mhi: core: Add support MHI EE FP for download firmware
2020-10-15 22:05:41 linux-kernel [PATCH] bus: mhi: core: Remove double locking from mhi_driver_remove()
2020-10-14 10:18:15 linux-kernel Re: [PATCH v1 08/10] bus: mhi: core: Move to an error state on any firmware load failure
2020-10-14 08:17:30 linux-kernel Re: [PATCH v1 07/10] bus: mhi: core: Move to SYS_ERROR regardless of RDDM capability