Re: [PATCH 2/3] gpio: Add GPIO support for Broadcom STB SoCs

2015-05-07 Thread Gregory Fong
On Thu, May 07, 2015 at 10:18:49AM +0200, Paul Bolle wrote: > Just a nit: a license mismatch. > > On Wed, 2015-05-06 at 01:37 -0700, Gregory Fong wrote: > > --- /dev/null > > +++ b/drivers/gpio/gpio-brcmstb.c > > > + * This program is free software; you can redistribute it and/or > > + * modify i

Re: [PATCH 2/3 v8] mailbox: Enable BCM2835 mailbox support

2015-05-07 Thread Eric Anholt
Noralf Trønnes writes: > Den 05.05.2015 22:27, skrev Eric Anholt: >> From: Lubomir Rintel >> >> This mailbox driver provides a single mailbox channel to write 32-bit >> values to the VPU and get a 32-bit response. The Raspberry Pi >> firmware uses this mailbox channel to implement firmware call

[PATCH v2 0/2] Add initial CoreSight support for the Qualcomm 8x16 chipsets

2015-05-07 Thread Ivan T. Ivanov
Add initial CoreSight support for the Qualcomm 8x16 chipsets This patch series add initial set of CoreSight components for the 8x16 chipsets. Components will not be functional, because of missing clock controller driver, which is under internal testing. Patches are based on "Enable CoreSight for

Re: [RFC PATCH 0/3] PCI: host: Add PCIe host support for Hisilicon Soc Hip05

2015-05-07 Thread Bjorn Helgaas
On Wed, Apr 15, 2015 at 02:04:00PM +0800, Zhou Wang wrote: > This patchset adds PCIe host support for Hisilicon Soc Hip05. The PCIe hosts > use PCIe IP core from Synopsys. So the driver is based on designware PCIe > driver. > > Zhou Wang (3): > PCI: host: designware: support ARM64 > PCI: Host

Re: [STLinux Kernel] [PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP

2015-05-07 Thread Peter Griffin
Hi Lee, On Thu, 07 May 2015, Lee Jones wrote: > This IP is shared with Watchdog and RTC functionality. Only one of > these IPs can be used at the same time. We use the device-driver > model combined with a DT 'mode' property to enforce this. Which means my previous assertion in V1 that the IP

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-07 Thread Peter Ujfalusi
On 05/04/2015 08:38 AM, Vinod Koul wrote: > On Thu, Apr 09, 2015 at 12:35:49PM +0300, Peter Ujfalusi wrote: >> +int omap_dmaxbar_init(void) >> +{ >> +return platform_driver_register(&ti_dma_xbar_driver); >> +} >> +arch_initcall(omap_dmaxbar_init); > All looks fine except this bit, I think I did

Re: device tree compiler with overlay support?

2015-05-07 Thread Pantelis Antoniou
Oh, and since I forgot to include that earlier, there’s a git tree against mainline that I update regularly: https://github.com/pantoniou/linux-beagle-track-mainline/tree/bbb-overlays Regards — Pantelis > On May 7, 2015, at 10:17 , Geert Uytterhoeven wrote: > > On Tue, May 5, 2015 at 6:51 PM

Re: device tree compiler with overlay support?

2015-05-07 Thread Pantelis Antoniou
Hi Geert, > On May 7, 2015, at 10:17 , Geert Uytterhoeven wrote: > > On Tue, May 5, 2015 at 6:51 PM, Michal Suchanek wrote: >> On 5 May 2015 at 17:18, Michal Suchanek wrote: >>> where is a device tree compiler that can compile an overlay? >>> >>> The compiler at git://git.kernel.org/pub/scm/u