Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tomi Valkeinen
Hi Tero,

What about the dts fixes in this series? DSS DT depends on those fixes.
I'd like the dts fixes to be either merged for v3.14, or I can add them
to my DSS DT series (with acks).

 Tomi

On 13/02/14 12:03, Tomi Valkeinen wrote:
 Hi,
 
 I've been debugging OMAP3 related issues with DSS clocks, and I hopefully have
 them all fixed with this series. This fixes the problems for both non-DT boot,
 but also for DT boot with DSS DT support (which is not merged yet).
 
 The non-DT boot related fixes should be merged for 3.14, but I'd like the DT
 boot related fixes to be merged for 3.14 also, as that'll make handling the 
 DSS
 DT support easier.
 
 This is based on v3.14-rc2.
 
  Tomi
 
 Tomi Valkeinen (8):
   clk: divider: fix rate calculation for fractional rates
   clk: ti/divider: fix rate calculation for fractional rates
   ARM: OMAP2+: clock: fix clkoutx2 with CLK_SET_RATE_PARENT
   ARM: dts: fix omap3 dss clock handle names
   ARM: dts: fix DPLL4 x2 clkouts on 3630
   ARM: dts: use ti,fixed-factor-clock for dpll4_m4x2_mul_ck
   ARM: dts: set 'ti,set-rate-parent' for dpll4_m4 path
   OMAPDSS: fix rounding when calculating fclk rate
 
  arch/arm/boot/dts/omap3430es1-clocks.dtsi  |  6 +--
  .../omap36xx-am35xx-omap3430es2plus-clocks.dtsi|  6 +--
  arch/arm/boot/dts/omap36xx-clocks.dtsi | 20 +++
  arch/arm/boot/dts/omap36xx.dtsi|  2 +-
  arch/arm/boot/dts/omap3xxx-clocks.dtsi |  8 +--
  arch/arm/mach-omap2/cclock3xxx_data.c  |  2 +
  arch/arm/mach-omap2/dpll3xxx.c | 62 
 ++
  drivers/clk/clk-divider.c  | 10 ++--
  drivers/clk/ti/divider.c   |  8 +--
  drivers/video/omap2/dss/dss.c  |  4 +-
  include/linux/clk/ti.h |  4 ++
  11 files changed, 111 insertions(+), 21 deletions(-)
 




signature.asc
Description: OpenPGP digital signature


Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tero Kristo

On 03/05/2014 10:35 AM, Tomi Valkeinen wrote:

Hi Tero,

What about the dts fixes in this series? DSS DT depends on those fixes.
I'd like the dts fixes to be either merged for v3.14, or I can add them
to my DSS DT series (with acks).


Well, I am not a maintainer of any sort, so you are asking wrong person 
here. I am just tossing my acks around as my approval for the patches in 
case someone cares. :) You need to ask Benoit here (or maybe Tony.)


-Tero



  Tomi

On 13/02/14 12:03, Tomi Valkeinen wrote:

Hi,

I've been debugging OMAP3 related issues with DSS clocks, and I hopefully have
them all fixed with this series. This fixes the problems for both non-DT boot,
but also for DT boot with DSS DT support (which is not merged yet).

The non-DT boot related fixes should be merged for 3.14, but I'd like the DT
boot related fixes to be merged for 3.14 also, as that'll make handling the DSS
DT support easier.

This is based on v3.14-rc2.

  Tomi

Tomi Valkeinen (8):
   clk: divider: fix rate calculation for fractional rates
   clk: ti/divider: fix rate calculation for fractional rates
   ARM: OMAP2+: clock: fix clkoutx2 with CLK_SET_RATE_PARENT
   ARM: dts: fix omap3 dss clock handle names
   ARM: dts: fix DPLL4 x2 clkouts on 3630
   ARM: dts: use ti,fixed-factor-clock for dpll4_m4x2_mul_ck
   ARM: dts: set 'ti,set-rate-parent' for dpll4_m4 path
   OMAPDSS: fix rounding when calculating fclk rate

  arch/arm/boot/dts/omap3430es1-clocks.dtsi  |  6 +--
  .../omap36xx-am35xx-omap3430es2plus-clocks.dtsi|  6 +--
  arch/arm/boot/dts/omap36xx-clocks.dtsi | 20 +++
  arch/arm/boot/dts/omap36xx.dtsi|  2 +-
  arch/arm/boot/dts/omap3xxx-clocks.dtsi |  8 +--
  arch/arm/mach-omap2/cclock3xxx_data.c  |  2 +
  arch/arm/mach-omap2/dpll3xxx.c | 62 ++
  drivers/clk/clk-divider.c  | 10 ++--
  drivers/clk/ti/divider.c   |  8 +--
  drivers/video/omap2/dss/dss.c  |  4 +-
  include/linux/clk/ti.h |  4 ++
  11 files changed, 111 insertions(+), 21 deletions(-)






--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tomi Valkeinen
On 05/03/14 12:12, Tero Kristo wrote:
 On 03/05/2014 10:35 AM, Tomi Valkeinen wrote:
 Hi Tero,

 What about the dts fixes in this series? DSS DT depends on those fixes.
 I'd like the dts fixes to be either merged for v3.14, or I can add them
 to my DSS DT series (with acks).
 
 Well, I am not a maintainer of any sort, so you are asking wrong person
 here. I am just tossing my acks around as my approval for the patches in
 case someone cares. :) You need to ask Benoit here (or maybe Tony.)

Ok.

Benoit, Tony, can we get the dts fixes in this series to v3.14, or is it
ok if I merge them via DSS DT branch for 3.15?

 Tomi




signature.asc
Description: OpenPGP digital signature


Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140305 03:28]:
 On 05/03/14 12:12, Tero Kristo wrote:
  On 03/05/2014 10:35 AM, Tomi Valkeinen wrote:
  Hi Tero,
 
  What about the dts fixes in this series? DSS DT depends on those fixes.
  I'd like the dts fixes to be either merged for v3.14, or I can add them
  to my DSS DT series (with acks).
  
  Well, I am not a maintainer of any sort, so you are asking wrong person
  here. I am just tossing my acks around as my approval for the patches in
  case someone cares. :) You need to ask Benoit here (or maybe Tony.)
 
 Ok.
 
 Benoit, Tony, can we get the dts fixes in this series to v3.14, or is it
 ok if I merge them via DSS DT branch for 3.15?

It's best that you take those four dts changes into your DSS branch.
They don't seem to conflict with anything I have queued, so:

Acked-by: Tony Lindgren t...@atomide.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-02-27 Thread Florian Vaussard
Hi Tomi,

On 02/13/2014 11:03 AM, Tomi Valkeinen wrote:
 Hi,
 
 I've been debugging OMAP3 related issues with DSS clocks, and I hopefully have
 them all fixed with this series. This fixes the problems for both non-DT boot,
 but also for DT boot with DSS DT support (which is not merged yet).
 
 The non-DT boot related fixes should be merged for 3.14, but I'd like the DT
 boot related fixes to be merged for 3.14 also, as that'll make handling the 
 DSS
 DT support easier.
 

I hit this issue when developing on top of 3.14-rc4, the DSS failed to
set fck. Your patches made the Overo (both OMAP35xx and OMAP36xx) to get
a working DVI output when booting via DT. And the board did not catch on
fire, contrary to what Mike hopped :)

Tested-by: Florian Vaussard florian.vauss...@epfl.ch
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-02-13 Thread Belisko Marek
On Thu, Feb 13, 2014 at 11:03 AM, Tomi Valkeinen tomi.valkei...@ti.com wrote:
 Hi,

 I've been debugging OMAP3 related issues with DSS clocks, and I hopefully have
 them all fixed with this series. This fixes the problems for both non-DT boot,
 but also for DT boot with DSS DT support (which is not merged yet).

 The non-DT boot related fixes should be merged for 3.14, but I'd like the DT
 boot related fixes to be merged for 3.14 also, as that'll make handling the 
 DSS
 DT support easier.

 This is based on v3.14-rc2.
Tested on gta04 board with DSS DT patches v3 (rebased on 3.14-rc2).
Panel is finally working fine.
Thanks.

Tested-by: Marek Belisko ma...@goldelico.com


  Tomi

 Tomi Valkeinen (8):
   clk: divider: fix rate calculation for fractional rates
   clk: ti/divider: fix rate calculation for fractional rates
   ARM: OMAP2+: clock: fix clkoutx2 with CLK_SET_RATE_PARENT
   ARM: dts: fix omap3 dss clock handle names
   ARM: dts: fix DPLL4 x2 clkouts on 3630
   ARM: dts: use ti,fixed-factor-clock for dpll4_m4x2_mul_ck
   ARM: dts: set 'ti,set-rate-parent' for dpll4_m4 path
   OMAPDSS: fix rounding when calculating fclk rate

  arch/arm/boot/dts/omap3430es1-clocks.dtsi  |  6 +--
  .../omap36xx-am35xx-omap3430es2plus-clocks.dtsi|  6 +--
  arch/arm/boot/dts/omap36xx-clocks.dtsi | 20 +++
  arch/arm/boot/dts/omap36xx.dtsi|  2 +-
  arch/arm/boot/dts/omap3xxx-clocks.dtsi |  8 +--
  arch/arm/mach-omap2/cclock3xxx_data.c  |  2 +
  arch/arm/mach-omap2/dpll3xxx.c | 62 
 ++
  drivers/clk/clk-divider.c  | 10 ++--
  drivers/clk/ti/divider.c   |  8 +--
  drivers/video/omap2/dss/dss.c  |  4 +-
  include/linux/clk/ti.h |  4 ++
  11 files changed, 111 insertions(+), 21 deletions(-)

 --
 1.8.3.2

 --
 To unsubscribe from this list: send the line unsubscribe linux-omap in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

BR,

marek

-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html