All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] stdio: Clean up stdio.c
@ 2020-07-18  3:03 Simon Glass
  2020-07-18  3:03 ` [PATCH 1/6] Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig Simon Glass
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Simon Glass @ 2020-07-18  3:03 UTC (permalink / raw)
  To: u-boot

This file is quite old and has some crufty code. This series converts a
few things to Kconfig and updates the file.


Simon Glass (6):
  Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig
  stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV
  stdio: Drop #ifdefs in the header file
  stdio: Update to use compiler for Kconfig checks
  stdio: Drop brackets around &devs.list
  stdio: Tidy up the coding style

 common/Kconfig                   |  17 +++
 common/stdio.c                   | 251 ++++++++++++++-----------------
 configs/M5249EVB_defconfig       |   3 +-
 configs/colibri_pxa270_defconfig |   2 +-
 doc/README.silent                |   2 +-
 include/configs/M5249EVB.h       |   2 -
 include/configs/colibri_pxa270.h |   2 -
 include/stdio_dev.h              |  49 +++---
 scripts/config_whitelist.txt     |   1 -
 9 files changed, 157 insertions(+), 172 deletions(-)

-- 
2.28.0.rc0.105.gf9edc3c819-goog

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

end of thread, other threads:[~2020-08-04 14:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18  3:03 [PATCH 0/6] stdio: Clean up stdio.c Simon Glass
2020-07-18  3:03 ` [PATCH 1/6] Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig Simon Glass
2020-07-18 18:04   ` Ovidiu Panait
2020-07-26 14:54     ` Simon Glass
2020-07-18  3:03 ` [PATCH 2/6] stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV Simon Glass
2020-07-18  3:03 ` [PATCH 3/6] stdio: Drop #ifdefs in the header file Simon Glass
2020-07-18  3:03 ` [PATCH 4/6] stdio: Update to use compiler for Kconfig checks Simon Glass
2020-08-03 22:57   ` Tom Rini
2020-08-04  2:18     ` Tom Rini
2020-08-04 13:37       ` Simon Glass
2020-08-04 13:46         ` Tom Rini
2020-08-04 14:05           ` Simon Glass
2020-07-18  3:03 ` [PATCH 5/6] stdio: Drop brackets around &devs.list Simon Glass
2020-07-18  3:03 ` [PATCH 6/6] stdio: Tidy up the coding style Simon Glass

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.