Re: [PATCH 2/2] gpio: omap: convert to use generic irq handler

2015-12-22 Thread Sebastian Andrzej Siewior
* Grygorii Strashko | 2015-12-12 10:30:10 [+0200]: >git://git.ti.com/~gragst/ti-linux-kernel/gragsts-ti-linux-kernel.git sucked in, thanks. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH v4] clk: ti: Add support for dm814x ADPLL

2015-12-22 Thread Tony Lindgren
On dm814x we have 13 ADPLLs with 3 to 4 outputs on each. The ADPLLs have several dividers and muxes controlled by a shared control register for each PLL. Note that for the clocks to work as device drivers for booting on dm814x, this patch depends on "ARM: OMAP2+: Change core_initcall levels to

Re: [PATCH v3 9/9] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

2015-12-22 Thread Rob Herring
On Sun, Dec 20, 2015 at 6:07 AM, Kishon Vijay Abraham I wrote: > Hi Rob, > > On Sunday 20 December 2015 09:09 AM, Rob Herring wrote: >> On Tue, Dec 15, 2015 at 02:46:08PM +0530, Kishon Vijay Abraham I wrote: >>> Deprecate using phy-omap-control driver to power on/off the PHY, >>>

Re: [PATCH v2] ARM: dts: Add clocks for dm814x ADPLL

2015-12-22 Thread Tero Kristo
On 12/22/2015 05:53 PM, Tony Lindgren wrote: These use the standard clock bindings and now we can make some of the fixed clocks into real clocks. Cc: Tero Kristo Signed-off-by: Tony Lindgren --- Changes since v1: - Updated for changed clock names for

Re: [PATCH v4] clk: ti: Add support for dm814x ADPLL

2015-12-22 Thread Tero Kristo
On 12/22/2015 05:27 PM, Tony Lindgren wrote: On dm814x we have 13 ADPLLs with 3 to 4 outputs on each. The ADPLLs have several dividers and muxes controlled by a shared control register for each PLL. Note that for the clocks to work as device drivers for booting on dm814x, this patch depends on

Re: [PATCH v2] ARM: dts: Add clocks for dm814x ADPLL

2015-12-22 Thread Tony Lindgren
* Tero Kristo [151222 12:08]: > On 12/22/2015 05:53 PM, Tony Lindgren wrote: > >These use the standard clock bindings and now we can make some > >of the fixed clocks into real clocks. > > > >Cc: Tero Kristo > >Signed-off-by: Tony Lindgren >

[PATCH 3/3] drivers: net: cpsw: use of_phy_connect() in fixed-link case

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin If a fixed-link DT subnode is used, the phy_device was looked up so that a PHY ID string could be constructed and passed to phy_connect(). This is not necessary, as the device_node can be passed directly to of_phy_connect() instead. This reuses the same

[PATCH 1/3] drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac config

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin Commit 9e42f715264ff158478fa30eaed847f6e131366b ("drivers: net: cpsw: add phy-handle parsing") saved the "phy-handle" phandle into a new cpsw_priv field. However, phy connections are per-slave, so the phy_node field should be in cpsw_slave_data rather

[PATCH 0/3] drivers: net: cpsw: phy-handle fixes

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin This series is based on the tip of the net tree. The first patch fixes a bug that makes dual_emac mode break if either slave uses the phy-handle property in the devicetree. The second patch fixes some cosmetic problems with error messages, and also

Re: [GIT PULL 2/4] omap changes for ti81xx devices and minimal dra62x j5eco-evm support

2015-12-22 Thread Tony Lindgren
Hi, * Olof Johansson [151222 15:41]: > On Tue, Dec 22, 2015 at 3:33 PM, Tony Lindgren wrote: > > * Olof Johansson [151222 14:58]: > >> > >> I'm a little puzzled by how you chose to organize this branch. We usually > >> ask for SoC enablement

[PATCH 2/3] drivers: net: cpsw: fix error messages when using phy-handle DT property

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin The phy-handle, phy_id, and fixed-link properties are mutually exclusive, and only one need be specified. However if phy-handle was specified, an error message would complain about the lack of phy_id or fixed-link. Also, if phy-handle was specified and

Re: [PATCHv2] clk: ti: omap5+: dpll: implement errata i810

2015-12-22 Thread Michael Turquette
Hi Tero, On 12/16, Tony Lindgren wrote: > * Tero Kristo [151216 01:00]: > > Errata i810 states that DPLL controller can get stuck while transitioning > > to a power saving state, while its M/N ratio is being re-programmed. > > > > As a workaround, before re-programming the M/N

[GIT PULL 3/3] reworked dts changes for ti81xx devices and minimal dra62x j5ec-evm support

2015-12-22 Thread Tony Lindgren
The following changes since commit d893656e61040f3ff7b5f72a986052a348f3c94e: ARM: OMAP2+: Remove useless check for legacy booting for dm814x (2015-12-09 16:53:46 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

[GIT PULL 2/3] reworked soc changes for ti81xx devices and minimal dra62x j5ec-evm support

2015-12-22 Thread Tony Lindgren
The following changes since commit f2e6a0a913b53f5af87c7e9a783ceae5bb4ae2c4: ARM: OMAP2+: Remove device creation for omap-pcm-audio (2015-12-17 10:34:41 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

[GIT PULL 1/3] reworked fix for earlier ti81xx changes for v4.5 merge window

2015-12-22 Thread Tony Lindgren
Hi, Here are reworked pull requests to separate the dts changes as requested by Olof. The pull request below, and the third pull request in this series, still depend on the earlier branch omap-for-v4.5/81xx-fixes-signed. The pull request number two in this series does not. My updated for-next

Re: OMAP display kconfig options changing

2015-12-22 Thread Javier Martinez Canillas
Hello Tomi, On Fri, Dec 18, 2015 at 1:14 PM, Tomi Valkeinen wrote: > On 18/12/15 18:05, Tony Lindgren wrote: > >>> Are you referring to Kconfig options? Or userspace? >> >> Well sounds like both need updating :) > > Depends... For simple fb apps, omapdrm works fine, and X

Re: [GIT PULL] few minor omap fixes against v4.4-rc6

2015-12-22 Thread Olof Johansson
On Mon, Dec 21, 2015 at 12:54:19PM -0800, Tony Lindgren wrote: > The following changes since commit 14054fb1da099fd89208b8b319a00e0b902c7645: > > ARM: dts: am4372: fix clock source for arm twd and global timers > (2015-12-09 16:46:25 -0800) > > are available in the git repository at: > >

Re: [GIT PULL 2/4] omap changes for ti81xx devices and minimal dra62x j5eco-evm support

2015-12-22 Thread Olof Johansson
On Tue, Dec 22, 2015 at 3:33 PM, Tony Lindgren wrote: > * Olof Johansson [151222 14:58]: >> Hi Tony, >> >> On Mon, Dec 21, 2015 at 01:06:35PM -0800, Tony Lindgren wrote: >> > The following changes since commit >> > d893656e61040f3ff7b5f72a986052a348f3c94e: >> >

Re: [GIT PULL 2/4] omap changes for ti81xx devices and minimal dra62x j5eco-evm support

2015-12-22 Thread Tony Lindgren
* Olof Johansson [151222 14:58]: > Hi Tony, > > On Mon, Dec 21, 2015 at 01:06:35PM -0800, Tony Lindgren wrote: > > The following changes since commit d893656e61040f3ff7b5f72a986052a348f3c94e: > > > > ARM: OMAP2+: Remove useless check for legacy booting for dm814x > >

Re: [PATCH v4] clk: ti: Add support for dm814x ADPLL

2015-12-22 Thread Tony Lindgren
* Michael Turquette [151222 12:56]: > On 12/22, Tony Lindgren wrote: > > * Tero Kristo [151222 12:28]: > > > On 12/22/2015 05:27 PM, Tony Lindgren wrote: > > > >On dm814x we have 13 ADPLLs with 3 to 4 outputs on each. The > > > >ADPLLs have several

Re: [GIT PULL 2/4] omap changes for ti81xx devices and minimal dra62x j5eco-evm support

2015-12-22 Thread Olof Johansson
Hi Tony, On Mon, Dec 21, 2015 at 01:06:35PM -0800, Tony Lindgren wrote: > The following changes since commit d893656e61040f3ff7b5f72a986052a348f3c94e: > > ARM: OMAP2+: Remove useless check for legacy booting for dm814x (2015-12-09 > 16:53:46 -0800) > > are available in the git repository at:

Re: [GIT PULL 4/4] omap device tree changes for v4.5, part 2

2015-12-22 Thread Olof Johansson
On Mon, Dec 21, 2015 at 01:06:37PM -0800, Tony Lindgren wrote: > The following changes since commit 89c6f2e5ab7a0499c6bcb25d281977ada205765d: > > ARM: dts: omap3-igep0030: Use MMC pwrseq to init SDIO WiFi (2015-12-07 > 16:11:43 -0800) > > are available in the git repository at: > >

Re: [GIT PULL 3/4] omap wakeup-m3 driver for v4.5 merge window

2015-12-22 Thread Olof Johansson
On Mon, Dec 21, 2015 at 01:06:36PM -0800, Tony Lindgren wrote: > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > >

Re: [GIT PULL 1/4] omap soc changes for v4.5 merge window

2015-12-22 Thread Olof Johansson
On Mon, Dec 21, 2015 at 01:06:34PM -0800, Tony Lindgren wrote: > The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4: > > Linux 4.4-rc2 (2015-11-22 16:45:59 -0800) > > are available in the git repository at: > >

Re: [RFC PATCH V2 2/8] irqdomain: Don't set type when mapping an IRQ

2015-12-22 Thread Grygorii Strashko
On 12/17/2015 12:48 PM, Jon Hunter wrote: > Some IRQ chips, such as GPIO controllers or secondary level interrupt > controllers, may require require additional runtime power management > control to ensure they are accessible. For such IRQ chips, it makes sense > to enable the IRQ chip when

Re: [PATCH 3/5] fbdev: omap2: panel-dpi: drop assignment to local variable

2015-12-22 Thread Tomi Valkeinen
On 20/12/15 12:31, Uwe Kleine-König wrote: > Hello, > > On Wed, Dec 16, 2015 at 07:29:17PM +0200, Tomi Valkeinen wrote: >> On 10/12/15 15:11, Uwe Kleine-König wrote: >>> From: Uwe Kleine-König >>> >>> The variable gpio is only used to store the return value of

Re: [RFC PATCH V2 2/8] irqdomain: Don't set type when mapping an IRQ

2015-12-22 Thread Jon Hunter
On 22/12/15 11:18, Grygorii Strashko wrote: > On 12/17/2015 12:48 PM, Jon Hunter wrote: >> Some IRQ chips, such as GPIO controllers or secondary level interrupt >> controllers, may require require additional runtime power management >> control to ensure they are accessible. For such IRQ chips, it

Re: [PATCH] OMAPDSS: fix omapfb build error due missing feat functions declaration

2015-12-22 Thread Javier Martinez Canillas
Hello Tomi, On 12/22/2015 04:50 AM, Tomi Valkeinen wrote: > Hi Javier, > > On 21/12/15 20:26, Javier Martinez Canillas wrote: >> The omapfb is failing to build in -next due missing declarations for >> dss_feat_get_supported_displays() and dss_feat_get_supported_outputs(): >> >> CC [M]

[PATCH v2] ARM: dts: Add clocks for dm814x ADPLL

2015-12-22 Thread Tony Lindgren
These use the standard clock bindings and now we can make some of the fixed clocks into real clocks. Cc: Tero Kristo Signed-off-by: Tony Lindgren --- Changes since v1: - Updated for changed clock names for "dcoclkldo" - Merged in the dra62x changes ---

[PATCH 0/3] Add GPMC and NAND support for dm814x-evm and dra62x-j5eco-evm

2015-12-22 Thread Tony Lindgren
Hi all, Here's support for GPMC and NAND on j5-eco evm and dm814x-evm. Probably too late for v4.5 merge window , but seems to work here if somebody wants to play with GPMC. To test, please use Linux next-20151222 or later and the following patches: [PATCH v4] clk: ti: Add support for dm814x

[PATCH 3/3] ARM: dts: Add NAND support for dm8148-evm

2015-12-22 Thread Tony Lindgren
Add NAND support for dm8148-evm. Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/dm8148-evm.dts | 56 1 file changed, 56 insertions(+) diff --git a/arch/arm/boot/dts/dm8148-evm.dts b/arch/arm/boot/dts/dm8148-evm.dts index

[PATCH 1/3] ARM: dts: Add support for GPMC for dm814x and dra62x

2015-12-22 Thread Tony Lindgren
Add support for GPMC for dm814x and dra62x Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/dm814x.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/dm814x.dtsi b/arch/arm/boot/dts/dm814x.dtsi index a25cd51..3fe68b1 100644 ---

[PATCH 2/3] ARM: dts: Add NAND support for j5-eco evm

2015-12-22 Thread Tony Lindgren
Add NAND support for j5-eco evm. Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/dra62x-j5eco-evm.dts | 56 ++ 1 file changed, 56 insertions(+) diff --git a/arch/arm/boot/dts/dra62x-j5eco-evm.dts b/arch/arm/boot/dts/dra62x-j5eco-evm.dts

[PATCH] ARM: dts: The rate for auxclk is 22.59792 by default

2015-12-22 Thread Tony Lindgren
The rate for auxclk is 22.59792 by default. Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/dm814x-clocks.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/dm814x-clocks.dtsi b/arch/arm/boot/dts/dm814x-clocks.dtsi index

Re: [PATCH v4] clk: ti: Add support for dm814x ADPLL

2015-12-22 Thread Tony Lindgren
* Tero Kristo [151222 12:28]: > On 12/22/2015 05:27 PM, Tony Lindgren wrote: > >On dm814x we have 13 ADPLLs with 3 to 4 outputs on each. The > >ADPLLs have several dividers and muxes controlled by a shared > >control register for each PLL. > > > >Note that for the clocks to work

Re: [PATCH v4] clk: ti: Add support for dm814x ADPLL

2015-12-22 Thread Michael Turquette
On 12/22, Tony Lindgren wrote: > * Tero Kristo [151222 12:28]: > > On 12/22/2015 05:27 PM, Tony Lindgren wrote: > > >On dm814x we have 13 ADPLLs with 3 to 4 outputs on each. The > > >ADPLLs have several dividers and muxes controlled by a shared > > >control register for each PLL.