Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-13 Thread Tim Kryger
On Thu, Dec 12, 2013 at 11:48 PM, Christian Daudt  wrote:

> I'll try to sync with other maintainers to pull it in together. I'll
> leave this commit in as-is for now as it is harmless on its own. I'll
> back it off before 3.14 merge if it poses a problem.

Sounds great.  Thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-13 Thread Tim Kryger
On Thu, Dec 12, 2013 at 11:48 PM, Christian Daudt b...@fixthebug.org wrote:

 I'll try to sync with other maintainers to pull it in together. I'll
 leave this commit in as-is for now as it is harmless on its own. I'll
 back it off before 3.14 merge if it poses a problem.

Sounds great.  Thank you.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-12 Thread Christian Daudt
On Tue, Dec 10, 2013 at 12:26 PM, Tim Kryger  wrote:
> On Mon, Dec 9, 2013 at 11:18 PM, Christian Daudt  wrote:
>> Applied to armsoc/for-3.14/dt
>
> Could you wait till other maintainers provide their acks and then take
> the entire series into a branch that feeds into the arm-soc
> drivers-for-linus branch?
>
> Thanks,
> Tim Kryger

I'll try to sync with other maintainers to pull it in together. I'll
leave this commit in as-is for now as it is harmless on its own. I'll
back it off before 3.14 merge if it poses a problem.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-12 Thread Christian Daudt
On Tue, Dec 10, 2013 at 12:26 PM, Tim Kryger tim.kry...@linaro.org wrote:
 On Mon, Dec 9, 2013 at 11:18 PM, Christian Daudt b...@fixthebug.org wrote:
 Applied to armsoc/for-3.14/dt

 Could you wait till other maintainers provide their acks and then take
 the entire series into a branch that feeds into the arm-soc
 drivers-for-linus branch?

 Thanks,
 Tim Kryger

I'll try to sync with other maintainers to pull it in together. I'll
leave this commit in as-is for now as it is harmless on its own. I'll
back it off before 3.14 merge if it poses a problem.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-10 Thread Tim Kryger
On Mon, Dec 9, 2013 at 11:18 PM, Christian Daudt  wrote:
> Applied to armsoc/for-3.14/dt

Could you wait till other maintainers provide their acks and then take
the entire series into a branch that feeds into the arm-soc
drivers-for-linus branch?

Thanks,
Tim Kryger
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-10 Thread Tim Kryger
On Mon, Dec 9, 2013 at 11:18 PM, Christian Daudt b...@fixthebug.org wrote:
 Applied to armsoc/for-3.14/dt

Could you wait till other maintainers provide their acks and then take
the entire series into a branch that feeds into the arm-soc
drivers-for-linus branch?

Thanks,
Tim Kryger
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-09 Thread Christian Daudt
Applied to armsoc/for-3.14/dt

 thanks,
   csd


On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger  wrote:
> Declare clocks that are enabled and configured by bootloaders as fixed
> rate clocks in the DTS such that device drivers may use standard clock
> function calls.
>
> Signed-off-by: Tim Kryger 
> Reviewed-by: Markus Mayer 
> Reviewed-by: Matt Porter 
> ---
>  arch/arm/boot/dts/bcm11351.dtsi | 97 
> +
>  1 file changed, 97 insertions(+)
>
> diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
> index b0c0610..eca6fbc 100644
> --- a/arch/arm/boot/dts/bcm11351.dtsi
> +++ b/arch/arm/boot/dts/bcm11351.dtsi
> @@ -142,4 +142,101 @@
> status = "disabled";
> };
>
> +   clocks {
> +   bsc1_clk: bsc1 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   bsc2_clk: bsc2 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   bsc3_clk: bsc3 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   pmu_bsc_clk: pmu_bsc {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   hub_timer_clk: hub_timer {
> +   compatible = "fixed-clock";
> +   clock-frequency = <32768>;
> +   #clock-cells = <0>;
> +   };
> +
> +   pwm_clk: pwm {
> +   compatible = "fixed-clock";
> +   clock-frequency = <2600>;
> +   #clock-cells = <0>;
> +   };
> +
> +   sdio1_clk: sdio1 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <4800>;
> +   #clock-cells = <0>;
> +   };
> +
> +   sdio2_clk: sdio2 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <4800>;
> +   #clock-cells = <0>;
> +   };
> +
> +   sdio3_clk: sdio3 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <4800>;
> +   #clock-cells = <0>;
> +   };
> +
> +   sdio4_clk: sdio4 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <4800>;
> +   #clock-cells = <0>;
> +   };
> +
> +   tmon_1m_clk: tmon_1m {
> +   compatible = "fixed-clock";
> +   clock-frequency = <100>;
> +   #clock-cells = <0>;
> +   };
> +
> +   uartb_clk: uartb {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   uartb2_clk: uartb2 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   uartb3_clk: uartb3 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   uartb4_clk: uartb4 {
> +   compatible = "fixed-clock";
> +   clock-frequency = <1300>;
> +   #clock-cells = <0>;
> +   };
> +
> +   usb_otg_ahb_clk: usb_otg_ahb {
> +   compatible = "fixed-clock";
> +   clock-frequency = <5200>;
> +   #clock-cells = <0>;
> +   };
> +   };
>  };
> --
> 1.8.0.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-09 Thread Christian Daudt
Applied to armsoc/for-3.14/dt

 thanks,
   csd


On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger tim.kry...@linaro.org wrote:
 Declare clocks that are enabled and configured by bootloaders as fixed
 rate clocks in the DTS such that device drivers may use standard clock
 function calls.

 Signed-off-by: Tim Kryger tim.kry...@linaro.org
 Reviewed-by: Markus Mayer markus.ma...@linaro.org
 Reviewed-by: Matt Porter matt.por...@linaro.org
 ---
  arch/arm/boot/dts/bcm11351.dtsi | 97 
 +
  1 file changed, 97 insertions(+)

 diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
 index b0c0610..eca6fbc 100644
 --- a/arch/arm/boot/dts/bcm11351.dtsi
 +++ b/arch/arm/boot/dts/bcm11351.dtsi
 @@ -142,4 +142,101 @@
 status = disabled;
 };

 +   clocks {
 +   bsc1_clk: bsc1 {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   bsc2_clk: bsc2 {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   bsc3_clk: bsc3 {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   pmu_bsc_clk: pmu_bsc {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   hub_timer_clk: hub_timer {
 +   compatible = fixed-clock;
 +   clock-frequency = 32768;
 +   #clock-cells = 0;
 +   };
 +
 +   pwm_clk: pwm {
 +   compatible = fixed-clock;
 +   clock-frequency = 2600;
 +   #clock-cells = 0;
 +   };
 +
 +   sdio1_clk: sdio1 {
 +   compatible = fixed-clock;
 +   clock-frequency = 4800;
 +   #clock-cells = 0;
 +   };
 +
 +   sdio2_clk: sdio2 {
 +   compatible = fixed-clock;
 +   clock-frequency = 4800;
 +   #clock-cells = 0;
 +   };
 +
 +   sdio3_clk: sdio3 {
 +   compatible = fixed-clock;
 +   clock-frequency = 4800;
 +   #clock-cells = 0;
 +   };
 +
 +   sdio4_clk: sdio4 {
 +   compatible = fixed-clock;
 +   clock-frequency = 4800;
 +   #clock-cells = 0;
 +   };
 +
 +   tmon_1m_clk: tmon_1m {
 +   compatible = fixed-clock;
 +   clock-frequency = 100;
 +   #clock-cells = 0;
 +   };
 +
 +   uartb_clk: uartb {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   uartb2_clk: uartb2 {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   uartb3_clk: uartb3 {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   uartb4_clk: uartb4 {
 +   compatible = fixed-clock;
 +   clock-frequency = 1300;
 +   #clock-cells = 0;
 +   };
 +
 +   usb_otg_ahb_clk: usb_otg_ahb {
 +   compatible = fixed-clock;
 +   clock-frequency = 5200;
 +   #clock-cells = 0;
 +   };
 +   };
  };
 --
 1.8.0.1

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