Re: [PATCH 2/2] thermal: rockchip: add driver for Rockchip thermal

2014-08-23 Thread Heiko Stübner
Am Samstag, 23. August 2014, 08:15:34 schrieb Caesar Wang: > Thermal is TS-ADC Controller module supports user-defined mode and automatic > mode. > > User-defined mode refers,TSADC all the control signals entirely by software > writing to register for direct control. > > Automaic mode refers to t

Re: [PATCH 1/2] dt-bindings: document Rockchip thermal

2014-08-23 Thread Heiko Stübner
Hi Caesar, Am Samstag, 23. August 2014, 08:15:33 schrieb Caesar Wang: > This add the necessary binding documentation for the thermal > found on Rockchip SoCs > > Signed-off-by: zhaoyifeng > Signed-off-by: Caesar Wang > --- > .../bindings/thermal/rockchip-thermal.txt | 33 > +

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-23 Thread Geert Uytterhoeven
On Sat, Aug 23, 2014 at 8:31 AM, Olof Johansson wrote: >> > arch/arm/boot/dts// >> > >> > Is this something we should do for the MIPS and update the other >> > architectures >> > to follow that scheme? >> >> I recall reading that as well and that it would be adopted for ARM64, >> but that hasn't

Re: [PATCH v3 0/6] Migrate PXA27x platforms to clock framework

2014-08-23 Thread Arnd Bergmann
On Saturday 23 August 2014 18:05:41 Robert Jarzmik wrote: > Haojian Zhuang writes: > > Acked-by: Haojian Zhuang > > > > Only with a small comment. > > > > Regards > > Haojian > Hi Mike and Arnd, > > I suppose this patchset didn't make it to 3.17 timeframe, right ? > And I don't see it scheduled

Re: [PATCH v8 2/3] ahci_xgene: Skip the PHY and clock initialization if already configured by the firmware.

2014-08-23 Thread Sergei Shtylyov
Hello. On 08/23/2014 10:37 PM, Suman Tripathi wrote: This patch implements the feature to skip the PHY and clock initialization if it is already configured by the firmware. Signed-off-by: Loc Ho Signed-off-by: Suman Tripathi --- drivers/ata/ahci_xgene.c | 16 1 file cha

[PATCH v8 3/3] ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SATA host controller driver.

2014-08-23 Thread Suman Tripathi
This patch addresses two HW erratas as described below by retrying the COMRESET: 1. During speed negotiation, controller is not able to detect ALIGN at GEN3(6Gbps) within 54.6us and results in a timeout. This issue can be recovered by issuing a COMRESET. 2. Although ALIGN detection is successful,

[PATCH v8 2/3] ahci_xgene: Skip the PHY and clock initialization if already configured by the firmware.

2014-08-23 Thread Suman Tripathi
This patch implements the feature to skip the PHY and clock initialization if it is already configured by the firmware. Signed-off-by: Loc Ho Signed-off-by: Suman Tripathi --- drivers/ata/ahci_xgene.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/ata/ahci_xgene.c

[PATCH v8 0/3] ahci_xgene: Fixes related to APM X-Gene SATA host controller driver.

2014-08-23 Thread Suman Tripathi
This patch set contains a couple of fixes related to APM X-Gene SATA controller driver. v2 Change: 1. Drop the Link down retry patch from this patch set. v4 Change: 1. Drop the patch to fix the csr-mask in dts for PHY clock node of SATA Host Controller 1. 2. Add the patch to correct

[PATCH v8 1/3] arm64: Fix the csr-mask for APM X-Gene SoC AHCI SATA PHY clock DTS node.

2014-08-23 Thread Suman Tripathi
The value of the csr-mask of the SATA PHY clock DTS node has a wrong value resulting a kernel panic as the clock/reset is not proper for the PHY of the SATA host controller 1. This patch fixes the correct csr-mask value of the SATA PHY clock DTS node for the SATA Host controller 1. As the 'ok' is

[PATCH] iio: st-sensors: add support for lis3lv02d accelerometer

2014-08-23 Thread Linus Walleij
This adds support for the LIS3LV02 accelerometer found in the ST Microelectronics Nomadik board series. Cc: devicetree@vger.kernel.org Cc: Denis CIOCCA Cc: Lee Jones Signed-off-by: Linus Walleij --- .../devicetree/bindings/iio/st-sensors.txt | 1 + drivers/iio/accel/st_accel.h

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-23 Thread Rob Herring
On Fri, Aug 22, 2014 at 7:43 AM, Liviu Dudau wrote: > On Thu, Aug 21, 2014 at 11:16:16PM -0500, Rob Herring wrote: >> On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau wrote: >> > Introduce a default implementation for remapping PCI bus I/O resources >> > onto the CPU address space. Architectures wit

Re: [PATCH] phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entry

2014-08-23 Thread Andreas Färber
Hi, Am 22.08.2014 15:58, schrieb Sjoerd Simons: > Add a MODULE_DEVICE_TABLE call for OF match tables. This allows the > module to be autoloaded based on devicetree information. > > Signed-off-by: Sjoerd Simons > --- > drivers/phy/phy-exynos5-usbdrd.c | 1 + > 1 file changed, 1 insertion(+) > >

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-23 Thread Olof Johansson
On Sat, Aug 23, 2014 at 03:56:42PM +0200, Arnd Bergmann wrote: > On Saturday 23 August 2014, Olof Johansson wrote: > > On Fri, Aug 22, 2014 at 02:10:23PM -0700, Andrew Bresticker wrote: > > > On Fri, Aug 22, 2014 at 1:42 PM, Florian Fainelli > > > wrote: > > > > > > > > On Aug 21, 2014 3:05 PM, "

Re: [PATCH v3 0/6] Migrate PXA27x platforms to clock framework

2014-08-23 Thread Robert Jarzmik
Haojian Zhuang writes: > Acked-by: Haojian Zhuang > > Only with a small comment. > > Regards > Haojian Hi Mike and Arnd, I suppose this patchset didn't make it to 3.17 timeframe, right ? And I don't see it scheduled either for linux-next. Is there something blocking it ? Cheers. -- Robert --

Re: [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5

2014-08-23 Thread Fabio Estevam
On Sat, Aug 23, 2014 at 11:33 AM, Russell King - ARM Linux wrote: > Most of the pins not associated with booting the kernel are left > unconfigured by the boot loader - that's because uboot SPL has very > little space for such things. > > Rabeeh has just told me that 0x1b0b1 would be a better val

Re: [PATCH v3 4/5] Regulator: RK808: Add regulator driver for RK808

2014-08-23 Thread Mark Brown
On Sat, Aug 23, 2014 at 07:04:50PM +0800, Chris Zhong wrote: > The regulator module consists of 4 DCDCs, 8 LDOs and 2 switches. > The output voltages are configurable and are meant to supply power > to the main processor and other components To repeat what I said on your previous posting: this dri

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-23 Thread Arnd Bergmann
On Saturday 23 August 2014 16:48:52 Jonas Gorski wrote: > On Sat, Aug 23, 2014 at 3:56 PM, Arnd Bergmann wrote: > > Another argument is that we plan to actually move all the dts files out of > > the kernel into a separate project in the future. We really don't want to > > have the churn of moving

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-23 Thread Jonas Gorski
On Sat, Aug 23, 2014 at 3:56 PM, Arnd Bergmann wrote: > Another argument is that we plan to actually move all the dts files out of > the kernel into a separate project in the future. We really don't want to > have the churn of moving all the files now when they get deleted in one > of the next mer

Re: [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5

2014-08-23 Thread Russell King - ARM Linux
On Sat, Aug 23, 2014 at 10:56:37AM -0300, Fabio Estevam wrote: > On Sat, Aug 23, 2014 at 10:36 AM, Russell King - ARM Linux > wrote: > > On Sat, Aug 23, 2014 at 10:32:23AM -0300, Fabio Estevam wrote: > >> On Sat, Aug 23, 2014 at 6:11 AM, Russell King > >> wrote: > >> > >> > -

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-23 Thread Arnd Bergmann
On Saturday 23 August 2014, Olof Johansson wrote: > On Fri, Aug 22, 2014 at 02:10:23PM -0700, Andrew Bresticker wrote: > > On Fri, Aug 22, 2014 at 1:42 PM, Florian Fainelli > > wrote: > > > > > > On Aug 21, 2014 3:05 PM, "Andrew Bresticker" > > > wrote: > > > > > > > > To be consistent with oth

Re: [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5

2014-08-23 Thread Fabio Estevam
On Sat, Aug 23, 2014 at 10:36 AM, Russell King - ARM Linux wrote: > On Sat, Aug 23, 2014 at 10:32:23AM -0300, Fabio Estevam wrote: >> On Sat, Aug 23, 2014 at 6:11 AM, Russell King >> wrote: >> >> > - MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x8000 >> > +

Re: [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5

2014-08-23 Thread Russell King - ARM Linux
On Sat, Aug 23, 2014 at 10:32:23AM -0300, Fabio Estevam wrote: > On Sat, Aug 23, 2014 at 6:11 AM, Russell King > wrote: > > > - MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x8000 > > + MX6QDL_PAD_EIM_DA5__GPIO3_IO05 0x8000 > > It would be bet

Re: [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5

2014-08-23 Thread Fabio Estevam
On Sat, Aug 23, 2014 at 6:11 AM, Russell King wrote: > - MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x8000 > + MX6QDL_PAD_EIM_DA5__GPIO3_IO05 0x8000 It would be better to replace the '0x8000' with the real iomux value (like 0x1b0b0 for e

Re: [PATCH 7/7] ARM: meson: update documentation (uart, timer and vendors)

2014-08-23 Thread Andreas Färber
Am 17.08.2014 12:49, schrieb Carlo Caione: > New UART and timer bindings are documented. A new vendor is added to the > vendors list. > > Signed-off-by: Carlo Caione > --- > .../devicetree/bindings/serial/amlogic,meson-uart.txt | 17 > + > .../devicetree/bindings/timer/amlogic

Re: [PATCH 5/7] ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS

2014-08-23 Thread Andreas Färber
Hi, Am 17.08.2014 12:49, schrieb Carlo Caione: > The Meson6 SoC is produced by Amlogic inc. and it is based on 2 Cortex A9 > and an ARM Mali-400 GPU. > This patch adds two basic DTSI for the preliminary support of Meson and > Meson6 SoCs. Another DTS is also added for supporting the atv1200 board,

Re: [PATCH 01/23] fdt: Add functions to query a node's #address- and #size-cells

2014-08-23 Thread Thierry Reding
On Fri, Aug 22, 2014 at 09:03:49PM -0600, Simon Glass wrote: > Hi Thierry, > > On 19 August 2014 07:06, Thierry Reding wrote: > > On Tue, Aug 19, 2014 at 06:52:22AM -0600, Simon Glass wrote: > >> Hi Theirry, > >> > >> > >> On 19 August 2014 04:59, Thierry Reding wrote: > >> > >> > On Mon, Aug 18

Re: [PATCH v2 1/5] ARM: shmobile: r8a7740: document MSTP clock support

2014-08-23 Thread Simon Horman
On Fri, Aug 22, 2014 at 05:46:58PM +0900, Simon Horman wrote: > On Fri, Aug 22, 2014 at 09:44:09AM +0200, Geert Uytterhoeven wrote: > > Hi Simon, > > > > On Fri, Aug 22, 2014 at 3:04 AM, Simon Horman wrote: > > > On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: > > >> On Fri, Aug 08,

[PATCH v3 5/5] Clk: RK808: Add clkout driver for RK808

2014-08-23 Thread Chris Zhong
Signed-off-by: Chris Zhong --- Changes in v4: Advices by Doug - add a "#clock-cells" propertiy - update the example Changes in v3: None Changes in v2: None drivers/clk/Kconfig|9 ++ drivers/clk/Makefile |1 + drivers/clk/clk-rk808.c

[PATCH v3 4/5] Regulator: RK808: Add regulator driver for RK808

2014-08-23 Thread Chris Zhong
The regulator module consists of 4 DCDCs, 8 LDOs and 2 switches. The output voltages are configurable and are meant to supply power to the main processor and other components Signed-off-by: Chris Zhong --- Changes in v4: Adviced by Lee Jones in v2 - modify the description in Kconfig - remove so

Re: [PATCH 1/3] ARM: dts: Add DT changes for display on snow

2014-08-23 Thread Andreas Färber
Am 25.07.2014 21:44, schrieb Ajay Kumar: > Add DT nodes for ptn3460 bridge chip and panel-simple panel. "simple-panel" > Add backlight enable pin and backlight power supply for pwm-backlight. > Also add bridge phandle needed by dp to enable display on snow. > > Signed-off-by: Ajay Kumar > --- >

[PATCH v3 3/5] RTC: RK808: add RTC driver for RK808

2014-08-23 Thread Chris Zhong
RK808 PMIC is a MFD with RTC as one of the device. Adding RTC driver for supporting RTC device present inside RK808 PMIC. Signed-off-by: Chris Zhong --- Changes in v4: - use &client->dev replace rk808->dev Changes in v3: None Changes in v2: Adviced by javier.martinez - Add a separate clock dri

Re: [PATCH 2/3] ARM: dts: Add DT changes for display on peach_pit

2014-08-23 Thread Andreas Färber
Am 25.07.2014 21:44, schrieb Ajay Kumar: > Add DT nodes for ps8622 bridge chip and panel-simple panel. "simple-panel" > Add backlight power supply for pwm-backlight. > Also add bridge phandle needed by dp to enable display on peach_pit. Note that peach_pi[t] is inconsistent with the file names b

[PATCH v3 2/5] MFD: RK808: Add new mfd driver for RK808

2014-08-23 Thread Chris Zhong
The RK808 chip is a power management IC for multimedia and handheld devices. It contains the following components: - Regulators - RTC The rk808 core driver is registered as a platform driver and provides communication through I2C with the host device for the different components. Signed-off-by:

[PATCH v3 1/5] MFD: Add rk808 device tree bindings documentation

2014-08-23 Thread Chris Zhong
rk808.txt: Add device tree bindings for rockchip's rk808 pmic. Signed-off-by: Chris Zhong --- Changes in v4: Adviced by doug - add "clock-output-names" propertiey - add a header file "rockchip,rk808.h" Changes in v3: - fix compile err Changes in v2: Adviced by javier.martinez - separated from

[PATCH v3 0/5] Add rockchip RK808 pmic driver

2014-08-23 Thread Chris Zhong
This is the initial version of the RK808 PMIC. This is a power management IC for multimedia products. It provides regulators that are able to supply power to processor cores and other components. The chip provides other modules including RTC, Clockout Changes in v4: Adviced by doug - add "clock-o

Re: [PATCH 3/3] ARM: dts: Add DT changes for display on peach_pi

2014-08-23 Thread Andreas Färber
Seeing a Reviewed-by, I'm recording comments from another thread so that they don't get forgotten: Am 25.07.2014 21:44, schrieb Ajay Kumar: > Add DT nodes for panel-simple "auo,b133htn01" panel. > Add backlight enable pin and backlight power supply for pwm-backlight. > Also add panel phandle neede

[PATCH 5/6] ARM: dts: hummingboard: add mSATA support for iMX6 quad/dual HummingBoard

2014-08-23 Thread Russell King
From: Rabeeh Khoury To: Shawn Guo Initial patch from Rabeeh, but with the electrical properties added. Signed-off-by: Rabeeh Khoury Signed-off-by: Russell King --- arch/arm/boot/dts/imx6q-hummingboard.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/imx6q-hum

[PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5

2014-08-23 Thread Russell King
From: Rabeeh Khoury To: Shawn Guo HummingBoard after rev 2.0 and the production one starting rev 3.0 uses gpio 3,5 (EIM_DA5 pad) as the gpio infra red receiver input. Since the original Carrier1 board is obsolete and we are retiring it, update the DT file for this. This will mean IR reception

[PATCH 2/6] ARM: dts: hummingboard/cubox-i: add USB OC pinctrl configuration

2014-08-23 Thread Russell King
Hummingboard has no over current hardware, so disable the over current detection for both ports. Cubox-i has over current hardware, so appropriately configure this. Signed-off-by: Russell King --- arch/arm/boot/dts/imx6dl-hummingboard.dts | 2 ++ arch/arm/boot/dts/imx6qdl-cubox-i.dtsi| 17

[PATCH 3/6] ARM: dts: hummingboard/cubox-i: change SPDIF output to be more descriptive

2014-08-23 Thread Russell King
Signed-off-by: Russell King --- arch/arm/boot/dts/imx6dl-hummingboard.dts | 2 +- arch/arm/boot/dts/imx6qdl-cubox-i.dtsi| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6dl-hummingboard.dts b/arch/arm/boot/dts/imx6dl-hummingboard.dts index d1c892e28

[PATCH 4/6] ARM: dts: hummingboard: Split HummingBoard DT to support s/dl and d/q

2014-08-23 Thread Russell King
From: Rabeeh Khoury To: Shawn Guo Signed-off-by: Rabeeh Khoury Signed-off-by: Russell King --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6dl-hummingboard.dts | 203 +--- arch/arm/boot/dts/imx6q-hummingboard.dts| 13 ++ arch/arm/bo

[PATCH 0/6] SolidRun Hummingboard/Cubox-i DT updates

2014-08-23 Thread Russell King - ARM Linux
Here's a set of patches updating the Cubox-i/Hummingboard DT files. The first two are fairly important fixes, so should at least go in for -rc kernels. The SPDIF patch is something which could go in -rc as well as it's a cosmetic patch, changing the name displayed in (eg) pulseaudio for the SPDIF

[PATCH 1/6] ARM: dts: microsom-ar8035: MDIO pad must be set open drain

2014-08-23 Thread Russell King
From: Rabeeh Khoury To: Shawn Guo MDIO pad must be set open drain. Signed-off-by: Rabeeh Khoury Signed-off-by: Russell King --- arch/arm/boot/dts/imx6qdl-microsom-ar8035.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6qdl-microsom-ar8035.dtsi b

Re: [PATCH v5 4/4] arm64: Add APM X-Gene SoC EDAC DTS entries

2014-08-23 Thread Loc Ho
Hi Rob/Mark/Ian, Can one of you help review the DT node? -Loc On Sat, Aug 23, 2014 at 12:23 AM, Loc Ho wrote: > This patch adds APM X-Gene SoC EDAC DTS entries. > > Signed-off-by: Feng Kan > Signed-off-by: Loc Ho > --- > arch/arm64/boot/dts/apm-storm.dtsi | 98 > ++

[PATCH v5 1/4] MAINTAINERS: Add entry for APM X-Gene SoC EDAC driver

2014-08-23 Thread Loc Ho
This patch adds a MAINTAINERS entry for APM X-Gene SoC EDAC driver. Signed-off-by: Loc Ho --- MAINTAINERS |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ca2b31c..435b53a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3427,6 +3427,1

[PATCH v5 4/4] arm64: Add APM X-Gene SoC EDAC DTS entries

2014-08-23 Thread Loc Ho
This patch adds APM X-Gene SoC EDAC DTS entries. Signed-off-by: Feng Kan Signed-off-by: Loc Ho --- arch/arm64/boot/dts/apm-storm.dtsi | 98 1 files changed, 98 insertions(+), 0 deletions(-) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boo

[PATCH v5 2/4] Documentation: Add documentation for the APM X-Gene SoC EDAC DTS binding

2014-08-23 Thread Loc Ho
This patch adds documentation for the APM X-Gene SoC EDAC DTS binding. Signed-off-by: Feng Kan Signed-off-by: Loc Ho --- .../devicetree/bindings/edac/apm-xgene-edac.txt| 83 1 files changed, 83 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree

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

2014-08-23 Thread Loc Ho
This patch adds support for the APM X-Gene SoC EDAC driver. v5: * Rebase to 3.17.rc1 (next) * Update binding documentation for additional SoC node binding resource * Enable MCU correctable and uncorrectable interrupts if not enabled by firmware * Enable top level interrupt only after all MCU reg

[PATCH v5 3/4] edac: Add APM X-Gene SoC EDAC driver

2014-08-23 Thread Loc Ho
This patch adds support for the APM X-Gene SoC EDAC driver. It requires ARM64 EDAC support patch [1] to compile due to dependence on MC module which calls an unused software memory scrub function. [1] http://www.spinics.net/lists/arm-kernel/msg324093.html Signed-off-by: Feng Kan Signed-off-by: L

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

2014-08-23 Thread Loc Ho
Hi Rob, Any update on the ARM64 memory scrub patch since posted v3? -Loc On Sat, Aug 23, 2014 at 12:23 AM, Loc Ho wrote: > This patch adds support for the APM X-Gene SoC EDAC driver. > > v5: > * Rebase to 3.17.rc1 (next) > * Update binding documentation for additional SoC node binding resource