Hi all, I've just released barebox 2017.08.0. Just like the last release we are one day early, this time due to me going back to enjoy my vacations for the rest of the week. We don't have any major new feature, but a good bunch of fixes, with the majority of them being targeted at the RATP implementation. One notable addition is support for the Turris Omnia, so you can now run your favorite bootloader on a nice open-hardware router. I'll also merge -next to master in a few minutes. I think I picked up most of the patches floating around, aside from the AT91 conversion to multi-image, which I haven't had the time to look at properly yet. So if anything you expected to go in is missing, please reach out to me. Shortlog of the changes in this release is below. Regards, Lucas ----------------------------------------------------------------------- Aleksander Morgado (16): ratp: add missing transition to SYN-RECEIVED in behavior B ratp: avoid unnecessary variable initializations ratp: send missing RST in behavior C2 ratp: add missing RST flag in behavior G ratp: completely ignore RST flagged packets in behavior G ratp: fix data presence check ratp: fix single byte sending flagged with SO ratp: remove bogus data checks in behavior C2 ratp: remove FIXME comment: FIN always requires ACK ratp: fix sending ACKs without data ratp: consolidate ratp_sn_expected() and ratp_an_expected() ratp: prefer using ratp_send_ack() in behaviour I1 ratp: send initial data in behaviour B if any pending ratp: don't ignore data that may arrive in behaviour H1 ratp: consolidate setting the next AN or SN flags ratp: user close may happen in SYN-RECEIVED state Andrey Smirnov (9): mtd: dataflash: Replace C99 types with their kernel counterparts mtd: dataflash: Improve coding style in jedec_probe() mtd: dataflash: Replace pr_debug, printk with dev_* functions mtd: dataflash: Get rid of loop counter in jedec_probe() mtd: dataflash: Make use of "extened device information" mtd: dataflash: Add flash_info for AT45DB641E ARM: Update zii_vf610_dev_defconfig gpiolib: Fix buggy flag detection code gpiolib: Simplify code of gpio_request_one() Daniel Schultz (1): arm: boards: phytec-som-am335x: Update boot scripts Lucas Stach (3): Revert "param: fix stub prototype of dev_add_param" gpio: move active state function stubs to GPIOLIB Release v2017.08.0 Oleksij Rempel (1): crypto: caam: use dma_alloc_coherent instead of dma_alloc Philipp Zabel (2): i.MX: clk-pllv3: Initially disable PLL_BYPASS bit state: backend_bucket_circular: fix old state reads Sam Ravnborg (2): clk: fix clk_get error handling gpio: fix null pointer exception when there is no oftree Sascha Hauer (16): dts: update to v4.12-rc5 state: backend: always pass backend type to Linux dtb dts: update to v4.12-rc6 dts: update to v4.12-rc7 fs: Make locally used function canonicalize_dir() static ARM: omap: phytec-phycore-omap4460: Fix compiler warning ARM: omap: Fix error printing Merge branch 'for-next/arm' Merge branch 'for-next/clk' Merge branch 'for-next/dts' Merge branch 'for-next/imx' Merge branch 'for-next/misc' Merge branch 'for-next/mtd' Merge branch 'for-next/mvebu' Merge branch 'for-next/ratp' Merge branch 'for-next/state' Steffen Trumtrar (1): ARM: socfpga: remove unused fpgaintf setup Sven Schneider (1): lib/fonts: add 6x8 font Uwe Kleine-König (13): clk: let clk_get return errors from of_clk_get_by_name scripts/kwbimage: support empty binary.0 files serial: ns16550: emit an error message if getting the clock fails of_device_is_stdout_path: simplify of_device_is_stdout_path: split off options and support aliases mtd: spi-nor: sync definition of Spansion chips from Linux ARM: mvebu: initial support for Armada 38x clk: mvebu: Add support for Armada 38x's coreclk ARM: mvebu: Add initial support for Turris Omnia scripts/kwboot: document -n option docs: mvebu: describe -n more accurately in the sphinx document enable LFS support for host programs crypto: digest: Fix digesting over memory chunks > 4096 bytes