summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAnton Vorontsov <anton@enomsg.org>2013-06-28 18:17:22 -0700
committerAnton Vorontsov <anton@enomsg.org>2013-06-28 18:20:52 -0700
commitb50df95c8f0703c95625181d2eaf53855c5ebee5 (patch)
tree4f5ef75f0c81c8fa0c9435dd04d7f9cb8fe2bb6b /tools/perf/scripts/python
parentb52eafcd79728d61cfc75b64c817b5037a31dfe7 (diff)
downloadkernel-b50df95c8f0703c95625181d2eaf53855c5ebee5.tar.gz
power_supply: Move of_node out of the #ifdef CONFIG_OF
Similar to linux/device.h, move of_node struct member out of the #ifdef CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files. Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
mmit/drivers/net/ethernet/meta/fbnic/fbnic_txrx.h?id=f2657cfb45869d26fb341cdea9c4667eb48782cc'>eth: fbnic: remove duplicate FBNIC_MAX_.XQS macrosJakub Kicinski 2025-03-07eth: fbnic: support ring size configurationJakub Kicinski 2025-02-20eth: fbnic: Add ethtool support for IRQ coalescingMohsin Bashir 2025-02-17eth: fbnic: support TCP segmentation offloadJakub Kicinski 2025-02-12eth: fbnic: report software Tx queue statsJakub Kicinski 2025-02-12eth: fbnic: report software Rx queue statsJakub Kicinski 2025-02-12eth: fbnic: wrap tx queue stats in a structJakub Kicinski 2024-12-23eth: fbnic: support ring channel set while upJakub Kicinski 2024-12-23eth: fbnic: centralize the queue count and NAPI<>queue settingAlexander Duyck 2024-12-23eth: fbnic: add IRQ reuse supportJakub Kicinski 2024-12-23eth: fbnic: store NAPIs in an array instead of the listJakub Kicinski 2024-10-10eth: fbnic: add ethtool timestamping statisticsVadim Fedorenko 2024-10-10eth: fbnic: add RX packets timestamping supportVadim Fedorenko 2024-08-12eth: fbnic: add basic rtnl statsJakub Kicinski 2024-07-15eth: fbnic: Add basic Rx handlingAlexander Duyck 2024-07-15eth: fbnic: Add basic Tx handlingAlexander Duyck 2024-07-15eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck 2024-07-15eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck 2024-07-15eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck