lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ