* v2017.06.0
@ 2017-06-13 7:53 Sascha Hauer
2017-06-13 9:42 ` v2017.06.0 Ian Abbott
0 siblings, 1 reply; 6+ messages in thread
From: Sascha Hauer @ 2017-06-13 7:53 UTC (permalink / raw)
To: Barebox List
Hi All,
barebox v2017.06.0 is available. I originally wanted to wait for the
fix of the OMAP Nand controller issue, but unfortunately there's no
full solution in sight. Since waiting longer would effectively mean that
we skip the June release, I decided to do a release with this bug still
standing.
See below for changes in this release
Sascha
----------------------------------------------------------------
Aleksander Morgado (4):
Documentation: remote-control: fix typo
sandbox: fix registering multiple consoles
ratp: avoid using already freed memory
ratp: only allow bidirectional consoles
Alexander Kurz (5):
ARM: i.MX50: Add imx50.dtsi as workaround
ARM: i.MX50 clock: add clock for USB physbase
ARM: i.MX50: Add support for i.MX50 based Amazon Kindle e-book readers
ARM: i.MX50: Amazon Kindle: Model EY21 compatibility check
ARM: i.MX50: Kindle-MX50 DT fixes
Andrey Panov (1):
Fix linking with new ld, based on u-boot
Antony Pavlov (9):
drivers: video: drop unused of_display_timings_exist()
of: base: exclude memcpy-like code from of_property_write_u8_array()
of: base: of_new_property(): use xstrdup() instead of strdup()
globalvar: make nv_device static
readline_simple: drop unusable u-boot legacy stuff
eeprom: at24: add the "read-only" dt parameter support
commands: add spd_decode to the 'hardware manipulation' group
net: rtl8139: drop unused rtl8139_intr_mask constant
state: backend_bucket_circular: drop unused free_pattern constant
Christian Hemp (1):
watchdog: i.MX: fix i.MX6 reset
Christoph Fritz (1):
mci: be more verbose about wrong bus-width
Daniel Schultz (1):
arm: boards: Add MLO handler for EMMC devices
Dennis Menschel (1):
scripts: mkmakefile: apply changes from Linux kernel
Ian Abbott (1):
xfuncs: fix format specifier in pr_emerg call
Jan Remmet (1):
imx-bbu-nand-fcb: add support for imx6ul
Juergen Borleis (1):
PPC: request a consistent memory layout
Lucas Stach (5):
ARM: imx6: add Hummingboard2 support
ARM: socfpga: fix QSPI platform data init
param: fix stub prototype of dev_add_param
mtd: only build mtdraw_raw_to_mtd_offset when write support is enabled
video: select OFTREE from DRIVER_VIDEO_IMX_IPUV3
Michael Grzeschik (1):
mci: add Marvell Dove SDHCI driver
Sascha Hauer (46):
ARM: socfpga: change param_type struct name
parameter: Give device parameters types
lib: implement simple_strtoll
console: Use dev_add_param_string
mtd: nand: use dev_add_param_enum
mtd: use dev_add_param_string
net: use dev_add_param_string
param: make parameter functions more consistent
globalvar: make globalvar functions more consistent
param: remove unnecessary device_d * argument
lib/strtox: whitespace cleanup
lib/strtox: remove unnecessary islower()
usb: gadget: fastboot: delete temporary file
of: use of_property_read_bool where appropriate
of: of_net: use a loop
libgen: implement posix_basename
cp: Use posix_basename() on source argument
commands: basename: Use posix_basename()
dts: update to v4.11-rc6
dts: update to v4.11-rc7
xfuncs: Be more informative when out of memory panic occurs
state: Binding: remove @0 from node name
state: warn when a state node will be overwritten
state: Make an alias mandatory
state: Create alias in of_state_fixup()
dts: update to v4.11-rc8
Merge branch 'for-next/arm'
Merge branch 'for-next/dts'
Merge branch 'for-next/imx'
Merge branch 'for-next/libgen'
Merge branch 'for-next/misc'
Merge branch 'for-next/mvebu'
Merge branch 'for-next/omap'
Merge branch 'for-next/parameter-types'
Merge branch 'for-next/socfpga'
Merge branch 'for-next/state'
clock: initialize dummy clocksource statically
nv: Fix setting of nv.dev.<devname>.<param> variables
globalvar: Fix value of new globalvar when nvvar exists
state: Fix example in documentation
ARM: i.MX50: Amazon Kindle: Add missing compatibility checks
of: of_find_node_by_devpath: Fix offset in mtd devices
usb: imx: Only use clock when it exists
Makefile: Speed up evaluation of ld options
sandbox: Fix registering file/fifo consoles
Release v2017.06.0
Stefan Lengfeld (5):
images: clean *.imx-sram-img files
imx-usb-loader: add prefix '0x' for hex value
docs: fix hiding of chapter from imx.rst
docs: add file suffix rst for inclusion in sphinx documentation
docs: render DIP switches as verbatim text
Steffen Trumtrar (10):
mtd: spi-nor: cadence: change devicetree bindings to upstream
ARM: socfpga: dtsi: use upstream node
ARM: socfpga: rename socfpga->cyclone5
clk: socfpga: move driver to subdirectory
net: designware: add dwmac-3.72a compatible
ARM: socfpga: make debug_ll configurable
ARM: socfpga: add arria10 support
clk: socfpga: add arria10 clk drivers
ARM: socfpga: add support for reflex achilles board
ARM: socfpga: add arria10 defconfig
Ulrich Ölmann (1):
docs: update vendor URL for Vincell-LT
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v2017.06.0
2017-06-13 7:53 v2017.06.0 Sascha Hauer
@ 2017-06-13 9:42 ` Ian Abbott
2017-06-13 9:43 ` v2017.06.0 Ian Abbott
0 siblings, 1 reply; 6+ messages in thread
From: Ian Abbott @ 2017-06-13 9:42 UTC (permalink / raw)
To: barebox
On 13/06/17 08:53, Sascha Hauer wrote:
> barebox v2017.06.0 is available. I originally wanted to wait for the
> fix of the OMAP Nand controller issue, but unfortunately there's no
> full solution in sight. Since waiting longer would effectively mean that
> we skip the June release, I decided to do a release with this bug still
> standing.
Thanks Sasha. Could you git push the release, please?
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v2017.06.0
2017-06-13 9:42 ` v2017.06.0 Ian Abbott
@ 2017-06-13 9:43 ` Ian Abbott
2017-06-13 9:52 ` v2017.06.0 Ian Abbott
0 siblings, 1 reply; 6+ messages in thread
From: Ian Abbott @ 2017-06-13 9:43 UTC (permalink / raw)
To: barebox
On 13/06/17 10:42, Ian Abbott wrote:
> On 13/06/17 08:53, Sascha Hauer wrote:
>> barebox v2017.06.0 is available. I originally wanted to wait for the
>> fix of the OMAP Nand controller issue, but unfortunately there's no
>> full solution in sight. Since waiting longer would effectively mean that
>> we skip the June release, I decided to do a release with this bug still
>> standing.
>
> Thanks Sasha. Could you git push the release, please?
I mean "Sascha". Sorry!
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v2017.06.0
2017-06-13 9:43 ` v2017.06.0 Ian Abbott
@ 2017-06-13 9:52 ` Ian Abbott
2017-06-13 11:38 ` v2017.06.0 Sascha Hauer
0 siblings, 1 reply; 6+ messages in thread
From: Ian Abbott @ 2017-06-13 9:52 UTC (permalink / raw)
To: barebox
On 13/06/17 10:43, Ian Abbott wrote:
> On 13/06/17 10:42, Ian Abbott wrote:
>> On 13/06/17 08:53, Sascha Hauer wrote:
>>> barebox v2017.06.0 is available. I originally wanted to wait for the
>>> fix of the OMAP Nand controller issue, but unfortunately there's no
>>> full solution in sight. Since waiting longer would effectively mean that
>>> we skip the June release, I decided to do a release with this bug still
>>> standing.
>>
>> Thanks Sasha. Could you git push the release, please?
>
> I mean "Sascha". Sorry!
Oh, I see the tag is in the repository, but it's currently three commits
ahead of origin/master.
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v2017.06.0
2017-06-13 9:52 ` v2017.06.0 Ian Abbott
@ 2017-06-13 11:38 ` Sascha Hauer
2017-06-13 11:53 ` v2017.06.0 Ian Abbott
0 siblings, 1 reply; 6+ messages in thread
From: Sascha Hauer @ 2017-06-13 11:38 UTC (permalink / raw)
To: Ian Abbott; +Cc: barebox
On Tue, Jun 13, 2017 at 10:52:33AM +0100, Ian Abbott wrote:
> On 13/06/17 10:43, Ian Abbott wrote:
> > On 13/06/17 10:42, Ian Abbott wrote:
> > > On 13/06/17 08:53, Sascha Hauer wrote:
> > > > barebox v2017.06.0 is available. I originally wanted to wait for the
> > > > fix of the OMAP Nand controller issue, but unfortunately there's no
> > > > full solution in sight. Since waiting longer would effectively mean that
> > > > we skip the June release, I decided to do a release with this bug still
> > > > standing.
> > >
> > > Thanks Sasha. Could you git push the release, please?
> >
> > I mean "Sascha". Sorry!
>
> Oh, I see the tag is in the repository, but it's currently three commits
> ahead of origin/master.
Try again, forgot to push master.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v2017.06.0
2017-06-13 11:38 ` v2017.06.0 Sascha Hauer
@ 2017-06-13 11:53 ` Ian Abbott
0 siblings, 0 replies; 6+ messages in thread
From: Ian Abbott @ 2017-06-13 11:53 UTC (permalink / raw)
To: barebox
On 13/06/17 12:38, Sascha Hauer wrote:
> On Tue, Jun 13, 2017 at 10:52:33AM +0100, Ian Abbott wrote:
>> On 13/06/17 10:43, Ian Abbott wrote:
>>> On 13/06/17 10:42, Ian Abbott wrote:
>>>> On 13/06/17 08:53, Sascha Hauer wrote:
>>>>> barebox v2017.06.0 is available. I originally wanted to wait for the
>>>>> fix of the OMAP Nand controller issue, but unfortunately there's no
>>>>> full solution in sight. Since waiting longer would effectively mean that
>>>>> we skip the June release, I decided to do a release with this bug still
>>>>> standing.
>>>>
>>>> Thanks Sasha. Could you git push the release, please?
>>>
>>> I mean "Sascha". Sorry!
>>
>> Oh, I see the tag is in the repository, but it's currently three commits
>> ahead of origin/master.
>
> Try again, forgot to push master.
Thanks. All okay now.
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-06-13 11:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-13 7:53 v2017.06.0 Sascha Hauer
2017-06-13 9:42 ` v2017.06.0 Ian Abbott
2017-06-13 9:43 ` v2017.06.0 Ian Abbott
2017-06-13 9:52 ` v2017.06.0 Ian Abbott
2017-06-13 11:38 ` v2017.06.0 Sascha Hauer
2017-06-13 11:53 ` v2017.06.0 Ian Abbott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox