OMAP2xxx: clock data: clean up some comments
Minor cleanup of some clock data comments. No functional changes. Signed-off-by: Paul Walmsley <paul@pwsan.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* linux/arch/arm/mach-omap2/clock2420_data.c
|
* OMAP2420 clock data
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2009 Texas Instruments, Inc.
|
* Copyright (C) 2005-2009 Texas Instruments, Inc.
|
||||||
* Copyright (C) 2004-2011 Nokia Corporation
|
* Copyright (C) 2004-2011 Nokia Corporation
|
||||||
*
|
*
|
||||||
* Contacts:
|
* Contacts:
|
||||||
* Richard Woodruff <r-woodruff2@ti.com>
|
* Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Paul Walmsley
|
* Paul Walmsley
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -34,18 +34,15 @@
|
|||||||
/*
|
/*
|
||||||
* 2420 clock tree.
|
* 2420 clock tree.
|
||||||
*
|
*
|
||||||
* NOTE:In many cases here we are assigning a 'default' parent. In many
|
* NOTE:In many cases here we are assigning a 'default' parent. In
|
||||||
* cases the parent is selectable. The get/set parent calls will also
|
* many cases the parent is selectable. The set parent calls will
|
||||||
* switch sources.
|
* also switch sources.
|
||||||
*
|
|
||||||
* Many some clocks say always_enabled, but they can be auto idled for
|
|
||||||
* power savings. They will always be available upon clock request.
|
|
||||||
*
|
*
|
||||||
* Several sources are given initial rates which may be wrong, this will
|
* Several sources are given initial rates which may be wrong, this will
|
||||||
* be fixed up in the init func.
|
* be fixed up in the init func.
|
||||||
*
|
*
|
||||||
* Things are broadly separated below by clock domains. It is
|
* Things are broadly separated below by clock domains. It is
|
||||||
* noteworthy that most periferals have dependencies on multiple clock
|
* noteworthy that most peripherals have dependencies on multiple clock
|
||||||
* domains. Many get their interface clocks from the L4 domain, but get
|
* domains. Many get their interface clocks from the L4 domain, but get
|
||||||
* functional clocks from fixed sources or other core domain derived
|
* functional clocks from fixed sources or other core domain derived
|
||||||
* clocks.
|
* clocks.
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* linux/arch/arm/mach-omap2/clock2430_data.c
|
* OMAP2430 clock data
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2009 Texas Instruments, Inc.
|
* Copyright (C) 2005-2009 Texas Instruments, Inc.
|
||||||
* Copyright (C) 2004-2011 Nokia Corporation
|
* Copyright (C) 2004-2011 Nokia Corporation
|
||||||
*
|
*
|
||||||
* Contacts:
|
* Contacts:
|
||||||
* Richard Woodruff <r-woodruff2@ti.com>
|
* Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Paul Walmsley
|
* Paul Walmsley
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -34,18 +34,15 @@
|
|||||||
/*
|
/*
|
||||||
* 2430 clock tree.
|
* 2430 clock tree.
|
||||||
*
|
*
|
||||||
* NOTE:In many cases here we are assigning a 'default' parent. In many
|
* NOTE:In many cases here we are assigning a 'default' parent. In
|
||||||
* cases the parent is selectable. The get/set parent calls will also
|
* many cases the parent is selectable. The set parent calls will
|
||||||
* switch sources.
|
* also switch sources.
|
||||||
*
|
|
||||||
* Many some clocks say always_enabled, but they can be auto idled for
|
|
||||||
* power savings. They will always be available upon clock request.
|
|
||||||
*
|
*
|
||||||
* Several sources are given initial rates which may be wrong, this will
|
* Several sources are given initial rates which may be wrong, this will
|
||||||
* be fixed up in the init func.
|
* be fixed up in the init func.
|
||||||
*
|
*
|
||||||
* Things are broadly separated below by clock domains. It is
|
* Things are broadly separated below by clock domains. It is
|
||||||
* noteworthy that most periferals have dependencies on multiple clock
|
* noteworthy that most peripherals have dependencies on multiple clock
|
||||||
* domains. Many get their interface clocks from the L4 domain, but get
|
* domains. Many get their interface clocks from the L4 domain, but get
|
||||||
* functional clocks from fixed sources or other core domain derived
|
* functional clocks from fixed sources or other core domain derived
|
||||||
* clocks.
|
* clocks.
|
||||||
|
Reference in New Issue
Block a user