All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10] rockchip: Tidy up SPL operation on jerry
@ 2015-12-29 12:22 Simon Glass
  2015-12-29 12:22 ` [U-Boot] [PATCH 01/10] rockchip: Enable generation of SPI images Simon Glass
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Simon Glass @ 2015-12-29 12:22 UTC (permalink / raw)
  To: u-boot

At present chromebook_jerry does not boot due to a configuration error and
a missing Makefile piece. This series fixes that and also adds a few more
adjustments mostly related to SPL and pinctrl.

The first three patches could perhaps be applied for this release - the
rest are for later.


Simon Glass (10):
  rockchip: Enable generation of SPI images
  rockchip: Drop a debug message when outputing SPI images
  rockchip: Fix the configuration for chromebook_jerry
  tiny-printf: Avoid printing NULL strings
  dm: spi_flash: Allow the uclass to work without printf()
  dm: gpio: Allow the uclass to work without printf()
  dm: mmc: Try to honour the sequence order
  i2c: Correct command return values
  malloc_simple: Display an error when memory is exhausted
  pinctrl: Avoid binding all pinconfig nodes before relocation

 common/cmd_i2c.c                   |  6 ++++--
 common/malloc_simple.c             |  5 ++++-
 configs/chromebook_jerry_defconfig |  4 ++++
 doc/README.rockchip                |  7 ++++---
 drivers/gpio/gpio-uclass.c         |  8 ++++++++
 drivers/mmc/mmc.c                  | 20 +++++++++++++++-----
 drivers/mtd/spi/sf-uclass.c        |  8 +++++++-
 drivers/pinctrl/pinctrl-uclass.c   |  4 ++++
 include/configs/chromebook_jerry.h |  1 +
 lib/tiny-printf.c                  |  6 ++++--
 tools/Makefile                     |  2 +-
 tools/rkspi.c                      |  2 +-
 12 files changed, 57 insertions(+), 16 deletions(-)

-- 
2.6.0.rc2.230.g3dd15c0

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

end of thread, other threads:[~2016-01-16  1:26 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-29 12:22 [U-Boot] [PATCH 00/10] rockchip: Tidy up SPL operation on jerry Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 01/10] rockchip: Enable generation of SPI images Simon Glass
2016-01-15  1:35   ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 02/10] rockchip: Drop a debug message when outputing " Simon Glass
2016-01-15  1:35   ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 03/10] rockchip: Fix the configuration for chromebook_jerry Simon Glass
2016-01-15  1:35   ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 04/10] tiny-printf: Avoid printing NULL strings Simon Glass
2015-12-29 13:23   ` Stefan Roese
2016-01-16  1:25     ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 05/10] dm: spi_flash: Allow the uclass to work without printf() Simon Glass
2016-01-15 13:22   ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 06/10] dm: gpio: " Simon Glass
2016-01-16  1:25   ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 07/10] dm: mmc: Try to honour the sequence order Simon Glass
2016-01-16  1:25   ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 08/10] i2c: Correct command return values Simon Glass
2016-01-04  7:08   ` Heiko Schocher
2016-01-16  1:25     ` Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 09/10] malloc_simple: Display an error when memory is exhausted Simon Glass
2015-12-29 12:22 ` [U-Boot] [PATCH 10/10] pinctrl: Avoid binding all pinconfig nodes before relocation Simon Glass
2016-01-16  1:26   ` 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.