Re: [PATCH 1/2] dt-bindings: GPIO: Add generic serializer binding

2015-12-17 Thread Geert Uytterhoeven
On Mon, Dec 14, 2015 at 5:41 PM, Andrew F. Davis wrote: > What I'm worried about looks to have happened with the gpio-74x164 > driver, this is kind of the companion device to mine (74164 / 74165) > and should work with any 74164 compatible shift register (possibly 100s > of versions

Re: [PATCH 1/2] dt-bindings: GPIO: Add generic serializer binding

2015-12-17 Thread Geert Uytterhoeven
On Thu, Dec 17, 2015 at 9:28 AM, Geert Uytterhoeven wrote: > Given the limitations of the '164 for SPI, is the same true for '165, and > should it be "[...]74[...]597" instead? Forget it, this driver is not about SPI. Gr{oetje,eeting}s, Geert --

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-17 Thread Stefan Wahren
Am 17.12.2015 um 01:37 schrieb Eric Anholt: > Arnd Bergmann writes: > >> On Wednesday 16 December 2015 15:55:07 Eric Anholt wrote: >>> This is a major rewrite of the previous Raspberry Pi 2 submission. >>> SMP support is now included, and the DT includes are cleaned up to >>> avoid

Re: [RFC PATCH 2/8] Documentation: arm: define DT cpu capacity bindings

2015-12-17 Thread Juri Lelli
Hi, On 15/12/15 17:45, Mark Brown wrote: > On Tue, Dec 15, 2015 at 05:28:37PM +, Mark Rutland wrote: > > On Tue, Dec 15, 2015 at 05:17:13PM +, Mark Brown wrote: > > > > Obviously people are going to get upset if we introduce performance > > > regressions - but that's true always, we can

[PATCH v2 2/2] ASoC: atmel-classd: DT binding for PDMIC driver

2015-12-17 Thread Songjun Wu
DT binding documentation for this new ASoC driver. Signed-off-by: Songjun Wu --- Changes in v2: None .../devicetree/bindings/sound/atmel-pdmic.txt | 55 1 file changed, 55 insertions(+) create mode 100644

[RESEND PATCH v2 2/2] ASoC: atmel-classd: DT binding for PDMIC driver

2015-12-17 Thread Songjun Wu
DT binding documentation for this new ASoC driver. Signed-off-by: Songjun Wu --- Changes in v2: None .../devicetree/bindings/sound/atmel-pdmic.txt | 55 1 file changed, 55 insertions(+) create mode 100644

Re: [PATCH v2 2/2] ASoC: atmel-classd: DT binding for PDMIC driver

2015-12-17 Thread Nicolas Ferre
It seems that the $subject is not correct. Le 17/12/2015 10:44, Songjun Wu a écrit : > DT binding documentation for this new ASoC driver. > > Signed-off-by: Songjun Wu > --- > > Changes in v2: None > > .../devicetree/bindings/sound/atmel-pdmic.txt | 55 >

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-17 Thread Arnd Bergmann
On Thursday 17 December 2015 09:48:57 Stefan Wahren wrote: > Am 17.12.2015 um 01:37 schrieb Eric Anholt: > > Arnd Bergmann writes: > > > >> On Wednesday 16 December 2015 15:55:07 Eric Anholt wrote: > >>> This is a major rewrite of the previous Raspberry Pi 2 submission. > >>> SMP

[PATCH] net/macb: Update device tree binding for resetting PHY using GPIO

2015-12-17 Thread Gregory CLEMENT
Instead of being at the MAC level the reset gpio preperty is moved at the PHY child node level. It is still managed by the MAC, but from the point of view of the binding it make more sense to be part of the PHY node. This commit also fixes a build errors if GPIOLIB is not selected.

Re: [PATCH v6 0/6] Add mipi dsi support for rk3288

2015-12-17 Thread Heiko Stübner
Hi Chris, Am Mittwoch, 16. Dezember 2015, 18:10:10 schrieb Chris Zhong: > The rk3288 MIPI DSI is a Synopsys DesignWare MIPI DSI host controller > IP. This series adds support for a Synopsys DesignWare MIPI DSI host > controller DRM driver. > > The MIPI DSI feature is tested on rk3288 evb board,

[RESEND PATCH v2 0/2] ASoC: atmel-pdmic: add driver for Atmel PDMIC

2015-12-17 Thread Songjun Wu
The Pulse Density Modulation Inteface Controller driver includes two parts. 1) Driver code to implement the PDMIC function. 2) Device tree binding documentation, it describes how to add the PDMIC in device tree. Changes in v2: - Remove the function 'atmel_pdmic_codec_get_remap', since the

[PATCH v02 2/2] ARM: DTS: am437x: Use the new DT bindings for the eDMA3

2015-12-17 Thread Peter Ujfalusi
Switch to use the ti,edma3-tpcc and ti,edma3-tptc binding for the eDMA3 and enable the DMA even crossbar with ti,am335x-edma-crossbar. With the new bindings boards can customize and tweak the DMA channel priority to match their needs. With the new binding the memcpy is safe to be used since with

[PATCH v02 1/2] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-17 Thread Peter Ujfalusi
Switch to use the ti,edma3-tpcc and ti,edma3-tptc binding for the eDMA3 and enable the DMA even crossbar with ti,am335x-edma-crossbar. With the new bindings boards can customize and tweak the DMA channel priority to match their needs. With the new binding the memcpy is safe to be used since with

Re: [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver

2015-12-17 Thread Andy Shevchenko
On Tue, Dec 15, 2015 at 2:40 PM, Vladimir Murzin wrote: > On 12/12/15 23:39, Andy Shevchenko wrote: >> On Wed, Dec 2, 2015 at 11:33 AM, Vladimir Murzin >> wrote: >>> This driver adds support to the UART controller found on ARM MPS2 >>> platform.

[PATCH v02 1/6] ARM: DTS: da850: fix edma0 reg space

2015-12-17 Thread Peter Ujfalusi
The size of the eDMA0 CC register space is 0x8000 and not 0x1. Signed-off-by: Peter Ujfalusi Tested-by: Sushaanth Srirangapathi --- arch/arm/boot/dts/da850.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2015-12-17 Thread Tim Harvey
On Wed, Dec 2, 2015 at 12:54 PM, Tim Harvey wrote: > > On Wed, Dec 2, 2015 at 11:11 AM, Akshay Bhat wrote: > > > > > > On 11/06/2015 05:02 PM, Guenter Roeck wrote: > >> > >> On Fri, Nov 06, 2015 at 11:53:42AM -0800, Tim Harvey wrote: > >>> > >>> On

Re: [PATCH v4 3/5] PCI: qcom: Add Qualcomm PCIe controller driver

2015-12-17 Thread Stanimir Varbanov
Bjorn, thanks for the comments! On 12/16/2015 11:53 PM, Bjorn Helgaas wrote: > On Thu, Dec 03, 2015 at 03:35:22PM +0200, Stanimir Varbanov wrote: >> From: Stanimir Varbanov >> >> The PCIe driver reuse the Designware common code for host >> and MSI initialization, and also

[PATCH v02 5/6] ARM: DTS: da850: Add node for mmc1

2015-12-17 Thread Peter Ujfalusi
da850 has two MMC controller, MMCSD1 is served by eDMA1 Signed-off-by: Peter Ujfalusi Tested-by: Sushaanth Srirangapathi --- arch/arm/boot/dts/da850.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/da850.dtsi

[PATCH v02 2/6] ARM: DTS: da850: Use the new DT bindings for the eDMA3

2015-12-17 Thread Peter Ujfalusi
Switch to use the ti,edma3-tpcc and ti,edma3-tptc binding for the eDMA3. With the new bindings boards can customize and tweak the DMA channel priority to match their needs. With the new binding the memcpy is safe to be used since with the old binding it was not possible for a driver to know which

[PATCH v02 4/6] ARM: DTS: da850: Enable DMA use for MMC0

2015-12-17 Thread Peter Ujfalusi
Add the needed bindings for MMC0 in order to be able to utilize the DMA instead of PIO mode. Signed-off-by: Peter Ujfalusi Tested-by: Sushaanth Srirangapathi --- arch/arm/boot/dts/da850.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v02 3/6] ARM: DTS: da850: Enable eDMA1

2015-12-17 Thread Peter Ujfalusi
The eDMA1 in da850 has only one TPTC and for example MMC1 is HW events are handled by it. Signed-off-by: Peter Ujfalusi Tested-by: Sushaanth Srirangapathi --- arch/arm/boot/dts/da850-enbw-cmc.dts | 4 arch/arm/boot/dts/da850-evm.dts | 4

[PATCH v02 6/6] ARM: DTS: da850: Enable DMA for SPI1

2015-12-17 Thread Peter Ujfalusi
Add the needed bindings so the SPI driver can use DMA with SPI1. Signed-off-by: Peter Ujfalusi Tested-by: Sushaanth Srirangapathi --- arch/arm/boot/dts/da850.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/da850.dtsi

[PATCH v02 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support

2015-12-17 Thread Peter Ujfalusi
Hi, Changes since v1: - Added tested by from Sushaanth Srirangapathi - Updated to use the non 16bit arrays [1] - memcpy channels are not reserved as requested by Sekhar - DMA memcpy is disabled for now Switch to use the new eDMA bindings and enable DMA for MMC0, SPI1. Add node for MMC1. [1]

[PATCH v02 0/2] ARM: DTS: am33xx/am437x: Use the new eDMA bindings

2015-12-17 Thread Peter Ujfalusi
Hi, Changes since v1: - Updated to use the non 16bit arrays [1] - send the two patch as a series [1] As it has been discussed earlier: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg122117.html the DT bindings has been changes compared to what we had in 4.4-rc1: the arrays now don't

[PATCH v1 4/6] ARM: dts: rockchip: add the kylin board for rk3036

2015-12-17 Thread Caesar Wang
This patchset is the initiation version to try work for kylin board. Signed-off-by: Caesar Wang --- Documentation/devicetree/bindings/arm/rockchip.txt | 4 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/rk3036-kylin.dts |

[PATCH v1 3/6] ARM: dts: add the sdio/sdmmc node for rk3036

2015-12-17 Thread Caesar Wang
In general, the sdio/sdmmc is used by the wifi module and sd card. let's add the node for these function. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3036.dtsi | 72 +++ 1 file changed, 72 insertions(+) diff --git

[PATCH v1 1/6] ARM: dts: fix the correct pinctrl control for rk3036

2015-12-17 Thread Caesar Wang
The pinctrl gpio pull up/down is incorrect since the rk3036 SoCs can't set the status in the internal. We should keep the default status for enable the gpio status, In fact, the pull_none is the disable the gpio pull up/down. Signed-off-by: Xing Zheng Signed-off-by:

[PATCH v1 2/6] ARM: dts: add the lcdc and hdmi node for rk3036

2015-12-17 Thread Caesar Wang
The rk3036 support two overlay plane and one hwc plane, it support IOMMU, and its IOMMU same as rk3288's. Meanwhile, add the inno hdmi for HDMI display. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3036.dtsi | 61 +++ 1 file

[PATCH v1 5/6] ARM: dts: add the sound codec for kylin board

2015-12-17 Thread Caesar Wang
Support the rt5616 codec for kylin board, but we need enable the i2s firstly. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3036-kylin.dts | 33 + 1 file changed, 33 insertions(+) diff --git a/arch/arm/boot/dts/rk3036-kylin.dts

[PATCH v1 6/6] ARM: dts: add the sdio node for kylin board

2015-12-17 Thread Caesar Wang
Let's enable the sdio for wifi module on kylin board. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3036-kylin.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index

Re: [PATCH v3] extcon: add Maxim MAX3355 driver

2015-12-17 Thread Sergei Shtylyov
Hello. On 12/17/2015 3:53 AM, Krzysztof Kozlowski wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition to sensing/controlling Vbus, the chip

Re: [PATCH v4] of: fix declaration of of_io_request_and_map

2015-12-17 Thread Daniel Lezcano
On 12/08/2015 09:47 AM, Sudip Mukherjee wrote: We are having build failure with linux-next for sparc allmodconfig with the error messages: drivers/built-in.o: In function `meson6_timer_init': meson6_timer.c:(.init.text+0x5fe8): undefined reference to `of_io_request_and_map' drivers/built-in.o:

[PATCH v1 0/6] Support the rk3036 Kylin board

2015-12-17 Thread Caesar Wang
Kylin-board is based on RK3036 SOCs, add the initiation version for working. This series patches have the following decriptions: PATCH[1/6]: ARM: dts: fix the correct pinctrl control for rk3036 The pinctrl gpio pull up/down is incorrect since the rk3036 SoCs can't set the status in the

Re: [PATCH v5] serial: support for 16550A serial ports on LP-8x4x

2015-12-17 Thread Andy Shevchenko
On Wed, 2015-12-16 at 00:04 +0300, Sergei Ianovich wrote: > The patch adds support for 3 additional LP-8x4x built-in serial > ports. > > The device can also host up to 8 extension cards with 4 serial ports > on each card for a total of 35 ports. However, I don't have > the hardware to test

Re: [PATCH v2 0/3] USB: add generic onboard USB HUB driver

2015-12-17 Thread Rob Herring
On Wed, Dec 16, 2015 at 8:31 PM, Peter Chen wrote: > On Thu, Dec 17, 2015 at 12:13:07AM +0100, Arnd Bergmann wrote: >> On Wednesday 16 December 2015 16:59:39 Rob Herring wrote: >> > On Mon, Dec 14, 2015 at 3:35 AM, Arnd Bergmann wrote: >> > > On Monday 14

Re: [PATCH v6 0/4] SysFS driver for QEMU fw_cfg device

2015-12-17 Thread Gabriel L. Somlo
ping ? Also, for the corresponding patch set on the QEMU end of things, ping on http://thread.gmane.org/gmane.comp.emulators.qemu/376321 Thanks, --Gabriel On Fri, Dec 04, 2015 at 10:29:02AM -0500, Gabriel L. Somlo wrote: > Allow access to QEMU firmware blobs, passed into the guest VM via > the

Re: [PATCH v4 1/5] PCI: designware: add memory barrier after enabling region

2015-12-17 Thread Pratyush Anand
On Thu, Dec 17, 2015 at 9:15 PM, Stanimir Varbanov wrote: > > On 12/11/2015 06:05 AM, Pratyush Anand wrote: > > On Wed, Dec 9, 2015 at 3:53 PM, Russell King - ARM Linux > > wrote: > > > > [...] > > > > dw_pcie_writel_rc(pp,

Re: [PATCH v3 0/4] Raspberry Pi power domains

2015-12-17 Thread Ulf Hansson
On 15 December 2015 at 22:40, Eric Anholt wrote: > Since the pm_genpd_exit() patch is still going through review, and > other drivers in the tree just ignore the error cases, Ulf offered to > merge the series as a builtin driver not depending on that interface. > We still avoid

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2015-12-17 Thread Guenter Roeck
On 12/17/2015 07:02 AM, Tim Harvey wrote: On Wed, Dec 2, 2015 at 12:54 PM, Tim Harvey wrote: On Wed, Dec 2, 2015 at 11:11 AM, Akshay Bhat wrote: On 11/06/2015 05:02 PM, Guenter Roeck wrote: On Fri, Nov 06, 2015 at 11:53:42AM -0800, Tim

Re: [PATCH v4 1/5] PCI: designware: add memory barrier after enabling region

2015-12-17 Thread Stanimir Varbanov
On 12/11/2015 06:05 AM, Pratyush Anand wrote: > On Wed, Dec 9, 2015 at 3:53 PM, Russell King - ARM Linux > wrote: > > [...] > > dw_pcie_writel_rc(pp, PCIE_ATU_ENABLE, PCIE_ATU_CR2); > + /* > + * ensure that the ATU enable has been happaned

Re: [PATCH v4 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-17 Thread Ulf Hansson
On 17 December 2015 at 01:26, Eric Anholt wrote: > From: Alexander Aring > > This patch adds support for several power domains on Raspberry Pi, > including USB (so it can be enabled even if the bootloader didn't do > it), and graphics. > > This patch is the

Re: [PATCH] ARM: dts: Make CPU configuration more readable for exynos542x/5800

2015-12-17 Thread Chanho Park
On Fri, Dec 11, 2015 at 3:17 PM, Krzysztof Kozlowski wrote: > Exynos5420 and Exynos5800 boards boot from big core (A15) but > Exynos5420 boards choose otherwise: LITTLE core (A7) (on Exynos5422 this > is property of the board - configurable by pulling up/down gpg2-1). >

Re: [PATCH v2 0/3] USB: add generic onboard USB HUB driver

2015-12-17 Thread Alan Stern
On Wed, 16 Dec 2015, Rob Herring wrote: > On Mon, Dec 14, 2015 at 3:35 AM, Arnd Bergmann wrote: > > On Monday 14 December 2015 15:26:11 Peter Chen wrote: > >> Hi all, > >> > >> There is a known issue that the USB code can't handle USB HUB's > >> external pins well, in that case,

[PATCH V10 0/7] dma: add Qualcomm Technologies HIDMA driver

2015-12-17 Thread Sinan Kaya
The Qualcomm Technologies HIDMA device has been designed to support virtualization technology. The driver has been divided into two to follow the hardware design. 1. HIDMA Management driver 2. HIDMA Channel driver Each HIDMA HW consists of multiple channels. These channels share some set of

[PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy

2015-12-17 Thread Sinan Kaya
In order to create a relationship model between the channels and the management object, we are adding support for object hierarchy to the drivers. This patch simplifies the userspace application development. We will not have to traverse different firmware paths based on device tree or ACPI baed

[PATCH V10 6/7] dma: qcom_hidma: add debugfs hooks

2015-12-17 Thread Sinan Kaya
Add debugfs hooks for debugging the execution behavior of the DMA channel. The debugfs hooks get initialized by the probe function and uninitialized by the remove function. A stats file is created in debugfs. The stats file will show the information about each HIDMA channel as well as each

[PATCH V10 4/7] dma: add Qualcomm Technologies HIDMA channel driver

2015-12-17 Thread Sinan Kaya
This patch adds support for hidma engine. The driver consists of two logical blocks. The DMA engine interface and the low-level interface. The hardware only supports memcpy/memset and this driver only support memcpy interface. HW and driver doesn't support slave interface. Signed-off-by: Sinan

Re: [PATCH v02 0/2] ARM: DTS: am33xx/am437x: Use the new eDMA bindings

2015-12-17 Thread Tony Lindgren
* Peter Ujfalusi [151217 05:33]: > Hi, > > Changes since v1: > - Updated to use the non 16bit arrays [1] > - send the two patch as a series > > [1] > As it has been discussed earlier: > https://www.mail-archive.com/linux-omap@vger.kernel.org/msg122117.html > > the DT

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-17 Thread Ganapatrao Kulkarni
Thanks Will for the review. On Thu, Dec 17, 2015 at 10:41 PM, Will Deacon wrote: > Hello, > > This all looks pretty reasonable, but I'd like to see an Ack from a > devicetree maintainer on the binding before I merge anything (and I see > that there are outstanding comments

Re: [PATCH v3] net/macb: add support for resetting PHY using GPIO

2015-12-17 Thread David Miller
From: Gregory CLEMENT Date: Thu, 17 Dec 2015 09:39:32 +0100 > if I remebered well you do not remove patch from yout branch. So would > you agree to take a follow-up patch on top of 5833e0526820 "net/macb: > add support for resetting PHY using GPIO" ? Yes. --

Re: [PATCH v4] of: fix declaration of of_io_request_and_map

2015-12-17 Thread Rob Herring
On Tue, Dec 8, 2015 at 2:47 AM, Sudip Mukherjee wrote: > We are having build failure with linux-next for sparc allmodconfig with > the error messages: > > drivers/built-in.o: In function `meson6_timer_init': > meson6_timer.c:(.init.text+0x5fe8): undefined reference to

[PATCH 19/26] devicetree: bindings: Document qcom,msm-id and qcom,board-id

2015-12-17 Thread Marc Titinger
From: Kumar Gala The top level qcom,msm-id and qcom,board-id are utilized by bootloaders on Qualcomm MSM platforms to determine which device tree should be utilized and passed to the kernel. Cc: Signed-off-by: Kumar Gala

Re: [PATCH 09/19] ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property

2015-12-17 Thread Tony Lindgren
* Sudeep Holla [151215 08:33]: > > > On 21/10/15 11:10, Sudeep Holla wrote: > >Though the keyboard driver for GPIO buttons(gpio-keys) will continue to > >check for/support the legacy "gpio-key,wakeup" boolean property to > >enable gpio buttons as wakeup source,

Re: [PATCH 15/19] ARM: dts: omap: replace legacy *,wakeup property with wakeup-source

2015-12-17 Thread Tony Lindgren
* Sudeep Holla [151215 08:37]: > > > On 21/10/15 11:10, Sudeep Holla wrote: > >Though the keyboard and other driver will continue to support the legacy > >"gpio-key,wakeup", "linux,wakeup" boolean property to enable the wakeup > >source, "wakeup-source" is the new standard

[PATCH V10 3/7] dma: add Qualcomm Technologies HIDMA management driver

2015-12-17 Thread Sinan Kaya
The Qualcomm Technologies HIDMA device has been designed to support virtualization technology. The driver has been divided into two to follow the hardware design. 1. HIDMA Management driver 2. HIDMA Channel driver Each HIDMA HW consists of multiple channels. These channels share some set of

[PATCH V10 2/7] dma: hidma: Add Device Tree support

2015-12-17 Thread Sinan Kaya
Add documentation for the Qualcomm Technologies HIDMA driver. Signed-off-by: Sinan Kaya --- .../devicetree/bindings/dma/qcom_hidma_mgmt.txt| 79 ++ 1 file changed, 79 insertions(+) create mode 100644

[PATCH V10 5/7] dma: qcom_hidma: implement lower level hardware interface

2015-12-17 Thread Sinan Kaya
This patch implements the hardware hooks for the HIDMA channel driver. The main functions of interest are: - hidma_ll_init - hidma_ll_request - hidma_ll_queue_request - hidma_ll_hw_start OS layer calls the hidma_ll_init function during probe to set up the hardware. At this moment, the number of

[PATCH V10 1/7] dma: qcom_bam_dma: move to qcom directory

2015-12-17 Thread Sinan Kaya
Creating a QCOM directory for all QCOM DMA source files. Signed-off-by: Sinan Kaya Reviewed-by: Andy Gtoss --- drivers/dma/Kconfig| 11 ++- drivers/dma/Makefile | 2 +-

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-17 Thread Will Deacon
Hello, This all looks pretty reasonable, but I'd like to see an Ack from a devicetree maintainer on the binding before I merge anything (and I see that there are outstanding comments from Rutland on that). On Tue, Nov 17, 2015 at 10:50:40PM +0530, Ganapatrao Kulkarni wrote: > Adding numa support

Re: [PATCH 2/5] ARM: dts: cm-t335: add support for SBC-T335

2015-12-17 Thread Tony Lindgren
* Rob Herring [151213 17:26]: > On Sun, Dec 13, 2015 at 10:55:36AM +0200, Uri Mashiach wrote: > > Add basic support for the SBC-T335. > > > > CompuLab SBC-T335 is a single baseboard computer. > > The SBC-T335 is based on the Texas Instruments Cortex-A8 Sitara AM3354 > > SoC. > >

Re: [PATCH v5 4/5] ARM: dts: DRA7: add entry for qspi mmap region

2015-12-17 Thread Tony Lindgren
* Rob Herring [151211 07:10]: > On Fri, Dec 11, 2015 at 09:39:59AM +0530, Vignesh R wrote: > > Add qspi memory mapped region entries for DRA7xx based SoCs. Also, > > update the binding documents for the controller to document this change. > > > > Signed-off-by: Vignesh R

Re: [PATCH v7 2/4] Documentation, dt, arm64/arm: dt bindings for numa.

2015-12-17 Thread Mark Rutland
Hi, On Fri, Dec 11, 2015 at 08:11:07PM +0530, Ganapatrao Kulkarni wrote: > On Fri, Dec 11, 2015 at 7:23 PM, Mark Rutland wrote: > > Hi, > > > > On Tue, Nov 17, 2015 at 10:50:41PM +0530, Ganapatrao Kulkarni wrote: > >> DT bindings for numa mapping of memory, cores and IOs. >

Re: [PATCH v3 0/5] Fix a trivial typo and support rk3228/rk3399 SoCs for thermal driver.

2015-12-17 Thread Eduardo Valentin
Hello, On Thu, Dec 03, 2015 at 04:48:38PM +0800, Caesar Wang wrote: > This series pacthes to support the next soc for this thermal driver. > I don't add the dts thermal data since these SoCs have *_not_* land > in this mainline. I believe these SoCs dts will land in this mainline > lately, > then

Re: [PATCH 1/3] ARM: dts: imx7d: add arch timer

2015-12-17 Thread Stefan Agner
On 2015-12-10 15:12, frank...@freescale.com wrote: > From: Frank Li > > add cortex a7 arch timer. > uboot v2016.01-rc2 supported psci basic support. > smp can be supported by psci This sounds a bit overly simplified log message. I am not very into this PSCI topic, is

Re: [PATCH v3 0/4] Raspberry Pi power domains

2015-12-17 Thread Eric Anholt
Ulf Hansson writes: > On 15 December 2015 at 22:40, Eric Anholt wrote: >> Since the pm_genpd_exit() patch is still going through review, and >> other drivers in the tree just ignore the error cases, Ulf offered to >> merge the series as a builtin driver

Re: [PATCH v3 0/4] Raspberry Pi power domains

2015-12-17 Thread Arnd Bergmann
On Thursday 17 December 2015 11:03:47 Eric Anholt wrote: > >> > >> .../bindings/arm/bcm/raspberrypi,bcm2835-power.txt | 47 > >> arch/arm/boot/dts/bcm2835-rpi.dtsi | 11 + > >> arch/arm/boot/dts/bcm2835.dtsi | 2 +- > >> arch/arm/mach-bcm/Kconfig

Re: [PATCH] net/macb: Update device tree binding for resetting PHY using GPIO

2015-12-17 Thread David Miller
From: Gregory CLEMENT Date: Thu, 17 Dec 2015 10:51:04 +0100 > Instead of being at the MAC level the reset gpio preperty is moved at the > PHY child node level. It is still managed by the MAC, but from the point > of view of the binding it make more sense to be

Re: [PATCH 1/3] ARM: dts: imx7d: add arch timer

2015-12-17 Thread Zhi Li
On Thu, Dec 17, 2015 at 2:45 PM, Stefan Agner wrote: > On 2015-12-10 15:12, frank...@freescale.com wrote: >> From: Frank Li >> >> add cortex a7 arch timer. >> uboot v2016.01-rc2 supported psci basic support. >> smp can be supported by psci > > This sounds

Re: [PATCH v4 5/5] ARM: dts: ifc6410: enable pcie dt node for this board

2015-12-17 Thread Bjorn Andersson
On Thu 03 Dec 05:35 PST 2015, Stanimir Varbanov wrote: > Enable pcie dt node and fill pcie dt node with regulator, pinctrl > and reset gpio, to use the pcie on the ifc6410 board. > > Signed-off-by: Stanimir Varbanov > --- >

Re: [PATCH v4 3/5] PCI: qcom: Add Qualcomm PCIe controller driver

2015-12-17 Thread Bjorn Helgaas
On Thu, Dec 17, 2015 at 03:18:43PM +0200, Stanimir Varbanov wrote: > Bjorn, thanks for the comments! > > On 12/16/2015 11:53 PM, Bjorn Helgaas wrote: > > On Thu, Dec 03, 2015 at 03:35:22PM +0200, Stanimir Varbanov wrote: > >> From: Stanimir Varbanov > >> > >> The PCIe

[PATCH 2/2] ARM: dts: TS-4800: use weim IP to map the FPGA

2015-12-17 Thread Damien Riegel
Previously, the device tree mapped the FPGA like any other IPs inside the SoC, but it is actually mapped through the WEIM (Wireless External Interface Module). This patch updates the device tree to make use of it. About the timings: in the image provided by the manufacturer, only CS0GCR1 is

Re: [PATCH 0/8 v5] enable to use thermal-zone on r8a7790/1

2015-12-17 Thread Eduardo Valentin
On Tue, Dec 15, 2015 at 01:16:20AM +, Kuninori Morimoto wrote: > > Hi > > These are v5 of thermal-zone support for r8a7790/r8a7791. > > Kuninori Morimoto (8): > 1) thermal: rcar: move rcar_thermal_dt_ids to upside > 2) thermal: rcar: check every rcar_thermal_update_temp() return

Re: [PATCH v3] extcon: add Maxim MAX3355 driver

2015-12-17 Thread Sergei Shtylyov
Hello. On 12/17/2015 05:34 AM, Chanwoo Choi wrote: On 2015년 12월 17일 03:07, Sergei Shtylyov wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition

[PATCH 1/2] ARM: dts: TS-4800: drop uart rts/cts pin reservations

2015-12-17 Thread Damien Riegel
These pins are actually not routed for UARTs, they should not be reserved. Signed-off-by: Damien Riegel --- arch/arm/boot/dts/imx51-ts4800.dts | 4 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/imx51-ts4800.dts

Re: [PATCH v4 0/4] Raspberry Pi power domains

2015-12-17 Thread Kevin Hilman
Eric Anholt writes: > Update from v3 to move the driver under drivers/soc. I've placed it > under drivers/soc/bcm since that's how the other drivers under > drivers/soc are structured. Thanks, I like it better under drivers/soc too. Reviewed-by: Kevin Hilman

Re: [PATCH v3 0/4] Raspberry Pi power domains

2015-12-17 Thread Ulf Hansson
On 17 December 2015 at 21:11, Arnd Bergmann wrote: > On Thursday 17 December 2015 11:03:47 Eric Anholt wrote: >> >> >> >> .../bindings/arm/bcm/raspberrypi,bcm2835-power.txt | 47 >> >> arch/arm/boot/dts/bcm2835-rpi.dtsi | 11 + >> >>

Re: [PATCH v2 0/3] USB: add generic onboard USB HUB driver

2015-12-17 Thread Peter Chen
On Thu, Dec 17, 2015 at 9:49 PM, Rob Herring wrote: > On Wed, Dec 16, 2015 at 8:31 PM, Peter Chen wrote: >> On Thu, Dec 17, 2015 at 12:13:07AM +0100, Arnd Bergmann wrote: >>> On Wednesday 16 December 2015 16:59:39 Rob Herring wrote: >>> > On Mon, Dec

Re: [PATCH v3 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A

2015-12-17 Thread Bhupesh SHARMA
Hi Rob, Mark, On Tue, Dec 15, 2015 at 8:00 PM, Bhupesh Sharma wrote: > This is the v3 of patchset which adds the support for SP805 WDT on FSL LS2080A > and also adds the missing documentation of SP805 WDT device-tree bindings. Any comments on this version, or does

I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device tree)

2015-12-17 Thread Wolfram Sang
On Fri, Dec 18, 2015 at 12:02:39PM +0900, Simon Horman wrote: > On Mon, Dec 14, 2015 at 10:39:47AM +0100, Geert Uytterhoeven wrote: > > On Mon, Dec 14, 2015 at 8:11 AM, Wolfram Sang wrote: > > >> > >+ eeprom@50 { > > >> > >+ compatible = "renesas,24c02"; > > >> > > >

Re: [PATCH v5 4/5] ARM: dts: DRA7: add entry for qspi mmap region

2015-12-17 Thread Vignesh R
On 12/18/2015 12:15 AM, Tony Lindgren wrote: > * Rob Herring [151211 07:10]: >> On Fri, Dec 11, 2015 at 09:39:59AM +0530, Vignesh R wrote: >>> Add qspi memory mapped region entries for DRA7xx based SoCs. Also, >>> update the binding documents for the controller to document this

Re: [PATCH v2 0/3] USB: add generic onboard USB HUB driver

2015-12-17 Thread Peter Chen
On Fri, Dec 18, 2015 at 12:13 AM, Alan Stern wrote: > On Wed, 16 Dec 2015, Rob Herring wrote: > >> On Mon, Dec 14, 2015 at 3:35 AM, Arnd Bergmann wrote: >> > On Monday 14 December 2015 15:26:11 Peter Chen wrote: >> >> Hi all, >> >> >> >> There is a known

Re: [PATCH v1 1/6] ARM: dts: fix the correct pinctrl control for rk3036

2015-12-17 Thread Heiko Stübner
Am Donnerstag, 17. Dezember 2015, 22:21:47 schrieb Caesar Wang: > The pinctrl gpio pull up/down is incorrect since the rk3036 SoCs > can't set the status in the internal. > > We should keep the default status for enable the gpio status, > In fact, the pull_none is the disable the gpio pull

Re: [PATCH v1 5/6] ARM: dts: add the sound codec for kylin board

2015-12-17 Thread Heiko Stübner
Am Donnerstag, 17. Dezember 2015, 22:21:51 schrieb Caesar Wang: > Support the rt5616 codec for kylin board, but we need > enable the i2s firstly. > > Signed-off-by: Caesar Wang > --- > > arch/arm/boot/dts/rk3036-kylin.dts | 33 + > 1 file

[PATCH v4] extcon: add Maxim MAX3355 driver

2015-12-17 Thread Sergei Shtylyov
Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition to sensing/controlling Vbus, the chip also passes thru the ID signal from the USB OTG connector. On

Re: [PATCH v11 0/19] Add Analogix Core Display Port Driver

2015-12-17 Thread Heiko Stübner
Hi Yakir, Am Mittwoch, 16. Dezember 2015, 11:20:18 schrieb Yakir Yang: >The Samsung Exynos eDP controller and Rockchip RK3288 eDP controller > share the same IP, so a lot of parts can be re-used. I split the common > code into bridge directory, then rk3288 and exynos only need to keep > some

Re: [PATCH 2/3] ARM: dts: lpc4337-ciaa: enable SCT-PWM

2015-12-17 Thread Joachim Eastwood
On 16 December 2015 at 13:55, Ariel D'Alessandro wrote: > Joachim, > > El 14/12/15 a las 19:48, Joachim Eastwood escribió: >> Hi Ariel, >> >> Sorry for the late reply. I have just started to put together my DT >> for 4.5 branch now. >> >> On 25 November 2015 at 13:28,

Re: [PATCH v10 6/8] input: touchscreen: imx25 tcq driver

2015-12-17 Thread Dmitry Torokhov
On Mon, Dec 14, 2015 at 02:53:52PM +0100, Markus Pargmann wrote: > This is a driver for the imx25 ADC/TSC module. It controls the > touchscreen conversion queue and creates a touchscreen input device. > The driver currently only supports 4 wire touchscreens. The driver uses > a simple conversion

Re: [PATCH v1 0/6] Support the rk3036 Kylin board

2015-12-17 Thread Heiko Stübner
Hi Caesar, Kees, Am Donnerstag, 17. Dezember 2015, 11:45:06 schrieb Kees Cook: > On Thu, Dec 17, 2015 at 6:21 AM, Caesar Wang wrote: > > Kylin-board is based on RK3036 SOCs, add the initiation > > version for working. > > > > This series patches have the following

Re: [PATCH v3] extcon: add Maxim MAX3355 driver

2015-12-17 Thread Krzysztof Kozlowski
On 17.12.2015 23:36, Sergei Shtylyov wrote: > Hello. > > On 12/17/2015 3:53 AM, Krzysztof Kozlowski wrote: > >>> Maxim Integrated MAX3355E chip integrates a charge pump and >>> comparators to >>> enable a system with an integrated USB OTG dual-role transceiver to >>> function as an USB OTG

Re: [PATCH] arm64: perf: Correct Cortex-A53/A57 compatible values

2015-12-17 Thread Will Deacon
On Tue, Dec 15, 2015 at 10:42:42AM +, Will Deacon wrote: > On Tue, Dec 15, 2015 at 10:37:00AM +, Mark Rutland wrote: > > On Tue, Dec 15, 2015 at 09:33:20AM +0100, Geert Uytterhoeven wrote: > > > Use commas instead of periods. > > > > > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH v4] of: fix declaration of of_io_request_and_map

2015-12-17 Thread Sudip Mukherjee
t; option") > Cc: Daniel Lezcano <daniel.lezc...@linaro.org> > Signed-off-by: Sudip Mukherjee <su...@vectorindia.org> A gentle ping. We still have the build failure with next-20151217. Build log is at: https://travis-ci.org/sudipm-mukherjee/parport/jobs/97388466 regards sudip -- To

[RESEND PATCH] mtd: mtk-nor: adjust sequence of trigger function and assignment function

2015-12-17 Thread Bayi Cheng
Move write data register before excute command to avoid missing first byte write to nor flash Signed-off-by: Bayi Cheng --- the previous patch didn't drop the Change-Id --- drivers/mtd/spi-nor/mtk-quadspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH v7 2/4] Documentation, dt, arm64/arm: dt bindings for numa.

2015-12-17 Thread Ganapatrao Kulkarni
On Fri, Dec 18, 2015 at 12:37 AM, Mark Rutland wrote: > Hi, > > On Fri, Dec 11, 2015 at 08:11:07PM +0530, Ganapatrao Kulkarni wrote: >> On Fri, Dec 11, 2015 at 7:23 PM, Mark Rutland wrote: >> > Hi, >> > >> > On Tue, Nov 17, 2015 at 10:50:41PM +0530,

Re: [PATCH 0/7] ARM: shmobile: dtsi: Add SCIF fallback compatibility strings

2015-12-17 Thread Simon Horman
On Mon, Dec 14, 2015 at 07:57:48PM +0100, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > This patch series adds fallback compatibility strings for SCIF and HSCIF > to the DTS files for R-Car Gen1, Gen2, and Gen3, as defined in > "[PATCH v3 02/27] serial: sh-sci: Add fallback

Re: [PATCH v4] spi: dts: sun4i: Add support for wait time between word transmissions

2015-12-17 Thread Marcus Weseloh
Hi Maxime, 2015-12-16 11:39 GMT+01:00 Maxime Ripard : > It looks mostly fine, however, please try to make only one thing in > one patch. > > In this case, it would mean having one patch to add the DT property > and support in the SPI core in a first one, and then

[PATCH v5 2/2] spi: sun4i: Add support for wait time between word transmissions

2015-12-17 Thread Marcus Weseloh
Modifies the sun4i SPI master driver to make use of the "spi-word-wait-ns" property. This specific SPI controller needs 3 clock cycles to set up the delay, which makes the minimum non-zero wait time on this hardware 4 clock cycles. Signed-off-by: Marcus Weseloh ---

[PATCH v5 1/2] spi: dts: Add new device property to specifcy a wait time between word transmissions

2015-12-17 Thread Marcus Weseloh
Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows SPI slave devices to set a wait time between the transmission of words. Signed-off-by: Marcus Weseloh --- Documentation/devicetree/bindings/spi/spi-bus.txt | 2 ++ drivers/spi/spi.c

[PATCH v5 0/2] spi: dts: sun4i: Add support for wait time between word transmissions

2015-12-17 Thread Marcus Weseloh
Hi all, This patch set adds a new property "spi-word-wait-ns" to the spi-bus binding that allows SPI slave devices to set a wait time between the transmission of words. Modifies the spi_device struct and slave device probing to read and store the new property. Also modifies the sun4i SPI master

Re: [PATCH v2 2/2] Documentation: dt-bindings: Add option to workaround STE.VALID in Broadcom Vulcan

2015-12-17 Thread Will Deacon
[adding devicetree since I'd like an Ack from them if possible] On Thu, Dec 17, 2015 at 03:29:36PM +0530, Prem Mallappa wrote: > Signed-off-by: Prem Mallappa Please can you add a commit message for this? > --- > Documentation/devicetree/bindings/iommu/arm,smmu-v3.txt |

Re: [PATCH v2 2/2] Documentation: dt-bindings: Add option to workaround STE.VALID in Broadcom Vulcan

2015-12-17 Thread Mark Rutland
On Thu, Dec 17, 2015 at 11:51:03AM +, Will Deacon wrote: > [adding devicetree since I'd like an Ack from them if possible] > > On Thu, Dec 17, 2015 at 03:29:36PM +0530, Prem Mallappa wrote: > > Signed-off-by: Prem Mallappa > > Please can you add a commit message for

  1   2   >