Re: [PATCH v2 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-27 Thread Felipe Balbi
On Wed, Jun 26, 2013 at 05:00:34PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 05:06 PM, Felipe Balbi wrote: +static struct platform_driver exynos_video_phy_driver = { +.probe = exynos_video_phy_probe, you *must* provide a remove method. drivers with NULL remove are

Re: [PATCH 3/3] watchdog: dw_wdt: add a devicetree binding

2013-06-27 Thread Sachin Kamat
On 26 June 2013 23:35, Heiko Stübner he...@sntech.de wrote: The dw_wdt does not use any platform-specific data, so no new properties need to be introduced. The dw-apb-wdt naming follows other designware components in the kernel and is also written like this in documentation describing the

Re: [PATCH v3 0/7] ARM: shmobile: shdma DT on sh73a0 and r8a7740

2013-06-27 Thread Guennadi Liakhovetski
Hi Simon On Thu, 27 Jun 2013, Simon Horman wrote: On Wed, Jun 26, 2013 at 04:40:49PM +0200, Guennadi Liakhovetski wrote: Recently shdma acquired DT support with a possibility to place multiple compatible DMAC instances under a common DMA multiplexer DT node. This is used to provide DMA

Re: [PATCH] leds: Add device tree binding for pca9633

2013-06-27 Thread Tony Lindgren
* Bryan Wu coolo...@gmail.com [130626 16:53]: On Wed, Jun 26, 2013 at 7:17 AM, Tony Lindgren t...@atomide.com wrote: @@ -22,6 +22,7 @@ #include linux/i2c.h #include linux/workqueue.h #include linux/slab.h +#include linux/of.h #include linux/platform_data/leds-pca9633.h /* LED

Re: [PATCH v2 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-27 Thread Felipe Balbi
On Thu, Jun 27, 2013 at 09:47:47AM +0200, Andrzej Hajda wrote: Hi Felipe, On 06/27/2013 08:17 AM, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:00:34PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 05:06 PM, Felipe Balbi wrote: +static struct platform_driver

Re: [PATCH v3 2/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi

2013-06-27 Thread Felipe Balbi
On Wed, Jun 26, 2013 at 05:02:23PM +0200, Sylwester Nawrocki wrote: Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi ba...@ti.com -- balbi

Re: [PATCH v3 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-27 Thread Felipe Balbi
On Wed, Jun 26, 2013 at 05:02:22PM +0200, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

Re: [PATCH 3/4] pinctrl: remove slew-rate parameter from tz1090

2013-06-27 Thread Linus Walleij
On Tue, Jun 25, 2013 at 11:46 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 06/25/2013 08:57 AM, James Hogan wrote: 0: slow (half frequency) 1: fast I just got a reply back from a hardware engineer, who said that the relationship with the actual volts/usec will depend on both the drive

Re: [PATCH v3 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-27 Thread Sylwester Nawrocki
On 06/27/2013 09:52 AM, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:02:22PM +0200, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by:

Re: [PATCH v3 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-27 Thread Felipe Balbi
On Thu, Jun 27, 2013 at 10:37:12AM +0200, Sylwester Nawrocki wrote: On 06/27/2013 09:52 AM, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:02:22PM +0200, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs.

Re: [PATCH 2/4] ARM: OMAP5: clockdomain data: add init file for omap54xx

2013-06-27 Thread Felipe Balbi
Hi, On Thu, Jun 27, 2013 at 11:38:17AM +0300, Tero Kristo wrote: + rc = clk_set_parent(abe_dpll_ref, sys_32k_ck); + abe_dpll = clk_get_sys(NULL, dpll_abe_ck); should these two lines be swaped ? + if (!rc) + rc = clk_set_rate(abe_dpll, OMAP5_DPLL_ABE_DEFFREQ); +

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Luciano Coelho
(added mailing lists and everyone back to the thread) On Wed, 2013-06-26 at 23:38 -0500, Nishanth Menon wrote: On 06/25/2013 03:35 AM, Luciano Coelho wrote: +Optional properties: + + +- refclock: the internal WLAN reference clock frequency (required for + WiLink6

Re: [PATCH v2 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-27 Thread Russell King - ARM Linux
On Thu, Jun 27, 2013 at 09:17:13AM +0300, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:00:34PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 05:06 PM, Felipe Balbi wrote: +static struct platform_driver exynos_video_phy_driver = { + .probe = exynos_video_phy_probe,

Re: [PATCH 3/4] hwmon: Add a simple driver to read the MXS SoC temperature

2013-06-27 Thread Maxime Ripard
On Wed, Jun 26, 2013 at 07:39:27AM -0700, Guenter Roeck wrote: On Wed, Jun 26, 2013 at 10:51:12AM +0200, Alexandre Belloni wrote: The low resolution ADC of the mxs is able to read an internal temperature sensor, expose that using hwmon. Signed-off-by: Alexandre Belloni

RE: [PATCH v3 5/5] ARM: Samsung: Remove the MIPI PHY setup code

2013-06-27 Thread Kukjin Kim
Sylwester Nawrocki wrote: Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM DPHYs so we can remove now unused code at arch/arm/plat-samsung. In case there is any board file for S5PV210 platforms using MIPI CSIS/DSIM (not any upstream currently) it should use the generic PHY

Re: Re[6]: [PATCH] of: Add more stubs for non-OF builds

2013-06-27 Thread Grant Likely
On Fri, 21 Jun 2013 19:56:29 +0100, Grant Likely grant.lik...@linaro.org wrote: On Fri, Jun 21, 2013 at 7:35 PM, Alexander Shiyan shc_w...@mail.ru wrote: On Fri, Jun 21, 2013 at 7:17 AM, Alexander Shiyan shc_w...@mail.ru wrote: On Thu, Jun 20, 2013 at 5:26 PM, Grant Likely

Re: [PATCH 2/4] ARM: OMAP5: clockdomain data: add init file for omap54xx

2013-06-27 Thread Felipe Balbi
HI, On Thu, Jun 27, 2013 at 12:24:25PM +0300, Tero Kristo wrote: On 06/27/2013 11:44 AM, Felipe Balbi wrote: Hi, On Thu, Jun 27, 2013 at 11:38:17AM +0300, Tero Kristo wrote: + rc = clk_set_parent(abe_dpll_ref, sys_32k_ck); + abe_dpll = clk_get_sys(NULL, dpll_abe_ck); should these

Re: [PATCH -next] pinctrl: st: fix return value check

2013-06-27 Thread Linus Walleij
On Wed, Jun 26, 2013 at 6:30 PM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function pinctrl_register() returns NULL not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. The function

Re: [PATCH 0/5] AM33xx: MMC resources from DT without HWMOD data

2013-06-27 Thread Benoit Cousson
Hi Joel, On 06/26/2013 05:28 AM, Joel A Fernandes wrote: On Tue, Jun 25, 2013 at 8:23 PM, Joel A Fernandes joelag...@ti.com wrote: From: Joel A Fernandes agnel.j...@gmail.com This series is fixes to get MMC working on AM33XX without HWMOD data. On removal of HWMOD data, interrupt and

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Nishanth Menon
On 11:47-20130627, Luciano Coelho wrote: (added mailing lists and everyone back to the thread) On Wed, 2013-06-26 at 23:38 -0500, Nishanth Menon wrote: On 06/25/2013 03:35 AM, Luciano Coelho wrote: +Optional properties: + + +- refclock: the internal WLAN

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Luciano Coelho
On Thu, 2013-06-27 at 07:51 -0500, Nishanth Menon wrote: On 11:47-20130627, Luciano Coelho wrote: (added mailing lists and everyone back to the thread) On Wed, 2013-06-26 at 23:38 -0500, Nishanth Menon wrote: On 06/25/2013 03:35 AM, Luciano Coelho wrote: +Optional properties

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Nishanth Menon
On Thu, Jun 27, 2013 at 7:58 AM, Luciano Coelho coe...@ti.com wrote: On Thu, 2013-06-27 at 07:51 -0500, Nishanth Menon wrote: On 11:47-20130627, Luciano Coelho wrote: (added mailing lists and everyone back to the thread) On Wed, 2013-06-26 at 23:38 -0500, Nishanth Menon wrote: On 06/25

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Luciano Coelho
On Thu, 2013-06-27 at 08:15 -0500, Nishanth Menon wrote: On Thu, Jun 27, 2013 at 7:58 AM, Luciano Coelho coe...@ti.com wrote: For the actual DTS files, I could add a wilink.dtsi with enumerations for these values so they could be used in the node definitions. But I'm not sure it's going to

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Luciano Coelho
On Thu, 2013-06-27 at 08:23 -0500, Nishanth Menon wrote: On 06/27/2013 08:19 AM, Luciano Coelho wrote: On Thu, 2013-06-27 at 08:15 -0500, Nishanth Menon wrote: On Thu, Jun 27, 2013 at 7:58 AM, Luciano Coelho coe...@ti.com wrote: For the actual DTS files, I could add a wilink.dtsi with

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Nishanth Menon
On Thu, Jun 27, 2013 at 8:30 AM, Luciano Coelho coe...@ti.com wrote: On Thu, 2013-06-27 at 08:23 -0500, Nishanth Menon wrote: On 06/27/2013 08:19 AM, Luciano Coelho wrote: On Thu, 2013-06-27 at 08:15 -0500, Nishanth Menon wrote: On Thu, Jun 27, 2013 at 7:58 AM, Luciano Coelho coe...@ti.com

Re: [PATCH] leds: Add device tree binding for pca9633

2013-06-27 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [130627 00:28]: * Bryan Wu coolo...@gmail.com [130626 16:53]: On Wed, Jun 26, 2013 at 7:17 AM, Tony Lindgren t...@atomide.com wrote: @@ -22,6 +22,7 @@ #include linux/i2c.h #include linux/workqueue.h #include linux/slab.h +#include linux/of.h

Re: [PATCH 0/5] AM33xx: MMC resources from DT without HWMOD data

2013-06-27 Thread Joel A Fernandes
Hi Benoit, On Thu, Jun 27, 2013 at 7:03 AM, Benoit Cousson b-cous...@ti.com wrote: Hi Joel, On 06/26/2013 05:28 AM, Joel A Fernandes wrote: On Tue, Jun 25, 2013 at 8:23 PM, Joel A Fernandes joelag...@ti.com wrote: From: Joel A Fernandes agnel.j...@gmail.com This series is fixes to get MMC

Re: [RESEND PATCH V3 0/8] mmc_of_parse() adaptations, switch mvsdio to mmc_of_parse()

2013-06-27 Thread Chris Ball
Hi Simon, Simon Baatz gmbno...@gmail.com writes: RESEND V3: - Dropped patches 9 and 10, they are part of linux-next already NB: patch 7 as well, but I did not want to change the numbering I've pushed all patches except 7 to mmc-next for 3.11 now, and I made Stephen Warren's

Re: [PATCH 3/4] hwmon: Add a simple driver to read the MXS SoC temperature

2013-06-27 Thread Guenter Roeck
On Thu, Jun 27, 2013 at 11:17:32AM +0200, Maxime Ripard wrote: On Wed, Jun 26, 2013 at 07:39:27AM -0700, Guenter Roeck wrote: On Wed, Jun 26, 2013 at 10:51:12AM +0200, Alexandre Belloni wrote: The low resolution ADC of the mxs is able to read an internal temperature sensor, expose that

Re: [PATCH] mmc: sh_mobile_sdhi: fix error return code in sh_mobile_sdhi_probe()

2013-06-27 Thread Chris Ball
Hi Wei, On Tue, May 28 2013, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code instead of 0 when we cannot get IRQ source by platform_get_irq(), as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn

Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-27 Thread Chris Ball
Hi Doug, On Fri, Jun 07 2013, Doug Anderson wrote: As of now we rely on code outside of the driver to set the ciu clock frequency. There's no reason to do that. Add support for setting up the clock in the driver during probe. Signed-off-by: Doug Anderson diand...@chromium.org Acked-by:

Re: [PATCH RFC v3] s5k5baf: add camera sensor driver

2013-06-27 Thread Sylwester Nawrocki
Hi Andrzej, On 06/05/2013 01:44 PM, Andrzej Hajda wrote: Driver for Samsung S5K5BAF UXGA 1/5 2M CMOS Image Sensor with embedded SoC ISP. The driver exposes the sensor as two V4L2 subdevices: - S5K5BAF-CIS - pure CMOS Image Sensor, fixed 1600x1200 format, no controls. - S5K5BAF-ISP - Image

[PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-06-27 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This patch adds the possibility to get the keyreset and timeout values from the device tree. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org --- drivers/tty/sysrq.c | 54 +++ 1 file

[PATCH 1/2] Input: Add device tree bindings for input keys

2013-06-27 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This adds a simple device tree binding for the specification of key sequences. Definition of the keys found in the sequence are located in 'include/uapi/linux/input.h'. A keyset can be applied to a single device or the system as a whole,

Re: [PATCH 0/5] AM33xx: MMC resources from DT without HWMOD data

2013-06-27 Thread Balaji T K
On Thursday 27 June 2013 07:56 PM, Joel A Fernandes wrote: Hi Benoit, On Thu, Jun 27, 2013 at 7:03 AM, Benoit Cousson b-cous...@ti.com wrote: Hi Joel, On 06/26/2013 05:28 AM, Joel A Fernandes wrote: On Tue, Jun 25, 2013 at 8:23 PM, Joel A Fernandes joelag...@ti.com wrote: From: Joel A

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-06-27 Thread Dmitry Torokhov
Hi Mathieu, On Thu, Jun 27, 2013 at 10:13:25AM -0600, mathieu.poir...@linaro.org wrote: From: Mathieu J. Poirier mathieu.poir...@linaro.org This patch adds the possibility to get the keyreset and timeout values from the device tree. Signed-off-by: Mathieu Poirier

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-06-27 Thread Dmitry Torokhov
On Thu, Jun 27, 2013 at 09:28:20AM -0700, Dmitry Torokhov wrote: Hi Mathieu, On Thu, Jun 27, 2013 at 10:13:25AM -0600, mathieu.poir...@linaro.org wrote: From: Mathieu J. Poirier mathieu.poir...@linaro.org This patch adds the possibility to get the keyreset and timeout values from the

Re: [PATCH v2 1/2] mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER

2013-06-27 Thread Chris Ball
Hi Doug, On Fri, Jun 07 2013, Doug Anderson wrote: diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index bc3a1bc..ab5642d 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c @@ -1895,7 +1895,7 @@ static int dw_mci_init_slot(struct dw_mci *host,

Re: [PATCH v2 1/2] mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER

2013-06-27 Thread Doug Anderson
Chris, On Thu, Jun 27, 2013 at 9:44 AM, Chris Ball c...@laptop.org wrote: This hunk breaks the build for me, because err_setup_bus and ret are used in the error path of the call to mmc_add_host() in this function. I'll push a version that leaves those in. Let me know if you think something

[PATCH] Add OLPC AP-SP input driver

2013-06-27 Thread Daniel Drake
The OLPC XO-1.75 and XO-4 laptops include a PS/2 touchpad and an AT keyboard, yet they do not have a hardware PS/2 controller. Instead, a firmware runs on a dedicated core (Security Processor, part of the SoC) that acts as a PS/2 controller through bit-banging. Communication between the main cpu

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-06-27 Thread Mathieu Poirier
On 13-06-27 10:28 AM, Dmitry Torokhov wrote: Hi Mathieu, On Thu, Jun 27, 2013 at 10:13:25AM -0600, mathieu.poir...@linaro.org wrote: From: Mathieu J. Poirier mathieu.poir...@linaro.org This patch adds the possibility to get the keyreset and timeout values from the device tree.

Re: [PATCH 7/9] documentation: iommu: add description of ARM System MMU binding

2013-06-27 Thread Stuart Yoder
On Wed, Jun 26, 2013 at 12:42 PM, Will Deacon will.dea...@arm.com wrote: On Wed, Jun 26, 2013 at 05:19:48PM +0100, Stuart Yoder wrote: On Wed, Jun 26, 2013 at 8:39 AM, Will Deacon will.dea...@arm.com wrote: I'd suggest looking at the driver I posted to get a gist of how the parsing code

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-06-27 Thread Dmitry Torokhov
On Thu, Jun 27, 2013 at 11:56:37AM -0600, Mathieu Poirier wrote: On 13-06-27 10:28 AM, Dmitry Torokhov wrote: Hi Mathieu, On Thu, Jun 27, 2013 at 10:13:25AM -0600, mathieu.poir...@linaro.org wrote: From: Mathieu J. Poirier mathieu.poir...@linaro.org This patch adds the possibility to

binding for nvec mfd device

2013-06-27 Thread Marc Dietrich
Hi, I'm puzzling for some time now to find a binding for a mfd device. So let's start with something I think I have learned already, let's describe the hardware. Here the problem starts, because the nvec (nvidia [protocol] compliant embedded controller) isn't a well defined piece of silicon

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-06-27 Thread Mathieu Poirier
On 13-06-27 12:25 PM, Dmitry Torokhov wrote: On Thu, Jun 27, 2013 at 11:56:37AM -0600, Mathieu Poirier wrote: On 13-06-27 10:28 AM, Dmitry Torokhov wrote: Hi Mathieu, On Thu, Jun 27, 2013 at 10:13:25AM -0600, mathieu.poir...@linaro.org wrote: From: Mathieu J. Poirier

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Luciano Coelho
On Thu, 2013-06-27 at 08:39 -0500, Nishanth Menon wrote: On Thu, Jun 27, 2013 at 8:30 AM, Luciano Coelho coe...@ti.com wrote: On Thu, 2013-06-27 at 08:23 -0500, Nishanth Menon wrote: On 06/27/2013 08:19 AM, Luciano Coelho wrote: On Thu, 2013-06-27 at 08:15 -0500, Nishanth Menon wrote:

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Nishanth Menon
On 06/27/2013 01:51 PM, Luciano Coelho wrote: On Thu, 2013-06-27 at 08:39 -0500, Nishanth Menon wrote: On Thu, Jun 27, 2013 at 8:30 AM, Luciano Coelho coe...@ti.com wrote: On Thu, 2013-06-27 at 08:23 -0500, Nishanth Menon wrote: On 06/27/2013 08:19 AM, Luciano Coelho wrote: On Thu,

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Luciano Coelho
On Thu, 2013-06-27 at 14:12 -0500, Nishanth Menon wrote: On 06/27/2013 01:51 PM, Luciano Coelho wrote: On Thu, 2013-06-27 at 08:39 -0500, Nishanth Menon wrote: On Thu, Jun 27, 2013 at 8:30 AM, Luciano Coelho coe...@ti.com wrote: On Thu, 2013-06-27 at 08:23 -0500, Nishanth Menon wrote: On

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-27 Thread Nishanth Menon
On 06/27/2013 02:46 PM, Luciano Coelho wrote: On Thu, 2013-06-27 at 14:12 -0500, Nishanth Menon wrote: [...] Indexes to another entity is always a maintenance burden in the longer run and needs judicious control. If it is possible to avoid it by selecting the right parameters, I am a hard

Re: [PATCH v5] watchdog: Add Broadcom BCM2835 watchdog timer driver

2013-06-27 Thread Wim Van Sebroeck
Hi Lubomir, This adds a driver for watchdog timer hardware present on Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices. Signed-off-by: Lubomir Rintel lkund...@v3.sk Tested-by: Stephen Warren swar...@wwwdotorg.org Cc: Stephen Warren swar...@wwwdotorg.org Cc: Wim Van Sebroeck

[PATCH v2 1/1] ARM: dts: AM33XX: Add LCDC info into am335x-evm

2013-06-27 Thread Benoit Parrot
Add LCDC device node in DT for am33xx Add LCDC and Panel info in DT for am335x-evm Changes in v2: - remove redundant/unnecessary SoC specific setting in the board dts Signed-off-by: Benoit Parrot bpar...@ti.com --- arch/arm/boot/dts/am335x-evm.dts | 72 ++

Testing a OF Device Tree driver on a kernel using a board file.

2013-06-27 Thread Mr. Robert G Palmer Jr.
I apologize up front if this is the wrong place for these questions. I'm relatively new to the OF Device Tree. If this is the wrong place, would someone point me to the correct discussion location. 1. Is it possible to take an existing kernel build that uses a board file move only a small

Re: [PATCH] of: Specify initrd location using 64-bit

2013-06-27 Thread Rob Herring
On 06/21/2013 12:20 PM, Santosh Shilimkar wrote: On Friday 21 June 2013 05:04 AM, Sebastian Andrzej Siewior wrote: On 06/21/2013 02:52 AM, Santosh Shilimkar wrote: diff --git a/arch/microblaze/kernel/prom.c b/arch/microblaze/kernel/prom.c index 0a2c68f..62e2e8f 100644 ---

Re: Testing a OF Device Tree driver on a kernel using a board file.

2013-06-27 Thread Grant Likely
On Thu, Jun 27, 2013 at 9:22 PM, Mr. Robert G Palmer Jr. robert.pal...@ingenutec.com wrote: I apologize up front if this is the wrong place for these questions. I'm relatively new to the OF Device Tree. If this is the wrong place, would someone point me to the correct discussion location.

Re: [PATCH v9 1/8] drivers: phy: add generic PHY framework

2013-06-27 Thread Jingoo Han
On Wed, 26 Jun 2013 17:17:29 +0530, Kishon Vijay Abraham Iwrote: The PHY framework provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or without using phandle. For dt-boot, the PHY drivers should also register

Re: [PATCH v9 1/8] drivers: phy: add generic PHY framework

2013-06-27 Thread Kishon Vijay Abraham I
On Friday 28 June 2013 08:57 AM, Jingoo Han wrote: On Wed, 26 Jun 2013 17:17:29 +0530, Kishon Vijay Abraham Iwrote: The PHY framework provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or without using phandle. For

[PATCH 0/3] Generic PHY driver for the Exynos SoC DP PHY

2013-06-27 Thread Jingoo Han
This patch series adds a simple driver for the Samsung Exynos SoC series DP transmitter PHY, using the generic PHY framework [1]. Previously the DP PHY used a platform callback or internal DT node to control the PHY power enable bit. The platform callback and internal DT node can be dropped and

[PATCH 1/3] phy: Add driver for Exynos DP PHY

2013-06-27 Thread Jingoo Han
Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- .../phy/samsung,exynos5250-dp-video-phy.txt|7 ++ drivers/phy/Kconfig|8 ++ drivers/phy/Makefile |3 +-

[PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi

2013-06-27 Thread Jingoo Han
Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index

[PATCH 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-27 Thread Jingoo Han
Use the generic PHY API instead of the platform callback to control the DP PHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Jingoo Han jg1@samsung.com --- .../devicetree/bindings/video/exynos_dp.txt| 17 ---

Re: [PATCH 1/3] phy: Add driver for Exynos DP PHY

2013-06-27 Thread Kishon Vijay Abraham I
Hi, On Friday 28 June 2013 10:52 AM, Jingoo Han wrote: Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- .../phy/samsung,exynos5250-dp-video-phy.txt|7 ++ drivers/phy/Kconfig|8 ++

Re: [PATCH 1/3] phy: Add driver for Exynos DP PHY

2013-06-27 Thread Jingoo Han
On Friday, June 28, 2013 2:31 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:52 AM, Jingoo Han wrote: Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- .../phy/samsung,exynos5250-dp-video-phy.txt

Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi

2013-06-27 Thread Jingoo Han
On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:53 AM, Jingoo Han wrote: Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file

Re: [PATCH 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-27 Thread Kishon Vijay Abraham I
Hi, On Friday 28 June 2013 10:54 AM, Jingoo Han wrote: Use the generic PHY API instead of the platform callback to control the DP PHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Jingoo Han jg1@samsung.com ---