[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8447d6730902091306ka260b1fi405dd7c17bb2b5d4@mail.gmail.com>
Date: Mon, 9 Feb 2009 22:06:23 +0100
From: Davide Rizzo <elpa.rizzo@...il.com>
To: Russell King - ARM Linux <linux@....linux.org.uk>
Cc: gregkh@...e.de, linux-kernel@...r.kernel.org, ben-linux@...ff.org,
linux-api@...r.kernel.org, linux-arm-kernel@...ts.arm.linux.org.uk
Subject: Re: [PATCH 1/2] User access to internal clocks
What about adding a dedicated function to clk api that registers a struct clk
in a linked list and associates it with a name, with the only specific purpose
to enumerate and list (and possibly change rate and parents) all
clocks in sysfs ?
Obviously only specifically registered clocks will be visible in sysfs...
Or better, only proposed functions:
int clk_for_each(int(*fn)(struct clk *, void *), void *data)
and
const char *clk_sysname(struct clk *)
need to be added to clk api, the function to register the struct clk
in the linked list could be implementation specific.
Maybe a function like this:
struct clk *clk_get_by_sysname(const char *sysname);
could be useful to be added to api interface, too ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists