Re: [v3,1/9] clk: samsung: exynos5433: Add clocks for CMU_APOLLO domain

2015-02-04 Thread Pankaj Dubey
Hi Chanwoo, On Tuesday 03 February 2015 05:43 AM, Chanwoo Choi wrote: This patch adds the mux/divider/gate clocks for CMU_APOLLO domain which generates the clocks for Cortex-A53 Quad-core processsor. Cc: Sylwester Nawrocki Cc: Tomasz Figa Signed-off-by: Chanwoo Choi Acked-by: Inki Dae ---

Re: SPDX-License-Identifier

2015-02-04 Thread Greg Kroah-Hartman
On Wed, Feb 04, 2015 at 05:41:08PM +0100, Stefan Roese wrote: > On 02.02.2015 17:06, Greg Kroah-Hartman wrote: > >On Mon, Feb 02, 2015 at 04:43:14PM +0100, Stefan Roese wrote: > >>On 21.02.2014 17:18, Michal Simek wrote: > >>>On 02/21/2014 05:12 PM, Felipe Balbi wrote: > On Fri, Feb 21, 2014 at

[PATCH v4] regulator: max77843: Add max77843 regulator driver

2015-02-04 Thread Jaewon Kim
This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/regulator/Kconfig|8 ++ drivers/regulator/Makef

Re: [PATCH v10 0/6] Add Skyworks SKY81452 device drivers

2015-02-04 Thread Gyungoh Yoo
On Thu, Feb 05, 2015 at 03:29:40PM +0900, gyun...@gmail.com wrote: Please ignore this patch serial v10. Sorry for my mistake > From: Gyungoh Yoo > > This patch set includes regulator and backlight driver for SKY81452. > Also it includes documents for device tree and module. > sky81452-regulator

[PATCH v11 0/6] Add Skyworks SKY81452 device drivers

2015-02-04 Thread gyungoh
From: Gyungoh Yoo This patch set includes regulator and backlight driver for SKY81452. Also it includes documents for device tree and module. sky81452-regulator was already applied. So this series doesn't include it. v11: Renamed 'skyworks,en-channels' property to led-sources. Removed unused pro

[PATCH v11 2/6] backlight: Add support Skyworks SKY81452 backlight driver

2015-02-04 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Jingoo Han Acked-by: Bryan Wu --- Changes v11: Renamed 'skyworks,en-channels' property to led-sources. Changes v10: Removed trivial get_brightness implementations Changes v9: Nothing Changes v8: Renamed property names for backlight with

[PATCH v11 4/6] devicetree: Add new SKY81452 backlight binding

2015-02-04 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Bryan Wu --- Changes v11: Renamed 'skyworks,en-channels' property to led-sources. Removed unused property 'skyworks,ovp-level'. Changes v10: Nothing Changes v9: Nothing Changes v8: Renamed property names for backlight with vendor prefix

[PATCH v11 6/6] devicetree: Add SKY81452 to the Trivial Devices list

2015-02-04 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo --- Changes v11: Nothing Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Nothing Changes v6: Nothing Changes v5: Nothing Changes v4: Nothing Changes v3: Nothing Changes v2: Add SKY81452 to the Trivial Devices list D

[PATCH v11 5/6] devicetree: Add vendor prefix for Skyworks Solutions, Inc.

2015-02-04 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Lee Jones --- Changes v11: Nothing Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Nothing Changes v6: Nothing Changes v5: Nothing Changes v4: Nothing Changes v3: Nothing Changes v2: Added vendor prefix for

[PATCH v11 3/6] devicetree: Add new SKY81452 mfd binding

2015-02-04 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Lee Jones --- Changes v11: Renamed 'skyworks,en-channels' property to led-sources. Removed unused property 'skyworks,ovp-level'. Changes v10: Nothing Changes v9: Nothing Changes v8: Made up the example for backlight DT Changes v7: Nothi

[PATCH v11 1/6] mfd: Add support for Skyworks SKY81452 driver

2015-02-04 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Lee Jones --- Changes v11: Nothing Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Modified licensing text to GPLv2 Changes v6: Added new line character at the end of line of dev_err() Changes v5: Move sky8145

[PATCH v10 1/6] mfd: Add support for Skyworks SKY81452 driver

2015-02-04 Thread gyungoh
From: Gyungoh Yoo Signed-off-by: Gyungoh Yoo Acked-by: Lee Jones --- Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Modified licensing text to GPLv2 Changes v6: Added new line character at the end of line of dev_err() Changes v5: Move sky81452-backlight.h to inclu

[PATCH v10 0/6] Add Skyworks SKY81452 device drivers

2015-02-04 Thread gyungoh
From: Gyungoh Yoo This patch set includes regulator and backlight driver for SKY81452. Also it includes documents for device tree and module. sky81452-regulator was already applied. So this series doesn't include it. v10: Removed trivial get_brightness implementations for sky81452-backlight v9:

Re: [PATCH v3 5/6] regulator: max77843: Add max77843 regulator driver

2015-02-04 Thread Jaewon Kim
Hi Mark, 2015년 02월 05일 05:26에 Mark Brown 이(가) 쓴 글: On Wed, Feb 04, 2015 at 01:56:10PM +0900, Jaewon Kim wrote: This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Applied, thanks. I ma

Re: [PATCH v6 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2015-02-04 Thread Vignesh R
On Wednesday 21 January 2015 03:44 PM, Vignesh R wrote: > On Tuesday 20 January 2015 09:34 PM, Lee Jones wrote: >> On Tue, 20 Jan 2015, R, Vignesh wrote: >>> On 1/20/2015 5:23 PM, Lee Jones wrote: On Wed, 07 Jan 2015, Vignesh R wrote: > In one shot mode, sequencer automatically disa

Re: [PATCH v5 10/13] clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domains

2015-02-04 Thread Chanwoo Choi
Hi Sylwester, On 02/04/2015 10:02 PM, Sylwester Nawrocki wrote: > Hi Chanwoo, > > On 02/02/15 15:24, Chanwoo Choi wrote: >> This patch adds the mux/divider/gate clocks for CMU_BUS{0|1|2} domains >> which contain global data buses clocked at up the 400MHz. These blocks >> transfer data between DRA

Re: [PATCH v5 2/7] mailbox: arm_mhu: add driver for ARM MHU controller

2015-02-04 Thread Jassi Brar
On 4 February 2015 at 22:12, Arnd Bergmann wrote: > On Wednesday 04 February 2015 21:03:50 Jassi Brar wrote: >> On 4 February 2015 at 20:18, Arnd Bergmann wrote: >> > On Wednesday 04 February 2015 20:04:21 Jassi Brar wrote: >> >> >> >> > Using the bits of the pointer as the message instead of poi

Re: [PATCH v10 4/6] devicetree: Add new SKY81452 backlight binding

2015-02-04 Thread Gyungoh Yoo
On Wed, Feb 04, 2015 at 09:11:22AM -0600, Rob Herring wrote: > On Fri, Jan 23, 2015 at 12:28 AM, wrote: > > From: Gyungoh Yoo > > > > Signed-off-by: Gyungoh Yoo > > Acked-by: Bryan Wu > > --- > > Changes v10: > > Nothing > > > > Changes v9: > > Nothing > > > > Changes v8: > > Renamed property

Re: SPDX-License-Identifier

2015-02-04 Thread Theodore Ts'o
On Wed, Feb 04, 2015 at 05:41:08PM +0100, Stefan Roese wrote: > Because of this it is really important to know the exact license(s) for each > and every file. And they can vary very much. Here some examples: > > GPL v3 or later: > > scripts/dtc/dtc-parser.tab.c_shipped > scripts/dtc/d

Re: [PATCH mtd] mtd:devices: Add Altera EPCQ Driver

2015-02-04 Thread Viet Nga Dao
On Thu, Feb 5, 2015 at 4:37 AM, Brian Norris wrote: > On Tue, Jan 27, 2015 at 02:53:59PM +0800, Viet Nga Dao wrote: >> On Tue, Jan 20, 2015 at 10:05 AM, Viet Nga Dao wrote: >> > On Thu, Jan 15, 2015 at 5:27 PM, Viet Nga Dao wrote: >> >> On Tue, Jan 13, 2015 at 11:33 AM, Brian Norris >> >> wrote

Re: [PATCH mtd] mtd:devices: Add Altera EPCQ Driver

2015-02-04 Thread Nga Chi
On Thu, Feb 5, 2015 at 4:37 AM, Brian Norris wrote: > On Tue, Jan 27, 2015 at 02:53:59PM +0800, Viet Nga Dao wrote: >> On Tue, Jan 20, 2015 at 10:05 AM, Viet Nga Dao wrote: >> > On Thu, Jan 15, 2015 at 5:27 PM, Viet Nga Dao wrote: >> >> On Tue, Jan 13, 2015 at 11:33 AM, Brian Norris >> >> wrote

Re: [PATCH RFC v8 02/21] of: Add vendor prefix for Himax Technologies Inc.

2015-02-04 Thread Liu Ying
On Wed, Feb 04, 2015 at 10:02:53AM -0600, Rob Herring wrote: > On Wed, Dec 31, 2014 at 2:23 AM, Liu Ying wrote: > > Signed-off-by: Liu Ying > > I don't know what the status is for the rest of the series, but I'm > applying this and patch 3 so you don't have to keep sending them. Thank you, Rob.

Re: [PATCH V3 0/2] dmaengine: Support for IMG MDC

2015-02-04 Thread Vinod Koul
On Thu, Dec 11, 2014 at 02:59:15PM -0800, Andrew Bresticker wrote: > This series adds support for the IMG Multi-threaded DMA Controller (MDC) > which is found on IMG SoCs. Currently this driver only supports the > variant found on the MIPS-based Pistachio SoC. > > The MDC supports slave and memor

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

2015-02-04 Thread Vinod Koul
On Tue, Feb 03, 2015 at 06:25:05PM +0530, Rameshwar Prasad Sahu wrote: > +/* Applied Micro X-Gene SoC DMA engine Driver > + * > + * Copyright (c) 2014, Applied Micro Circuits Corporation not 2015? > + * Authors: Rameshwar Prasad Sahu > + * Loc Ho > + * > +/* DMA ring csr registers and bit

[PATCH v5 4/6] clk: Change bcm clocks build dependency

2015-02-04 Thread Ray Jui
The clock code under drivers/clk/bcm now contains code for both the Broadcom mobile SoCs and the iProc SoCs. Change the the makefile dependency to be under config flag CONFIG_ARCH_BCM that's enabled for both families of SoCs Signed-off-by: Ray Jui --- drivers/clk/Makefile |2 +- 1 file chang

[PATCH v5 1/6] clk: add of_clk_get_parent_rate function

2015-02-04 Thread Ray Jui
Sometimes a clock needs to know the rate of its parent before itself is registered to the framework. An example is that a PLL may need to initialize itself to a specific VCO frequency, before registering to the framework. The parent rate needs to be known, for PLL multipliers and divisors to be con

[PATCH v5 5/6] clk: cygnus: add clock support for Broadcom Cygnus

2015-02-04 Thread Ray Jui
The Broadcom Cygnus SoC is architected under the iProc architecture. It has the following PLLs: ARMPLL, GENPLL, LCPLL0, MIPIPLL, all dervied from an onboard crystal. Cygnus also has various ASIU clocks that are derived directly from the onboard crystal. Signed-off-by: Ray Jui Reviewed-by: Scott B

[PATCH v5 2/6] clk: iproc: define Broadcom iProc clock binding

2015-02-04 Thread Ray Jui
Document the device tree binding for Broadcom iProc architecture based clock controller Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- brcm,iproc-clocks.txt | 178 + 1 file changed, 178 insertions(+) create mode 100644 brcm,iproc-clocks.t

[PATCH v5 6/6] ARM: dts: enable clock support for Broadcom Cygnus

2015-02-04 Thread Ray Jui
Replace current device tree dummy clocks with real clock support for Broadcom Cygnus SoC Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus-clock.dtsi | 110 --- arch/arm/boot/dts/bcm-cygnus.dtsi |2 +- 2 files changed, 86 i

[PATCH v5 3/6] clk: iproc: add initial common clock support

2015-02-04 Thread Ray Jui
This adds basic and generic support for various iProc PLLs and clocks including the ARMPLL, GENPLL, LCPLL, MIPIPLL, and ASIU clocks. SoCs under the iProc architecture can define their specific register offsets and clock parameters for their PLL and clock controllers. These parameters can be passed

[PATCH v5 0/6] Add common clock support for Broadcom iProc architecture

2015-02-04 Thread Ray Jui
This patchset contains the initial common clock support for Broadcom's iProc family of SoCs. The iProc clock architecture comprises of various PLLs, e.g., ARMPLL, GENPLL, LCPLL0, MIPIPLL, and etc. An onboard crystal serves as the basic reference clock for these PLLs. Each PLL may have several leaf

Re: [PATCH v3 2/6] extcon: max77843: Add max77843 MUIC driver

2015-02-04 Thread Chanwoo Choi
Hi Jaewon, On 02/04/2015 01:56 PM, Jaewon Kim wrote: > This patch adds MAX77843 extcon driver to support for MUIC(Micro > USB Interface Controller) device by using EXTCON subsystem to handle > various external connectors. > > Cc: Chanwoo Choi > Signed-off-by: Jaewon Kim > Acked-by : Chanwoo Cho

Re: [PATCH v5 02/13] clk: samsung: exynos5433: Add clocks using common clock framework

2015-02-04 Thread Chanwoo Choi
Hi Sylwester, On 02/05/2015 03:08 AM, Sylwester Nawrocki wrote: > Hi Chanwoo, > > On 02/02/15 15:23, Chanwoo Choi wrote: >> +/* >> + * ATLAS_PLL & APOLLO_PLL & MEM0_PLL & MEM1_PLL & BUS_PLL & MFC_PLL >> + * & MPHY_PLL & G3D_PLL & DISP_PLL & ISP_PLL >> + */ >> +static struct samsung_pll_rate_table

Re: [PATCH v4 2/5] clk: iproc: add initial common clock support

2015-02-04 Thread Stephen Boyd
On 02/04/15 15:33, Ray Jui wrote: > > On 2/4/2015 3:13 PM, Stephen Boyd wrote: >> On 02/03/15 10:33, Ray Jui wrote: >>> +/* >>> + * Get the clock rate based on name >>> + */ >>> +static unsigned long __get_rate(const char *clk_name) >>> +{ >>> + struct clk *clk; >>> + >>> + clk = __clk_lookup(c

Re: [PATCH v4 2/5] clk: iproc: add initial common clock support

2015-02-04 Thread Ray Jui
On 2/4/2015 3:13 PM, Stephen Boyd wrote: > On 02/03/15 10:33, Ray Jui wrote: >> +/* >> + * Get the clock rate based on name >> + */ >> +static unsigned long __get_rate(const char *clk_name) >> +{ >> +struct clk *clk; >> + >> +clk = __clk_lookup(clk_name); >> +if (!clk) { >> +

Re: [PATCH v4 2/5] clk: iproc: add initial common clock support

2015-02-04 Thread Stephen Boyd
On 02/03/15 10:33, Ray Jui wrote: > +/* > + * Get the clock rate based on name > + */ > +static unsigned long __get_rate(const char *clk_name) > +{ > + struct clk *clk; > + > + clk = __clk_lookup(clk_name); > + if (!clk) { > + pr_err("%s: unable to find clock by name: %s\n",

Re: [PATCH] ARM: shmobile: silk: initial device tree

2015-02-04 Thread Sergei Shtylyov
On 02/02/2015 03:19 AM, Simon Horman wrote: Add the initial device tree for the R8A7794 SoC based SILK low cost board. SCIF2 serial port support is included, so that the serial console can work. Signed-off-by: Sergei Shtylyov --- This patch is against the 'renesas-devel-20150129-v3.19-rc6

Re: [PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter

2015-02-04 Thread Sergei Shtylyov
Hello. On 02/03/2015 03:41 AM, Simon Horman wrote: Alt is booted from DT, so chosen/stdout-path is always used, and we can drop the "console=" parameter from chosen/bootargs. This change has a side-effect of changing the console speed from 38400 to 115200. This is intentional as 115200 is co

[PATCH] coresight-stm: Bindings for System Trace Macrocell

2015-02-04 Thread mathieu . poirier
From: Mathieu Poirier The System Trace Macrocell (STM) is an IP block falling under the CoreSight umbrella. It's main purpose it so expose stimulus channels to any system component for the purpose of information logging. Bindings for this IP block adds a couple of items to the current mandatory

[PATCH v3 1/6] power: twl4030-madc-battery: Convert to iio consumer.

2015-02-04 Thread Marek Belisko
Because of added iio error handling private data allocation was converted to managed to simplify code. Signed-off-by: Marek Belisko Reviewed-By: Sebastian Reichel --- drivers/power/twl4030_madc_battery.c | 99 +++- 1 file changed, 64 insertions(+), 35 deletions(-

[PATCH v3 2/6] power: twl4030_madc_battery: Add device tree support

2015-02-04 Thread Marek Belisko
Signed-off-by: Marek Belisko --- drivers/power/twl4030_madc_battery.c | 81 1 file changed, 81 insertions(+) diff --git a/drivers/power/twl4030_madc_battery.c b/drivers/power/twl4030_madc_battery.c index 6af28b5..ec14bc6 100644 --- a/drivers/power/twl4030_ma

[PATCH v3 5/6] power: twl4030_madc_battery: Add of_twl4030_madc_match to MODULE_DEVICE_TABLE

2015-02-04 Thread Marek Belisko
When twl_4030_madc_battery is build as module, MODULE_DEVICE_TABLE allow the module to be auto-loaded since the module will match the devices instantiated from device tree. Signed-off-by: Marek Belisko --- drivers/power/twl4030_madc_battery.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a

[PATCH v3 6/6] power: twl4030_madc_battery: Add missing MODULE_ALIAS

2015-02-04 Thread Marek Belisko
Without MODULE_ALIAS twl4030_madc_battery won't get loaded automatically. Signed-off-by: Marek Belisko --- drivers/power/twl4030_madc_battery.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/power/twl4030_madc_battery.c b/drivers/power/twl4030_madc_battery.c index e6075ae..cea0927

[PATCH v3 4/6] ARM: dts: omap3-gta04: Add battery support

2015-02-04 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 30 ++ 1 file changed, 30 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 655d6e9..f81ca27 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +

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

2015-02-04 Thread Marek Belisko
Signed-off-by: Marek Belisko --- .../bindings/power_supply/twl4030_madc_battery.txt | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt diff --git a/Documentation/devicetree/bindings/power_sup

[PATCH v3 0/6] Convert twl4030_madc_battery to IIO consumer and add DT aupport

2015-02-04 Thread Marek Belisko
This patches adding support for twl4030_madc_battery to use twl4030_madc iio framework + DT support. Patches was tested on gta04 board. twl4030_madc_battery driver is converted in first patch to iio consumer and in next patches is added support for devicetree + some small fixes for module autoload

Re: [PATCH_V4 0/3] sound:soc: jz4740: Add DT, dynamic sampling

2015-02-04 Thread Mark Brown
On Tue, Feb 03, 2015 at 10:55:56AM +, Zubair Lutfullah Kakakhel wrote: > Hi, > > Here are a few simple patches for the jz4740. > > First adds dynamic sampling support to jz4740-i2s. > Then two to add a simple binding and DT support. > Then a patch to set the clock rate for i2s. Applied all,

Re: [PATCH_V2 25/34] serial: 8250_jz47xx: support for Ingenic jz47xx UARTs

2015-02-04 Thread Paul Bolle
On Wed, 2015-02-04 at 15:21 +, Zubair Lutfullah Kakakhel wrote: > From: Paul Burton > > Introduce a driver suitable for use with the UARTs present in > Ingenic jz47xx series SoCs. These are described as being ns16550 > compatible but aren't quite - they require the setting of an extra bit > i

Re: [PATCH_V2 33/34] MIPS: initial MIPS Creator CI20 board support

2015-02-04 Thread Paul Bolle
On Wed, 2015-02-04 at 15:22 +, Zubair Lutfullah Kakakhel wrote: > From: Paul Burton > > Add a device tree for the Ingenic jz4780 based MIPS Creator CI20 board. > Note that this is unselectable via Kconfig until the jz4780 SoC is made > selectable in a later commit. > > Signed-off-by: Paul Bu

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

2015-02-04 Thread Lad, Prabhakar
Hi Laurent, Thanks for the review. On Wed, Feb 4, 2015 at 5:03 PM, Laurent Pinchart wrote: > Hi Prabhakar, > > Thank you for the patch. Here's a partial review. > > On Thursday 15 January 2015 23:39:23 Lad, Prabhakar wrote: >> From: Benoit Parrot >> >> this patch adds support for omnivision's o

Re: [PATCH mtd] mtd:devices: Add Altera EPCQ Driver

2015-02-04 Thread Brian Norris
On Tue, Jan 27, 2015 at 02:53:59PM +0800, Viet Nga Dao wrote: > On Tue, Jan 20, 2015 at 10:05 AM, Viet Nga Dao wrote: > > On Thu, Jan 15, 2015 at 5:27 PM, Viet Nga Dao wrote: > >> On Tue, Jan 13, 2015 at 11:33 AM, Brian Norris > >> wrote: > >>> On Thu, Dec 18, 2014 at 12:23:16AM -0800, vn...@alt

Re: [PATCH v3 5/6] regulator: max77843: Add max77843 regulator driver

2015-02-04 Thread Mark Brown
On Wed, Feb 04, 2015 at 01:56:10PM +0900, Jaewon Kim wrote: > This patch adds new regulator driver to support max77843 > MFD(Multi Function Device) chip`s regulators. > The Max77843 has two voltage regulators for USB safeout. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v6 5/8] iio: adc: fsl,imx25-gcq driver

2015-02-04 Thread Jonathan Cameron
On 29/01/15 14:09, Markus Pargmann wrote: > This is a conversion queue driver for the mx25 SoC. It uses the central > ADC which is used by two seperate independent queues. This driver > prepares different conversion configurations for each possible input. > For a conversion it creates a conversionq

Re: [PATCH v6 5/8] iio: adc: fsl,imx25-gcq driver

2015-02-04 Thread Jonathan Cameron
On 29/01/15 14:30, Varka Bhadram wrote: > Hi, > > On Thursday 29 January 2015 07:39 PM, Markus Pargmann wrote: >> This is a conversion queue driver for the mx25 SoC. It uses the central >> ADC which is used by two seperate independent queues. This driver >> prepares different conversion configurat

Re: [PATCH v6 2/8] ARM: dt: Binding documentation for imx25 GCQ

2015-02-04 Thread Jonathan Cameron
On 29/01/15 14:09, Markus Pargmann wrote: > The documentation describes the bindings for the imx25 GCQ unit which is > essentially a generic conversion queue using the imx25 ADC. > > Signed-off-by: Markus Pargmann > --- > > Notes: > Changes in v6: > - Moved the raw_read code out to a di

Re: [PATCH v2 2/5] ARM: shmobile: r8a7740: Migrate to generic l2c OF initialization

2015-02-04 Thread Geert Uytterhoeven
Hi Arnd, On Wed, Feb 4, 2015 at 7:33 PM, Arnd Bergmann wrote: > On Wednesday 04 February 2015 18:04:57 Geert Uytterhoeven wrote: >> On Wed, Feb 4, 2015 at 5:36 PM, Arnd Bergmann wrote: >> > On Wednesday 04 February 2015 15:43:43 Geert Uytterhoeven wrote: >> >> >> >> Indeed. Note that I only try

Re: [PATCH v2 2/5] ARM: shmobile: r8a7740: Migrate to generic l2c OF initialization

2015-02-04 Thread Arnd Bergmann
On Wednesday 04 February 2015 18:04:57 Geert Uytterhoeven wrote: > On Wed, Feb 4, 2015 at 5:36 PM, Arnd Bergmann wrote: > > On Wednesday 04 February 2015 15:43:43 Geert Uytterhoeven wrote: > >> > >> Indeed. Note that I only try to preserve the register value before and > >> after > >> migrating t

Re: [PATCH v5 02/13] clk: samsung: exynos5433: Add clocks using common clock framework

2015-02-04 Thread Sylwester Nawrocki
Hi Chanwoo, On 02/02/15 15:23, Chanwoo Choi wrote: > +/* > + * ATLAS_PLL & APOLLO_PLL & MEM0_PLL & MEM1_PLL & BUS_PLL & MFC_PLL > + * & MPHY_PLL & G3D_PLL & DISP_PLL & ISP_PLL > + */ > +static struct samsung_pll_rate_table exynos5443_pll_rates[] = { > + PLL_35XX_RATE(25, 625, 6, 0), >

[PATCH v8 2/4] pinctrl: cygnus: add gpio/pinconf driver

2015-02-04 Thread Ray Jui
This adds the initial support of the Broadcom Cygnus GPIO/PINCONF driver that supports all 3 GPIO controllers on Cygnus including the ASIU GPIO controller, the chipCommonG GPIO controller, and the always-on GPIO controller. Basic PINCONF configurations such as bias pull up/down, and drive strength

[PATCH v8 1/4] pinctrl: Cygnus: define Broadcom Cygnus GPIO/PINCONF binding

2015-02-04 Thread Ray Jui
Document the GPIO/PINCONF device tree binding for Broadcom Cygnus SoC Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- .../bindings/pinctrl/brcm,cygnus-gpio.txt | 102 1 file changed, 102 insertions(+) create mode 100644 Documentation/devicetree/bindings/pi

[PATCH v8 3/4] ARM: dts: enable GPIO for Broadcom Cygnus

2015-02-04 Thread Ray Jui
This enables all 3 GPIO controllers including the ASIU GPIO, the chipcommonG GPIO, and the ALWAYS-ON GPIO, for Broadcom Cygnus SoC Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 33 + 1 file changed, 33 insertions(+)

[PATCH v8 4/4] ARM: dts: cygnus: enable GPIO based hook detection

2015-02-04 Thread Ray Jui
This enables GPIO based phone hook detection for Broadcom BCM911360 phone factor board (bcm911360_entphn) Signed-off-by: Ray Jui --- arch/arm/boot/dts/bcm911360_entphn.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts b/arch/arm/boot

[PATCH v8 0/4] Add gpio/pinconf support to Broadcom Cygnus SoC

2015-02-04 Thread Ray Jui
This patchset contains the initial GPIO/PINCONF support for the Broadcom Cygnus SoC. Cygnus has 3 GPIO controllers: 1) the ASIU GPIO; 2) the chipCommonG GPIO; and 3) the ALWAYS-ON GPIO. All 3 types of GPIO controllers are supported by the this driver. All 3 Cygnus GPIO controllers support basic P

Re: [PATCH_V2 09/34] MIPS: jz4740: probe interrupt controller via DT

2015-02-04 Thread Sergei Shtylyov
On 02/04/2015 06:21 PM, Zubair Lutfullah Kakakhel wrote: From: Paul Burton Add the appropriate DT node to probe the interrupt controller driver using the devicetree, and remove the call to jz4740_intc_init. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/boot/dts/jz474

Re: [PATCH RFC 0/2] of/unittest: Add reference count tests

2015-02-04 Thread Geert Uytterhoeven
Hi Rob, On Wed, Feb 4, 2015 at 5:14 PM, Rob Herring wrote: > On Fri, Jan 23, 2015 at 10:10 AM, Geert Uytterhoeven > wrote: >> This patch series adds tests to detect reference count imbalances. >> The tests use a fixed list of paths to devices nodes (required device >> nodes in a minimal DTS, and

Re: [PATCH_V2 07/34] dt: interrupt-controller: Add ingenic,jz4740-intc binding doc

2015-02-04 Thread Sergei Shtylyov
Hello. On 02/04/2015 06:21 PM, Zubair Lutfullah Kakakhel wrote: From: Paul Burton Add binding documentation for the Ingenic jz4740 interrupt controller. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen Cc: devicetree@vger.kernel.org --- .../interrupt-controller/ingenic,jz4740-intc.t

Re: [PATCH_V2 04/34] MIPS: jz4740: probe CPU interrupt controller via DT

2015-02-04 Thread Sergei Shtylyov
Hello. On 02/04/2015 06:21 PM, Zubair Lutfullah Kakakhel wrote: From: Paul Burton Use the generic irqchip_init function to probe irqchip drivers using DT, and add the appropriate node to the jz4740 devicetree in place of the call to mips_cpu_irq_init. Signed-off-by: Paul Burton Cc: Lars

Re: [PATCH v2 2/5] ARM: shmobile: r8a7740: Migrate to generic l2c OF initialization

2015-02-04 Thread Geert Uytterhoeven
Hi Arnd, On Wed, Feb 4, 2015 at 5:36 PM, Arnd Bergmann wrote: > On Wednesday 04 February 2015 15:43:43 Geert Uytterhoeven wrote: >> >> Indeed. Note that I only try to preserve the register value before and after >> migrating to generic l2c OF initialization. I did read (part of) the pl310 >> docu

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

2015-02-04 Thread Laurent Pinchart
Hi Prabhakar, Thank you for the patch. Here's a partial review. On Thursday 15 January 2015 23:39:23 Lad, Prabhakar wrote: > From: Benoit Parrot > > this patch adds support for omnivision's ov2659 > sensor. > > Signed-off-by: Benoit Parrot > Signed-off-by: Lad, Prabhakar > --- > .../devicet

Re: [PATCH v3 01/10] ARM: tegra: Set the sound card model that alsaucm expects

2015-02-04 Thread Stephen Warren
On 02/04/2015 02:13 AM, Tomeu Vizoso wrote: On 02/03/2015 05:35 PM, Stephen Warren wrote: On 02/03/2015 06:13 AM, Tomeu Vizoso wrote: On 2 February 2015 at 22:08, Stephen Warren wrote: On 01/28/2015 03:50 AM, Tomeu Vizoso wrote: Patches are on its way to add a config file to alsaucm for the

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

2015-02-04 Thread Rob Herring
On Wed, Feb 4, 2015 at 9:23 AM, Fabio Estevam wrote: > Rob, > > On Wed, Feb 4, 2015 at 12:55 PM, Rob Herring wrote: > >> I'm surprised there are not already compatible strings with >> OmniVision. There are some examples using "omnivision", but no dts >> files and examples don't count. >> >> The s

Re: [PATCH V2 RESEND 0/4] ARM: bcm2835: DT improvements

2015-02-04 Thread Stephen Warren
On 02/03/2015 07:47 PM, Rob Herring wrote: On Thu, Jan 29, 2015 at 12:10 PM, Stefan Wahren wrote: This patch series contains DT improvements for the Raspberry Pi. Patch 1,2: Add missing vendor prefix and root compatible properties Patch 3,4: Use constants for pin function instead of error-pron

Re: [PATCH_V2 00/34] jz4780 & CI20 support

2015-02-04 Thread Paul Burton
On Wed, Feb 04, 2015 at 03:21:29PM +, Zubair Lutfullah Kakakhel wrote: > Hi, > > This series introduces initial support for the Ingenic jz4780 SoC & the > MIPS Creator CI20 board which is based upon it. > > The jz4780 shares aspects with jz4740. But jz4740 is platform only. > > So, the jz474

Re: [PATCH v5 2/7] mailbox: arm_mhu: add driver for ARM MHU controller

2015-02-04 Thread Arnd Bergmann
On Wednesday 04 February 2015 21:03:50 Jassi Brar wrote: > On 4 February 2015 at 20:18, Arnd Bergmann wrote: > > On Wednesday 04 February 2015 20:04:21 Jassi Brar wrote: > >> > >> > Using the bits of the pointer as the message instead of pointing > >> > to the message feels like an abuse of the AP

Re: SPDX-License-Identifier

2015-02-04 Thread Stefan Roese
On 02.02.2015 17:06, Greg Kroah-Hartman wrote: On Mon, Feb 02, 2015 at 04:43:14PM +0100, Stefan Roese wrote: On 21.02.2014 17:18, Michal Simek wrote: On 02/21/2014 05:12 PM, Felipe Balbi wrote: On Fri, Feb 21, 2014 at 05:04:26PM +0100, Michal Simek wrote: On 02/21/2014 05:04 PM, Greg Kroah-Ha

Re: [PATCH v2 2/5] ARM: shmobile: r8a7740: Migrate to generic l2c OF initialization

2015-02-04 Thread Arnd Bergmann
On Wednesday 04 February 2015 15:43:43 Geert Uytterhoeven wrote: > > Indeed. Note that I only try to preserve the register value before and after > migrating to generic l2c OF initialization. I did read (part of) the pl310 > documentation, but it's still not clear to me if we really need > L2C_AUX

Re: [PATCH_V2 27/34] MIPS: jz4740: use jz47xx-uart & DT for UART output

2015-02-04 Thread Arnd Bergmann
On Wednesday 04 February 2015 15:21:56 Zubair Lutfullah Kakakhel wrote: > +#ifndef __JZ4740_SERIAL_H__ > +#define __JZ4740_SERIAL_H__ > + > +#define BASE_BAUD (1200 / 16) > + > +#endif /* __JZ4740_SERIAL_H__ */ > This looks wrong: You should not need to hardcode this number when you can get i

Re: [PATCH_V2 15/34] dt: clk: Add ingenic,jz4740-cgu binding documentation

2015-02-04 Thread Arnd Bergmann
On Wednesday 04 February 2015 15:21:44 Zubair Lutfullah Kakakhel wrote: > > +/ { > + ext: clock@0 { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <1200>; > + }; > + > + rtc: clock@1 { > +

Re: [PATCH_V2 11/34] MIPS: jz4740: register an irq_domain for the interrupt controller

2015-02-04 Thread Arnd Bergmann
On Wednesday 04 February 2015 15:21:40 Zubair Lutfullah Kakakhel wrote: > + domain = irq_domain_add_legacy(node, num_chips * 32, JZ4740_IRQ_BASE, > 0, > + &irq_domain_simple_ops, NULL); > + if (!domain) > + pr_warn("unable to register

Re: [PATCH RFC 0/2] of/unittest: Add reference count tests

2015-02-04 Thread Rob Herring
On Fri, Jan 23, 2015 at 10:10 AM, Geert Uytterhoeven wrote: > Hi Grant, Rob, > > This patch series adds tests to detect reference count imbalances. > The tests use a fixed list of paths to devices nodes (required device > nodes in a minimal DTS, and device nodes present in unittest-data).

Re: [PATCH RFC 1/2] Documentation: arm: define DT bindings for system suspend

2015-02-04 Thread Mark Rutland
Hi Sudeep, On Wed, Jan 21, 2015 at 11:35:54AM +, Sudeep Holla wrote: > ARM based platforms implement unique ways to enter system suspend > (i.e. Suspend to RAM). The mechanism and the parameters defining the > system state vary on a per-platform basis forcing the OS to handle it > in very plat

Re: [PATCH RFC v8 02/21] of: Add vendor prefix for Himax Technologies Inc.

2015-02-04 Thread Rob Herring
On Wed, Dec 31, 2014 at 2:23 AM, Liu Ying wrote: > Signed-off-by: Liu Ying I don't know what the status is for the rest of the series, but I'm applying this and patch 3 so you don't have to keep sending them. Rob > --- > v7->v8: > * None. > > v6->v7: > * None. > > v5->v6: > * None. > > v4->

[PATCH_V2 02/34] MIPS: jz4740: require & include DT

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Require a DT for jz4740 based systems, and add a stub one for the qi_lb60 (Ben NanoNote) board. Devices will be migrated to being probed via this DT over time. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/Kconfig | 2 ++ arch/mips/boot/dts/Ma

[PATCH_V2 03/34] MIPS: irq_cpu: declare irqchip table entry

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Allow the MIPS CPU interrupt controller to be probed from DT using the generic __irqchip_of_table for platforms which use irqchip_init. This will avoid such platforms needing to duplicate the compatible string & init function pointer. Signed-off-by: Paul Burton Cc: Lars-Peter

[PATCH_V2 10/34] MIPS: jz4740: remove non-DT interrupt controller init

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The jz4740 now probes the interrupt controller using DT, so remove the now dead non-DT init code. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/include/asm/mach-jz4740/irq.h | 2 -- arch/mips/jz4740/irq.c | 25 +++-- 2

[PATCH_V2 05/34] MIPS: jz4740: use generic plat_irq_dispatch

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Make use of the generic plat_irq_dispatch function introduced by commit 85f7cdacbb81 "MIPS: Provide a generic plat_irq_dispatch", in order to reduce unnecessary code duplication. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/jz4740/irq.c | 12

[PATCH_V2 04/34] MIPS: jz4740: probe CPU interrupt controller via DT

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Use the generic irqchip_init function to probe irqchip drivers using DT, and add the appropriate node to the jz4740 devicetree in place of the call to mips_cpu_irq_init. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/boot/dts/jz4740.dtsi | 7 +++ arch/mi

[PATCH_V2 06/34] MIPS: jz4740: move arch_init_irq out of arch/mips/jz4740/irq.c

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton In preparation for moving the jz4740 interrupt controller driver to drivers/irqchip, move arch_init_irq into setup.c such that everything remaining in irq.c is related to said jz4740 interrupt controller. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/includ

[PATCH_V2 07/34] dt: interrupt-controller: Add ingenic,jz4740-intc binding doc

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Add binding documentation for the Ingenic jz4740 interrupt controller. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen Cc: devicetree@vger.kernel.org --- .../interrupt-controller/ingenic,jz4740-intc.txt | 26 ++ 1 file changed, 26 insertions(+) creat

[PATCH_V2 00/34] jz4780 & CI20 support

2015-02-04 Thread Zubair Lutfullah Kakakhel
Hi, This series introduces initial support for the Ingenic jz4780 SoC & the MIPS Creator CI20 board which is based upon it. The jz4780 shares aspects with jz4740. But jz4740 is platform only. So, the jz4740 & qi_lb60 (Ben NanoNote) are converted to use DT for some things in order to ease the pro

[PATCH_V2 12/34] MIPS: jz4740: call jz4740_clock_init earlier

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Call jz4740_clock_init before any uses of jz4740_clock_bdata occur. This is in preparation for replacing uses of that struct with calls to clk_get_rate, which will allow the clocks to be migrated towards common clock framework & devicetree. Signed-off-by: Paul Burton Cc: Lars-

[PATCH_V2 18/34] MIPS: clk: move jz4740 UDC auto suspend functions to jz4740-cgu

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The jz4740-cgu driver already has access to the CGU, so it makes sense to move the few remaining accesses to the CGU from arch/mips/jz4740 there too. Move the jz4740_clock_udc_{dis,en}able_auto_suspend functions there for such consistency. Signed-off-by: Paul Burton Cc: Lars-P

[PATCH_V2 17/34] MIPS: clk: move jz4740_clock_set_wait_mode to jz4740-cgu

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The jz4740-cgu driver already has access to the CGU, so it makes sense to move the few remaining accesses to the CGU from arch/mips/jz4740 there too. Move jz4740_clock_set_wait_mode for such consistency. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen Cc: Mike Turquette --

[PATCH_V2 13/34] MIPS: jz4740: replace use of jz4740_clock_bdata

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Replace uses of the jz4740_clock_bdata struct with calls to clk_get_rate for the appropriate clock. This is in preparation for migrating the clocks towards common clock framework & devicetree. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/jz4740/platform.c

[PATCH_V2 15/34] dt: clk: Add ingenic,jz4740-cgu binding documentation

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Document the devicetree binding for the Ingenic jz4740 CGU driver. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen Cc: Mike Turquette Cc: devicetree@vger.kernel.org --- .../bindings/clock/ingenic,jz4740-cgu.txt | 52 ++ include/dt-bindings/clo

Re: [PATCH V9 13/14] ARM: dts: snow: represent the connection between bridge and panel using videoport and endpoints

2015-02-04 Thread Kukjin Kim
On 01/27/15 13:27, Ajay kumar wrote: > Hi Kukjin, > Hi, [...] >> >> I'm fine on the DT changes in this series, shall I take 13/14 and 14/14 in >> Samsung tree? > Yes, please take these patches. > Done, thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in

[PATCH_V2 09/34] MIPS: jz4740: probe interrupt controller via DT

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Add the appropriate DT node to probe the interrupt controller driver using the devicetree, and remove the call to jz4740_intc_init. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/boot/dts/jz4740.dtsi | 11 +++ arch/mips/jz4740/setup.c | 2 --

[PATCH_V2 20/34] MIPS: jz4740: remove clock.h

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The only thing remaining in arch/mips/jz4740/clock.h is declarations of the jz4780_clock_{suspend,resume} functions. Move these to arch/mips/include/asm/mach-jz4740/clock.h for consistency with similar functions, and remove the redundant arch/mips/jz4740/clock.h header. Signed-

Re: [PATCH v5 2/7] mailbox: arm_mhu: add driver for ARM MHU controller

2015-02-04 Thread Jassi Brar
On 4 February 2015 at 20:18, Arnd Bergmann wrote: > On Wednesday 04 February 2015 20:04:21 Jassi Brar wrote: >> >> > Using the bits of the pointer as the message instead of pointing >> > to the message feels like an abuse of the API. >> > >> I can see your POV. >> Now consider a client, like mine,

[PATCH_V2 19/34] MIPS: clk: move jz4740 clock suspend, resume functions to jz4740-cgu

2015-02-04 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The jz4740-cgu driver already has access to the CGU, so it makes sense to move the few remaining accesses to the CGU from arch/mips/jz4740 there too. Move the jz4740_clock_{suspend,resume} functions there for such consistency. The arch/mips/jz4740/clock.c file now contains nothi

  1   2   >