Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-08 Thread Chanwoo Choi
Hi Tomasz, On 04/26/2014 08:38 PM, Tomasz Figa wrote: > On 26.04.2014 02:51, Tomasz Figa wrote: >> Hi Chanwoo, >> >> On 25.04.2014 03:16, Chanwoo Choi wrote: >>> From: Tomasz Figa >>> >>> This patch add new exynos3250.dtsi to support Exynos3250 SoC based on >>> Cortex-A7 >>> dual core and include

[RFC PATCH] ARM: dts: am33xx: Re-arrange the USB dt to reflect the h/w configuration

2014-05-08 Thread George Cherian
Re arrange the USB dt for AM33xx to take it a bit closer to the hardware configuration. The USBSS is designed as follows USB control Module 0x44e10_0620 USBSS 0x4740_ USB00x4740_1000 USB0_PHY0x4740_1300 USB0_CORE 0x474

Re: [RFC PATCH] net:Add basic DWC Ethernet QoS Driver

2014-05-08 Thread Andreas Irestål
On Thursday 08 May 2014 19:29:37 David Miller wrote: > > Why did you post this patch twice? Is there some difference between > the two versions? No they're not. It was a mistake by me as the patch did not appear on my netdev subscription, fooling me to send a second time. Please ignore the dupl

[PATCH] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-08 Thread Matt Ranostay
Add missing i2c2 bus define to access various cape and prototype/breakout board devices. Signed-off-by: Matt Ranostay --- arch/arm/boot/dts/am335x-bone-common.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts

Re: [PATCH V2 2/2] ARM: shmobile: r8a7791: add i2c2 bus to koelsch dt

2014-05-08 Thread Wolfram Sang
> >+eeprom@50 { > >+compatible = "renesas,24c02"; > >This is not quite right: Renesas' part is called differently, and > you're carrying the other vendor's naming onto Renesas parts. I'd > just say "24c02" (which I'll do in the Henninger board patch). What about "generic"?

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-08 Thread Tomasz Figa
Hi Chanwoo, On 09.05.2014 03:06, Chanwoo Choi wrote: On 04/26/2014 09:51 AM, Tomasz Figa wrote: On 25.04.2014 03:16, Chanwoo Choi wrote: [snip] +cpus { +#address-cells = <1>; +#size-cells = <0>; + +cpu@0 { +device_type = "cpu"; +compatible

Re: [linux-sunxi] Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-08 Thread Priit Laes
Ühel kenal päeval, N, 08.05.2014 kell 22:04, kirjutas Boris BREZILLON: > On 08/05/2014 13:02, Lee Jones wrote: > >> The PRCM (Power/Reset/Clock Management) block exposes several subdevices > >> in different subsystems (clk, reset ...) > >> > >> Add basic support for the PRCM unit with clk (AR100, A

Re: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-08 Thread Tomasz Figa
Hi Kukjin, On 09.05.2014 04:14, Kukjin Kim wrote: Tomasz Figa wrote: Hi Sachin, On 08.05.2014 06:16, Sachin Kamat wrote: Instead of hardcoding the SYSRAM details for each SoC, pass this information through device tree (DT) and make the code SoC agnostic. Generic SRAM bindings are used for ac

Re: [PATCH 1/4] of/selftest: add testcase for nodes with same name and address

2014-05-08 Thread Frank Rowand
On 5/7/2014 7:51 PM, Frank Rowand wrote: > On 5/7/2014 2:48 PM, Rob Herring wrote: >> From: Rob Herring >> >> Add a test case for nodes which have the same name and same >> non-translatable unit address. > > If I apply patch 1 and 2 without applying 3 and 4 then console > warnings are printed, bu

[PATCH RESEND] Documentation: clock: fixed-clock: Remove unsupported 'gpios' property

2014-05-08 Thread Fabio Estevam
From: Fabio Estevam Remove the 'gpios' property from the documentation as this is something that the current fixed clock driver does not handle. Signed-off-by: Fabio Estevam --- Documentation/devicetree/bindings/clock/fixed-clock.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documenta

[PATCHv4 1/2] dt/bindings: Add the DT binding documentation for endianness

2014-05-08 Thread Xiubo Li
Device-Tree binding for device endianness The endianness mode of CPU & Device scenarios: IndexCPU Device Endianness properties 1LELE - 2LEBE 'big-endian{,-*}' 3BE

[PATCHv4 0/2] add DT endianness binding support.

2014-05-08 Thread Xiubo Li
Changes in V4: - Fix one comment from Markus Pargmann. - Fix some comments. Changes in V3: - Follow Mark Rutland's advice. - Document common case of the endianess usage. Changes in V2: - Namespace the properties using the prefix sring. - Add one binding ducomentation off regmap. Xiubo Li (2):

[PATCHv4 2/2] regmap: add DT endianness binding support.

2014-05-08 Thread Xiubo Li
For many drivers which will support rich endianness of CPU<-->Dev need define DT properties by itself without the binding support. The endianness using regmap: IndexCPU Device Endianess flag for DT bool property 1LE

RE: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-08 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Sachin, > > On 08.05.2014 06:16, Sachin Kamat wrote: > > Instead of hardcoding the SYSRAM details for each SoC, > > pass this information through device tree (DT) and make > > the code SoC agnostic. Generic SRAM bindings are used > > for achieving this. > > > > Signed-of

Re: [PATCH 1/5] ARM: dts: move dp hpd line to the board file for exynos5420

2014-05-08 Thread Rahul Sharma
On 9 May 2014 06:15, Jingoo Han wrote: > On Thursday, May 08, 2014 6:08 PM, Rahul Sharma wrote: >> On 8 May 2014 12:02, Jingoo Han wrote: >> > On Sunday, April 20, 2014 8:49 PM, Rahul Sharma wrote: >> >> >> >> From: Rahul Sharma >> >> >> >> Display controller HPD Gpio line is board specific. Thi

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-08 Thread Chanwoo Choi
Hi Tomasz, On 04/26/2014 09:51 AM, Tomasz Figa wrote: > Hi Chanwoo, > > On 25.04.2014 03:16, Chanwoo Choi wrote: >> From: Tomasz Figa >> >> This patch add new exynos3250.dtsi to support Exynos3250 SoC based on >> Cortex-A7 >> dual core and includes following dt nodes: >> >> - GIC interrupt cont

Re: [PATCH RFC v3 6/6] arm64: boot: dts: update rtsm aemv8 dts with PSCI and idle states

2014-05-08 Thread Sebastian Capella
Quoting Lorenzo Pieralisi (2014-05-06 11:04:43) > This patch updates the RTSM dts file with PSCI bindings and nodes > describing the AEMv8 model idle states parameters. > > PSCI function IDs compliancy with PSCI v0.2 is still under development > so this patch provides PSCI function IDs for demonst

Re: [PATCH RFC v3 5/6] drivers: cpuidle: CPU idle ARM64 driver

2014-05-08 Thread Sebastian Capella
Quoting Lorenzo Pieralisi (2014-05-06 11:04:42) > diff --git a/drivers/cpuidle/cpuidle-arm64.c b/drivers/cpuidle/cpuidle-arm64.c > new file mode 100644 > index 000..fef1fad > --- /dev/null > +++ b/drivers/cpuidle/cpuidle-arm64.c > @@ -0,0 +1,161 @@ ... > +/* Is this intended to be kernel-docs?

Re: [PATCH 1/5] ARM: dts: move dp hpd line to the board file for exynos5420

2014-05-08 Thread Jingoo Han
On Thursday, May 08, 2014 6:08 PM, Rahul Sharma wrote: > On 8 May 2014 12:02, Jingoo Han wrote: > > On Sunday, April 20, 2014 8:49 PM, Rahul Sharma wrote: > >> > >> From: Rahul Sharma > >> > >> Display controller HPD Gpio line is board specific. This patch > >> is moving the pinctrl for hpd gpio

[PATCH] ARM: shmobile: henninger: add I2C2 DT support

2014-05-08 Thread Sergei Shtylyov
Define the Henninger board dependent part of the I2C2 device node. Add device nodes for Analog Devices ADV7180 video decoder and Renesas EEPROM connected to this I2C bus. Based on the Koelsch I2C2 device tree patch by Wolfram Sang. Signed-off-by: Sergei Shtylyov --- This patch is against 'renes

Re: [PATCH V2 2/2] ARM: shmobile: r8a7791: add i2c2 bus to koelsch dt

2014-05-08 Thread Sergei Shtylyov
Hello. On 02/17/2014 01:44 PM, Wolfram Sang wrote: From: Wolfram Sang Signed-off-by: Wolfram Sang --- arch/arm/boot/dts/r8a7791-koelsch.dts | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koels

Re: [PATCH 4/4] ARM: dts: Add LCD panel sharp ls037v7dw01 support for omap3-evm and ldp

2014-05-08 Thread Tony Lindgren
* Tony Lindgren [140505 11:40]: > * Tony Lindgren [140430 10:48]: > > * Joachim Eastwood [140429 18:08]: > > > On 30 April 2014 01:52, Tony Lindgren wrote: > > > > + reset-gpios = <&gpio2 23 GPIO_ACTIVE_HIGH>; /* gpio55, lcd > > > > RESB */ > > > > + gpios = <&gpio2 24 GPIO_ACT

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-08 Thread Tony Lindgren
* Tony Lindgren [140507 11:00]: > * Tomi Valkeinen [140507 09:03]: > > On 07/05/14 18:03, Tony Lindgren wrote: > > > > > > BTW, I'm also personally fine with all five gpios showing in a single > > > gpios property, I'm not too exited about naming anything in DT.. > > > > I don't have a strong o

Re: [PATCH 2/4] OMAPDSS: panel-sharp-ls037v7dw01: update to use gpiod

2014-05-08 Thread Tony Lindgren
* Tomi Valkeinen [140507 01:15]: > On 30/04/14 02:52, Tony Lindgren wrote: > > +static struct gpio_desc * > > +sharp_ls_get_gpio(struct device *dev, int gpio, unsigned long flags, > > + char *desc) > > +{ > > + int r; > > + > > + r = devm_gpio_request_one(dev, gpio, flags, desc); >

Re: [PATCH 1/4] OMAPDSS: Fix DSS clock multiplier issue on 3703 and probably 3630

2014-05-08 Thread Tony Lindgren
* Tony Lindgren [140429 16:53]: > Otherwise we can get often errors like the following and the > display won't come on: > > omapdss APPLY error: FIFO UNDERFLOW on gfx, disabling the overlay > omapdss APPLY error: SYNC_LOST on channel lcd, restarting > the output with video overlays disabled > >

Re: [PATCH v2] powerpc/fsl: Added binding for Freescale CoreNet coherency fabric (CCF)

2014-05-08 Thread Scott Wood
On Thu, 2014-05-08 at 07:00 -0700, Kumar Gala wrote: > On Apr 18, 2014, at 8:11 AM, Diana Craciun > wrote: > > > From: Diana Craciun > > > > The CoreNet coherency fabric is a fabric-oriented, conectivity > > infrastructure that enables the implementation of coherent, multicore > > systems. The

Re: [PATCH RFC v3 3/6] drivers: cpuidle: implement OF based idle states infrastructure

2014-05-08 Thread Sebastian Capella
Quoting Lorenzo Pieralisi (2014-05-06 11:04:40) > diff --git a/drivers/cpuidle/of_idle_states.c > b/drivers/cpuidle/of_idle_states.c > new file mode 100644 > index 000..360b7ad > --- /dev/null > +++ b/drivers/cpuidle/of_idle_states.c > @@ -0,0 +1,293 @@ ... > +static int __init add_state_node

[PATCH 1/4] edac: Fix MC scrub mode comparsion bug for correctable error

2014-05-08 Thread Loc Ho
This patch fixes the MC scrub mode comparsion bug by replacing '&' with '=='. The MC structure field scrub_mode is integer type - not bit field. Signed-off-by: Loc Ho --- drivers/edac/edac_mc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/edac/edac_mc.c b/dri

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

2014-05-08 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 | 89 1 files changed, 89 insertions(+), 0 deletions(-) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boo

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

2014-05-08 Thread Loc Ho
This patch adds support for the APM X-Gene SoC EDAC driver. Signed-off-by: Feng Kan Signed-off-by: Loc Ho --- Loc Ho (4): edac: Fix MC scrub mode comparsion bug for correctable error Documentation: Add documentation for the APM X-Gene SoC EDAC DTS binding edac: Add APM X-Gene SoC EDAC

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

2014-05-08 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| 70 1 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree

Re: [PATCHv3 3/3] edac: altera: Add EDAC support for Altera SDRAM

2014-05-08 Thread Dinh Nguyen
On 5/5/14 5:52 PM, ttha...@altera.com wrote: > From: Thor Thayer > > --- > v2: Use the SDRAM controller registers to calculate memory size > instead of the Device Tree. Update To & Cc list. Add maintainer > information. > > v3: EDAC driver cleanup based on comments from Mailing list. > >

[PATCH 1/6] of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacks

2014-05-08 Thread Rob Herring
From: Rob Herring All the parameters for RESERVEDMEM_OF_DECLARE function callbacks are members of struct reserved_mem, so just pass the struct ptr to callback functions so the function callback is more in line with other OF match table callbacks. Cc: Marek Szyprowski Cc: Grant Likely Signed-of

[PATCH 2/6] of: consolidate linker section OF match table declarations

2014-05-08 Thread Rob Herring
From: Rob Herring We now have several OF match tables using linker sections that are nearly the same definition. The only variation is the callback function prototype. Create a common define for creating linker section OF match table entries which each table declaration can use. Cc: Grant Likely

[PATCH 3/6] serial: earlycon: add DT support

2014-05-08 Thread Rob Herring
From: Rob Herring This adds the infrastructure to generic earlycon for earlycon setup using DT. The actual setup is not enabled until a following commit to add the FDT parsing. Signed-off-by: Rob Herring Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Arnd Bergmann --- drivers/tty/serial/earlycon

[PATCH 6/6] tty/serial: pl011: add DT based earlycon support

2014-05-08 Thread Rob Herring
From: Rob Herring Enable DT based earlycon initialization for the pl011 uart. Signed-off-by: Rob Herring Cc: Russell King Cc: Greg Kroah-Hartman Cc: Jiri Slaby --- drivers/tty/serial/amba-pl011.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/t

[PATCH 5/6] of/fdt: add FDT serial scanning for earlycon

2014-05-08 Thread Rob Herring
From: Rob Herring This adds FDT parsing of {linux,}stdout-path to setup an early serial console. Enabling of the early console is triggered with "earlycon" (with no options) on the kernel command line. Platforms must either have fixmap permanent mapping support, have a functioning ioremap when e

[PATCH 4/6] of/fdt: add FDT address translation support

2014-05-08 Thread Rob Herring
From: Rob Herring Copy u-boot's FDT address translation code from common/fdt_support. This code was originally based on the kernel's unflattened DT address parsing code. This commit can be reverted once relicensing of this code to GPLv2/BSD is done and it is added to libfdt. Signed-off-by: Rob

[PATCH 0/6] DT early console initialization

2014-05-08 Thread Rob Herring
From: Rob Herring This series adds support for early serial console initialization using DT. This enables determining the serial port type and address using the FDT and allows enabling the console before platform specific initialization runs. I've tested this on arm64. ARM support is dependent

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-08 Thread Bjorn Andersson
On Thu, May 8, 2014 at 3:16 PM, Tom Rini wrote: > On 05/08/2014 05:55 PM, Bjorn Andersson wrote: >> On Mon, May 5, 2014 at 11:18 AM, Tom Rini wrote: >> [...] >>> The problem I was raising at the ELC BoF is that today we can't just >>> stop overwriting values in the non-zero case as many boards li

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-08 Thread Tom Rini
On 05/08/2014 05:55 PM, Bjorn Andersson wrote: > On Mon, May 5, 2014 at 11:18 AM, Tom Rini wrote: > [...] >> The problem I was raising at the ELC BoF is that today we can't just >> stop overwriting values in the non-zero case as many boards lie about >> their memory size, in non-zero ways, but no

[PATCH v2] ARM: realview: basic device tree implementation

2014-05-08 Thread Linus Walleij
This implements basic device tree boot support for the RealView platforms, with a basic device tree for ARM PB1176 as an example. The implementation is done with a new DT-specific board file using only pre-existing bindings for the basic IRQ, timer and serial port drivers. A new compatible type is

Re: [RFC PATCH v2 1/9] crypto: qce: Add core driver implementation

2014-05-08 Thread Stanimir Vabanov
Hi Herbert, On 04/28/2014 11:59 AM, Herbert Xu wrote: > On Mon, Apr 14, 2014 at 03:48:37PM +0300, Stanimir Varbanov wrote: >> >> +#define QCE_MAJOR_VERSION5 0x05 >> +#define QCE_QUEUE_LENGTH50 > > What is the purpose of this software queue? Why can't you directly > feed the requests to the h

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-08 Thread Bjorn Andersson
On Mon, May 5, 2014 at 11:18 AM, Tom Rini wrote: [...] > The problem I was raising at the ELC BoF is that today we can't just > stop overwriting values in the non-zero case as many boards lie about > their memory size, in non-zero ways, but no one noticed as they only > tested with U-Boot which wa

Re: [PATCH v2] ARM: dts: k2l-evm: add AEMIF/NAND device entry

2014-05-08 Thread Santosh Shilimkar
On Thursday 08 May 2014 05:29 PM, Ivan Khoronzhuk wrote: > Add AEMIF/NAND device entry. > > Signed-off-by: Ivan Khoronzhuk > --- Thanks for update. Applied to for_3.16/dts. Regards, Santosh -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to

[PATCH v2] ARM: dts: k2l-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boot/dts/k2l-evm.dts | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/k2l-evm.dts b/arch/arm/boot/dts/k2l-evm.dts index bdc94a0..8ff2d33 100644 --- a/arch/ar

Re: [PATCH] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
On 05/09/2014 12:21 AM, Santosh Shilimkar wrote: On Thursday 08 May 2014 04:26 PM, Ivan Khoronzhuk wrote: On 05/08/2014 10:17 PM, Santosh Shilimkar wrote: On Thursday 08 May 2014 02:59 PM, Ivan Khoronzhuk wrote: Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boo

Re: [PATCH] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Santosh Shilimkar
On Thursday 08 May 2014 04:26 PM, Ivan Khoronzhuk wrote: > > On 05/08/2014 10:17 PM, Santosh Shilimkar wrote: >> On Thursday 08 May 2014 02:59 PM, Ivan Khoronzhuk wrote: >>> Add AEMIF/NAND device entry. >>> >>> Signed-off-by: Ivan Khoronzhuk >>> --- >>> arch/arm/boot/dts/k2e-evm.dts | 52 >>> +

Re: [PATCHv3 3/3] edac: altera: Add EDAC support for Altera SDRAM

2014-05-08 Thread Thor Thayer
On Thu, May 8, 2014 at 7:05 AM, Borislav Petkov wrote: > On Mon, May 05, 2014 at 05:52:17PM -0500, ttha...@altera.com wrote: >> From: Thor Thayer > > Missing commit message. Whoops. I don't know what happened there. I'll fix it. > >> --- >> v2: Use the SDRAM controller registers to calculate me

Re: [PATCH] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
ignore this On 05/08/2014 11:31 PM, Ivan Khoronzhuk wrote: Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boot/dts/k2e-evm.dts | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/

Re: [PATCH] of: Add of_device_destroy_children() function

2014-05-08 Thread Jason Gunthorpe
On Thu, May 08, 2014 at 06:37:49PM +0200, Sylwester Nawrocki wrote: > This patch adds a helper function to unregister devices which > were created by an of_platform_populate() call. The pattern > used here can already be found in multiple drivers. This helper > can now be used instead of repeating

[PATCH v2] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boot/dts/k2e-evm.dts | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/boot/dts/k2e-evm.dts index d60ce34..fb7afab 100644 --- a/arch/ar

[PATCH] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boot/dts/k2e-evm.dts | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/boot/dts/k2e-evm.dts index 74b3b63..0370e2f 100644 --- a/arch/ar

Re: [PATCH] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
On 05/08/2014 10:17 PM, Santosh Shilimkar wrote: On Thursday 08 May 2014 02:59 PM, Ivan Khoronzhuk wrote: Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boot/dts/k2e-evm.dts | 52 +++ 1 file changed, 52 insertions(+) Thank

[PATCH RFC 2/3] clk: berlin: add driver for BG2x complex divider cells

2014-05-08 Thread Sebastian Hesselbarth
There is some awkward ASCII-art describing the basic structure of the cell. Signed-off-by: Sebastian Hesselbarth --- Cc: Mike Turquette Cc: Alexandre Belloni Cc: Antoine Tenart Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: Thomas Petazzoni Cc: devicetree@vger.kernel.org Cc: linu

[PATCH v3 1/3] omapdss: panel-tpo-td028ec1: Add DT support.

2014-05-08 Thread Marek Belisko
Signed-off-by: Marek Belisko --- .../bindings/video/toppoly,td028ttec1.txt | 30 arch/arm/mach-omap2/display.c | 1 + .../omap2/displays-new/panel-tpo-td028ttec1.c | 32 +- 3 files changed, 62 insertions(+), 1 deletion(-

[PATCH v3 0/3] Add display support for gta04 device

2014-05-08 Thread Marek Belisko
This 3 patches adding display support for openmoko gta04 device. First patch add DT bindings for topolly td028 panel. Second add description for dss + panel and third fix panel probing when panel is compiled as module. Changes from v2: - add missing 'port' node for dpi_out endpoint (comment from T

[PATCH v3 2/3] ARM: dts: oma3-gta04: Add display support

2014-05-08 Thread Marek Belisko
This patch add support for lcd display on gta04 board. Display control is connected to spi (used spi bitbang driver). Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 87 +++ 1 file changed, 87 insertions(+) diff --git a/arch/arm/boot/dts/

[PATCH v3 3/3] omapdss: panel-tpo-td028ec1: Add module alias

2014-05-08 Thread Marek Belisko
Add module alias string to make it working when panel is compiled as module. Without this change panel module is not probed thus display is not working. Signed-off-by: Marek Belisko --- drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c | 1 + 1 file changed, 1 insertion(+) diff --gi

[PATCH RFC 1/3] clk: berlin: add clock tree driver for BG2/BG2CD

2014-05-08 Thread Sebastian Hesselbarth
This is a driver beast dealing with the clock tree of Berlin BG2 and BG2CD SoCs. The include already contains structs for PLL and DIV, send in the two following patches. Signed-off-by: Sebastian Hesselbarth --- Cc: Mike Turquette Cc: Alexandre Belloni Cc: Antoine Tenart Cc: Jason Cooper Cc:

[PATCH RFC 3/3] clk: berlin: add driver for BG2x simple PLLs

2014-05-08 Thread Sebastian Hesselbarth
This is a clock driver for the simple PLLs found on Berlin SoCs. With repect to PLL registers and features, BG2/BG2CD and BG2Q are slightly different, e.g. different allowed VCO dividers and bit shifts. Signed-off-by: Sebastian Hesselbarth --- Cc: Mike Turquette Cc: Alexandre Belloni Cc: Antoin

Re: [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 16:29, Maxime Ripard wrote: > On Thu, May 08, 2014 at 11:40:59AM +0800, Chen-Yu Tsai wrote: + apb0_gates: apb0_gates_clk { + compatible = "allwinner,sun6i-a31-apb0-gates-clk"; + #clock-ce

Re: [PATCH v2 2/7] reset: sunxi: allow MFD subdevices probe

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 05:07, Maxime Ripard wrote: > On Wed, May 07, 2014 at 07:25:49PM +0200, Boris BREZILLON wrote: >> The current implementation uses sunxi_reset_init function for both early >> init and platform device probe. >> >> The sunxi_reset_init function uses DT to retrieve device resources, whic

Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 13:02, Lee Jones wrote: >> The PRCM (Power/Reset/Clock Management) block exposes several subdevices >> in different subsystems (clk, reset ...) >> >> Add basic support for the PRCM unit with clk (AR100, AHB0, and APB0 clks) >> and reset controller subdevices. >> >> Other subdevices m

Re: [PATCH 1/4] of/selftest: add testcase for nodes with same name and address

2014-05-08 Thread Frank Rowand
On 5/8/2014 1:59 AM, Grant Likely wrote: > On Thu, May 8, 2014 at 3:51 AM, Frank Rowand wrote: >> On 5/7/2014 2:48 PM, Rob Herring wrote: >>> From: Rob Herring >>> >>> Add a test case for nodes which have the same name and same >>> non-translatable unit address. >> >> If I apply patch 1 and 2 wit

Re: [PATCH] ARM: dts: k2l-evm: add AEMIF/NAND device entry

2014-05-08 Thread Santosh Shilimkar
On Thursday 08 May 2014 03:00 PM, Ivan Khoronzhuk wrote: > Add AEMIF/NAND device entry. > > Signed-off-by: Ivan Khoronzhuk > --- This one as well picked up for 3.16. Thanks -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.

Re: [PATCH] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Santosh Shilimkar
On Thursday 08 May 2014 02:59 PM, Ivan Khoronzhuk wrote: > Add AEMIF/NAND device entry. > > Signed-off-by: Ivan Khoronzhuk > --- > arch/arm/boot/dts/k2e-evm.dts | 52 > +++ > 1 file changed, 52 insertions(+) > Thanks. Will pick this up for 3.16 -- To un

Re: [PATCH 2/3] ARM: shmobile: r8a7740 dtsi: Add Ethernet support

2014-05-08 Thread Geert Uytterhoeven
Hi Sergey, On Thu, May 8, 2014 at 8:52 PM, Sergei Shtylyov wrote: >>> Mine was the same (but for BOCK-W board) but DT people didn't give a >>> damn. :-) So there's still no Ethernet support in BOCK-W DT. > >> Yes there is: ethernet@1830. > >That's for an on-board SMSC911x, not for sh_

[PATCH] ARM: dts: k2l-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boot/dts/k2l-evm.dts | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/k2l-evm.dts b/arch/arm/boot/dts/k2l-evm.dts index 50a7013..d767ae7 100644 --- a/arch/ar

[PATCH] ARM: dts: k2e-evm: add AEMIF/NAND device entry

2014-05-08 Thread Ivan Khoronzhuk
Add AEMIF/NAND device entry. Signed-off-by: Ivan Khoronzhuk --- arch/arm/boot/dts/k2e-evm.dts | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/boot/dts/k2e-evm.dts index 74b3b63..0370e2f 100644 --- a/arch/ar

Re: [PATCH 2/3] ARM: shmobile: r8a7740 dtsi: Add Ethernet support

2014-05-08 Thread Sergei Shtylyov
On 05/08/2014 10:46 PM, Geert Uytterhoeven wrote: + /* clocks = <&mstp3_clks R8A7740_CLK_GETHER>; */ This property is mandatory, according to the bindings. Indeed, but you cannot put anything there until the platform has CCF, as mstp3_clks doesn't exist yet. Yes

Re: [PATCH v2] devicetree: bindings: separate CPU enable method descriptions

2014-05-08 Thread Alex Elder
On 05/08/2014 01:48 PM, Alex Elder wrote: > The bindings for CPU enable methods are defined in ".../arm/cpus.txt". As > additional 32-bit ARM CPUS are converted to use the "enable-method" CPU > property to imply a particular set of SMP operations to use, the list of these > methods is likely to be

[PATCH v2] devicetree: bindings: separate CPU enable method descriptions

2014-05-08 Thread Alex Elder
The bindings for CPU enable methods are defined in ".../arm/cpus.txt". As additional 32-bit ARM CPUS are converted to use the "enable-method" CPU property to imply a particular set of SMP operations to use, the list of these methods is likely to become unwieldy. The current documentation already

Re: [PATCH 2/3] ARM: shmobile: r8a7740 dtsi: Add Ethernet support

2014-05-08 Thread Geert Uytterhoeven
Hi Sergei, On Thu, May 8, 2014 at 7:52 PM, Sergei Shtylyov wrote: >> + /* clocks = <&mstp3_clks R8A7740_CLK_GETHER>; */ > > This property is mandatory, according to the bindings. > Indeed, but you cannot put anything there until the platform has CCF, as mstp3_

Re: [PATCH 3/4] irqchip: gic: Add support for per CPU bank offset specification in DT

2014-05-08 Thread Rob Herring
On Thu, May 8, 2014 at 12:09 PM, Tomasz Figa wrote: > On 08.05.2014 19:04, Rob Herring wrote: >> On Fri, Apr 18, 2014 at 9:43 AM, Tomasz Figa wrote: >>> On most platforms GIC registers are banked, so each CPU can access its >>> registers at the same address. However there is a small number of SoC

Re: [PATCH 2/3] ARM: shmobile: r8a7740 dtsi: Add Ethernet support

2014-05-08 Thread Sergei Shtylyov
On 05/08/2014 05:21 PM, Geert Uytterhoeven wrote: + /* clocks = <&mstp3_clks R8A7740_CLK_GETHER>; */ This property is mandatory, according to the bindings. Indeed, but you cannot put anything there until the platform has CCF, as mstp3_clks doesn't exist yet. Yes,

Re: [PATCH v2 0/9] DT instantiation of sound on T5325

2014-05-08 Thread Andrew Lunn
On Sat, May 03, 2014 at 08:30:10PM +0200, Andrew Lunn wrote: > This patchset uses DT to instantiate sound on the T5325. It adds a DT > binding to the codec, then removes the platform device for the codec > and adds a DT node. simple-card is extended to support mlck_fs. The > platform device for the

[PATCH V2 4/4] ARM: dts: exynos4: Remove simple-bus compatibles from the camera subsystem

2014-05-08 Thread Sylwester Nawrocki
The usage of "simple-bus" was incorrect and the drivers now will also work without it so remove it. Signed-off-by: Sylwester Nawrocki Acked-by: Kyungmin Park --- arch/arm/boot/dts/exynos4.dtsi|2 +- arch/arm/boot/dts/exynos4x12.dtsi |2 +- 2 files changed, 2 insertions(+), 2 deletio

Re: [PATCH v8 1/3] ARM: EXYNOS: initial board support for exynos5260 SoC

2014-05-08 Thread Tomasz Figa
Hi Kukjin, On 26.04.2014 13:01, Kukjin Kim wrote: > Rahul Sharma wrote: >> >> Hi Kukjin, >> > Hi, > >> Need this macro to enable build for clock driver. >> > I found it in your patch, "clk/exynos5260: add clock file for exynos5260". > For consistency, I'm fine on this, if Tomasz has no objection

[PATCH V2 1/4] exynos4-is: Free FIMC-IS CPU memory only when allocated

2014-05-08 Thread Sylwester Nawrocki
Ensure dma_free_coherent() is not called with incorrect arguments and only when the memory was actually allocated. This will prevent possible crashes on error paths of the top level media device driver, when fimc-is device gets unregistered and its driver detached. Signed-off-by: Sylwester Nawrock

[PATCH V2 3/4] exynos4-is: Remove requirement for "simple-bus" compatible

2014-05-08 Thread Sylwester Nawrocki
This patch makes the driver instantiating its child devices itself, rather than relying on an OS to instantiate devices as children of "simple-bus". This removes an incorrect usage of "simple-bus" compatible. Signed-off-by: Sylwester Nawrocki Acked-by: Kyungmin Park --- This patch addresses Mark

[PATCH V2 2/4] exynos4-is: Move firmware request to subdev open()

2014-05-08 Thread Sylwester Nawrocki
Move the firmware request to the FIMC-IS-ISP subdev open callback so we can avoid crashed on error paths in probe and deferred probing, when firmware request was sheduled and is in progress while the fimc-is device is being unregistered and its driver detached. Signed-off-by: Sylwester Nawrocki A

[PATCH V2 0/4] Exynos4 SoC camera subsystem driver cleanups

2014-05-08 Thread Sylwester Nawrocki
This patch series includes some bug fixes for the Exynos4/S5P SoC camera interface drivers and removes (ab)use of "simple-bus" compatible string. Comparing to previous version I've excluded patches dropping support for non-dt platforms and added two further bug fixes. of_platform_populate() is use

Re: [PATCH v5 00/15] exynos5420: clock file cleanup

2014-05-08 Thread Tomasz Figa
On 08.05.2014 16:35, Shaik Ameer Basha wrote: > Hi Tomasz, > > On Thu, May 8, 2014 at 5:24 PM, Tomasz Figa wrote: >> Hi Shaik, >> >> On 08.05.2014 13:27, Shaik Ameer Basha wrote: >>> Many changes/fixes have been identified for clock file for exynos5420. >>> These include correct parents, bit fiel

Re: [RFC PATCH] net:Add basic DWC Ethernet QoS Driver

2014-05-08 Thread David Miller
Why did you post this patch twice? Is there some difference between the two versions? -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3/4] irqchip: gic: Add support for per CPU bank offset specification in DT

2014-05-08 Thread Tomasz Figa
On 08.05.2014 19:04, Rob Herring wrote: > On Fri, Apr 18, 2014 at 9:43 AM, Tomasz Figa wrote: >> On most platforms GIC registers are banked, so each CPU can access its >> registers at the same address. However there is a small number of SoCs >> on which the banking is not implemented and each CPU

Re: [PATCH 3/4] irqchip: gic: Add support for per CPU bank offset specification in DT

2014-05-08 Thread Rob Herring
On Fri, Apr 18, 2014 at 9:43 AM, Tomasz Figa wrote: > On most platforms GIC registers are banked, so each CPU can access its > registers at the same address. However there is a small number of SoCs > on which the banking is not implemented and each CPU has its GIC > register set at different offse

Re: [PATCH] input: rotary encoder: implement quarter period mode

2014-05-08 Thread Ezequiel García
On 07 May 11:59 AM, Dmitry Torokhov wrote: > On Wed, May 07, 2014 at 03:45:43PM +0100, Mark Rutland wrote: > > Hi, > > > > On Wed, Dec 18, 2013 at 02:43:18PM +, Sascha Hauer wrote: > > > Some rotary encoders have a stable state in all output state > > > combinations. Add support for this type

Re: [PATCH] devicetree: bindings: separate CPU enable method descriptions

2014-05-08 Thread Alex Elder
On 05/08/2014 10:13 AM, Rob Herring wrote: > On Wed, May 7, 2014 at 6:23 PM, Alex Elder wrote: >> The bindings for CPU enable methods are defined in ".../arm/cpus.txt". As >> additional 32-bit ARM CPUS are converted to use the "enable-method" CPU >> property to imply a particular set of SMP opera

Re: [PATCH v10 03/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-08 Thread Hans de Goede
Hi, On 05/08/2014 05:35 PM, Maxime Ripard wrote: > On Thu, May 08, 2014 at 02:30:55PM +0200, Hans de Goede wrote: >> Hi, >> >> On 05/08/2014 02:17 PM, Ulf Hansson wrote: >>> On 8 May 2014 13:26, Hans de Goede wrote: Hi, On 05/05/2014 10:33 PM, Ulf Hansson wrote: > [snip] >

[PATCH] of: Add of_device_destroy_children() function

2014-05-08 Thread Sylwester Nawrocki
This patch adds a helper function to unregister devices which were created by an of_platform_populate() call. The pattern used here can already be found in multiple drivers. This helper can now be used instead of repeating similar code in drivers. Signed-off-by: Sylwester Nawrocki Acked-by: Kyung

Re: [PATCH v3 2/2] Documentation: DT: Exynos: Bind SRAM though DT

2014-05-08 Thread Tomasz Figa
Hi Sachin, On 08.05.2014 06:16, Sachin Kamat wrote: > Add SRAM binding documentation. > > Signed-off-by: Sachin Kamat > Acked-by: Arnd Bergmann > --- > No changes since v1. > --- > .../devicetree/bindings/arm/exynos/smp-sram.txt| 38 > > 1 file changed, 38 insertion

Re: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-08 Thread Tomasz Figa
Hi Sachin, On 08.05.2014 06:16, Sachin Kamat wrote: > Instead of hardcoding the SYSRAM details for each SoC, > pass this information through device tree (DT) and make > the code SoC agnostic. Generic SRAM bindings are used > for achieving this. > > Signed-off-by: Sachin Kamat > Acked-by: Arnd Be

Re: [PATCH 1/2] ARM: dts: Enable USB 3503 hub on exynos5250-snow

2014-05-08 Thread Tomasz Figa
On 08.05.2014 17:59, Andreas Färber wrote: > Hello, > > Am 05.05.2014 14:30, schrieb Vivek Gautam: >> The exynos5250-snow has a SMSC USB3503 connected in >> hardware only mode like a PHY. Enable support for it, >> and add necessary 'reset-gpio' for it. >> >> This is in correspondance to similar pa

Re: [PATCH 1/5] ARM: S5PV210: Remove camera support from mach-goni.c

2014-05-08 Thread Sylwester Nawrocki
On 02/05/14 08:07, Kukjin Kim wrote: > Sylwester Nawrocki wrote: >> > >> > S5PV210 is going to get DT support, so we can remove the camera >> > bits from the only board using camera on S5PV210. This allows to >> > clean the exynos4-is driver by dropping code for non-dt platforms. >> > This patch c

Re: [PATCH 1/2] ARM: dts: Enable USB 3503 hub on exynos5250-snow

2014-05-08 Thread Tomasz Figa
Hi Vivek, On 05.05.2014 14:30, Vivek Gautam wrote: > The exynos5250-snow has a SMSC USB3503 connected in > hardware only mode like a PHY. Enable support for it, > and add necessary 'reset-gpio' for it. > > This is in correspondance to similar patch by Mark Brown > 7c1b0ec ARM: dts: Enable USB hub

Re: [PATCH 1/2] ARM: dts: Enable USB 3503 hub on exynos5250-snow

2014-05-08 Thread Andreas Färber
Hello, Am 05.05.2014 14:30, schrieb Vivek Gautam: > The exynos5250-snow has a SMSC USB3503 connected in > hardware only mode like a PHY. Enable support for it, > and add necessary 'reset-gpio' for it. > > This is in correspondance to similar patch by Mark Brown > 7c1b0ec ARM: dts: Enable USB hub

Re: [PATCH v10 03/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-08 Thread Maxime Ripard
On Thu, May 08, 2014 at 02:30:55PM +0200, Hans de Goede wrote: > Hi, > > On 05/08/2014 02:17 PM, Ulf Hansson wrote: > > On 8 May 2014 13:26, Hans de Goede wrote: > >> Hi, > >> > >> On 05/05/2014 10:33 PM, Ulf Hansson wrote: > >>> [snip] > >>> > On 05/05/2014 02:41 PM, Ulf Hansson wrote: > >>

Re: [PATCH 0/4] Fixes for DT CPU topology specification on Exynos

2014-05-08 Thread Tomasz Figa
Hi, On 18.04.2014 16:42, Tomasz Figa wrote: > Due to some parts of Exynos SoC support designed originally in a non-scalable > way, relying on 1:1 mapping between value returned by cpu_logical_map() and > CPU IDs as seen by PMU and GIC, trying to specify CPU topology in device tree > caused various

Re: [PATCH] devicetree: bindings: separate CPU enable method descriptions

2014-05-08 Thread Rob Herring
On Wed, May 7, 2014 at 6:23 PM, Alex Elder wrote: > The bindings for CPU enable methods are defined in ".../arm/cpus.txt". As > additional 32-bit ARM CPUS are converted to use the "enable-method" CPU > property to imply a particular set of SMP operations to use, the list of these > methods is lik

  1   2   3   >