Re: [PATCH v15 07/13] docs: counter: Document character device interface
From: Akira Yokosawa <akiyks@gmail.com>
Date: 2021-08-22 02:03:46
Also in:
linux-iio, lkml
(dropped most CCs) Hello William, I spotted a minor error while browsing documentation updates. On Sat, 21 Aug 2021 19:52:27 +0900, William Breathitt Gray wrote:
On Sun, Aug 15, 2021 at 05:51:02PM +0100, Jonathan Cameron wrote:quoted
On Mon, 9 Aug 2021 21:37:32 +0900 William Breathitt Gray [off-list ref] wrote:
...
quoted
quoted
+ +Counter events can be configured by users to report various Counter +data of interest. This can be conceptualized as a list of Counter +component read calls to perform. For example: + + +-------------------------------------------------+
This needs to be:
+------------------------+------------------------+
, so that the table structure can be properly recognized by Sphinx
(kernel-doc tool).
Thanks, Akira
quoted
quoted
+ | COUNTER_EVENT_OVERFLOW | COUNTER_EVENT_INDEX | + +========================+========================+ + | Channel 0 | Channel 0 | + +------------------------+------------------------+ + | * Count 0 | * Signal 0 | + | * Count 1 | * Signal 0 Extension 0 | + | * Signal 3 | * Extension 4 | + | * Count 4 Extension 2 +------------------------+ + | * Signal 5 Extension 0 | Channel 1 | + | +------------------------+ + | | * Signal 4 | + | | * Signal 4 Extension 0 | + | | * Count 7 | + +------------------------+------------------------+ +
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel