summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2019-10-09 14:06:19 -0700
committerSebastian Reichel <sre@kernel.org>2019-10-20 20:33:39 +0200
commitac437c1c8438027d08f115445e5963397c04ce5b (patch)
treeb7a4f89bd48f1b135db15539bbb5fd82904a322a /tools/perf/scripts/python
parentc59b3bad6fd83a42c73ec6ef6609af4882dfbcb3 (diff)
downloadkernel-ac437c1c8438027d08f115445e5963397c04ce5b.tar.gz
power: supply: cpcap-battery: Simplify short term power average calculation
We can use sign_extend32() here to simplify things. And let's fix the comment for CCM register, that contains the calibration offset. Cc: Merlijn Wajer <merlijn@wizzup.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
error handling for osd_req_op_cls_init()Chengguang Xu 2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov 2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov 2018-04-24libceph: reschedule a tick in finish_hunting()Ilya Dryomov 2018-04-24libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov 2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds 2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques 2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu 2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu 2018-04-02libceph: fix misjudgement of maximum monitor numberChengguang Xu 2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu 2018-04-02ceph: add newline to end of debug message formatChengguang Xu 2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov 2018-04-02libceph: striping framework implementationIlya Dryomov 2018-04-02libceph: handle zero-length data itemsIlya Dryomov 2018-04-02libceph: introduce BVECS data typeIlya Dryomov 2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov 2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov 2018-04-02libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov 2018-03-26net: Use octal not symbolic permissionsJoe Perches 2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu 2018-01-29libceph: check kstrndup() return valueChengguang Xu 2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds 2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds 2017-11-13libceph: don't WARN() if user tries to add invalid keyEric Biggers 2017-11-13ceph: mark expected switch fall-throughsGustavo A. R. Silva 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-22ceph: use get_user_pages_fast()Al Viro 2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov