Manikanta Guntupalli ([email protected])

Number of posts: 92 (0.14 per day)
First post: 2022-06-28 08:16:26
Last post: 2024-04-25 06:25:18

Date List Subject
2023-10-24 14:49:37 linux-kernel [PATCH V3 0/2] Add rs485 support to uartps driver
2023-10-17 11:59:57 linux-kernel RE: [PATCH V2 2/2] tty: serial: uartps: Add rs485 support to uartps driver
2023-10-11 14:57:17 linux-kernel [PATCH V2 2/2] tty: serial: uartps: Add rs485 support to uartps driver
2023-10-11 14:57:03 linux-kernel [PATCH V2 0/2] Add rs485 support to uartps driver
2023-10-11 14:56:43 linux-kernel [PATCH V2 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485
2023-06-08 18:54:46 linux-kernel [PATCH V2] gpio: zynq: fix zynqmp_gpio not an immutable chip warning
2023-05-10 16:29:04 linux-kernel RE: [PATCH 0/2] Add rs485 support to uartps driver
2023-05-02 10:17:43 linux-kernel RE: [PATCH 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485
2023-02-15 13:33:24 linux-kernel [PATCH V6 3/3] i2c: xiic: Add SCL frequency configuration support
2023-02-15 13:33:18 linux-kernel [PATCH V6 2/3] i2c: xiic: Update compatible with new IP version
2023-02-15 13:32:54 linux-kernel [PATCH V6 1/3] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to compatible
2023-02-15 13:32:37 linux-kernel [PATCH V6 0/3] Added Standard mode and SMBus support.
2023-02-09 11:52:18 linux-kernel [PATCH V5 3/3] i2c: xiic: Add SCL frequency configuration support
2023-02-09 11:51:52 linux-kernel [PATCH V5 2/3] i2c: xiic: Update compatible with new IP version
2023-02-09 11:51:39 linux-kernel [PATCH V5 1/3] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to compatible
2023-02-09 11:51:28 linux-kernel [PATCH V5 0/3] Added Standard mode and SMBus support.
2023-02-02 09:45:40 linux-kernel [PATCH V4 9/9] i2c: xiic: Add SCL frequency configuration support
2023-02-02 09:45:22 linux-kernel [PATCH V4 8/9] i2c: xiic: Update compatible with new IP version
2023-02-02 09:45:05 linux-kernel [PATCH V4 6/9] i2c: xiic: Remove interrupt enable/disable in Rx path
2023-02-02 09:44:59 linux-kernel [PATCH V4 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to
2023-02-02 09:44:44 linux-kernel [PATCH V4 5/9] i2c: xiic: Add smbus_block_read functionality
2023-02-02 09:44:22 linux-kernel [PATCH V4 4/9] i2c: xiic: Add wait for FIFO empty in send_tx
2023-02-02 09:44:20 linux-kernel [PATCH V4 3/9] i2c: xiic: Switch to Xiic standard mode for i2c-read
2023-02-02 09:43:21 linux-kernel [PATCH V4 2/9] i2c: xiic: Fix Rx and Tx paths in standard mode
2023-02-02 09:43:03 linux-kernel [PATCH V4 1/9] i2c: xiic: Add standard mode support for > 255 byte
2023-02-02 09:42:45 linux-kernel [PATCH V4 0/9] Added Standard mode and SMBus support.
2023-01-24 05:07:32 linux-kernel [PATCH V3 9/9] i2c: xiic: Add SCL frequency configuration support
2023-01-24 05:07:26 linux-kernel [PATCH V3 8/9] i2c: xiic: Update compatible with new IP version
2023-01-24 05:07:11 linux-kernel [PATCH V3 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to
2023-01-24 05:06:53 linux-kernel [PATCH V3 6/9] i2c: xiic: Remove interrupt enable/disable in Rx path
2023-01-24 05:06:20 linux-kernel [PATCH V3 5/9] i2c: xiic: Add smbus_block_read functionality
2023-01-24 05:06:04 linux-kernel [PATCH V3 4/9] i2c: xiic: Add wait for FIFO empty in send_tx
2023-01-24 05:05:50 linux-kernel [PATCH V3 3/9] i2c: xiic: Switch to Xiic standard mode for i2c-read
2023-01-24 05:05:43 linux-kernel [PATCH V3 2/9] i2c: xiic: Fix Rx and Tx paths in standard mode
2023-01-24 05:05:11 linux-kernel [PATCH V3 1/9] i2c: xiic: Add standard mode support for > 255 byte
2023-01-24 05:05:01 linux-kernel [PATCH V3 0/9] Added Standard mode and SMBus support.
2022-07-26 11:29:42 linux-kernel RE: [PATCH 01/12] i2c: xiic: Add standard mode support for > 255 byte read transfers
2022-07-13 08:07:32 linux-kernel RE: [PATCH 12/12] i2c: xiic: Correct the BNB interrupt enable sequence
2022-07-13 08:06:44 linux-kernel RE: [PATCH 01/12] i2c: xiic: Add standard mode support for > 255 byte read transfers
2022-06-30 08:10:14 linux-kernel RE: [PATCH 02/12] i2c: xiic: Enter standard mode only for > 255 byte read transfers
2022-06-28 08:16:26 linux-kernel RE: [PATCH v2 00/10] i2c: xiic: Add features, bug fixes.