summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDiogo Ivo <diogo.ivo@siemens.com>2023-11-07 12:00:36 +0000
committerPaolo Abeni <pabeni@redhat.com>2023-11-09 13:15:40 +0100
commit83b9dda8afa4e968d9cce253f390b01c0612a2a5 (patch)
tree572c3a72208fcefd51df5d5b2d0c9fe6be966e38 /tools/perf/scripts/python
parent1bea2c3e6df8caf45d18384abfb707f47e9ff993 (diff)
downloadkernel-83b9dda8afa4e968d9cce253f390b01c0612a2a5.tar.gz
net: ti: icss-iep: fix setting counter value
Currently icss_iep_set_counter() writes the upper 32-bits of the counter value to both the lower and upper counter registers, so fix this by writing the appropriate value to the lower register. Fixes: c1e0230eeaab ("net: ti: icss-iep: Add IEP driver") Signed-off-by: Diogo Ivo <diogo.ivo@siemens.com> Link: https://lore.kernel.org/r/20231107120037.1513546-1-diogo.ivo@siemens.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
linux-6.6.y&id=a51ed7d65d62aa5ad8d364aa76af30328c26263f'>Staging: hv: remove ReadMsr and WriteMsr functions from Hv.hGreg Kroah-Hartman 2009-09-15Staging: hv: remove wrapper functions for bit operationsBill Pemberton 2009-09-15Staging: hv: rework use of workqueues in osdBill Pemberton 2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman 2009-09-15Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix 2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman 2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman 2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix 2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton 2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton 2009-09-15Staging: hv: Remove C99 commentsBill Pemberton 2009-09-15Staging: hv: Use %ld instead of %d for a long intsBill Pemberton 2009-09-15Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman 2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman 2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman 2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman 2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman 2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman 2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen