summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-03-27 16:07:40 +0100
committerIngo Molnar <mingo@kernel.org>2012-03-27 20:54:52 +0200
commita3c8121b8724c3d496dc00201ab40e8313edcf0d (patch)
tree4e6974368cd9f09a7a881c0f3ece3ccf7b8f5451 /tools/perf/scripts/python/call-graph-from-sql.py
parent90e240142bd31ff10aeda5a280a53153f4eff004 (diff)
downloadkernel-a3c8121b8724c3d496dc00201ab40e8313edcf0d.tar.gz
x86/olpc: Add debugfs interface for EC commands
Add a debugfs interface for sending commands to the OLPC Embedded Controller (EC) and reading the responses. The EC provides functionality for machine identification, battery and AC control, wakeup control, etc. Having a debugfs interface available is useful for EC development and debugging. Based on code by Paul Fox (who also approves of the end result). Signed-off-by: Daniel Drake <dsd@laptop.org> Acked-by: Paul Fox <pgf@laptop.org> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Andres Salomon <dilinger@queued.net> Link: http://lkml.kernel.org/r/20120327150740.667D09D401E@zog.reactivated.net Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
an>net: dsa: microchip: Replace ad-hoc bit manipulation with regmapMarek Vasut 2019-06-27net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function callMarek Vasut 2019-06-27net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.cMarek Vasut 2019-06-14net: dsa: microchip: Support optional 125MHz SYNCLKO outputRobert Hancock 2019-06-14net: dsa: microchip: Add PHY errata workaroundsRobert Hancock 2019-04-03net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva 2019-03-03net: dsa: microchip: add KSZ9893 switch supportTristram Ha 2019-02-24net: dsa: microchip: add port_cleanup functionTristram Ha 2019-02-24net: dsa: microchip: remove unnecessary include headersTristram Ha 2019-02-24net: dsa: microchip: get port link statusTristram Ha 2019-02-24net: dsa: microchip: add MIB counter reading supportTristram Ha 2019-02-24net: dsa: microchip: prepare PHY for proper advertisementTristram Ha 2019-02-11net: dsa: microchip: add switch offload forwarding supportTristram Ha 2018-12-20net: dsa: microchip: fix unicast frame leakTristram Ha 2018-12-16net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha 2018-11-20net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.hTristram Ha 2018-11-20net: dsa: microchip: break KSZ9477 DSA driver into two filesTristram Ha