[PATCH v2] ARM: dts: Fix LEDs on exynos5422-odroidxu3

2015-09-13 Thread Krzysztof Kozlowski
The LEDs on Odroid XU3 family boards could not properly probe because PWM outputs were reduced only to PWM for fan. Fix it for Odroid XU3 and XU3-Lite boards by switching to usage of all 4 outputs (although the PWM for MIPI probably is redundant because board does not have MIPI connector

Re: [PATCH] ARM: dts: Add ddc i2c reference to veyron

2015-09-13 Thread Heiko Stübner
Am Mittwoch, 2. September 2015, 14:25:48 schrieb Douglas Anderson: > The ddc-i2c-bus property was missing from the veyron dtsi file since > downstream the ddc-i2c-bus was still being specified in rk3288.dtsi and > nobody noticed when the veyron dtsi was sent upstream. Add it. > > Signed-off-by:

Re: [PATCH 2/6] hwrng: core: Simplify RNG switching from sysfs

2015-09-13 Thread Peter Korsgaard
> "Lee" == Lee Jones writes: > If we attempt to use sysfs to change the current RNG in the usual > way i.e. issuing something like: > `echo 8a8a000.rng > /sys/devices/virtual/misc/hw_random/rng_current` > ... it will fail because the code doesn't currently take

Re: [PATCH 2/2] ARM: dts: sun5i: Add dts file for the Wobo i5 top set box

2015-09-13 Thread Maxime Ripard
On Thu, Sep 10, 2015 at 03:05:59PM +0200, Hans de Goede wrote: > From: Jelle van der Waa > > The Wobo i5 top set box is a somewhat curious A10s based top set box, > it uses an AXP209 rather then the AXP152 usually used in combination > with the A10s. It has an ethernet phy

Re: [PATCH] ARM: dts: Add the hdmi-ddc pinctrl settings for rk3288

2015-09-13 Thread Heiko Stübner
Am Mittwoch, 2. September 2015, 14:54:22 schrieb Douglas Anderson: > The pins for i2c5 can either be configured as "I2C5" which means that > they're controlled by the normal RK3288 I2C controller or as "EDP / HDMI > I2C". It's unclear why EDP is referenced here since apparently setting > the mux

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet

2015-09-13 Thread Maxime Ripard
On Tue, Sep 08, 2015 at 09:45:52AM +0200, Hans de Goede wrote: > Hi, > > On 07-09-15 22:56, Maxime Ripard wrote: > >On Mon, Sep 07, 2015 at 09:05:29AM +0200, Hans de Goede wrote: > +_ldo3 { > + /* > + * We need to always power the camera sensor, otherwhise all access > + * to

[PATCH v1 01/17] scsi: ufs-qcom: add number of lanes per direction

2015-09-13 Thread Yaniv Gardi
Different platform may have different number of lanes for the UFS link. Add parameter to device tree specifying how many lanes should be configured for the UFS link. Signed-off-by: Gilad Broner Signed-off-by: Yaniv Gardi ---

Re: [PATCH 2/2] ARM: dts: rockchip: Add dtb for the Radxa Rock 2 Square board

2015-09-13 Thread Heiko Stübner
Hi Sjoerd, Am Samstag, 12. September 2015, 00:36:45 schrieb Sjoerd Simons: > The Radxa Rock 2 Square board is a combination of the Radxa Rock 2 SoM > with the Square baseboard. Add a dtsi for the SoM which can be included > into the dts for the various baseboards (e.g. full and square) and a dts

[PATCH v1 02/17] scsi: ufs: add option to change default UFS power management level

2015-09-13 Thread Yaniv Gardi
UFS device and link can be put in multiple different low power modes hence UFS driver supports multiple different low power modes. By default UFS driver selects the default (optimal) low power mode (which gives moderate power savings and have relatively less enter and exit latencies) but we might

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet

2015-09-13 Thread Hans de Goede
Hi, On 13-09-15 17:22, Maxime Ripard wrote: On Tue, Sep 08, 2015 at 09:45:52AM +0200, Hans de Goede wrote: Hi, On 07-09-15 22:56, Maxime Ripard wrote: On Mon, Sep 07, 2015 at 09:05:29AM +0200, Hans de Goede wrote: +_ldo3 { + /* +* We need to always power the camera sensor,

[PATCH 22/32] v4l: vsp1: Make the BRU optional

2015-09-13 Thread Laurent Pinchart
Not all VSP instances have a BRU on R-Car Gen3, make it optional. For backward compatibility with older DT bindings default to BRU availability on R-Car Gen2. Cc: devicetree@vger.kernel.org Signed-off-by: Laurent Pinchart ---

[PATCH 07/32] v4l: vsp1: Support VSP1 instances without any UDS

2015-09-13 Thread Laurent Pinchart
Not all VSP1 instances include a UDS. Make the renesas,#uds DT property optional and accept a number of UDS equal to 0 as valid. Cc: devicetree@vger.kernel.org Signed-off-by: Laurent Pinchart --- Documentation/devicetree/bindings/media/renesas,vsp1.txt

[PATCH 31/32] v4l: vsp1: Add support for the R-Car Gen3 VSP2

2015-09-13 Thread Laurent Pinchart
Add DT compatible strings for the VSP2 instances found in the R-Car Gen3 SoCs and support them in the vsp1 driver. Cc: devicetree@vger.kernel.org Signed-off-by: Laurent Pinchart --- Documentation/devicetree/bindings/media/renesas,vsp1.txt | 5 -

[PATCH] ARM: dts: sun6i: Add accelerometer on Columbus A31

2015-09-13 Thread Hans de Goede
From: Sander Vermin Add mma8452 accelerometer to sun6i-a31-colombus.dts. Signed-off-by: Sander Vermin Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun6i-a31-colombus.dts | 7 +++ 1 file changed, 7 insertions(+) diff --git

[PATCH v5] Documentation: add Device tree bindings for hwmon/nct7802

2015-09-13 Thread Constantine Shulyupin
Add sensors' types configuration. --- Changed on v5: - Fixed typos Changed on v4: - Removed registers initialization by names - Added properties nuvoton,sensor*-type Changed in v3: - Fixed vendor prefix - Added short registers description, full registers description is available at

Re: [PATCH 2/2] ARM: dts: rockchip: Add dtb for the Radxa Rock 2 Square board

2015-09-13 Thread Heiko Stübner
Hi Sjoerd, Am Samstag, 12. September 2015, 00:36:45 schrieb Sjoerd Simons: one thing I forgot: > + { > + broken-cd; > + bus-width = <8>; > + cap-mmc-highspeed; > + disable-wp; > + non-removable; > + num-slots = <1>; > + pinctrl-names = "default"; > + pinctrl-0 =

[PATCH 18/22] drm: rcar-du: Add R8A7795 device support

2015-09-13 Thread Laurent Pinchart
Document the R8A7795-specific DT bindings and support them in the driver. The HDMI and LVDS outputs are currently not supported. Cc: devicetree@vger.kernel.org Signed-off-by: Koji Matsuoka Signed-off-by: Laurent Pinchart

[PATCH 02/22] drm: rcar-du: Add support for the R8A7793 DU

2015-09-13 Thread Laurent Pinchart
The R8A7793 DU is identical to the R8A7791 and thus only requires a new DT compatible string. Cc: devicetree@vger.kernel.org Signed-off-by: Laurent Pinchart --- Documentation/devicetree/bindings/video/renesas,du.txt | 12 +++-

[PATCH 03/22] drm: rcar-du: Add support for the R8A7794 DU

2015-09-13 Thread Laurent Pinchart
The R8A7794 DU has a fixed output routing configuration with one RGB output per CRTC and thus lacks the RGB output routing register field. Cc: devicetree@vger.kernel.org Signed-off-by: Laurent Pinchart --- .../devicetree/bindings/video/renesas,du.txt

Re: [PATCH 2/2] Documentation: bindings: add description of phy for sdhci-of-arasan

2015-09-13 Thread Shawn Lin
在 2015/9/14 10:47, Sören Brinkmann 写道: Hi Shawn, On Fri, 2015-09-11 at 04:55PM +0800, Shawn Lin wrote: This patch adds phys and phy-names for sdhci-of-arasan as optional properties, and details the example as well. Signed-off-by: Shawn Lin ---

Re: [PATCH 2/2] ARM: dts: rockchip: Add dtb for the Radxa Rock 2 Square board

2015-09-13 Thread Javier Martinez Canillas
Hello Sjoerd, On Sat, Sep 12, 2015 at 12:36 AM, Sjoerd Simons wrote: [snip] > + > + regulators { > + vcc_ddr: REG1 { > + regulator-name = "VCC_DDR"; > +

Re: [PATCH V2 3/3] reset: hi6220: Reset driver for hisilicon hi6220 SoC

2015-09-13 Thread chenfeng
On 2015/9/11 16:41, Arnd Bergmann wrote: > On Friday 11 September 2015 16:18:38 Chen Feng wrote: >> +static int __init hi6220_reset_init(void) >> +{ >> +int ret; >> +struct device_node *np; >> +struct hi6220_reset_data *data; >> + >> +data = kzalloc(sizeof(*data), GFP_KERNEL); >>

Re: [PATCH V2 3/3] reset: hi6220: Reset driver for hisilicon hi6220 SoC

2015-09-13 Thread chenfeng
On 2015/9/12 14:06, xuyiping wrote: > > > On 2015/9/11 16:18, Chen Feng wrote: >> Add reset driver for hi6220-hikey board,this driver supply deassert >> of IP. on hi6220 SoC. >> >> Signed-off-by: Chen Feng >> --- >> drivers/reset/Kconfig | 1 + >>

[PATCH v3 2/2] ARM: dts: Add exynos5422-odroidxu4 board

2015-09-13 Thread Krzysztof Kozlowski
Add Hardkernel Odroid XU4 board Device Tree sources. The board differs from Odroid XU3 and XU3-Lite by: 1. No green and red LEDs (except standard red power LED). 2. Only two PWM outputs are used (fan and blue LED) 3. No audio codec. 4. Two USB3 ports in host mode (no micro USB3 connector for OTG).

Re: [PATCH] pci-rcar-gen2: add R8A7794 support

2015-09-13 Thread Simon Horman
On Sat, Sep 12, 2015 at 02:06:09AM +0300, Sergei Shtylyov wrote: > Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver. > > Signed-off-by: Sergei Shtylyov Acked-by: Simon Horman -- To unsubscribe from this list:

[PATCH v3 1/2] ARM: dts: Split audio configuration to separate exynos5422-odroidxu3-audio

2015-09-13 Thread Krzysztof Kozlowski
The Odroid XU4 board does not have audio codec so before adding DTS for new board split the audio codec to separate DTSI file. Include the audio codec DTSI in Odroid XU3 and XU3-Lite boards. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas

Re: [PATCH v6 0/6] Altera PCIe host controller driver with MSI support

2015-09-13 Thread Ley Foon Tan
On Tue, Sep 1, 2015 at 6:40 PM, Marc Zyngier wrote: > On 01/09/15 11:30, Ley Foon Tan wrote: >> This is the 6th version of patch set to add support for Altera PCIe host >> controller with MSI feature on Altera FPGA device families. This patchset >> mainly resolve comments

Re: [PATCH] arm64: dts: Add BUS1 instance pinctrl support

2015-09-13 Thread Alim Akhtar
Hi On 08/31/2015 11:12 AM, Krzysztof Kozlowski wrote: On 28.08.2015 20:25, Alim Akhtar wrote: This adds BUS1 instance pinctrl for exynos7 soc. Signed-off-by: Alim Akhtar --- arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 111 +++

[PATCH v5 3/4] devicetree: add SGX Sensortech vendor id

2015-09-13 Thread Matt Ranostay
Signed-off-by: Matt Ranostay --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index ac5f0c3..281e8f0

[PATCH v5 4/4] iio: chemical: add SGX VZ89x VOC sensor support

2015-09-13 Thread Matt Ranostay
Add support for VZ89X sensors VOC and CO2 reporting channels in percentage which can be converted to part per million. Signed-off-by: Matt Ranostay --- .../ABI/testing/sysfs-bus-iio-chemical-vz89x | 7 + .../devicetree/bindings/i2c/trivial-devices.txt| 1 +

Re: [PATCH v4 5/7] Watchdog: introduce ARM SBSA watchdog driver

2015-09-13 Thread Pratyush Anand
On 10/09/2015:06:45:17 PM, Jon Masters wrote: > On 06/03/2015 02:53 PM, Timur Tabi wrote: > > On 06/03/2015 01:25 PM, Guenter Roeck wrote: > >> In general the idea here would be to use a crashdump kernel, which, > >> when loaded, would reset the watchdog before it fires. This kernel > >> would

Re: [PATCH-v5 RESEND 2/5] i2c: pxa: enable/disable i2c module across msg xfer

2015-09-13 Thread Vaibhav Hiremath
On Saturday 12 September 2015 12:23 AM, Wolfram Sang wrote: On Mon, Aug 24, 2015 at 11:29:35AM +0530, Vaibhav Hiremath wrote: From: Yi Zhang Enable i2c module/unit before transmission and disable when it finishes. why? It's because the i2c bus may be disturbed if the

Re: [PATCH 2/2] Documentation: bindings: add description of phy for sdhci-of-arasan

2015-09-13 Thread Sören Brinkmann
Hi Shawn, On Fri, 2015-09-11 at 04:55PM +0800, Shawn Lin wrote: > This patch adds phys and phy-names for sdhci-of-arasan as optional > properties, and details the example as well. > > Signed-off-by: Shawn Lin > --- > >

[PATCH v5 1/4] iio: chemical: Add IIO_CONCENTRATION channel type

2015-09-13 Thread Matt Ranostay
There are air quality sensors that report data back in parts per million of VOC (Volatile Organic Compounds) which are usually indexed from CO2 or another common pollutant. This patchset adds an IIO_CONCENTRATION type that returns a percentage of substance because no other channels types fit this

[PATCH v5 2/4] iio: resistance: add IIO_RESISTANCE channel type

2015-09-13 Thread Matt Ranostay
Signed-off-by: Matt Ranostay --- Documentation/ABI/testing/sysfs-bus-iio | 8 drivers/iio/industrialio-core.c | 1 + include/uapi/linux/iio/types.h | 1 + 3 files changed, 10 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-bus-iio

[PATCH v5 0/4] iio: new chemical sensor framework and channel types

2015-09-13 Thread Matt Ranostay
Changes from v4: * Add IIO_MOD_CO2 and IIO_MOD_VOC modifiers * Updated IIO_RESISTANCE and IIO_CONCENTRATION documentation * Moved the decimal point shifting to the scale value versus the reading Matt Ranostay (4): iio: chemical: Add IIO_CONCENTRATION channel type iio: resistance: add

Re: [PATCH-v5 RESEND 3/5] i2c: pxa: Add support for pxa910/988 & new configuration features

2015-09-13 Thread Vaibhav Hiremath
On Saturday 12 September 2015 12:36 AM, Wolfram Sang wrote: On Mon, Aug 24, 2015 at 11:29:36AM +0530, Vaibhav Hiremath wrote: TWSI_ILCR & TWSI_IWCR registers are used to adjust clock rate of standard & fast mode in pxa910/988; so this patch adds these two new entries to "struct

Re: [PATCH] arm64: dts: Add BUS1 instance pinctrl support

2015-09-13 Thread Krzysztof Kozlowski
On 14.09.2015 14:08, Alim Akhtar wrote: > Hi > > On 08/31/2015 11:12 AM, Krzysztof Kozlowski wrote: >> On 28.08.2015 20:25, Alim Akhtar wrote: >>> This adds BUS1 instance pinctrl for exynos7 soc. >>> >>> Signed-off-by: Alim Akhtar >>> --- >>>

RE: [PATCH] ahci: qoriq: fixed using uninitialized variable warnings

2015-09-13 Thread Yuantian Tang
Hello Tejun, The toolchain I used is: gcc version 4.8.3 20140401 (prerelease) (Linaro GCC 4.8-2014.04) I have not found this warning using this tool chain with -Wuninitialized flag. Regards, Yuantian > -Original Message- > From: Tejun Heo [mailto:hte...@gmail.com] On Behalf Of Tejun

Re: [RFC PATCH 3/3] devicetree: macb: Add optional property tsu-clk

2015-09-13 Thread Harini Katakam
On Fri, Sep 11, 2015 at 10:22 PM, Sören Brinkmann wrote: > Hi Harini, > > On Fri, 2015-09-11 at 01:27PM +0530, Harini Katakam wrote: >> Add TSU clock frequency to be used for 1588 support in macb driver. >> >> Signed-off-by: Harini Katakam >> ---

[PATCH v2] arm64: dts: Add BUS1 instance pinctrl support

2015-09-13 Thread Alim Akhtar
This adds BUS1 instance pinctrl for exynos7 soc. Signed-off-by: Alim Akhtar Reviewed-by: Krzysztof Kozlowski --- Changes since v1: - Removed etc1 gpio as per Krzysztof review comments. arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103