Re: [PATCH v7 3/3] irqchip: add nps Internal and external irqchips

2016-04-01 Thread kbuild test robot
Hi Noam, [auto build test WARNING on tip/irq/core] [also build test WARNING on v4.6-rc1 next-20160401] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Noam-Camus/Adding-NPS400-drivers/20160402

Re: [PATCH v3] clk/axs10x: Add I2S PLL clock driver

2016-04-01 Thread Stephen Boyd
On 03/31, Jose Abreu wrote: > > arch/arc/boot/dts/axs10x_mb.dtsi | 5 ++ Please remove this diff from this patch. dts changes go through non-clk trees. > drivers/clk/Makefile | 1 + > drivers/clk/axs10x/Makefile| 1 + > drivers/clk/axs10x/i2s_pll_clock.c | 163 > ++

[PATCH v7 0/3] Adding NPS400 drivers

2016-04-01 Thread Noam Camus
From: Noam Camus Change Log-- v7: Rebased on latest HEAD (4.6-rc1) Added change log to all patches to ease review. v6: Files headers changed to start with: Copyright (c) 2016, Mellanox Technologies ... This is due to the acquisition of EZchip made by Mellanox. One can still find "EZchip" used i

[PATCH v7 2/3] clocksource: Add NPS400 timers driver

2016-04-01 Thread Noam Camus
From: Noam Camus Add internal tick generator which is shared by all cores. Each cluster of cores view it through dedicated address. This is used for SMP system where all CPUs synced by same clock source. Signed-off-by: Noam Camus Cc: Daniel Lezcano Cc: Rob Herring Cc: Thomas Gleixner Cc: Joh

[PATCH v7 1/3] soc: Support for EZchip SoC

2016-04-01 Thread Noam Camus
From: Noam Camus This header file is for NPS400 SoC. It includes macros for accessing memory mapped registers. These are functional registers that core can use to configure SoC. Signed-off-by: Noam Camus Cc: Daniel Lezcano Cc: Vineet Gupta --- v7: Rebased on latest HEAD (4.6-rc1) v6: Files h

[PATCH v7 3/3] irqchip: add nps Internal and external irqchips

2016-04-01 Thread Noam Camus
From: Noam Camus Adding EZchip NPS400 support. Internal interrupts are handled by Multi Thread Manager (MTM) Once interrupt is serviced MTM is acked for deactivating the interrupt. External interrupts are handled by MTM as well as at Global Interrupt Controller (GIC) e.g. serial and network devic

Re: [PATCH 1/3 v2] drm/i2c/adv7511: Add audio support

2016-04-01 Thread Laurent Pinchart
Hi Jose, Thank you for the patch. On Monday 28 Mar 2016 15:36:09 Jose Abreu wrote: > This patch adds audio support for the ADV7511 HDMI transmitter > using ALSA SoC. > > The code was ported from Analog Devices linux tree from > commit 1770c4a1e32b ("Merge remote-tracking branch > 'xilinx/master'