[PATCH] arc: use ezchip network driver

2016-03-14 Thread Lada Trimasova
Since ezchip network driver was adapted to little endian architecture this patch provides the corresponding arch/arc/{boot/dts,configs}/ updates so we can switch over to this device-model/driver for OSCI platform. Signed-off-by: Lada Trimasova Cc: Alexey Brodkin Cc: Vineet Gupta : --- arch/arc/

Re: [PATCH 1/4 v3] drm: Add support of ARC PGU display controller

2016-03-14 Thread Alexey Brodkin
Hi Daniel, On Mon, 2016-03-14 at 08:00 +0100, Daniel Vetter wrote: > On Fri, Mar 11, 2016 at 06:42:36PM +0300, Alexey Brodkin wrote: > > > > ARC PGU could be found on some development boards from Synopsys. > > This is a simple byte streamer that reads data from a framebuffer > > and sends data to

kisskb: FAILED linux-next/axs101_defconfig/arcompact Mon Mar 14, 19:26

2016-03-14 Thread noreply
FAILED linux-next/axs101_defconfig/arcompact Mon Mar 14, 19:26 http://kisskb.ellerman.id.au/kisskb/buildresult/12633624/ Commit: Add linux-next specific files for 20160314 4342eec3c5a2402ca5de3d6e56f541fe1c5171e2 Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4

Re: [PATCH] mm: slub: Ensure that slab_unlock() is atomic

2016-03-14 Thread Vineet Gupta
On Wednesday 09 March 2016 05:10 PM, Peter Zijlstra wrote: > --- > Subject: bitops: Do not default to __clear_bit() for __clear_bit_unlock() > > __clear_bit_unlock() is a special little snowflake. While it carries the > non-atomic '__' prefix, it is specifically documented to pair with > test_and

Re: [PATCH 1/4 v3] drm: Add support of ARC PGU display controller

2016-03-14 Thread Daniel Vetter
On Fri, Mar 11, 2016 at 06:42:36PM +0300, Alexey Brodkin wrote: > ARC PGU could be found on some development boards from Synopsys. > This is a simple byte streamer that reads data from a framebuffer > and sends data to the single encoder. > > Signed-off-by: Alexey Brodkin > Cc: David Airlie > Cc