[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1516711841-25234-1-git-send-email-aisheng.dong@nxp.com>
Date: Tue, 23 Jan 2018 20:50:39 +0800
From: Dong Aisheng <aisheng.dong@....com>
To: <linux-clk@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <linux-imx@....com>,
<aisheng.dong@...eaurora.org>, <linux-fbdev@...r.kernel.org>,
<yamada.masahiro@...ionext.com>, <sboyd@...eaurora.org>,
<hdegoede@...hat.com>, <b.zolnierkie@...sung.com>,
Dong Aisheng <aisheng.dong@....com>
Subject: [RFC PATCH 0/2] clk: new APIs to handle all available clocks
This RFC patch series is a continue of discussion from here,
https://patchwork.kernel.org/patch/9986293/
that some users may want to handle all available clocks from device
tree without need to know the detailed clock information likes clock
numbers and names. This is useful in writing some generic drivers to
handle clock part.
Dong Aisheng (2):
clk: add new APIs to operate on all available clocks
video: simplefb: switch to use clk_bulk API to simplify clock
operations
drivers/clk/clk-bulk.c | 64 ++++++++++++++++++++++++++++++++++++++
drivers/video/fbdev/simplefb.c | 70 ++++++++----------------------------------
include/linux/clk.h | 61 +++++++++++++++++++++++++++++++++++-
3 files changed, 137 insertions(+), 58 deletions(-)
--
2.7.4
Powered by blists - more mailing lists