[PATCH] can: j1939: add tables for the CAN identifier and its fields

2020-11-04 Thread yegorslists
From: Yegor Yefremov Use table markup to show the structure of the CAN identifier, PGN, PDU1, and PDU2 formats. Also add introductory sentence. Signed-off-by: Yegor Yefremov --- Documentation/networking/j1939.rst | 46 +++--- 1 file changed, 42 insertions(+), 4 deletion

[PATCH] can: j1939: use backquotes for code samples

2020-10-26 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- Documentation/networking/j1939.rst | 128 +++-- 1 file changed, 65 insertions(+), 63 deletions(-) diff --git a/Documentation/networking/j1939.rst b/Documentation/networking/j1939.rst index bd1584ec90f9..59596ef509c

[PATCH v2] can: j1939: convert PGN structure to a table

2020-10-22 Thread yegorslists
From: Yegor Yefremov Use table markup to show the PGN structure. Signed-off-by: Yegor Yefremov --- Changes v1 -> v2: - add descrption for the bit position Documentation/networking/j1939.rst | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/networ

[PATCH] can: j1939: convert PGN structure to a table

2020-10-22 Thread yegorslists
From: Yegor Yefremov Use table markup to show the PGN structure. Signed-off-by: Yegor Yefremov --- Documentation/networking/j1939.rst | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/networking/j1939.rst b/Documentation/networking/j1939.rst index

[PATCH] can: j1939: swap addr and pgn in the send example

2020-10-22 Thread yegorslists
From: Yegor Yefremov The address was wrongly assigned to the PGN field and vice versa. Signed-off-by: Yegor Yefremov --- Documentation/networking/j1939.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/j1939.rst b/Documentation/networking/j19

[PATCH] can: j1939: fix syntax and spelling

2020-10-20 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- Documentation/networking/j1939.rst | 34 +++--- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Documentation/networking/j1939.rst b/Documentation/networking/j1939.rst index 65b12abcc90a..8b3f4fbc3bb

[PATCH] can: j1939: rename jacd tool

2020-10-20 Thread yegorslists
From: Yegor Yefremov Due to naming conflicts, jacd was renamed to j1939acd. Signed-off-by: Yegor Yefremov --- Documentation/networking/j1939.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/j1939.rst b/Documentation/networking/j1939.rst inde

[PATCH v2] can: ti_hecc: add missing prepare and unprepare of the clock

2017-01-18 Thread yegorslists
From: Yegor Yefremov In order to make the driver work with the common clock framework, this patch converts the clk_enable()/clk_disable() to clk_prepare_enable()/clk_disable_unprepare(). Also add error checking for clk_prepare_enable(). Signed-off-by: Yegor Yefremov --- Changes v1 -> v2:

[PATCH] can: ti_hecc: add missing prepare and unprepare of the clock

2017-01-18 Thread yegorslists
From: Yegor Yefremov In order to make the driver work with the common clock framework, this patch converts the clk_enable()/clk_disable() to clk_prepare_enable()/clk_disable_unprepare(). Signed-off-by: Yegor Yefremov --- drivers/net/can/ti_hecc.c | 9 + 1 file changed, 5 insertions(+),

[PATCH] cpsw: ethtool: add support for nway reset

2016-11-28 Thread yegorslists
From: Yegor Yefremov This patch adds support for ethtool's '-r' command. Restarting N-WAY negotiation can be useful to activate newly changed EEE settings etc. Signed-off-by: Yegor Yefremov --- drivers/net/ethernet/ti/cpsw.c | 13 + 1 file changed, 13 insertions(+) diff --git a/dr

[PATCH v4] cpsw: ethtool: add support for getting/setting EEE registers

2016-11-28 Thread yegorslists
From: Yegor Yefremov Add the ability to query and set Energy Efficient Ethernet parameters via ethtool for applicable devices. This patch doesn't activate full EEE support in cpsw driver, but it enables reading and writing EEE advertising settings. This way one can disable advertising EEE for ce

[PATCH v3] cpsw: ethtool: add support for getting/setting EEE registers

2016-11-24 Thread yegorslists
From: Yegor Yefremov Add the ability to query and set Energy Efficient Ethernet parameters via ethtool for applicable devices. This patch doesn't activate full EEE support in cpsw driver, but it enables reading and writing EEE advertising settings. This way one can disable advertising EEE for ce

[PATCH v2] cpsw: ethtool: add support for getting/setting EEE registers

2016-11-23 Thread yegorslists
From: Yegor Yefremov Add the ability to query and set Energy Efficient Ethernet parameters via ethtool for applicable devices. Signed-off-by: Yegor Yefremov --- Changes: v2: make routines static (Rami Rosen) drivers/net/ethernet/ti/cpsw.c | 26 ++ 1 file change

[PATCH] cpsw: ethtool: add support for getting/setting EEE registers

2016-11-23 Thread yegorslists
From: Yegor Yefremov Add the ability to query and set Energy Efficient Ethernet parameters via ethtool for applicable devices. Signed-off-by: Yegor Yefremov --- drivers/net/ethernet/ti/cpsw.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/net/ethernet/t