Merge branch 'clk-https' into clk-next
* clk-https: Replace HTTP links with HTTPS ones: Common CLK framework
This commit is contained in:
commit
2a05eaa752
@ -9,7 +9,7 @@ specifier is an array of zero, one or more cells identifying the clock
|
|||||||
output on a device. The length of a clock specifier is defined by the
|
output on a device. The length of a clock specifier is defined by the
|
||||||
value of a #clock-cells property in the clock provider node.
|
value of a #clock-cells property in the clock provider node.
|
||||||
|
|
||||||
[1] http://patchwork.ozlabs.org/patch/31551/
|
[1] https://patchwork.ozlabs.org/patch/31551/
|
||||||
|
|
||||||
==Clock providers==
|
==Clock providers==
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ found in the datasheet[2].
|
|||||||
|
|
||||||
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
|
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
|
||||||
[2] Si514 datasheet
|
[2] Si514 datasheet
|
||||||
http://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
|
https://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
|
||||||
|
|
||||||
Required properties:
|
Required properties:
|
||||||
- compatible: Shall be "silabs,si514"
|
- compatible: Shall be "silabs,si514"
|
||||||
|
@ -2,7 +2,7 @@ Binding for Silicon Labs Si5351a/b/c programmable i2c clock generator.
|
|||||||
|
|
||||||
Reference
|
Reference
|
||||||
[1] Si5351A/B/C Data Sheet
|
[1] Si5351A/B/C Data Sheet
|
||||||
http://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
|
https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
|
||||||
|
|
||||||
The Si5351a/b/c are programmable i2c clock generators with up to 8 output
|
The Si5351a/b/c are programmable i2c clock generators with up to 8 output
|
||||||
clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
|
clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
|
||||||
|
@ -7,9 +7,9 @@ found in the data sheets[2][3].
|
|||||||
|
|
||||||
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
|
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
|
||||||
[2] Si570/571 Data Sheet
|
[2] Si570/571 Data Sheet
|
||||||
http://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
|
https://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
|
||||||
[3] Si598/599 Data Sheet
|
[3] Si598/599 Data Sheet
|
||||||
http://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
|
https://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
|
||||||
|
|
||||||
Required properties:
|
Required properties:
|
||||||
- compatible: Shall be one of "silabs,si570", "silabs,si571",
|
- compatible: Shall be one of "silabs,si570", "silabs,si571",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Bindings for Texas Instruments CDCE706 programmable 3-PLL clock
|
Bindings for Texas Instruments CDCE706 programmable 3-PLL clock
|
||||||
synthesizer/multiplier/divider.
|
synthesizer/multiplier/divider.
|
||||||
|
|
||||||
Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
|
Reference: https://www.ti.com/lit/ds/symlink/cdce706.pdf
|
||||||
|
|
||||||
I2C device node required properties:
|
I2C device node required properties:
|
||||||
- compatible: shall be "ti,cdce706".
|
- compatible: shall be "ti,cdce706".
|
||||||
|
@ -4,10 +4,10 @@ Reference
|
|||||||
This binding uses the common clock binding[1].
|
This binding uses the common clock binding[1].
|
||||||
|
|
||||||
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
|
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
|
||||||
[2] http://www.ti.com/product/cdce913
|
[2] https://www.ti.com/product/cdce913
|
||||||
[3] http://www.ti.com/product/cdce925
|
[3] https://www.ti.com/product/cdce925
|
||||||
[4] http://www.ti.com/product/cdce937
|
[4] https://www.ti.com/product/cdce937
|
||||||
[5] http://www.ti.com/product/cdce949
|
[5] https://www.ti.com/product/cdce949
|
||||||
|
|
||||||
The driver provides clock sources for each output Y1 through Y5.
|
The driver provides clock sources for each output Y1 through Y5.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2014 Cadence Design Systems Inc.
|
* Copyright (c) 2014 Cadence Design Systems Inc.
|
||||||
*
|
*
|
||||||
* Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
|
* Reference: https://www.ti.com/lit/ds/symlink/cdce706.pdf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 - 2014 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2013 - 2014 Texas Instruments Incorporated - https://www.ti.com
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Jyri Sarha <jsarha@ti.com>
|
* Jyri Sarha <jsarha@ti.com>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* References:
|
* References:
|
||||||
* [1] "Si5351A/B/C Data Sheet"
|
* [1] "Si5351A/B/C Data Sheet"
|
||||||
* http://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
|
* https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
|
||||||
* [2] "Manually Generating an Si5351 Register Map"
|
* [2] "Manually Generating an Si5351 Register Map"
|
||||||
* http://www.silabs.com/Support%20Documents/TechnicalDocs/AN619.pdf
|
* https://www.silabs.com/Support%20Documents/TechnicalDocs/AN619.pdf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* SCI Clock driver for keystone based devices
|
* SCI Clock driver for keystone based devices
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
* Tero Kristo <t-kristo@ti.com>
|
* Tero Kristo <t-kristo@ti.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* blocks below. Those offsets must be multiplied by 4 before adding them to
|
* blocks below. Those offsets must be multiplied by 4 before adding them to
|
||||||
* the base address to get the right value
|
* the base address to get the right value
|
||||||
*
|
*
|
||||||
* [0] http://dn.odroid.com/S805/Datasheet/S805_Datasheet%20V0.8%2020150126.pdf
|
* [0] https://dn.odroid.com/S805/Datasheet/S805_Datasheet%20V0.8%2020150126.pdf
|
||||||
*/
|
*/
|
||||||
#define HHI_GP_PLL_CNTL 0x40 /* 0x10 offset in data sheet */
|
#define HHI_GP_PLL_CNTL 0x40 /* 0x10 offset in data sheet */
|
||||||
#define HHI_GP_PLL_CNTL2 0x44 /* 0x11 offset in data sheet */
|
#define HHI_GP_PLL_CNTL2 0x44 /* 0x11 offset in data sheet */
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
|
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Support functions for calculating clocks/divisors for the ICST307
|
* Support functions for calculating clocks/divisors for the ICST307
|
||||||
* clock generators. See http://www.idt.com/ for more information
|
* clock generators. See https://www.idt.com/ for more information
|
||||||
* on these devices.
|
* on these devices.
|
||||||
*
|
*
|
||||||
* This is an almost identical implementation to the ICST525 clock generator.
|
* This is an almost identical implementation to the ICST525 clock generator.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
|
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Support functions for calculating clocks/divisors for the ICST
|
* Support functions for calculating clocks/divisors for the ICST
|
||||||
* clock generators. See http://www.idt.com/ for more information
|
* clock generators. See https://www.idt.com/ for more information
|
||||||
* on these devices.
|
* on these devices.
|
||||||
*/
|
*/
|
||||||
#ifndef ICST_H
|
#ifndef ICST_H
|
||||||
|
Loading…
Reference in New Issue
Block a user