Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2a05eaa7
Commit
2a05eaa7
authored
Jul 10, 2020
by
Stephen Boyd
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'clk-https' into clk-next
* clk-https: Replace HTTP links with HTTPS ones: Common CLK framework
parents
d39fc265
5f1d8970
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
19 additions
and
19 deletions
+19
-19
Documentation/devicetree/bindings/clock/clock-bindings.txt
Documentation/devicetree/bindings/clock/clock-bindings.txt
+1
-1
Documentation/devicetree/bindings/clock/silabs,si514.txt
Documentation/devicetree/bindings/clock/silabs,si514.txt
+1
-1
Documentation/devicetree/bindings/clock/silabs,si5351.txt
Documentation/devicetree/bindings/clock/silabs,si5351.txt
+1
-1
Documentation/devicetree/bindings/clock/silabs,si570.txt
Documentation/devicetree/bindings/clock/silabs,si570.txt
+2
-2
Documentation/devicetree/bindings/clock/ti,cdce706.txt
Documentation/devicetree/bindings/clock/ti,cdce706.txt
+1
-1
Documentation/devicetree/bindings/clock/ti,cdce925.txt
Documentation/devicetree/bindings/clock/ti,cdce925.txt
+4
-4
drivers/clk/clk-cdce706.c
drivers/clk/clk-cdce706.c
+1
-1
drivers/clk/clk-gpio.c
drivers/clk/clk-gpio.c
+1
-1
drivers/clk/clk-si5351.c
drivers/clk/clk-si5351.c
+2
-2
drivers/clk/keystone/sci-clk.c
drivers/clk/keystone/sci-clk.c
+1
-1
drivers/clk/keystone/syscon-clk.c
drivers/clk/keystone/syscon-clk.c
+1
-1
drivers/clk/meson/meson8b.h
drivers/clk/meson/meson8b.h
+1
-1
drivers/clk/versatile/icst.c
drivers/clk/versatile/icst.c
+1
-1
drivers/clk/versatile/icst.h
drivers/clk/versatile/icst.h
+1
-1
No files found.
Documentation/devicetree/bindings/clock/clock-bindings.txt
View file @
2a05eaa7
...
...
@@ -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
value of a #clock-cells property in the clock provider node.
[1] http://patchwork.ozlabs.org/patch/31551/
[1] http
s
://patchwork.ozlabs.org/patch/31551/
==Clock providers==
...
...
Documentation/devicetree/bindings/clock/silabs,si514.txt
View file @
2a05eaa7
...
...
@@ -6,7 +6,7 @@ found in the datasheet[2].
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
[2] Si514 datasheet
http://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
http
s
://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
Required properties:
- compatible: Shall be "silabs,si514"
...
...
Documentation/devicetree/bindings/clock/silabs,si5351.txt
View file @
2a05eaa7
...
...
@@ -2,7 +2,7 @@ Binding for Silicon Labs Si5351a/b/c programmable i2c clock generator.
Reference
[1] Si5351A/B/C Data Sheet
http://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
http
s
://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
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
...
...
Documentation/devicetree/bindings/clock/silabs,si570.txt
View file @
2a05eaa7
...
...
@@ -7,9 +7,9 @@ found in the data sheets[2][3].
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
[2] Si570/571 Data Sheet
http://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
http
s
://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
[3] Si598/599 Data Sheet
http://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
http
s
://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
Required properties:
- compatible: Shall be one of "silabs,si570", "silabs,si571",
...
...
Documentation/devicetree/bindings/clock/ti,cdce706.txt
View file @
2a05eaa7
Bindings for Texas Instruments CDCE706 programmable 3-PLL clock
synthesizer/multiplier/divider.
Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
Reference: http
s
://www.ti.com/lit/ds/symlink/cdce706.pdf
I2C device node required properties:
- compatible: shall be "ti,cdce706".
...
...
Documentation/devicetree/bindings/clock/ti,cdce925.txt
View file @
2a05eaa7
...
...
@@ -4,10 +4,10 @@ Reference
This binding uses the common clock binding[1].
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
[2] http://www.ti.com/product/cdce913
[3] http://www.ti.com/product/cdce925
[4] http://www.ti.com/product/cdce937
[5] http://www.ti.com/product/cdce949
[2] http
s
://www.ti.com/product/cdce913
[3] http
s
://www.ti.com/product/cdce925
[4] http
s
://www.ti.com/product/cdce937
[5] http
s
://www.ti.com/product/cdce949
The driver provides clock sources for each output Y1 through Y5.
...
...
drivers/clk/clk-cdce706.c
View file @
2a05eaa7
...
...
@@ -4,7 +4,7 @@
*
* Copyright (c) 2014 Cadence Design Systems Inc.
*
* Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
* Reference: http
s
://www.ti.com/lit/ds/symlink/cdce706.pdf
*/
#include <linux/clk.h>
...
...
drivers/clk/clk-gpio.c
View file @
2a05eaa7
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2013 - 2014 Texas Instruments Incorporated - http://www.ti.com
* Copyright (C) 2013 - 2014 Texas Instruments Incorporated - http
s
://www.ti.com
*
* Authors:
* Jyri Sarha <jsarha@ti.com>
...
...
drivers/clk/clk-si5351.c
View file @
2a05eaa7
...
...
@@ -7,9 +7,9 @@
*
* References:
* [1] "Si5351A/B/C Data Sheet"
* http://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
* http
s
://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
* [2] "Manually Generating an Si5351 Register Map"
* http://www.silabs.com/Support%20Documents/TechnicalDocs/AN619.pdf
* http
s
://www.silabs.com/Support%20Documents/TechnicalDocs/AN619.pdf
*/
#include <linux/module.h>
...
...
drivers/clk/keystone/sci-clk.c
View file @
2a05eaa7
/*
* 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 - http
s
://www.ti.com/
* Tero Kristo <t-kristo@ti.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
drivers/clk/keystone/syscon-clk.c
View file @
2a05eaa7
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
* Copyright (C) 2020 Texas Instruments Incorporated - http
s
://www.ti.com/
*/
#include <linux/clk-provider.h>
...
...
drivers/clk/meson/meson8b.h
View file @
2a05eaa7
...
...
@@ -17,7 +17,7 @@
* blocks below. Those offsets must be multiplied by 4 before adding them to
* the base address to get the right value
*
* [0] http://dn.odroid.com/S805/Datasheet/S805_Datasheet%20V0.8%2020150126.pdf
* [0] http
s
://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_CNTL2 0x44
/* 0x11 offset in data sheet */
...
...
drivers/clk/versatile/icst.c
View file @
2a05eaa7
...
...
@@ -5,7 +5,7 @@
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
*
* Support functions for calculating clocks/divisors for the ICST307
* clock generators. See http://www.idt.com/ for more information
* clock generators. See http
s
://www.idt.com/ for more information
* on these devices.
*
* This is an almost identical implementation to the ICST525 clock generator.
...
...
drivers/clk/versatile/icst.h
View file @
2a05eaa7
...
...
@@ -3,7 +3,7 @@
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
*
* Support functions for calculating clocks/divisors for the ICST
* clock generators. See http://www.idt.com/ for more information
* clock generators. See http
s
://www.idt.com/ for more information
* on these devices.
*/
#ifndef ICST_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment