Manikanta Guntupalli ([email protected])

Number of posts: 23 (0.26 per day)
First post: 2022-06-24 12:08:06
Last post: 2022-09-22 09:19:55

Date List Subject
2022-09-22 09:19:55 linux-kernel [PATCH V2 4/9] i2c: xiic: Add wait for FIFO empty in send_tx
2022-09-22 09:18:04 linux-kernel [PATCH V2 6/9] i2c: xiic: Remove interrupt enable/disable in Rx path
2022-09-22 09:07:02 linux-kernel [PATCH V2 0/9] Added Standard mode and SMBus support.
2022-09-22 09:06:29 linux-kernel [PATCH V2 9/9] i2c: xiic: Add SCL frequency configuration support
2022-09-22 08:57:49 linux-kernel [PATCH V2 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to
2022-09-22 08:56:55 linux-kernel [PATCH V2 5/9] i2c: xiic: Add smbus_block_read functionality
2022-09-22 08:55:59 linux-kernel [PATCH V2 3/9] i2c: xiic: Switch to Xiic standard mode for i2c-read
2022-09-22 08:54:45 linux-kernel [PATCH V2 8/9] i2c: xiic: Update compatible with new IP version
2022-09-22 08:54:34 linux-kernel [PATCH V2 2/9] i2c: xiic: Fix Rx and Tx paths in standard mode
2022-09-22 08:54:33 linux-kernel [PATCH V2 1/9] i2c: xiic: Add standard mode support for > 255 byte
2022-06-24 12:33:58 linux-kernel [PATCH 10/12] i2c: xiic: Update compatible with new IP version
2022-06-24 12:30:34 linux-kernel [PATCH 12/12] i2c: xiic: Correct the BNB interrupt enable sequence
2022-06-24 12:28:25 linux-kernel [PATCH 04/12] i2c: xiic: Add wait for FIFO empty in send_tx
2022-06-24 12:27:21 linux-kernel [PATCH 08/12] i2c: xiic: Remove interrupt enable/disable in Rx path
2022-06-24 12:26:29 linux-kernel [PATCH 07/12] i2c: xiic: Switch to Xiic standard mode for i2c-read
2022-06-24 12:25:38 linux-kernel [PATCH 06/12] i2c: xiic: Add smbus_block_read functionality
2022-06-24 12:14:51 linux-kernel [PATCH 03/12] i2c: xiic: Fix Rx and Tx paths in standard mode repeated start
2022-06-24 12:14:51 linux-kernel [PATCH 11/12] i2c: xiic: Add SCL frequency configuration support
2022-06-24 12:14:42 linux-kernel [PATCH 09/12] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to compatible
2022-06-24 12:14:39 linux-kernel [PATCH 00/12] i2c: xiic: Added Standard mode and SMBus
2022-06-24 12:14:36 linux-kernel [PATCH 05/12] i2c: xiic: Use 'nmsgs' variable instead of repeated_start
2022-06-24 12:13:58 linux-kernel [PATCH 01/12] i2c: xiic: Add standard mode support for > 255 byte read transfers
2022-06-24 12:08:06 linux-kernel [PATCH 02/12] i2c: xiic: Enter standard mode only for > 255 byte read transfers