All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Random small sunxi fixes
@ 2019-02-09 13:39 megous at megous.com
  2019-02-09 13:39 ` [U-Boot] [PATCH 1/4] sunxi: Fix build when CONFIG_CMD_NET is disabled megous at megous.com
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: megous at megous.com @ 2019-02-09 13:39 UTC (permalink / raw)
  To: u-boot

From: Ondrej Jirman <megous@megous.com>

Patch 1 and 2 are fixes for compilation failures with disabled network
support on sunxi platform.

Patch 3 is a fix for error path bug in decode_timing_property(), I've
found while debugging a missing LCD panel output.

Patch 4 is typo fix.

regards,
  Ondřej Jirman

Ondrej Jirman (4):
  sunxi: Fix build when CONFIG_CMD_NET is disabled
  sunxi: Fix build when CONFIG_CMD_PXE or CONFIG_CMD_DHCP are disabled
  lib: decode_timing_property should return -NOENT when proprty is not
    found
  power: axp818: Fix typo in axp_set_dldo

 board/sunxi/board.c            |  7 ++++++-
 drivers/power/axp818.c         |  2 +-
 include/configs/sunxi-common.h | 16 ++++++++++++++--
 lib/fdtdec.c                   |  2 +-
 4 files changed, 22 insertions(+), 5 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-02-19 21:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-09 13:39 [U-Boot] [PATCH 0/4] Random small sunxi fixes megous at megous.com
2019-02-09 13:39 ` [U-Boot] [PATCH 1/4] sunxi: Fix build when CONFIG_CMD_NET is disabled megous at megous.com
2019-02-11 12:14   ` Tomas Novotny
2019-02-11 12:41     ` Ondřej Jirman
2019-02-09 13:39 ` [U-Boot] [PATCH 2/4] sunxi: Fix build when CONFIG_CMD_PXE or CONFIG_CMD_DHCP are disabled megous at megous.com
2019-02-13 17:01   ` Jagan Teki
2019-02-09 13:39 ` [U-Boot] [PATCH 3/4] lib: decode_timing_property should return -NOENT when proprty is not found megous at megous.com
2019-02-19 15:17   ` Simon Glass
2019-02-19 21:43     ` Ondřej Jirman
2019-02-09 13:39 ` [U-Boot] [PATCH 4/4] power: axp818: Fix typo in axp_set_dldo megous at megous.com
2019-02-13 17:01   ` Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.