History log of /rk3399_rockchip-uboot/cmd/pinmux.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 52e47c7c 21-Jun-2019 Patrick Delaunay <patrick.delaunay@st.com>

UPSTREAM: cmd: pinmux: Fix warnings when compiling with W=1

This patch solves the following warnings:

cmd/pinmux.c: In function 'do_dev':
cmd/pinmux.c:26:6: warning: this statement may fall through

UPSTREAM: cmd: pinmux: Fix warnings when compiling with W=1

This patch solves the following warnings:

cmd/pinmux.c: In function 'do_dev':
cmd/pinmux.c:26:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (ret) {
^
cmd/pinmux.c:30:2: note: here
case 1:
^~~~

Change-Id: Id44069e23a59e52cd89dcc0043ad49ffc41430fd
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
(cherry picked from commit d23aef176f2c9eb9818755efecc381378b8d4b3f)
Signed-off-by: Cody Xie <cody.xie@rock-chips.com>

show more ...


# 0f850630 24-Oct-2018 Patrice Chotard <patrice.chotard@st.com>

UPSTREAM: cmd: pinmux: Add pinmux command

pinmux command allows to :
- list all pin-controllers available on platforms
- select a pin-controller
- display the muxing of all pins of the current pi

UPSTREAM: cmd: pinmux: Add pinmux command

pinmux command allows to :
- list all pin-controllers available on platforms
- select a pin-controller
- display the muxing of all pins of the current pin-controller
or all pin-controllers depending of given options

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
cmd: pinmux: Fix pinmux command

if "pinmux status" command is used without having
set dev using "pinmux dev", print pinmux usage
Reviewed-by: Simon Glass <sjg@chromium.org>

(cherry picked from commit d5a8313905f54ebdf128ac428c3cf58a2ebcbda2)
Change-Id: Ie23ca7b987bceb83724c3ddea42eddb579dc0ea5
Signed-off-by: Cody Xie <cody.xie@rock-chips.com>

show more ...