[PATCH] fs: squashfs: use correct format specifier

2016-06-03 Thread Lucas Stach
Fixes: fs/squashfs/inode.c: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' Signed-off-by: Lucas Stach --- fs/squashfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/squashfs/inode.c b/fs/squashfs/inode.c index 749fc7ef

Re: [PATCH 0/12] Add basic support for arm64

2016-06-03 Thread Raphaël Poggi
Hi, 2016-06-03 11:16 GMT+02:00 Sascha Hauer : > On Thu, Jun 02, 2016 at 10:06:46AM +0200, Raphael Poggi wrote: >> Hello, >> >> This patch series introduces a basic support for arm64. >> >> The arm64 code is merged in the current arch/arm directory. >> I try to be iterative in the merge process, an

Re: [PATCH 0/12] Add basic support for arm64

2016-06-03 Thread Sascha Hauer
On Thu, Jun 02, 2016 at 10:06:46AM +0200, Raphael Poggi wrote: > Hello, > > This patch series introduces a basic support for arm64. > > The arm64 code is merged in the current arch/arm directory. > I try to be iterative in the merge process, and find correct solutions > to handle both architectur

Re: [PATCH 12/12] arm: boards: add virt board

2016-06-03 Thread Sascha Hauer
On Thu, Jun 02, 2016 at 10:06:58AM +0200, Raphael Poggi wrote: > Add qemu virt board which emulates arm64 board. > > Signed-off-by: Raphael Poggi > --- > arch/arm/Kconfig | 9 > arch/arm/boards/Makefile | 1 + > arch/arm/boards/virt/Kconfig

Re: [PATCH 11/12] arm: cpu: add basic arm64 mmu support

2016-06-03 Thread Sascha Hauer
On Thu, Jun 02, 2016 at 10:06:57AM +0200, Raphael Poggi wrote: > This commit adds basic mmu support, ie: > - DMA cache handling is not supported > - Remapping memory region also > > The current mmu setting is: > - 4KB granularity > - 3 level lookup (skipping L0) >

Re: [PATCH 04/12] arm: cpu: add arm64 specific code

2016-06-03 Thread Sascha Hauer
On Thu, Jun 02, 2016 at 10:06:50AM +0200, Raphael Poggi wrote: > This patch adds arm64 specific codes, which are: > - exception support > - cache support > - rework Makefile to support arm64 > > Signed-off-by: Raphael Poggi > --- > arch/arm/cpu/Makefile| 17 - > ar

Re: [PATCH 03/12] arm: introduce lib64 for arm64 related stuff

2016-06-03 Thread Sascha Hauer
On Thu, Jun 02, 2016 at 10:06:49AM +0200, Raphael Poggi wrote: > Signed-off-by: Raphael Poggi > --- > arch/arm/lib64/Makefile | 16 ++ > arch/arm/lib64/armlinux.c | 275 +++ > arch/arm/lib64/asm-offsets.c| 16 ++ > arch/arm/lib64/barebox.lds | 125

Re: [PATCH 02/12] arm: Makefile: rework makefile to handle armv8

2016-06-03 Thread Raphaël Poggi
2016-06-03 9:27 GMT+02:00 Sascha Hauer : > On Thu, Jun 02, 2016 at 10:06:48AM +0200, Raphael Poggi wrote: >> Signed-off-by: Raphael Poggi >> --- >> arch/arm/Makefile | 30 -- >> 1 file changed, 28 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/Makefile b/arc

Re: [PATCH 02/12] arm: Makefile: rework makefile to handle armv8

2016-06-03 Thread Sascha Hauer
On Thu, Jun 02, 2016 at 10:06:48AM +0200, Raphael Poggi wrote: > Signed-off-by: Raphael Poggi > --- > arch/arm/Makefile | 30 -- > 1 file changed, 28 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/Makefile b/arch/arm/Makefile > index 5ccdb83..df4832f 100644 >

Re: [PATCH v2 00/22] e1000 code cleanup and iNVM support

2016-06-03 Thread Sascha Hauer
On Wed, Jun 01, 2016 at 09:58:29PM -0700, Andrey Smirnov wrote: > Hi everyone, > > Here's the second version of the patchset, changes since v1: > > - Reworked register offset remapping as per Trent's suggestion Thanks for putting some love into this driver, it can really use it. Applied. Sasch

Re: [PATCH] state: select CRC32

2016-06-03 Thread Sascha Hauer
On Wed, Jun 01, 2016 at 05:35:46PM +0200, Lucas Stach wrote: > The raw state backend uses crc32 unconditionally, so make > sure it's present. > > Signed-off-by: Lucas Stach > --- > common/Kconfig | 1 + > 1 file changed, 1 insertion(+) Applied, thanks Sascha > > diff --git a/common/Kconfig b