Re: [PATCH 6/9] ARM: dt: dove: add Dove PMU DT entry to dove.dtsi

2015-03-17 Thread Sebastian Hesselbarth
On 03/17/2015 02:43 PM, Russell King - ARM Linux wrote: On Mon, Mar 16, 2015 at 07:27:30PM +0100, Gregory CLEMENT wrote: + pmu: power-management@d { + compatible = marvell,dove-pmu; + reg = 0xd 0x8000,

Re: [PATCH 2/2] ARM: dts: exynos3250: Add assigned clock parents to CMU node

2015-03-17 Thread Kukjin Kim
On 03/17/15 19:53, Sylwester Nawrocki wrote: On 02/03/15 14:17, Beata Michalska wrote: Use assigned-clocks/assigned-clock-parents properties for CMU clock controller DT node to secure proper clock setup: switching the two muxes to root oscillator clock is not only required for proper powering

Re: [PATCH 1/5 v2] MFD/OF: document MFD devices and handle simple-mfd

2015-03-17 Thread Lee Jones
On Tue, 17 Mar 2015, Linus Walleij wrote: This defines a new compatible option for MFD devices simple-mfd that will make the OF core spawn child devices for all subnodes of that MFD device. It is optional but handy for things like syscon and possibly other simpler MFD devices. Since there

Re: [PATCH 2/5] iommu/mediatek: Add mt8173 IOMMU driver

2015-03-17 Thread Will Deacon
On Mon, Mar 09, 2015 at 12:11:43PM +, Yong Wu wrote: On Fri, 2015-03-06 at 10:58 +, Will Deacon wrote: On Fri, Mar 06, 2015 at 10:48:17AM +, yong...@mediatek.com wrote: From: Yong Wu yong...@mediatek.com This patch adds support for mediatek m4u (MultiMedia Memory

Re: [PATCH 6/9] ARM: dt: dove: add Dove PMU DT entry to dove.dtsi

2015-03-17 Thread Russell King - ARM Linux
On Tue, Mar 17, 2015 at 04:09:19PM +0100, Sebastian Hesselbarth wrote: If we do this, we should have a look at syscon and potentially also simple-mfd which will allow us to share the registers and register platform_devices for the sub-nodes. The current pmu power/reset/irq can still use the

Re: [PATCH] Revert of: Fix premature bootconsole disable with 'stdout-path'

2015-03-17 Thread Michael Ellerman
On Tue, 2015-03-17 at 16:46 -0400, Peter Hurley wrote: This reverts commit 2fa645cb2703d9b3786d850db815414dfeefa51d. The assumption that at least 1 preferred console will be registered when the stdout-path property is set is invalid, which can result in _no_ consoles. Signed-off-by: Peter

Re: [PATCH v6 0/8] Add support for Tegra Activity Monitor

2015-03-17 Thread MyungJoo Ham
Hello, something happened during the last cycle and an old version of the devfreq driver was merged. This thread contains patches that bring it up to date to the last submitted version and also incorporates the feedback that that version received, plus some other small fixes and

Re: [PATCH 2/2] rtc: mediatek: Add MT63xx RTC driver

2015-03-17 Thread Eddie Huang
Hi Uwe, On Tue, 2015-03-17 at 14:43 +0100, Uwe Kleine-König wrote: Hello Eddie, On Tue, Mar 17, 2015 at 08:31:14PM +0800, Eddie Huang wrote: On Mon, 2015-03-16 at 16:30 +0100, Uwe Kleine-König wrote: On Wed, Jan 28, 2015 at 05:27:56PM +0800, Eddie Huang wrote: [...] +static u16

Re: [RFC PATCH v4 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology.

2015-03-17 Thread Ganapatrao Kulkarni
Hi Catalin, Will, Mark, Arnd On Tue, Mar 10, 2015 at 2:12 PM, Ganapatrao Kulkarni gpkulka...@gmail.com wrote: Ping? On Tue, Feb 24, 2015 at 2:22 PM, Ganapatrao Kulkarni gpkulka...@gmail.com wrote: Hi Arnd, On Fri, Jan 23, 2015 at 6:07 PM, Ganapatrao Kulkarni gpkulka...@gmail.com wrote:

[PATCH v6 4/5] edac: Add APM X-Gene SoC EDAC driver

2015-03-17 Thread Loc Ho
This patch adds support for the APM X-Gene SoC EDAC driver. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Loc Ho l...@apm.com --- drivers/edac/Kconfig |9 +- drivers/edac/Makefile |1 + drivers/edac/xgene_edac.c | 2183 + 3 files

[PATCH v6 3/5] Documentation: Add documentation for the APM X-Gene SoC EDAC DTS binding

2015-03-17 Thread Loc Ho
This patch adds documentation for the APM X-Gene SoC EDAC DTS binding. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Loc Ho l...@apm.com --- .../devicetree/bindings/edac/apm-xgene-edac.txt| 82 1 files changed, 82 insertions(+), 0 deletions(-) create mode 100644

[PATCH v6 1/5] arm64: Enable EDAC on ARM64

2015-03-17 Thread Loc Ho
Add an stub atomic_scrub and enable EDAC for arm64. Signed-off-by: Loc Ho l...@apm.com --- arch/arm64/Kconfig|1 + arch/arm64/include/asm/edac.h | 31 +++ 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644

[PATCH v6 5/5] arm64: Add APM X-Gene SoC EDAC DTS entries

2015-03-17 Thread Loc Ho
This patch adds APM X-Gene SoC EDAC DTS entries. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Loc Ho l...@apm.com --- arch/arm64/boot/dts/apm/apm-storm.dtsi | 98 1 files changed, 98 insertions(+), 0 deletions(-) diff --git

[PATCH v6 2/5] MAINTAINERS: Add entry for APM X-Gene SoC EDAC driver

2015-03-17 Thread Loc Ho
This patch adds a MAINTAINERS entry for APM X-Gene SoC EDAC driver. Signed-off-by: Loc Ho l...@apm.com --- MAINTAINERS |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index cd88eb6..d67ab7b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

Re: [PATCH v2 3/5] PCI: st: Provide support for the sti PCIe controller

2015-03-17 Thread Gabriel Fernandez
Thanks Paul for reviewing. I'll check to be modular. BR Gabriel On 16 March 2015 at 16:11, Paul Bolle pebo...@tiscali.nl wrote: On Mon, 2015-03-16 at 15:20 +0100, Gabriel FERNANDEZ wrote: --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig +config PCI_ST + bool ST PCIe

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Hi, Am 17.03.2015 um 09:47 schrieb Pavel Machek pa...@ucw.cz: Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c --- /dev/null

Re: kexec fails if OF_UNITTEST=y (was: Re: [PATCH v2] Removes OF_UNITTEST dependency on OF_DYNAMIC config symbol)

2015-03-17 Thread Geert Uytterhoeven
Hi Rob, On Tue, Mar 17, 2015 at 1:25 AM, Rob Herring robherri...@gmail.com wrote: On Mon, Mar 16, 2015 at 5:58 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Fri, Jan 23, 2015 at 2:03 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Sun, Jan 11, 2015 at 8:19 AM, Gaurav Minocha

Re: [PATCH v6 5/6] ARM: dts: add wl12xx/wl18xx bindings

2015-03-17 Thread Eliad Peller
that would be great. thanks. i'll try posting the updated patchset (v7, some minor changes) tomorrow. Eliad. On Mon, Mar 16, 2015 at 3:08 PM, Pau Pajuel paup...@gmail.com wrote: Hi, 2015-03-13 9:17 GMT+01:00 Enric Balletbo Serra eballe...@gmail.com: Hello, 2015-03-13 9:01 GMT+01:00 Javier

Re: [PATCH v2 4/5] PCI: designware: Add disable IO support

2015-03-17 Thread Gabriel Fernandez
Hi Arnd, Ok i will try the same way that pci-versatile.c Thanks. Gabriel On 16 March 2015 at 21:00, Arnd Bergmann a...@arndb.de wrote: On Monday 16 March 2015 13:00:51 Kumar Gala wrote: On Mar 16, 2015, at 9:20 AM, Gabriel FERNANDEZ gabriel.fernan...@st.com wrote: ST sti SoCs PCIe IPs

Re: [PATCH 2/2] dt/bindings: control CS via standard GPIO operations instead of SPI-HW

2015-03-17 Thread Stefan Wahren
Hi Martin, Am 04.03.2015 um 17:40 schrieb ker...@martin.sperl.org: From: Martin Sperl ker...@martin.sperl.org Change the device tree to use cs-gpios for the spi bus master and standard gpio operation instead of relying on the HW with just 2 chip_selects using ALT0. This reassigns the

[PATCH v2 0/3] Add ktd2692 Flash LED driver using LED Flash class

2015-03-17 Thread Ingi Kim
This patch adds ktd2692 Flash LED driver with LED Flash class Change in v2: - Introduction of LED Flash class as Jacek's comment - Supplement of binding documentation - Rename gpio control pin and remove unused pin - Add regulator for the Flash LED Ingi Kim (3):

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Am 17.03.2015 um 09:48 schrieb Pavel Machek pa...@ucw.cz: Temperature calibration should have already been done in the underlaying twl4030 iio driver. Discharge rate is the real current flow reported in uA. Also reported by iio. Ack, but there's rather severe temperature dependency

[PATCH v6 0/4] edac: Add APM X-Gene SoC EDAC driver

2015-03-17 Thread Loc Ho
This patch adds support for the APM X-Gene SoC EDAC driver for DT. v6: * Rebase to 4.0.0-rc3 * Add memory scrub stub function and enable ARM64 EDAC support patch * Add bit definition defines for L2RTOS registers * Remove un-necessary clearing of all L1/L2 software generated registers * Remove

Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-17 Thread Eliad Peller
On Mon, Mar 16, 2015 at 8:24 PM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@ring0.de [150316 11:26]: Hi, On Mon, Mar 16, 2015 at 08:29:39AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [150315 05:10]: On Sunday 15 March 2015 10:50:42 Eliad Peller wrote:

Re: [REGRESSION] of: Fix premature bootconsole disable with 'stdout-path' breaks console on tty0

2015-03-17 Thread Hans de Goede
Hi, On 16-03-15 23:36, Peter Hurley wrote: On 03/16/2015 02:35 PM, Hans de Goede wrote: Hi, On 16-03-15 19:23, Peter Hurley wrote: On 03/16/2015 02:12 PM, Hans de Goede wrote: Hi, On 16-03-15 18:49, Peter Hurley wrote: Hi Hans, On 03/16/2015 12:31 PM, Hans de Goede wrote: Hi All, While

[PATCH v2 3/3] leds: Add ktd2692 flash LED driver

2015-03-17 Thread Ingi Kim
This patch adds a driver to support the ktd2692 flash LEDs. ktd2692 can control flash current by ExpressWire interface. Signed-off-by: Ingi Kim ingi2@samsung.com --- drivers/leds/Kconfig| 9 + drivers/leds/Makefile | 1 + drivers/leds/leds-ktd2692.c | 522

[PATCH v2 2/3] leds: ktd2692: add device tree bindings for ktd2692

2015-03-17 Thread Ingi Kim
This patch adds the device tree bindings for ktd2692 flash LEDs. Add optional properties 'flash-timeout-us' to control flash timeout and 'vin-supply' for flash-led regulator Signed-off-by: Ingi Kim ingi2@samsung.com --- .../devicetree/bindings/leds/leds-ktd2692.txt | 37

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
Temperature calibration should have already been done in the underlaying twl4030 iio driver. Discharge rate is the real current flow reported in uA. Also reported by iio. Ack, but there's rather severe temperature dependency of the lithium battery, which you should take into account if

Re: [PATCH v4 1/1] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-03-17 Thread Ivan T. Ivanov
Hi, On Tue, 2015-03-17 at 11:01 +0900, Chanwoo Choi wrote: Hi Ivan, On 03/16/2015 11:23 PM, Ivan T. Ivanov wrote: Hi Roger, On Mon, 2015-03-16 at 15:11 +0200, Roger Quadros wrote: Hi Ivan, On 16/03/15 14:32, Ivan T. Ivanov wrote: Hi, On Mon, 2015-02-02 at 12:21

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c --- /dev/null +++

Re: [PATCH 2/2] dt/bindings: control CS via standard GPIO operations instead of SPI-HW

2015-03-17 Thread Martin Sperl
On 17.03.2015, at 04:18, Stephen Warren swar...@wwwdotorg.org wrote: But then it means in principle that this is a more general issue that just became apparent now. Yes. ... So this is maybe the way forward for the whole default-dt? For SPI it would look like this: gpio {

Re: [PATCH v2 4/5] PCI: designware: Add disable IO support

2015-03-17 Thread Gabriel Fernandez
Hi Srinivas, Yes, you are right. Nevertheless i'll try the Kumar and Arnd 's request to not use DT to do that. BR Gabriel On 16 March 2015 at 18:53, Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: On 16/03/15 14:20, Gabriel FERNANDEZ wrote: - bus-range: PCI bus numbers

Re: [REGRESSION] of: Fix premature bootconsole disable with 'stdout-path' breaks console on tty0

2015-03-17 Thread Hans de Goede
Hi, On 17-03-15 01:19, Andreas Schwab wrote: Peter Hurley pe...@hurleysoftware.com writes: I don't see this as a regression, but rather a misconfiguration. It breaks booting on PowerMac. Actually that is more likely to be caused by:

Re: [REGRESSION] of: Fix premature bootconsole disable with 'stdout-path' breaks console on tty0

2015-03-17 Thread Geert Uytterhoeven
On Tue, Mar 17, 2015 at 1:46 AM, Peter Hurley pe...@hurleysoftware.com wrote: On 03/16/2015 08:35 PM, Andreas Schwab wrote: Peter Hurley pe...@hurleysoftware.com writes: On 03/16/2015 08:19 PM, Andreas Schwab wrote: Peter Hurley pe...@hurleysoftware.com writes: I don't see this as a

Re: [PATCH v4 1/1] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-03-17 Thread Ivan T. Ivanov
Fixed spelling error. On Tue, 2015-03-17 at 09:52 +0200, Ivan T. Ivanov wrote: Hi, On Tue, 2015-03-17 at 11:01 +0900, Chanwoo Choi wrote: Hi Ivan, On 03/16/2015 11:23 PM, Ivan T. Ivanov wrote: Hi Roger, On Mon, 2015-03-16 at 15:11 +0200, Roger Quadros wrote: Hi Ivan,

[PATCH 3/3] Documentation: DT bindings: Tegra AHB: note base address change

2015-03-17 Thread Paul Walmsley
For Tegra132 and later chips, we can now use the correct hardware base address for the Tegra AHB IP block in the DT data. Update the DT binding documentation to reflect this change. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Paul Walmsley pwalms...@nvidia.com Cc: Alexandre Courbot

[PATCH v2 1/3] of: Add vendor prefix for Kinetic technologies

2015-03-17 Thread Ingi Kim
This patch adds vendor prefix for Kinetic technologies Signed-off-by: Ingi Kim ingi2@samsung.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

[PATCH 1/2] of: handle both '/' and ':' in path strings

2015-03-17 Thread Brian Norris
Commit 106937e8ccdc (of: fix handling of '/' in options for of_find_node_by_path()) caused a regression in OF handling of stdout-path. While it fixes some cases which have '/' after the ':', it breaks cases where there is more than one '/' *before* the ':'. For example, it breaks this boot string

[PATCH 2/2] of: unittest: Add option string test case with longer path

2015-03-17 Thread Brian Norris
There were regressions seen with commit 106937e8ccdc (of: fix handling of '/' in options for of_find_node_by_path()), where we couldn't handle extra '/' before the ':'. Let's test for this now. Confirmed that this test fails without the previous patch and passes when patched. All other tests

Re: [REGRESSION] of: Fix premature bootconsole disable with 'stdout-path' breaks console on tty0

2015-03-17 Thread Peter Hurley
On 03/17/2015 03:44 PM, Peter Hurley wrote: On 03/17/2015 03:35 PM, Andreas Schwab wrote: Peter Hurley pe...@hurleysoftware.com writes: It doesn't boot? It boots right into user space, but the initrd doesn't like something (perhaps the missing console) and exits. Note that the framebuffer

[PATCH 4/5] Documentation: ABI: /sys/firmware/devicetree/overlays

2015-03-17 Thread Pantelis Antoniou
Documentation ABI entry for overlays sysfs entries. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com --- Documentation/ABI/testing/sysfs-firmware-devicetree-overlays | 9 + 1 file changed, 9 insertions(+) create mode 100644

[PATCH 3/5] of: overlay: Master enable switch

2015-03-17 Thread Pantelis Antoniou
Implement a throw once master enable switch to protect against any further overlay applications if the administrator desires so. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com --- drivers/of/overlay.c | 66 +++- 1 file changed, 65

[PATCH 2/5] of: overlay: kobjectify overlay objects

2015-03-17 Thread Pantelis Antoniou
We are going to need the overlays to appear on sysfs with runtime global properties (like master enable) so turn them into kobjects. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com --- drivers/of/base.c | 5 + drivers/of/of_private.h | 9 +

[PATCH 0/2] TTY Driver for Newhaven LCD module

2015-03-17 Thread Alan Tull
Supports a 2 line by 16 character LCD module over I2C. Alan Tull (2): newhaven lcd: device tree bindings documentation add newhaven lcd tty driver on i2c .../devicetree/bindings/tty/newhaven_lcd.txt | 21 + drivers/tty/Kconfig|5 +

Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread Greg Kroah-Hartman
On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * Backspace is supported to the beginning of the current line. * i.e. printf '\b' /dev/ttyLCD0 * ESC [ 2 J

[PATCH RESEND v6 2/2] leds: tlc591xx: Driver for the TI 8/16 Channel i2c LED driver

2015-03-17 Thread Andrew Lunn
The TLC59116 is an I2C bus controlled 16-channel LED driver. The TLC59108 is an I2C bus controlled 8-channel LED driver, which is very similar to the TLC59116. Each LED output has its own 8-bit fixed-frequency PWM controller to control the brightness of the LED. The LEDs can also be fixed off and

[PATCH RESEND v6 0/2] Driver for TI tlc591xx 8/16 Channel i2c LED driver

2015-03-17 Thread Andrew Lunn
This patchset is a driver for the TI tlc59116 16 Channel i2c LED driver and tlc59108 8 Channel i2c LED driver. This driver is used on the Belkin WRT1900AC access point and the C code is derived from code Belkin contributed to OpenWRT. However it has been extensively re-written, and a device tree

[PATCH RESEND v6 1/2] leds: tlc591xx: Document binding for the TI 8/16 Channel i2c LED driver

2015-03-17 Thread Andrew Lunn
Document the binding for the TLC591xx LED driver. Signed-off-by: Andrew Lunn and...@lunn.ch Tested-by: Imre Kaloz ka...@openwrt.org Cc: matthew.fathe...@belkin.com --- .../devicetree/bindings/leds/leds-tlc591xx.txt | 40 ++ 1 file changed, 40 insertions(+) create mode

Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread atull
On Tue, 17 Mar 2015, Greg Kroah-Hartman wrote: On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * Backspace is supported to the beginning of the current line.

[PATCH 1/4] ARM: DT: ipq8064: Add ADM device node

2015-03-17 Thread Andy Gross
This patch adds support for the ADM DMA on the IPQ8064 SOC Signed-off-by: Andy Gross agr...@codeaurora.org --- arch/arm/boot/dts/qcom-ipq8064-ap148.dts |4 arch/arm/boot/dts/qcom-ipq8064.dtsi | 23 +++ 2 files changed, 27 insertions(+) diff --git

[PATCH 4/4] ARM: DT: msm8960: Add ADM device node

2015-03-17 Thread Andy Gross
This patch adds support for the ADM DMA on the MSM8960 SOC Signed-off-by: Andy Gross agr...@codeaurora.org --- arch/arm/boot/dts/qcom-msm8960.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi

[PATCH 2/4] ARM: DT: apq8064: Add ADM device node

2015-03-17 Thread Andy Gross
This patch adds support for the ADM DMA on the APQ8064 SOC. Signed-off-by: Andy Gross agr...@codeaurora.org --- arch/arm/boot/dts/qcom-apq8064.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi

[PATCH 3/4] ARM: DT: msm8660: Add ADM device nodes

2015-03-17 Thread Andy Gross
This patch adds support for the ADM DMA on the MSM8660 SOC Signed-off-by: Andy Gross agr...@codeaurora.org --- arch/arm/boot/dts/qcom-msm8660.dtsi | 42 +++ 1 file changed, 42 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi

[PATCH 0/4] Add Qualcomm ADM DMA support

2015-03-17 Thread Andy Gross
This patch set adds support for the Qualcomm ADM DMA controller that is present in the APQ8064, IPQ8064, MSM8660, and MSM8960. Andy Gross (4): ARM: DT: ipq8064: Add ADM device node ARM: DT: apq8064: Add ADM device node ARM: DT: msm8660: Add ADM device nodes ARM: DT: msm8960: Add ADM

[PATCH v1 3/3] drivers: net: xgene: Add second SGMII based 1G interface

2015-03-17 Thread Keyur Chudgar
- Added resource initialization based on port-id field - Enabled second SGMII 1G interface Signed-off-by: Keyur Chudgar kchud...@apm.com Signed-off-by: Iyappan Subramanian isubraman...@apm.com --- drivers/net/ethernet/apm/xgene/xgene_enet_hw.h| 2 +

Re: [PATCHv3 0/5] arm-cci400: PMU monitoring support on ARM64

2015-03-17 Thread Will Deacon
On Tue, Mar 10, 2015 at 03:18:50PM +, Suzuki K. Poulose wrote: From: Suzuki K. Poulose suzuki.poul...@arm.com This series enables the PMU monitoring support for CCI400 on ARM64. The existing CCI400 driver code is a mix of PMU driver and the MCPM driver code. The MCPM driver is only used

Re: [PATCH 2/2] of: unittest: Add option string test case with longer path

2015-03-17 Thread Leif Lindholm
On Tue, Mar 17, 2015 at 12:30:32PM -0700, Brian Norris wrote: There were regressions seen with commit 106937e8ccdc (of: fix handling of '/' in options for of_find_node_by_path()), where we couldn't handle extra '/' before the ':'. Let's test for this now. Confirmed that this test fails

Re: [PATCH 1/2] of: handle both '/' and ':' in path strings

2015-03-17 Thread Leif Lindholm
On Tue, Mar 17, 2015 at 12:30:31PM -0700, Brian Norris wrote: Commit 106937e8ccdc (of: fix handling of '/' in options for of_find_node_by_path()) caused a regression in OF handling of stdout-path. While it fixes some cases which have '/' after the ':', it breaks cases where there is more than

[PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread Alan Tull
Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * Backspace is supported to the beginning of the current line. * i.e. printf '\b' /dev/ttyLCD0 * ESC [ 2 J * erase whole display and reset cursor to home. * i.e.

[PATCH 1/2] newhaven lcd: device tree bindings documentation

2015-03-17 Thread Alan Tull
Add documention for the newhaven lcd device tree bindings. Signed-off-by: Alan Tull at...@opensource.altera.com --- .../devicetree/bindings/tty/newhaven_lcd.txt | 21 1 file changed, 21 insertions(+) create mode 100644

[PATCH v7] media: i2c: add support for omnivision's ov2659 sensor

2015-03-17 Thread Lad Prabhakar
From: Benoit Parrot bpar...@ti.com this patch adds support for omnivision's ov2659 sensor, the driver supports following features: 1: Asynchronous probing 2: DT support 3: Media controller support Signed-off-by: Benoit Parrot bpar...@ti.com Signed-off-by: Lad, Prabhakar

Re: [PATCH v2 7/7] ARM: omap2plus_defconfig: Enable EXTCON_GPIO_USB

2015-03-17 Thread Roger Quadros
On 16/03/15 19:53, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150126 04:19]: This driver is needed for USB cable type detection on dra7-evm, dra72-evm and am57xx-beagle-x15. Signed-off-by: Roger Quadros rog...@ti.com Applying this into omap-for-v4.1/defconfig. I think it's all

Re: [PATCH 1/5] MFD/OF: document MFD devices and handle simple-mfd

2015-03-17 Thread Linus Walleij
On Thu, Mar 12, 2015 at 10:14 AM, Alexandre Belloni alexandre.bell...@free-electrons.com wrote: As part of the system timer cleanup, I'll actually be needing that patch. Is it scheduled for inclusion or should I use simple-bus in the meantime? No replies to the thread so I will send a pull

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
Hi! to introduce coefficients for temperature and discharge rate? What do you mean? Nothing like that is used in current driver why do we need to add it? Well, conversion between Li-ion's voltage and state of charge at 0 current is well known: We can’t measure at 0 current since

Re: [PATCH v7 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-03-17 Thread Rameshwar Sahu
Hi Vinod, On Tue, Mar 17, 2015 at 3:49 PM, Vinod Koul vinod.k...@intel.com wrote: On Tue, Mar 17, 2015 at 03:03:14PM +0530, Rameshwar Sahu wrote: Hi Vinod, On Mon, Mar 16, 2015 at 11:01 PM, Rameshwar Sahu rs...@apm.com wrote: Hi Vinod, On Mon, Mar 16, 2015 at 9:56 PM, Vinod Koul

Re: [PATCH v2 3/5] PCI: st: Provide support for the sti PCIe controller

2015-03-17 Thread Kishon Vijay Abraham I
Hi, On Monday 16 March 2015 07:50 PM, Gabriel FERNANDEZ wrote: sti pcie is built around a Synopsis Designware PCIe IP. Signed-off-by: Fabrice Gasnier fabrice.gasn...@st.com Signed-off-by: Gabriel Fernandez gabriel.fernan...@linaro.org --- drivers/pci/host/Kconfig | 9 +

[PATCH] ARM: dts: dra7x-evm: beagle-x14: Fix USB Peripheral

2015-03-17 Thread Roger Quadros
Now that we have EXTCON_USB_GPIO queued for v4.1, revert commit addfcde7c485 (ARM: dts: dra7x-evm: beagle-x15: Fix USB Host) On these EVMs, the USB cable state has to be determined via the ID pin tied to a GPIO line. We use the gpio-usb-extcon driver to read the ID pin and the extcon framework to

[PATCH v2 0/3] Add initial DT support for Qualcomm SPMI PMIC devices

2015-03-17 Thread Ivan T. Ivanov
Following set of patches add initial DT support for PMIC devices found on recent Quqalcomm chipsets. Details for SPMI bus and PMIC arbiter could be found here [1]. First version of the patches could be found here [2]. Changes since first version. * Added more specific compatible strings to

[PATCH v2 1/3] ARM: dts: qcom: Add SPMI PMIC Arbiter nodes for APQ8084 and MSM8974

2015-03-17 Thread Ivan T. Ivanov
Add SPMI PMIC Arbiter configuration nodes for APQ8084 and MSM8974. Reviewed-by: Bjorn Andersson bjorn.anders...@sonymobile.com Reviewed-by: Andy Gross agr...@codeaurora.org Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- arch/arm/boot/dts/qcom-apq8084.dtsi | 16

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Am 17.03.2015 um 09:47 schrieb Pavel Machek pa...@ucw.cz: Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c --- /dev/null +++

Re: [PATCH v5 1/3] of: Add binding for NVIDIA Tegra ACTMON node

2015-03-17 Thread Tomeu Vizoso
On 9 January 2015 at 16:16, Rob Herring robherri...@gmail.com wrote: On Tue, Dec 16, 2014 at 2:41 AM, Tomeu Vizoso tomeu.viz...@collabora.com wrote: This block gathers statistics about various counters and can be configured to fire interrupts when thresholds are crossed. Signed-off-by: Tomeu

Re: [PATCH v7 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-03-17 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 16, 2015 at 11:01 PM, Rameshwar Sahu rs...@apm.com wrote: Hi Vinod, On Mon, Mar 16, 2015 at 9:56 PM, Vinod Koul vinod.k...@intel.com wrote: On Mon, Mar 16, 2015 at 05:24:34PM +0530, Rameshwar Sahu wrote: +static void xgene_dma_free_desc_list_reverse(struct

[PATCH v3] mfd: Add specific compatible strings for Qualcomm's SPMI PMIC's

2015-03-17 Thread Ivan T. Ivanov
Some of the PMIC's could have specific regmap configuration tables in future, so add specific compatible strings for known PMIC's. Also print runtime detected chip revision information. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- Changes since v2 * Fixed error checks from

[PATCH v6 8/8] ARM: tegra: Add Tegra124 ACTMON support

2015-03-17 Thread Tomeu Vizoso
Add device node for the ACTMON block to the Tegra124 device tree. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com Reviewed-by: Alexandre Courbot acour...@nvidia.com --- v6: * Remove operating-points property v2: * Add operating-points property ---

Re: [PATCH v7 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-03-17 Thread Vinod Koul
On Tue, Mar 17, 2015 at 03:03:14PM +0530, Rameshwar Sahu wrote: Hi Vinod, On Mon, Mar 16, 2015 at 11:01 PM, Rameshwar Sahu rs...@apm.com wrote: Hi Vinod, On Mon, Mar 16, 2015 at 9:56 PM, Vinod Koul vinod.k...@intel.com wrote: On Mon, Mar 16, 2015 at 05:24:34PM +0530, Rameshwar Sahu

[PATCH 1/5 v2] MFD/OF: document MFD devices and handle simple-mfd

2015-03-17 Thread Linus Walleij
This defines a new compatible option for MFD devices simple-mfd that will make the OF core spawn child devices for all subnodes of that MFD device. It is optional but handy for things like syscon and possibly other simpler MFD devices. Since there was no file to put the documentation in, I took

Re: [PATCH 1/5] MFD/OF: document MFD devices and handle simple-mfd

2015-03-17 Thread Linus Walleij
On Tue, Mar 17, 2015 at 11:28 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Mar 12, 2015 at 10:14 AM, Alexandre Belloni alexandre.bell...@free-electrons.com wrote: As part of the system timer cleanup, I'll actually be needing that patch. Is it scheduled for inclusion or should I

Re: [PATCHv2 3/3] Documentation: DT bindings: Tegra AHB: note base address change

2015-03-17 Thread Russell King - ARM Linux
On Tue, Mar 17, 2015 at 01:32:21AM -0700, Paul Walmsley wrote: Required properties: - compatible : For Tegra20, must contain nvidia,tegra20-ahb. For - Tegra30, must contain nvidia,tegra30-ahb. Otherwise, must contain - 'nvidia,chip-ahb, nvidia,tegra30-ahb' where chip is tegra124, -

Re: [PATCH 2/6] ARM: cpuidle: Add a cpuidle ops structure to be used for DT

2015-03-17 Thread Daniel Lezcano
On 03/16/2015 07:16 PM, Lorenzo Pieralisi wrote: On Tue, Mar 03, 2015 at 12:29:33PM +, Daniel Lezcano wrote: The current state of the different cpuidle drivers is the different PM Nit: The current state of cpuidle drivers is such that different ... Ok. operations are passed via the

[PATCH v6 0/8] Add support for Tegra Activity Monitor

2015-03-17 Thread Tomeu Vizoso
Hello, something happened during the last cycle and an old version of the devfreq driver was merged. This thread contains patches that bring it up to date to the last submitted version and also incorporates the feedback that that version received, plus some other small fixes and improvements

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
On Tue 2015-03-17 10:07:12, Dr. H. Nikolaus Schaller wrote: Am 17.03.2015 um 09:47 schrieb Pavel Machek pa...@ucw.cz: Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt

Re: [REGRESSION] of: Fix premature bootconsole disable with 'stdout-path' breaks console on tty0

2015-03-17 Thread Leif Lindholm
On Tue, Mar 17, 2015 at 09:25:32AM +0100, Hans de Goede wrote: On 17-03-15 01:19, Andreas Schwab wrote: Peter Hurley pe...@hurleysoftware.com writes: I don't see this as a regression, but rather a misconfiguration. It breaks booting on PowerMac. Actually that is more likely to be caused

Re: [REGRESSION] of: Fix premature bootconsole disable with 'stdout-path' breaks console on tty0

2015-03-17 Thread Hans de Goede
Hi, On 17-03-15 11:09, Leif Lindholm wrote: On Tue, Mar 17, 2015 at 09:25:32AM +0100, Hans de Goede wrote: On 17-03-15 01:19, Andreas Schwab wrote: Peter Hurley pe...@hurleysoftware.com writes: I don't see this as a regression, but rather a misconfiguration. It breaks booting on PowerMac.

[PATCH v2 3/3] ARM: dts: qcom: Add APQ8084 chipset SPMI PMIC's nodes

2015-03-17 Thread Ivan T. Ivanov
PMA8084 have 2 SPMI devices per physical package. Add their configuration nodes and include them in boards which are using AQP8084 based chipset. Reviewed-by: Bjorn Andersson bjorn.anders...@sonymobile.com Reviewed-by: Andy Gross agr...@codeaurora.org Signed-off-by: Ivan T. Ivanov

[PATCH v2 2/3] ARM: dts: qcom: Add 8x74 chipset SPMI PMIC's nodes

2015-03-17 Thread Ivan T. Ivanov
PM8841 and PM8941 have 2 SPMI devices per physical package. Add their configuration nodes and include them in boards which are using 8x74 based chipset. Reviewed-by: Bjorn Andersson bjorn.anders...@sonymobile.com Reviewed-by: Andy Gross agr...@codeaurora.org Signed-off-by: Ivan T. Ivanov

Re: [PATCH v5 2/4] arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts

2015-03-17 Thread Stanimir Varbanov
On 03/13/2015 06:06 PM, Kumar Gala wrote: Add initial device tree support for Qualcomm MSM8916 SoC and MTP8916 evaluation board. At the current time we only boot up a single processor. Signed-off-by: Kumar Gala ga...@codeaurora.org --- v5: * killed use of skeleton, moved to addr/size

[PATCH v6 1/8] of: Add binding for NVIDIA Tegra ACTMON node

2015-03-17 Thread Tomeu Vizoso
This block gathers statistics about various counters and can be configured to fire interrupts when thresholds are crossed. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com Reviewed-by: Alexandre Courbot acour...@nvidia.com --- v6: * Wrap a few lines at 80 * Fix paths to other

[UPDATED] [PATCH 3/5] arm-cci: Get rid of secure transactions for PMU driver

2015-03-17 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com A minor change, fixed missplled 'DEPRECATED' in the dev_warn(). Thanks Suzuki 8 Avoid secure transactions while probing the CCI PMU. The existing code makes use of the Peripheral ID2 (PID2) register to determine the revision of the CCI400,

Re: [PATCH 1/2] clk: samsung: exynos3250: Add driver for CMU_ISP clock domain

2015-03-17 Thread Sylwester Nawrocki
On 02/03/15 14:17, Beata Michalska wrote: From: Tomasz Figa t.f...@samsung.com Add clock controller for CMU ISP clock domain on Exynos3250, providing clocks for FIMC-IS subsystem. [b.michalska:use samsung_cmu_register_one to register the provider; updated DT binding documentation]

Re: [PATCH 2/2] ARM: dts: exynos3250: Add assigned clock parents to CMU node

2015-03-17 Thread Sylwester Nawrocki
On 02/03/15 14:17, Beata Michalska wrote: Use assigned-clocks/assigned-clock-parents properties for CMU clock controller DT node to secure proper clock setup: switching the two muxes to root oscillator clock is not only required for proper powering down the ISP power domain, but it also

Re: [PATCH 2/4 v3] dt/bindings: Add binding for BCM2835 mailbox driver

2015-03-17 Thread Lee Jones
On Thu, 12 Mar 2015, Eric Anholt wrote: From: Lubomir Rintel lkund...@v3.sk Signed-off-by: Lubomir Rintel lkund...@v3.sk Signed-off-by: Craig McGeachie slap...@yahoo.com.au Signed-off-by: Eric Anholt e...@anholt.net --- v2: Split into a separate patch for submitting to the devicetree

Re: [PATCH v3 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-03-17 Thread Maxime Coquelin
2015-03-13 10:41 GMT+01:00 Paul Bolle pebo...@tiscali.nl: Just a license nit, I'm afraid. Not a problem, it is not the last round anyway. On Thu, 2015-03-12 at 22:55 +0100, Maxime Coquelin wrote: --- /dev/null +++ b/drivers/tty/serial/stm32-usart.c @@ -0,0 +1,695 @@ +/* + * Copyright (C)

[PATCH] ARM: vexpress: Add unified-cache Device Tree property

2015-03-17 Thread Robert Schwebel
Without this propergy, we get this boot warning: L2C: device tree omits to specify unified cache Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- arch/arm/boot/dts/vexpress-v2p-ca9.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/vexpress-v2p-ca9.dts

[PATCH v1 1/3] Documentation: dtb: Add port-id field for APM X-Gene ethernet

2015-03-17 Thread Keyur Chudgar
Signed-off-by: Keyur Chudgar kchud...@apm.com Signed-off-by: Iyappan Subramanian isubraman...@apm.com --- Documentation/devicetree/bindings/net/apm-xgene-enet.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt

Re: [PATCH 5/5] arm-cci: Fix CCI PMU event validation

2015-03-17 Thread Will Deacon
On Tue, Mar 10, 2015 at 03:18:55PM +, Suzuki K. Poulose wrote: From: Suzuki K. Poulose suzuki.poul...@arm.com We mask the event with the CCI_PMU_EVENT_MASK, before passing the config to pmu_validate_hw_event(), which causes extra bits to be ignored and qualifies an invalid event code as

Re: [PATCH_V3 2/3] dma: jz4780: add driver for the Ingenic JZ4780 DMA controller

2015-03-17 Thread Zubair Lutfullah Kakakhel
Hi, Thanks for the review. On 16/03/15 10:46, Vinod Koul wrote: On Thu, Feb 26, 2015 at 12:43:33PM +, Zubair Lutfullah Kakakhel wrote: +/* Per-channel registers. */ +#define JZ_DMA_REG_DSA(n) (0x00 + (n) * 0x20) +#define JZ_DMA_REG_DTA(n) (0x04 + (n) * 0x20) +#define

Re: [PATCH] ARM: dts: dra7x-evm: beagle-x14: Fix USB Peripheral

2015-03-17 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150317 07:55]: Hi, On Tue, Mar 17, 2015 at 11:43:51AM +0200, Roger Quadros wrote: Now that we have EXTCON_USB_GPIO queued for v4.1, revert commit addfcde7c485 (ARM: dts: dra7x-evm: beagle-x15: Fix USB Host) On these EVMs, the USB cable state has to be

Re: [REGRESSION] of: Fix premature bootconsole disable with 'stdout-path' breaks console on tty0

2015-03-17 Thread Andreas Schwab
Geert Uytterhoeven ge...@linux-m68k.org writes: Most probably, the chosen/stdout-path is provided automatically by the firmware, even if no serial console is present. Andreas, is that correct? There is only chosen/linux,stdout-path, pointing to the display device. Andreas. -- Andreas

Re: [PATCH v3 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-03-17 Thread Maxime Coquelin
2015-03-13 15:19 GMT+01:00 Andy Shevchenko andy.shevche...@gmail.com: On Thu, Mar 12, 2015 at 11:55 PM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: From: Maxime Coquelin mcoquelin.st...@gmail.com This drivers adds support to the STM32 USART controller, which is a standard serial driver.

Re: [PATCH 01/10] dt/bindings: Add binding for BCM2835 mailbox driver

2015-03-17 Thread Eric Anholt
Stephen Warren swar...@wwwdotorg.org writes: On 03/12/2015 05:23 PM, Eric Anholt wrote: Device base maintainers weren't excited about my patch for -EPROBE_DEFER, because then a new DT would mean we start failing to probe the USB driver in an older kernel, which whould be a regression in the

  1   2   3   >