Kane Jiang ([email protected])

Number of posts: 8 (0.38 per day)
First post: 2022-02-10 09:33:04
Last post: 2022-03-04 06:48:10

Date List Subject
2022-03-04 06:48:10 linux-kernel [PATCH V2 0/2] About i.MX GPT input capture patches
2022-03-04 05:01:02 linux-kernel [PATCH V2 1/2] clocksource/drivers/timer-imx-gpt: Support i.MX GPT input capture function
2022-03-04 03:24:29 linux-kernel [PATCH V2 2/2] clocksource/drivers/timer-imx-gpt: Change to cyclecounter for GPT input capture.
2022-02-12 00:43:30 linux-kernel RE: [EXT] Re: [PATCH 3/3] Add i.MX8MM GPT input capture example.
2022-02-10 10:48:03 linux-kernel [PATCH 3/3] Add i.MX8MM GPT input capture example.
2022-02-10 10:36:08 linux-kernel [PATCH 0/3] About i.MX GPT input capture patches
2022-02-10 10:32:07 linux-kernel [PATCH 1/3] This patch adds support for the input capture function in the i.MX GPT. Output compare and input capture functions are mixed in the same register block, so we need to modify the irq ack/enable/ disable primitives to not stomp on the other function.
2022-02-10 09:33:04 linux-kernel [PATCH 2/3] Change to cyclecounter for GPT input capture. Add support for i.MX8MM.