mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] bbu: Make image pointer const
@ 2018-01-30  8:46 Sascha Hauer
  2018-01-30  8:46 ` [PATCH 1/6] bbu: imx-bbu-internal: Do not modify image Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2018-01-30  8:46 UTC (permalink / raw)
  To: Barebox List

The image pointer in the bbu data structure should be const so that we
can pass const pointers in there. This is changed in this series.

Sascha Hauer (6):
  bbu: imx-bbu-internal: Do not modify image
  bbu: imx-bbu-internal: make pointers to image const
  bbu: command: create temporary variable holding the pointer to the
    image
  bbu: Make pointer to image const
  usb: gadget: fastboot: allow data.image to be const
  ARM: am33xx: bbu: Make pointers to image const

 arch/arm/mach-imx/imx-bbu-internal.c    | 25 ++++++++++++++++++-------
 arch/arm/mach-omap/am33xx_bbu_spi_mlo.c |  4 ++--
 commands/barebox-update.c               |  8 +++++---
 drivers/usb/gadget/f_fastboot.c         |  9 ++++++---
 include/bbu.h                           |  2 +-
 5 files changed, 32 insertions(+), 16 deletions(-)

-- 
2.15.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-01-30  8:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30  8:46 [PATCH 0/6] bbu: Make image pointer const Sascha Hauer
2018-01-30  8:46 ` [PATCH 1/6] bbu: imx-bbu-internal: Do not modify image Sascha Hauer
2018-01-30  8:46 ` [PATCH 2/6] bbu: imx-bbu-internal: make pointers to image const Sascha Hauer
2018-01-30  8:46 ` [PATCH 3/6] bbu: command: create temporary variable holding the pointer to the image Sascha Hauer
2018-01-30  8:46 ` [PATCH 4/6] bbu: Make pointer to image const Sascha Hauer
2018-01-30  8:46 ` [PATCH 5/6] usb: gadget: fastboot: allow data.image to be const Sascha Hauer
2018-01-30  8:46 ` [PATCH 6/6] ARM: am33xx: bbu: Make pointers to image const Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox