barebox support for the TI IDK board

2018-02-04 Thread Giorgio Dal Molin
Hi, I've recently received the Industrial Development Kit TMDXIDK5728 from Texas Instruments, with the AM5728 soc on it, and would like to boot a linux kernel with barebox. I had a look through the barebox git repo and found the dts and dtsi files for the IDK board, ported from the linux kernel

Re: [PATCH] net: phy: ar8327: fix ar8327n_reg_read

2018-02-04 Thread Sascha Hauer
On Tue, Jan 30, 2018 at 09:02:21PM +0100, Oleksij Rempel wrote: > Actual read value was lost and only by accident worked properly. > > Signed-off-by: Oleksij Rempel > --- > drivers/net/phy/ar8327.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks

Re: [PATCH 1/3] fs/parseopt: Add parseopt_llu_suffix

2018-02-04 Thread Sascha Hauer
On Thu, Feb 01, 2018 at 11:37:15AM +0100, Philipp Zabel wrote: > Add an option parser using strtoull_suffix that can be used to > parse a loop mount offset option. > > Signed-off-by: Philipp Zabel > --- > include/parseopt.h | 2 ++ > lib/parseopt.c | 30

Re: [PATCH 1/4] include linux/compiler.h in linux/unaligned/generic.h

2018-02-04 Thread Sascha Hauer
On Thu, Feb 01, 2018 at 11:46:11AM +0100, Philipp Zabel wrote: > Without this include, the __force macro used in this header may be > undefined. > > Signed-off-by: Philipp Zabel I hope it's worth adding yet another compression algorithm. I've yet to see anything better