summaryrefslogtreecommitdiff
path: root/README
blob: 70c8a6abcce9a7e6b379eefc02b62fb842f5c908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Cscope is a text screen based source browsing tool.  Although it is
primarily designed to search C code (including lex and yacc files), it
can also be used for C++ code.

Using cscope, you can easily search for where symbols are used and
defined.  Cscope is designed to answer questions like:

        Where is this variable used?
        What is the value of this preprocessor symbol?
        Where is this function in the source files?
        What functions call this function?
        What functions are called by this function?
        Where does the message "out of space" come from?
        Where is this source file in the directory structure?
        What files include this header file?

It has been released by The Santa Cruz Operation, Inc as Open Source
under the BSD license.  Please look at COPYING for a detailed
description of the license.

For instructions on how to build and install cscope, see the file,
"INSTALL".

One thing to be pointed out is that this is ancient Unix software
predating much of today's security concerns.  While we do try to
address safety issues as we learn about them, it must be said that
this is in no way hardened or secure software.  It's designed to be
used by developers, not administrators or anonymous users.

Browse to http://cscope.sourceforge.net for more current information

?id=4a47295144ddbcf802fcddb3d7c0736d9a1f2e40&id2=1c50da4f27cbfb588b59684b55eb7a087bb26ed1'>diff)
clk: meson: fractional pll support
Fractional MPLLs are a superset of the existing AmLogic MPLLs. They add in a couple of new bitfields for further dividing the clock rate to achieve rates with fractional hertz. Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'drivers/clk/meson')