summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2021-01-19 23:06:40 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-01-25 23:46:16 +0100
commit3fbd293c16d772d31d11ff8f1b32622a73dcb881 (patch)
tree0e9fc0e37ce8f9dad280183c275f0774b7039d4c /tools/perf/scripts/python
parentde490e0580dfb274aaf393bebb97091aee8142fa (diff)
downloadkernel-3fbd293c16d772d31d11ff8f1b32622a73dcb881.tar.gz
rtc: asm9260: use rtc_lock/rtc_unlock
Avoid accessing directly rtc->ops_lock and use the RTC core helpers. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210119220653.677750-2-alexandre.belloni@bootlin.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
rivers/net/smsc911x.c?h=linux-6.6.y&id=df911e2dc4c59e259b65c502fe0679ade309b575'>netdev: smsc911x: add missing __devexit_p() usageMike Frysinger 2009-05-07smsc911x: fix calculation of res_size for ioremapMatthias Ludwig 2009-05-05net: smsc911x: add power management functionsDaniel Mack 2009-04-28smsc911x: add fifo byteswap support V2Magnus Damm 2009-04-08smsc911x: correct debugging message on mii read timeoutSteve Glendinning 2009-04-06smsc911x: remove unused #include <linux/version.h>Huang Weiyi 2009-03-27smsc911x: enforce read-after-write timing restriction on eeprom accessSteve Glendinning 2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-03-19smsc911x: allow setting of mac addressSteve Glendinning 2009-03-19smsc911x: replace print_mac with %pMSteve Glendinning 2009-03-19smsc911x: define status word positions as constantsSteve Glendinning 2009-03-18smsc911x: reset last known duplex and carrier on openSteve Glendinning 2009-03-13smsc911x: improve EEPROM loading timeout logic in openSteve Glendinning 2009-03-13smsc911x: check for FFWD success before checking for timeoutSteve Glendinning